/*
Theme Name:
Author: Saint
PSD Designer:
*/

/* Page controls */

/* fonts  */

@font-face {
    font-family: 'bahij';
    src: url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.eot');
    src: url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.woff2') format('woff2'),
    url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.woff') format('woff'),
    url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.ttf') format('truetype');

    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bahij';
    src: url('../webfonts/fonts_design/bahij/BahijJanna.eot');
    src: url('../webfonts/fonts_design/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/bahij/BahijJanna.woff2') format('woff2'),
    url('../webfonts/fonts_design/bahij/BahijJanna.woff') format('woff'),
    url('../webfonts/fonts_design/bahij/BahijJanna.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    outline: none !important;
    border: none;
    /*list-style: none;*/
}

.tabs-nav {
    list-style: none !important;
}

.menu-top-right {
    display: flex;
    align-items: center;
}

.lang {
    text-align: center;
    margin-inline-end: 29px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    color: var(--main);
}

.lang:hover {
    color: var(--main);
}

.lang span {
    font-size: 20px;
}

.lang {
    margin-inline-start: 5px;
}
.header-logo .logo {
        max-width: 120px;
}

.main-btn {
    background: var(--main);
    color: #FFF;
    width: 75px;
    height: 37px;
    line-height: 40px;
    padding: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: all .5s ease-in-out;
}

.main-btn:hover {
    color: #FFF;
}

/*====================================================================*/
/*Start Search Popup*/
/*====================================================================*/

.search-box-outer {
    background: var(--main);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    border-radius: 50px;
    cursor: pointer;
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -200%;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    /* background-image: url(../images/waves-shape.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--main);
    width: 70px;
    cursor: pointer;
    /*box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);*/
    /*border-bottom: 3px solid #ffffff;*/
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
}

.search-popup .close-search i {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    padding-inline-end: 70px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    /*left: 30px;*/
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

html[dir='rtl'] .search-popup .form-group input[type="submit"],
html[dir='rtl']  .search-popup .form-group button {
    left: 30px;
}

html[dir='ltr'] .search-popup .form-group input[type="submit"],
html[dir='ltr']  .search-popup .form-group button {
    right: 30px;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    transition: all 500ms ease;
}

.close-search i {
    color: #FFF;
    font-size: 2rem;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}
/* //search popup*/


p, h1, h2, h3, h4, h5, h6, ul, ol,
.h1, .h2, .h3, .h4, .h5, .h6,
figure {
    margin-bottom: 0;
}

img, iframe {
    max-width: 100%;
}

button, li, a {
    transition: all 0.5s ease-in-out;
}


html[dir="rtl"] body  {
    direction: rtl;
    font-family: 'bahij';
    text-align: right !important;
}

html[dir="ltr"] body {
    direction: ltr;
    font-family: 'bahij';
    text-align: left !important;
}


#bodywrap {
    position: relative;
    overflow: hidden;
}

/* Main Scroll Bar */

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main);
    border-radius: 20px;
}

/* Colors */

:root {
    --main: #859F3D;
    --black: #000;
}

/* loader */
/* The Loader */
#loader-wrapper {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
}
.no-js #loader-wrapper {
    display: none;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #FFF;
    z-index: 9999;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

.loader {
    /*animation: rotate 1s infinite;*/
    z-index: 99999;
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}


.loading {
    display: flex;
    animation: scalee1 3s;
}
.loading .dot {
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0.8em;
    border-radius: 50%;
}

.loading .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}

.loading .dot:nth-child(1) {
    background: var(--main);
}

.loading .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}

.loading .dot:nth-child(2) {
    background: var(--secondary);
}

.loading .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}

.loading .dot:nth-child(3) {
    background: #c79e5e ;
}

.loading .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}

.loading .dot:nth-child(4) {
    background: var(--secondary);
}

.loading .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}

.loading .dot:nth-child(5) {
    background: #c79e5e;
}

.loading .dot:nth-child(5)::before {
    animation-delay: 1s;
}

@keyframes wave {
    50%, 75% {
        transform: scale(2.5);
    }
    80%, 100% {
        opacity: 0;
    }
}


/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

#loader-wrapper img  {
    z-index: 999999;
    width: 195px;
}

#loader-wrapper img {
    animation: scalee 2s;
    margin-bottom: 20px;
}

@keyframes scalee {
    from {
        transform: scale(0) rotateX(0deg);
    }
    to {
        transform: scale(1) rotateX(359deg);
    }
}

@keyframes scalee1 {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}


.breadcrumb-area {
    position: relative;
    background-color: var(--main);
    padding: 15px 0;
    color: #FFF;
}

.breadcrumb-area a {
    color: #FFF;
}

.sec-tit {
    position: relative;
    font-size: 35px;
    font-weight: bold;
    color: var(--black);
}

.main_head {
    position: relative;
    margin-bottom: 15px;
}

    /* header section */
header {
    position: relative;
    background: #FFF;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 0 0;
}

.header-logo {
    position: relative;
}

/* // header section */


/* main slider */

.mainItem {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.shadow_url {
    display: inline-block;
    margin-top: 50px;
}

.mainItem h3 {
    font-size: 3.5rem;
    font-weight: bold;
}

.mainItem p {
    font-size: 2rem;
}

.slider-body {
    position: relative;
    overflow: hidden;
    top: -35px;
    right: 37px;
    padding: 8px;
}

.owl-item.active .slider-title {
    animation-name: fadeslider;
    animation-duration: 1.5s;
}

.owl-item.active .shadow_url {
    animation-name: fadeurl;
    animation-duration: 1.5s;
}

.shadow_url .main-btn {
    box-shadow: 6px 5px 0 0 var(--shadow);
    cursor: pointer;
}

.shadow_url .main-btn:hover {
    box-shadow: 0 0 0 0 var(--shadow);
    color: #FFF;
}

@keyframes fadeslider {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeurl {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.in-main-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    inset: 0;
    height: 100%;
    width: 100%;
    color: #fff;
}

.mainItem {
    position: relative;
}

.mainItem img {
    height: 100vh;
    width: 100%;
    position: relative;
    transition: all 25s ease;
    transform-style: preserve-3d;
}

/*// main slider*/


/* section about */
.about {
    margin: 70px 0 150px;
}

.about_item {
    margin-bottom: 100px;
}

.about-content {
    margin-bottom: 50px;
}

.tabs-nav {
    display: flex;
    margin-bottom: 40px;
}

.tab-content{
    display: none;
}

.tab-content:first-child {
    display: block;
}

.fifty p {
    float: right;
    width: 50%;
}

.tab-btn {
    display: flex;
    align-items: center;
    color: var(--main);
}

.tab-btn:hover {
    color: var(--main);
}

.about_icon {
    background: #F0F0F0;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    margin-inline-end: 12px;
}

.about_icon img {
    max-width: 20px;
}

.tabs-nav li:not(:last-child) {
    margin-inline-end: 130px;
}

.tabs-content {
    text-align: start;
}

/* // section about */


/* section why */
.why {
    /*background-color: #F9F9FF;*/
    background-image: url(../img/build.png);
    /*background-size: 43% 78%;*/
    background-repeat: no-repeat;
    background-position: top center;
    padding: 100px 0 150px;
}

.why_tit {
    text-align: center;
}

.why_card {
    background: #FFF;
    border-radius: 20px;
    padding-bottom: 40px;
}

.why_card img {
    margin-top: -50px;
    border-radius: 100%;
    animation: move-smooth 3s infinite ease-in-out;
}

.why [class*='col-']:first-child .why_card img {
    animation-delay: 0.2s;
}

.why [class*='col-']:nth-child(2) .why_card img {
    animation-delay: 0.4s;
}

.why [class*='col-']:nth-child(3) .why_card img {
    animation-delay: 0.6s;
}

.why [class*='col-']:last-child .why_card img {
    animation-delay: 0.8s;
}

.why_card:hover img {
    animation-play-state: paused;
}

.hold_why {
    position: relative;
    top: 80px;
}

.why_tit {
    font-weight: bold;
    font-size: 25px;
}

html[dir='rtl'] .why_tit {
    line-height: 15px;
}

/* // section why */


/* section projects */

.projects {
    position: relative;
    margin-bottom: 20px;
}

.projects:before {
    position: absolute;
    content: '';
    background-image: url('../img/projects-cover.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 35%;
    inset: 0;
}

.project_card {
    position: relative;
    overflow: hidden;
}

.projects [class*='col-'] {
    margin-bottom: 20px;
}

.project_card .img_card {
    border-radius: 10px;
}

.hide_project {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 40px;
    background: #FFF;
    transition: all .7s ease-in-out;
}

html[dir='rtl'] .hide_project {
    transform: translateX(200%);
    padding: 10px 15px 10px 50px;
    border-radius: 10px 0px 0 10px;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

html[dir='ltr'] .hide_project {
    transform: translateX(-200%);
    padding: 10px 50px 10px 15px;
    border-radius: 0 10px 10px 0;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.project_card:hover .hide_project {
    transform: none;
}

.project_card:hover .project_url i {
    animation-name: move_arrow;
    animation-duration: 1.3s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.project_url a {
    position: absolute;
    background: var(--main);
    color: #FFF;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    margin-inline-start: 23px;
    top: 50%;
    transform: translateY(-50%);
}

.project-tit {
    font-weight: bold;
}

.projects .sec-desc,
.projects .sec-tit {
    color: #FFF;
}

.sec-desc {
    color: #AAAAAA;
}

.projects .main_head {
    padding: 85px 0;
    margin-bottom: 0;
}
/* // section projects */



/* section services */
.services {
    position: relative;
    background: #859F3D;
    padding: 80px 0;
}

.services_icon > i {
    font-size: 3.5rem;
    display: flex;
    align-items: center;
    color: #FFF;
}

.services:before {
    position: absolute;
    content: '';
    background-image: url('../img/services_cover.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    inset: 0;
    background-size: 16%;
}

html[dir='rtl'] .services:before {
    transform: translateX(200%);
    opacity: 0;
    transition: .9s all ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-duration: 1.2s;
}

html[dir='rtl'] .services.active:before {
    transform: none;
    opacity: 1;
}

html[dir='ltr'] .services:before {
    transform: translateX(200%);
    opacity: 0;
    transition: .9s all ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-duration: 1.2s;
}

html[dir='rtl'] .services.active:before {
    transform: none;
    opacity: 1;
}

html[dir='ltr'] .services.active:before {
    transform: none;
    opacity: 1;
}

.services .sec-tit {
    color: #FFF;
}

.services_icon {
    display: inline-flex;
  border: 2px solid #FFF;
  height: 160px;
  padding: 37px;
  border-radius: 100%;
  margin-bottom: 20px;
  width: 160px;
  height: 160px;
  line-height: 160px;
  justify-content: center;
  align-items: center;
}


.services_icon {
    animation: move-smooth 3s infinite ease-in-out;
}

.services [class*='col-']:first-child .services_icon {
    animation-delay: 0.2s;
}

.services [class*='col-']:nth-child(2) .services_icon {
    animation-delay: 0.4s;
}

.services [class*='col-']:nth-child(3) .services_icon {
    animation-delay: 0.6s;
}

.services [class*='col-']:last-child .services_icon {
    animation-delay: 0.8s;
}

.services_card:hover .services_icon {
    animation-play-state: paused;
}

.serv_tit {
    color: #FFF;
}

.services .main_head {
    margin-bottom: 60px;
}
/* // section services*/



/* section team */
.team {
    position: relative;
    padding: 80px 0;
}

.team:before {
    position: absolute;
    content: '';
    background-image: url(../img/teamcover.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    inset: 0;
    background-size: 27%;
}

html[dir='rtl'] .team:before {
    transform: translateX(-200%);
    opacity: 0;
    transition: .9s all ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-duration: 1.2s;
}

html[dir='rtl'] .team.active:before {
    transform: none;
    opacity: 1;
}

html[dir='ltr'] .team:before {
    transform: translateX(-200%);
    opacity: 0;
    transition: .9s all ease;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-duration: 1.2s;
}

html[dir='rtl'] .team.active:before {
    transform: none;
    opacity: 1;
}

html[dir='ltr'] .team.active:before {
    transform: none;
    opacity: 1;
}

.member_name {
    font-weight: bold;
    line-height: 15px;
    font-size: 25px;
    color: #000;
}

.member-img img {
    border-radius: 100%;
    animation: move-smooth 3s infinite ease-in-out;
}

.team [class*='col-']:first-child .member-img img {
    animation-delay: 0.2s;
}

.team [class*='col-']:nth-child(2) .member-img img {
    animation-delay: 0.4s;
}

.team [class*='col-']:nth-child(3) .member-img img {
    animation-delay: 0.6s;
}

.team [class*='col-']:last-child .member-img img {
    animation-delay: 0.8s;
}

.team_card:hover .member-img img {
    animation-play-state: paused;
}
/*// section team*/




/* section partner */
.partners {
    padding: 60px 0;
    background: #F8F8F8;
}

.partners .sec-tit {
    margin-bottom: 40px;
}

.partners .partner-img {
    margin-bottom: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
}

.partners .partner-img img {
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.partners .partner-img:hover {
    box-shadow: 0px 7px 30px rgb(0 0 0 / 30%);
    transform: translateY(-5px);
}


/*// section partner*/




/* certificates*/
.parent_certificates img {
 --color: var(--main); /* the border color */
  --border: 10px; /* the border thickness*/
  --offset: 20px; /* control the offset*/
  --gap: 5px; /* the gap on hover */

  --_c: var(--color) var(--border), #0000 0 calc(100% - var(--border)),
    var(--color) 0;
  --_o: calc(3 * var(--offset));
  padding: calc(var(--gap) + var(--border))
    calc(var(--gap) + var(--border) + var(--offset))
    calc(var(--gap) + var(--border) + var(--offset))
    calc(var(--gap) + var(--border));
  background: linear-gradient(var(--_c)) var(--_o) var(--_o),
    linear-gradient(90deg, var(--_c)) var(--_o) var(--_o);
  background-size: calc(100% - var(--_o)) calc(100% - var(--_o));
  background-repeat: no-repeat;
  filter: grayscale(0.4);
  transition: 0.5s;
  cursor: pointer;
}

.parent_certificates:hover img {
  background-position: 0px 0px;
  background-size: calc(100% - var(--offset)) calc(100% - var(--offset));
  filter: grayscale(0);

}



/* // certificates*/







/* footer */
footer {
    position: relative;
    padding: 80px 0 0;
}

footer:after {
    position: absolute;
    content: '';
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 100%;
    inset: 0;
    z-index: -1;
}

.footer_head,
.contacts-item span,
.contacts-item i {
    color: #FFF;
}

.contacts-item i {
    font-size: 21px;
    margin-inline-end: 10px;
}

.contacts {
    display: inline-flex;
    flex-direction: column;
}

.contacts .contacts-item:not(:last-child) {
    margin-bottom: 30px;
}

.footer_head {
    position: relative;
    margin-bottom: 100px;
}

.footer_head:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #FFF;
    bottom: -50px;
}

html[dir='rtl'] .footer_head:after {
    right: 0;
}

html[dir='ltr'] .footer_head:after {
    left: 0;
}

.footer_links .nav_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer_links .linkMenu {
    flex-basis: 50%;
    margin-bottom: 20px;
}

.footer_links .linkMenu a {
    color: #FFFF;
}

.copywrite .row {
    justify-content: space-between;
}

.copywrite,
.copywrite a {
    color: var(--main)
}

.copywrite {
    background: #FFF6E3;
    padding: 15px;
    margin-top: 80px;
}

.copywrite .social .in-social-icon:first-child i {
    background: #A2008D;
}

.copywrite .social .in-social-icon:nth-child(2) i {
    background: #00C2FF;
}

.copywrite .social .in-social-icon:last-child i {
    background: #0038B9;
}

.copywrite .social .in-social-icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}

.social a:not(:last-child) {
    margin-inline-end: 5px;
}

footer .map iframe {
    width: 600px;
    height: 250px;
}

.contacts-item {
    display: inline-flex;
    align-items: center;
}
/* // footer */


.serv-item {
    padding: 20px 0;
}



/* key frames */




@keyframes floatImage {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-26px);
    }
}

@keyframes move_arrow {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(8px);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    25% {
        opacity: 0.25;
        transform: translateY(-25px);
    }
    50% {
        opacity: 0.5;
        transform: translateY(-10px);
    }
    75% {
        opacity: 0.75;
        transform: translateY(-5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    25% {
        opacity: 0.25;
        transform: translateY(25px);
    }
    50% {
        opacity: 0.5;
        transform: translateY(10px);
    }
    75% {
        opacity: 0.75;
        transform: translateY(5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* //key frames */


/****************** media Query *******************/

@media (max-width: 1200px) {
    .logo {
        height: 90px;
    }

    .nav-list > .linkMenu:not(:last-of-type) {
        margin-inline-end: 2px !important;
    }

    nav > .nav-list > .linkMenu > a {
        font-size: 20px !important;
    }

}

@media (min-width: 992px) {

    .search {
        margin-inline-start: 65px;
    }

    ul.nav-list {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .dropdown button {
        margin-inline-end: 120px;
    }

    /*sub menu // sub menu */
    html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }

    .sub-menu a:before {
        display: inline-block;
        content: "\f100";
        font-family: "FontAwesome";
        font-weight: 900;
        margin-inline-end: 10px;
        color: #000;
        transition: all .5s ease-in-out;
    }

    .hold-nav-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dd-trigger {
        display: none !important;
    }

    #nav-icon {
        display: none;
    }

    .nav-list > .linkMenu {
        position: relative;
        display: flex;
        align-items: center;
    }

    html[dir='rtl'] .nav-list > .linkMenu:not(:last-of-type) {
        margin-inline-end: 18px;
    }
    
    html[dir='ltr'] .nav-list > .linkMenu:not(:last-of-type) {
        margin-inline-end: 8px;
    }

    nav > .nav-list > .linkMenu > a {
        display: flex;
        position: relative;
        overflow: hidden;
        font-weight: bold;
        font-size: 17px;
        padding: 0 6px;
        color: var(--main);
        z-index: 1;
        transition: all .5s ease-in-out;
    }

    nav > .nav-list > .linkMenu.active a:not(.sub-menu a),
    nav > .nav-list > .linkMenu:hover a:not(.sub-menu a) {
        color: var(--main);
    }

    nav > .nav-list > .linkMenu:before,
    nav > .nav-list > .linkMenu.active:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        bottom: -53px;
        left: 0;
        background: #C79E5E;
        transition: transform 0.5s;
        transform: scaleX(0);
    }

    nav > .nav-list > .linkMenu:hover::before,
    nav > .nav-list > .linkMenu.active:before {
        transform: scaleX(1);
    }

    html[dir='rtl'] nav > .nav-list > .linkMenu:before,
    html[dir='rtl'] nav > .nav-list > .linkMenu.active:before {
        transform-origin: left;
    }

    html[dir='rtl'] nav > .nav-list > .linkMenu:hover::before,
    html[dir='rtl'] nav > .nav-list > .linkMenu.active:before {
        transform-origin: right;
    }

    html[dir='ltr'] nav > .nav-list > .linkMenu:before,
    html[dir='ltr'] nav > .nav-list > .linkMenu.active:before {
        transform-origin: right;
    }

    html[dir='ltr'] nav > .nav-list > .linkMenu:hover::before,
    html[dir='ltr'] nav > .nav-list > .linkMenu.active:before {
        transform-origin: left;
    }


    .menu-item-has-children:after {
        transition: color .5s ease-in-out;
    }

    .menu-item-has-children:hover a:after {
        transform: rotateX(180deg);
        color: #000;
    }

    .menu-item-has-children a:not(.sub-menu a):after {
        display: inline-block;
        content: "\f078";
        font-family: "FontAwesome";
        font-weight: 900;
        margin-inline-start: 5px;
        transition: all .5s ease-in-out;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 9;
        min-width: 200px;
        background: rgb(255 255 255 / 50%);
        border-radius: 0 0 10px 10px;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
        transition: all 0.6s ease;
    }

    .sub-menu a {
        display: flex;
        align-items: center;
        color: #000;
        transition: all .5s ease-in-out;
    }

    .sub-menu a:hover,
    .sub-menu a:hover:before {
        color: var(--black);
    }

    .sub-menu li:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    .mobile-nav-list {
        display: none;
    }

}


@media (max-width: 992px) {
    
    footer .menu-item.active a:before,
    footer .menu-item a:before,
    footer .menu-item:not(.menu-item.active) a:not(.sub-menu a):hover:before {
        display:none;
    }
    
    .copywrite {
        text-align: center;
    }
    
    .in_copywrite {
        margin-bottom: 12px;
    }
    
    .footer_head:after {
        bottom: -30px;
    }
    
    .footer_head {
        margin-bottom: 55px;
    }
    
    .hold_footer_links [class*='col-']:first-child {
        margin-bottom: 30px;
    }

    footer {
        position: relative;
        padding: 35px 0 0;
    }

    .header-logo:after {
        width: 100%;
    }

    .logo {
        height: 140px;
    }

    .slider-title {
        width: 100%;
    }

    .main-slider .owl-nav {
        right: 5%;
    }

    .header-logo {
        position: relative;
        justify-content: space-between !important;
    }

    .menu-logo {
        max-height: 135px;
        padding: 15px;
        margin-bottom: 15px;
}

    .projects_card figcaption {
        bottom: 25px;
    }

    nav {
        display: none;
    }

    .mobile-nav-list {
        display: none;
    }

    .logo img {
        max-height: 75px;
    }

    #nav-icon {
        width: 60px;
        height: 30px;
        display: flex;
        justify-content: center;
        position: relative;
        right: 0;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 60%;
        background-color: var(--main);
        border-radius: 9px;
        opacity: 1;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon span:nth-child(2) {
        top: 12px;
        transition: 0.4s ease-in-out;
    }

    #nav-icon span:nth-child(3) {
        top: 24px;
    }

    #nav-icon.open span:nth-child(1) {
        top: 13px;
        transform: rotate(135deg);
        background-color: var(--main);
    }

    #nav-icon.open span:nth-child(2) {
        opacity: 0;
        transition: 0.4s ease-in-out;
    }
    
    html[dir='ltr'] #nav-icon.open span:nth-child(2) {
        transform: translateX(100%);
    }
    
    html[dir='rtl'] #nav-icon.open span:nth-child(2) {
        transform: translateX(-100%);
    }

    #nav-icon.open span:nth-child(3) {
        top: 13px;
        transform: rotate(-135deg);
        background-color: var(--main);
    }

    .menu-item-has-children i {
        color: #FFF;
    }

    .mobile-nav-list::-webkit-scrollbar {
        width: 10px;
    }

    .mobile-nav-list::-webkit-scrollbar-track {
        background-color: #fff;
    }

    .mobile-nav-list::-webkit-scrollbar-thumb {
        background-color: #c79e5e;
        border-radius: 20px;
    }

    .mobile-nav-list {
        width: 280px;
        height: 100%;
        background-color: #ffffff;
        display: block;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 9999;
        box-shadow: 0 0 5px rgb(0 0 0 / 30%);
        overflow-y: auto;
        transition: all .5s linear;
    }
    
    html[dir='rtl'] .mobile-nav-list {
        right: 0;
        transform: translateX(100%);
    }
    
    html[dir='ltr'] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }
    
    .mobile-nav-list.active {
        z-index: 9999;
        transform: none !important;
    }
    
    html[dir='rtl'] .mobile-nav-list.active {
        right: 0;
    }
    
    html[dir='ltr'] .mobile-nav-list.active {
        left: 0;
    }

    .mobile-nav-list .menu-item {
        border-bottom:1px solid #f0f0f0;
    }
    .mobile-nav-list .menu-item a {
        position: relative;
    
        display: block;
        padding: 15px;
        color: #1f284c ;
        font-weight: bold;
    
    }

    .mobile-nav-list .menu-item-has-children.menu-item a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .sub-menu {
        display: none;
    }

    .mobile-nav-list .sub-menu a {
        display: inline-block;
        padding: 15px 25px;
        color: #c79e5e;
        transition: all .3s linear;
        font-weight: lighter;
    }

    .mobile-list {
        /*padding-top: 20px;*/
    }

    .rotate_me {
        transform: rotateX(180deg);
    }

    .mobile-nav-list .menu-item {
        position: relative;
        /*border-bottom: 1px solid #FFF;*/
        transition: all .5s linear;
    }

    .menu-overlay {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(51, 51, 51, 0.7);
        z-index: 999;
        overflow: hidden;
        opacity: 0;
        transition: all .5s ease-in-out;
    }
    
     html[dir='rtl'] .menu-overlay {
        transform: translateX(-100%);
    }
    
    html[dir='ltr'] .menu-overlay {
        transform: translateX(100%);
    }

    .menu-overlay.active {
        display: block;
        opacity: 1;
        transition: all .5s ease-in-out;
        transform: none !important;
        z-index: 999;
    }

    .menu-item.active a {
        color: #1f284c;
        font-weight: bold;
        background-color: #f6f6f6;
    }

    .menu-item a:before {
        transition: width 0.4s;
        position: absolute;
        top: 0;
        content: '';
        display: block;
        background-color: #FFF;
        height: 100%;
        width: 0;
    }

    html[dir='rtl'] .menu-item a:before {
        right: 0;
    }
    
    html[dir='ltr'] .menu-item a:before {
        left: 0;
    }
    
    .menu-item.active a:before {
        position: absolute;
        top: 0;
        content: '';
        display: block;
        background-color: #FFF;
        height: 100%;
        width:5px;
    }
    
    html[dir='rtl'] .menu-item.active a:before  {
        right: 0;
    }
    
    html[dir='ltr'] .menu-item.active a:before  {
        left: 0;
    }

    .menu-item:not(.menu-item.active) a:not(.sub-menu a):hover:before {
        transition: width 0.4s;
        position: absolute;
        top: 0;
        content: '';
        display: block;
        background-color: var(--main);
        height: 100%;
        width: 5px;
    }

    html[dir='rtl'] .menu-item:not(.menu-item.active) a:not(.sub-menu a):hover:before  {
        right: 0;
    }
    
    html[dir='ltr'] .menu-item:not(.menu-item.active) a:not(.sub-menu a):hover:before  {
        left: 0;
    }
    
    .menu-item a  {
        position: relative;
        transition: 0.5s ease;
    }

    .menu-item:hover a {
        animation: tracking-in-contract 0.4s linear both !important;
    }

    .menu-item img {
        margin-inline-end: 5px;
    }

    .tab-content [class*='col-'] {
        margin-bottom: 20px;
    }

    .clip_me {
        /*background: #FFF;*/
        /*height: 150px;*/
        /*clip-path: polygon(0% 0%, 215% 0%, -21% 124%, 0% 100%);*/
        /*border-bottom-left-radius: 55px;*/
        /*border-bottom-right-radius: 0;*/
    }

    .mainItem h3 {
        font-size: 3rem;
    }

}

@media (min-width: 768px) {
    @keyframes move-smooth{
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }
}
}


@media (max-width: 768px) {

    .mainItem h3 {
        font-size: 2.5rem;
    }

    .mainItem img {
        height: 67vh;
    }

    .tabs-nav li:not(:last-child) {
        margin-inline-end: 35px;
    }

    .why {
        background-size: 43% 40%;
    }

    .hold_why [class*='col-']:not(:last-child) {
        margin-bottom: 60px;
    }

    .services [class*='col-']:not(:last-child) {
        margin-bottom: 30px;
    }

    .partners .row {
        justify-content: center;
    }

}

@media (max-width: 576px) {
    
    .tabs-nav li:not(:last-child) {
        margin-inline-end: 18px!important;
    }

    .mainItem img {
        height: 45vh;
    }
    
    .about-content {
        margin-bottom: 30px;
    }
    
    .tabs-nav {
        overflow-x: auto;
        white-space: nowrap;
        overflow-y: hidden;
    }
    
    
    .why {
        background-size: 43% 8% !important;
    }
    
    .tabs-nav::-webkit-scrollbar {
        width: 4px;
    }
    
    .tabs-nav::-webkit-scrollbar-track {
        background-color: #fff;
    }
    
    .tabs-nav::-webkit-scrollbar-thumb {
        background-color: var(--main);
        border-radius: 20px;
    }

    .hold_why {
        text-align: center;
    }
    
    .breadcrumb-links {
        font-size: 13px;
    }
    
    /*.header-logo:after {*/
    /*    width: 95%;*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*}*/
    
    .mainItem h3 {
        font-size: 2rem;
    }
    
    .mainItem p {
        font-size: 1.2rem;
    }
    
    .slider-title {
        position: relative;
        overflow: hidden;
    }
    
    .slider-title {
        margin-inline-start: 20px;
    }
    
    .main-slider .owl-nav button i {
        font-size: 20px;
        line-height: 38px;
    }

    .slider-body {
        padding-inline-end: 12px;
    }

    .logo {
        height: 92px;
    }

    .projects_card .project_tit {
        font-size: 2rem;
    }

    .forma {
        flex-direction: column;
    }

   .about_img {
        transform: none;
        opacity: 1;
   }

   .about_msg .row [class*='col-'] {
       margin-bottom: -10px;
   }

    .search-box-outer {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    
    .lang {
        margin-inline-end: 12px !important;
    }

    .search-box-outer img {
        height: 16px;
    }
    
    .lang {
        font-size: 15px;
    }

    .search-box-outer {
        margin-inline-start: 0;
    }
    
    .loader img {
        width: 60px;
    }

}



/****************** Content *******************/

.head-inside {
    position: relative;
}


.content .main_head:before {
    display: none;
}

.content .services_icon > i {
    font-size: 3.5rem;
    display: flex;
    align-items: center;
    color: var(--main);
}


.about.content {
    flex-direction: column-reverse;
}

.tabs-nav li:not(:last-child) {
    margin-inline-end: 40px;
}

.news-item-url a {
    color: #000;
    border: 1px solid #000;
    padding: 5px 30px;
    border-radius: 50px;
}

.news-item .shadow_url a {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: var(--main);
    position: relative;
   width: 140px;
   height: 45px;
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-shadow: 0px 1px 0px #000;
    filter: dropshadow(color=#000, offx=0px, offy=1px);
    
    box-shadow: inset 0 1px 0 #ffe5c4, 0 10px 0 #1f284c9c;
    
    border-radius: 5px;
}

.news-item .shadow_url a:active {
  top: 10px;
  background-color: #C79E5E;
  box-shadow: inset 0 1px 0 #ffe5c4, inset 0 -3px 0 var(--main);
}

.news-item .shadow_url {
    position: relative;
    display: inline-block;
    margin: 15px 0 40px;
    float: left;
}

.news-item .shadow_url:after {
  content: "";
  height: 100%;
  width: 100%;
  padding: 4px;
  position: absolute;
  bottom: -15px;
  left: -4px;
  z-index: -1;
  background-color: #2b1800;
border-radius: 5px;
  border-radius: 5px;
}

.head-inside nav > .nav-list > .linkMenu > a {
    color: var(--main);
}

.head-inside nav > .nav-list > .linkMenu.active a:not(.sub-menu a), .head-inside nav > .nav-list > .linkMenu:hover a:not(.sub-menu a) {
    color: #c79e5e;
}

.justread .wpcf7-not-valid-tip {
    display:none;
}

.content {
    margin: 30px 0;
}

.content .sec-tit {
    margin-bottom: 40px;
}

 
.content .services_icon {
    border: 2px solid var(--main);
}

.content .serv_tit {
    color: var(--main);
}

.page-main .services_icon  {
    height: 65px;
    padding: 13px;
    animation-play-state: paused;
    margin-bottom: 0;
    margin-inline-end: 10px;
}

.footer_links .nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.footer_links .linkMenu {
    flex-basis: 50%;
    margin-bottom: 20px;
}

.footer_links .nav-list > .linkMenu:not(:last-of-type) {
    margin-inline-end: 0 !important;
}

.content.slider {
    background: transparent;
}

.content.services:before {
    display: none;
}

.content .serv_cards {
    box-shadow: none;
    background-color: transparent;
}

.news-item {
    height: 100%;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

.news-item-thumb {
    margin-bottom: 15px;
}

.news-item-tit {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 25px;
}

.news-item-des {
    margin-bottom: 20px;
}

.news-item-url {
    display: inline-flex;
}

.news-item-thumb img {
    max-height: 290px;
    border-radius: 10px;
}

.news-item .arrow_btn i {
    background: transparent;
    color: #000;
    border: 1px solid var(--sky);
    transition: all.5s ease-in-out;
}

.news-item:hover .arrow_btn i {
    background: var(--black);
    color: #FFF;
    border: 1px solid transparent;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    background-color: var(--secondary);
}

.wp-pagenavi {
    position: relative;
    z-index: 999;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: var(--main);
    color: #FFF;
    border-color: transparent;
    transform: scale(1.2);
    margin-inline: 5px;
}

.wp-pagenavi span {
    display: inline-flex;
    cursor: pointer;

}

.wp-pagenavi a {
    color: #FFF;
    background: #c2c2c2;
}

.property-cat {
    display: inline-block;
    margin: 10px 0;
}

.property-cat a {
    margin-inline-start: 10px;
    border-radius: 5px;
    color: #000;
}

.news-item-thumb img {
    width: 100%;
}

.property-cat a {
    margin-inline-end: 5px;
}

.content [class*='col-'] {
    margin-bottom: 20px;
}

.news-item  .cont_btn i {
    margin-inline: 0;
}

.content .partner_imgs {
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
    margin-inline: 0 !important;
}

.sec-tit .date,
.sec-tit .date i {
    font-size: 16px;
    text-align: start;
}

.wp-pagenavi {
    position: relative;
    z-index: 999;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: var(--main);
    color: #FFF;
    border-color: transparent;
    transform: scale(1.2);
    margin-inline: 5px;
}

.wp-pagenavi span {
    display: inline-flex;
    cursor: pointer;

}

.wp-pagenavi a {
    color: #FFF;
    background: #c2c2c2;
}

.form {
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    padding: 30px;
}

.form7 {
    position: relative;
    z-index: 99;
    margin-top: 10px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* contact us arrow */

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 3s linear forwards;
    animation-iteration-count: 1;
    animation-delay: 1s;
}
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
.dashed {
    stroke-dasharray: 5, 12;
}
#arrow {
    animation: arrow 2s linear forwards;
    opacity: 0;
}
@keyframes arrow {
    to {
        opacity: 1;
    }
}



.graph__wrapper {
    display: inline-block;
    position: absolute;
}

html[dir='rtl'] .graph__wrapper {
    right: 0;
    transform: rotateY(180deg);
}

html[dir='rtl'] .gg {
    top: 47rem;
}

html[dir='ltr'] .graph__wrapper {
    left: 0;

}

html[dir='rtl'] .gg {
    top: 49.5rem;
}

html[dir='rtl'] .emp {
    bottom: 40rem !important;
}

html[dir='ltr'] .emp {
    bottom: 40rem !important;
}

.content.services .cont_btn i {
    position: relative;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    transform: none;
}

/* // contact us arrow */


.job-name {
    background: var(--main);
    color: #FFF;
    width: 100%;
    padding: 10px;
    text-align: center !important;
    cursor: default;
    font-size: 18px;
    font-weight: bold;
}

.custom-file-label {
    padding: 0px 80px 0 0;
    text-align: center;
    line-height: calc(2.25rem + 2px);
}

/* fly send icon */
.send-btn {
    width: 140px;
    height: 45px;
    line-height: 45px;
    border: none;
    background-color: var(--main);
    font-size: 20px;
    position: relative;
    transition: all 350ms ease-in-out;
    cursor: pointer;
    color: #FFF;
}

.send-btn i {
    color: #0096ff;
}

.send-btn.checked {
    box-shadow: 200px 0 0 #50c878 inset, 0 2px 5px #50c878a6;
}

.circle {
    position: absolute;
    width: 100px;
    height: 100px;
    /* border: 1px solid #000; */
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plane-icon {
    position: absolute;
    left: -0.5em;
    top: 50%;
    transform: translateY(-50%) rotate(-25deg);
}

.rotateCircle {
    animation: rotate 3s ease-in-out 1;
}

.hide {
    display: none;
    visibility:hidden;
}

@keyframes rotate {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*// fly send icon*/


.form-group span {
    color: red;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    width: 100%;
}

html[dir='ltr'] .handle-form {
    direction: ltr;
}

html[dir='ltr'] .wpcf7-form-control {
    direction: ltr;
    text-align: left;
}

html[dir='rtl'] .wpcf7-form-control {
    direction: rtl;
    text-align: right;
}

html[dir='ltr'] .handle-form .more-url {
    direction: rtl;
}

html[dir='ltr'] .handle-form   .more-url span {
    margin-inline-start: 35px;
    margin-inline-end: 0;
}

.content-img figure {
    height: 185px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    transition: all .5s ease-in-out;
}

/* /// content */


.property-cat {
    margin-bottom: 20px;
}

.property-cat span:not(:last-of-type) {
    margin-inline-end: 10px;
}

.property-cat span {
    padding: 2px 6px;
    background-color: #fff;
    border: 1px solid #D2D2D7FF;
    border-radius: 4px;
    color: #4A4C4FFF;
    font-size: 14px;
}

.property-tit {
    margin-bottom: 30px;
    color: #000;
}

.property-exp {
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--main);
}

.property-components {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--main);
}

.property-componentItem {
    margin-bottom: 15px;
}

.property-componentItem-icon img {
    max-height: 24px;
}

.property-componentItem-num {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.property-componentItem-tit {
    color: #737373;
    font-size: 24px;
    font-weight: bold;
}

.property-sec-tit {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.property-additionalItem-tit {
    margin-bottom: 10px;
}

.property-additionalItem-info {
    padding: 10px;
    font-size: 18px;
}

.property-dataIcon {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--main);
}

.property-dataIconItem {
    margin-bottom: 15px;
}

.property-dataIconItem-icon img {
    max-height: 24px;
}

.property-dataIconItem-tit {
    font-size: 18px;
}

.property-address-wrap,
.property-additional,
.property-map-wrap {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--main);
}

.property-map iframe {
    display: block;
    width: 100%;
    height: 390px;
}
.hold-sidebar {
    position: sticky;
    top: 0;
    z-index: 9;
}

.property-sidebar {
    padding: 35px 25px;
    background-color: #fff;
    border: 1px solid #D2D2D7FF;
    box-shadow: rgb(0 0 0 / 6%) 0 9px 17px,
    rgb(0 0 0 / 4%) 0 2px 5px,
    rgb(0 0 0 / 5%) 0 1px 2px,
    rgb(0 0 0 / 7%) 0 0.4px 0.7px;
    border-radius: 10px;
}

.property-price {
    margin-bottom: 15px;
}

.property-contactDetails {
    margin-bottom: 20px;
}

.property-contact-linkItem a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.property-contact-linkItem a i {
    margin-inline-end: 5px;
}

.property-contact-linkItem-whatsapp {
    border: 1px solid #4CAF50FF;
    color: #4CAF50FF;
}

.property-contact-linkItem-phone {
    color: #fff;
    background-color: var(--main);
}

.property-contact-linkItem-whatsapp:hover {
    color: #4CAF50FF;
    background-color: #ECF6ECFF;
}

.property-contact-linkItem-phone:hover {
    color: #fff;
    background-color: var(--main);
}

/******************************/
.property-item {
    border-radius: 10px;
    border: 1px solid var(--main);
    margin-bottom: 30px;
}

.property-item-thumb {
    height: 240px;
}

.property-item-thumb img {
    max-height: 100%;
}

.property-item-body-wrap {
    padding: 15px;
}
.property-item-body{
    margin-bottom: 15px;
}
.property-item-tit {
}

.property-item-tit a {
    font-size: 25px;
    color: var(--main);
}

.property-item-exp {
    margin-bottom: 15px;
}

.property-item-component:not(:last-of-type) {
    margin-inline-end: 10px;
}

.property-item-component {
    margin-bottom: 10px;
}

.property-item-component-icon {
    margin-inline-end: 5px;
}

.property-item-component-icon img {
    max-height: 26px;
    filter: invert(65%) sepia(72%) saturate(299%) hue-rotate(1deg) brightness(102%) contrast(85%);

}

.property-item-component-num {
    font-weight: bold;
    color: #000;
}
.property-item-publish-wrap{
    color: var(--main);
}
.property-item-footer{
    padding: 15px 0;
    border-top: 1px solid var(--main);
}
.property-item-price{
    color: #000;
    font-size: 24px;
    font-weight: bold;
}
.property-item-contact .property-contact-linkItem:not(:last-of-type){
    margin-inline-end: 10px;
}
.property-item-contact .property-contact-linkItem i{
    margin: 0;
}

.property-data .item img {
    height: 400px;
}

.owl-thumb-item img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin: 5px;
}

.owl-thumb-item {
    display: inline-block;
    border: 0;
    background: transparent;
    opacity: .5;
    transition: linear .4s;
}
.owl-thumb-item.active {
    opacity: 1;
    transition: linear .4s;
}

.property-data .item img {
    height: 435px;
}

.content .property-wrap .property-cat > span {
    background: var(--main);
    color: #FFF;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-inline-end: 10px;
}

.basic-slider .owl-stage-outer {
    margin-bottom: 0;
}



html[dir='ltr'] label.custom-file-label::after {
  content: "Browse";
}

html[dir='rtl'] label.custom-file-label::after  {
  content: "ارفاق";
}

.download {
    width: 150px;
    justify-content: space-around;
}


.serv_slider .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.serv_slider .owl-dots button {
    background-color: rgb(0 0 0 / 48%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
}

.serv_slider .owl-dots button.active {
    background-color: #FFF;
}

.serv_slider button.owl-dot:not(:last-child) {
    margin-inline-end: 10px;
}