@charset "UTF-8";
/* CSS Document  */

:root {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-color-cream: #F6F2EF;
    --e-global-color-dark-green: #003D48;
    --e-global-color-purple: #8E5572;
    --e-global-color-mid-green: #468884;
    --e-global-color-white: #FFFFFF;
}

a {
    text-decoration: none;
}

.fa {
    font-family: "Flaticon" !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rtl .fa{
    transform: scaleX(-1);
}

.pb-20{
    padding-bottom: 20px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-80{
    padding-bottom: 80px;
}
.pt-20{
    padding-top: 20px;
}
.pt-40{
    padding-top: 40px;
}
.pt-80{
    padding-top: 80px;
}
.ptb-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
input:focus,
button:focus,
a:focus {
    outline: 3px solid #0056b3 !important; /* Bold blue outline */
    outline-offset: 2px;
    box-shadow: 0 0 8px rgba(0, 86, 179, 0.5);
}

.section-title{
}
.section-title h2{
    font-size: 50px;
    font-weight: 200;
    color: var(--e-global-color-dark-green);
    line-height: 1;
    margin: 0;
    padding: 0;
}
.section-title h3{

}
.section-title p, .section-title > div.description, .ep_par .description {
    font-size: 24px;
    font-weight: 300;
    max-width: none;
    padding: 0;
    margin: 0;
    color: var(--e-global-color-dark-green);
    margin-top: 25px;
}
.section-title p div, .section-title > div.description div, .ep_par .description div{
    margin-bottom: 0.8em;
}
.section-title p br, .section-title > div.description br, .ep_par .description br {
    display: block;
    content: "";
    height: 0.8em;
}

.section-title > span{

}

/*      LANGUAGE AND DIRECTION       */
body, body.rtl {
    font-family: 'Heebo', sans-serif;
}

body.stickynav{
    padding-top: 109px;
}

/*.rtl .owl-carousel, .bx-wrapper { direction: ltr; }*/
.rtl .owl-carousel .owl-item { direction: rtl; }

a.skip_to_main_content{
    visibility: hidden;
    position: absolute;
    z-index: -1111;
}

.logo-one, logo-two{
    max-width: 240px;
    max-height: 51px;
}
.rtl .navbar-light .navbar-brand, .rtl .navbar-light .navbar-brand:hover{
    /*margin-left: var(--bs-navbar-brand-margin-end);*/
    margin-right: 0;
}

.rtl .top-head-left{
    float: right;
}
.rtl .top-header-right{
    float: left;
}

.rtl .top-head-left .top-contact h3 a{
    direction: ltr;
}

.rtl .mean-container .mean-nav ul li a{
    text-align: right;
}

@media only screen and (min-width: 1800px) {
    .rtl .banner-slider-area .owl-dots {
        left: 20%;
        right: auto;
    }
}

.container.max{
    max-width: 1920px;
}
.container.hdr{
    max-width: 1400px;
}
.container.nav {
    max-width: 1400px;
}

/*  common items */
.top-header {
    padding: 0;
    background-color: var(--e-global-color-dark-green);
}
.header-top-bar .inner{
    padding: 9.5px;
    height: 100%;
}

/*  Header top: media links, info links  */
.sticky-nav {
    top: 0;
    position: fixed;
    transition: 0.7s;
    width: 100% !important;
    z-index: 999;
}
.media-links{
    padding: 10px;
}
.media-links ul, .info-links ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 22px;
}
.media-links ul li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    height: 1.546em;
    width: 1.546em;
    border-radius: 100%;
    overflow: hidden;
    background-color: var(--e-global-color-mid-green);
    color: var(--e-global-color-cream);
    transition: 0.3s ease-in-out;
}
.media-links ul li:hover{
    background-color: hsl(from var(--e-global-color-mid-green) h s calc(l - 7));
    color: var(--e-global-color-white);
}
.media-links ul li a{
    display: block !important;
    text-align: center;
    align-content: center;
    font-size: inherit !important;
    line-height: 0.5em;
    color: inherit;
}
.media-links ul li i{
    display: inline-block;
    vertical-align: middle;
    padding: 0.273em !important;
    color: inherit;
}

.info-links ul{
    font-size: 18px;
}
.info-links ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    color: var(--e-global-color-cream);
    transition: 0.3s ease-in-out;
}
.info-links ul li:hover{
    color: var(--e-global-color-white);
}

.info-links ul li a{
    color: inherit;
    line-height: 1.9em;
    font-weight: 300;
}
.info-links ul li a i{
    color: inherit;
    font-size: 0.65em;
    margin: 0 0 0 0.2em;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 640px) {
    .info-links ul{
        text-align: left;
    }
    .info-links ul li{
        margin-left: 0;
        margin-right: 0.7em;
    }
}

.stickynav #page_main_content{
    /*margin-top: 109px;*/
}

/*  Nav bar: logo and main menu */
.main-nav {
    position: relative;
    z-index: 999;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    background: white;
    padding-top: 0;
    padding-bottom: 0;
}
.nav-toggle{
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: transparent;
    border: 0 none;
    z-index: 999;
}
.nav-toggle img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.main-nav .navbar{
    width: 100%;
    padding: 0;
}
.navbar-brand {
    margin: 0;
    padding: 9.5px;
    display: block;
    width: 24.21%;
    text-align: center;
}
.navbar-brand img{
    max-width: 53%;
    max-height: 159px;
    transition: 0.4s ease-out;
}
.stickynav .navbar-brand img{
    max-width: 53%;
    max-height: 90px;
}

.navbar-menu{
    padding: 9.5px;
    width: 75.8%;
}
.main-nav nav ul {
    margin: 0 !important;
}
.main-nav button.nav-toggle{
    display: none;
}

@media only screen and (min-width: 2px) {

    .main-nav nav .navbar-nav .nav-item a{
        position: relative;
        font-family: "Heebo", sans-serif;
        font-size: 20px;
        font-weight: 200;
        white-space: nowrap;
        padding: 13px 5px;
        transition: 0.3s;
        color: var(--e-global-color-dark-green);
    }
}

.main-nav nav .navbar-nav .nav-item a::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.7s;
}


@media only screen and (max-width: 991px) {
    .main-nav {
         display: block !important;
        position: relative;
    }
    .main-nav button.nav-toggle{
        display: block !important;
        margin: 12px 12px 0 0;
        right: 0;
        top: 0;
    }
    .header-top-bar > .row > .col-lg-4 {
        display: none;
    }
    .header-top-bar .inner.info-links{
        text-align: center;
        padding: 3px;
    }
    .header-top-bar .inner.info-links ul{
        text-align: center;
    }
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
        flex-direction: row-reverse;
    }
    .navbar-brand{
        padding: 3px 5px;
        width: auto;
    }
    .navbar-brand img, .stickynav .navbar-brand img{
        width: auto;
        max-width: none;
        max-height: none;
        height: 70px;
    }
    .info-links ul li{
        display: none;
    }
    .info-links ul li:first-child{
        display: inline-block;
    }
    .main-nav nav .navbar-nav .nav-item a{
        padding: 8px 0;
        margin: 0;
        border-bottom: solid 1px;
    }
    .main-nav.nav-open nav .navbar-nav .nav-item a{
        padding: 8px 0;
        border-bottom: solid 1px;
    }

    .container.nav{
        max-width: 100%;
        padding: 0;
    }
    .navbar-expand-md .navbar-collapse{
        display: block !important;
    }
    .navbar-expand-md .navbar-collapse{
        padding-top: 15px;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: column;
        /*width: calc(100% - 100px);*/
        padding-right: 65px;
    }
    .main-nav nav .navbar-nav .nav-item a::before{
        content: none;
        display: none;
    }
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
        flex-direction: row-reverse;
        align-items: start;
    }

    .main-nav nav .navbar-nav .nav-item:not(.active){
        height: 0;
        overflow: hidden;
        transition: height 0.4s;
    }
    .main-nav.nav-open nav .navbar-nav .nav-item{
        display: block;
        height: 47px;
        transition: height 0.4s;
    }
    .main-nav:not(.nav-open) nav .navbar-nav .nav-item.active a{
        border: 0 none;
    }

}
/*  owl carousel setup  */

@media only screen and (min-width: 640px) {
    /*.banner-slider-area {
        padding: 0;
    }*/
    .row .col-full {
        padding-left: 0;
        padding-right: 0;
    }
}

/*  HOME home banner */
.banner-slider-area{
    position: relative;
}
.banner-item{
    position: relative;
    background-color: #000;
    aspect-ratio: 200 / 119;
}
.banner-item .inner{
    height: 100%;
}
.banner-item .image{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-item .image img{
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    will-change: transform;
}
.owl-item .banner-item .image img{
    transform: scale3d(1, 1, 1);
    transition: 3s;
}
.owl-item.active .banner-item .image img{
    transition: 4s;
    transform: scale3d(1.09, 1.09, 1);
}
.banner-item::before{
    content: '';
    display: none;
}

.banner-item-content h1{
    height: 2.5em;
    overflow: hidden;
    background-color: transparent !important;
}
.banner-item-content p{
    height: 4.8em;
    overflow: hidden;
    background-color: transparent !important;
}
.banner-btn .default-btn:first-child{
    margin-right: 20px;
    margin-left: 0;
}
.rtl .banner-btn .default-btn:first-child{
    margin-right: 0;
    margin-left: 20px;
}
.owl-theme .owl-dots .owl-dot:focus-visible, .owl-theme .owl-dots .owl-dot:focus, button.owl-dot.pause-btn:focus-visible, button.owl-dot.pause-btn:focus{
    outline-offset: 1px;
    outline: -webkit-focus-ring-color auto 1px;
}

.about-img::before{
    right: -40px;
    left: auto;
}
.rtl .about-img::before{
    left: -40px;
    right: auto;
}

/*  home page title block  */
.main-title.home-page-title{
    position: relative;
    background-color: var(--e-global-color-cream);
    aspect-ratio: 200 / 119;
    font-size: 70px;
}
.main-title.home-page-title .section-title{
    padding-left: 4vw;
    padding-right: 8vw;
    padding-top: 8vw;
}
.main-title.home-page-title h1{
    font-size: 1em;
    font-weight: 800;
    line-height: 1;
}
.main-title.home-page-title p.description{
    font-size: 0.7em;
    font-weight: 100;
    color: var(--e-global-color-mid-green);
    line-height: 1;
    max-width: 641px;
}

/*.main-nav nav .navbar-nav .nav-item a{
    padding: 8px 15px 8px 0;
    !*border-bottom: solid 1px;*!
    margin: 0;
    font-size: 20px;
    color: var(--e-global-color-dark-green);
}*/

@media only screen and (max-width: 1480px) {
    .main-title.home-page-title {
        font-size: 4.72vw;;
    }
}
@media only screen and (max-width: 991px) {
    .main-title.home-page-title{
        aspect-ratio: unset;
        padding-bottom: 8vw;
    }
    .main-title.home-page-title h1, .main-title.home-page-title p.description {
        text-align: center;
    }
    .main-title.home-page-title .section-title{
        padding-right: 4vw;
    }

}

/*  HOME contact area   */
.contact-area{
    background-color: var(--e-global-color-dark-green);
}
.contact-area .inner {
    padding: 10px;
}
.contact-area .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.contacts {

}
.contacts h2{
    font-size: 35px;
    font-weight: 200;
    min-height: 3.6em;
    color: var(--e-global-color-cream) !important;
}
.contacts .call-contact{
    display: flex;
    flex-direction: row;
    /*gap: 5px;*/
    justify-content: flex-start;
    padding: 30px 0 0;
}
.call-contact .default-call-btn {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
}
@media only screen and (min-width: 991px) {
    .contacts .call-contact{
        padding: 32px 0 0;
    }
}
@media only screen and (max-width: 1200px) {
    .contact-area .container {
        max-width: 768px;
    }
    .contacts h2{
        font-size: 24px;
        min-height: 0;
        padding-bottom: 0;
        margin: 0;
    }
    .contacts {
        margin-bottom: 40px;
    }
}

/*      BUTTONS     */
.default-call-btn{
    display: inline-flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    color: var(--e-global-color-cream);
    background-color: var(--e-global-color-mid-green);
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    white-space: nowrap;
    border: solid 1px;
    border-radius: 100px 100px 100px 100px;
    padding: 8px 18px;
    transition: 0.4s;
}
.default-call-btn.thick-btn{
    padding: 16px 30px 16px 30px;
}
.default-call-btn i {
    align-items: center;
    display: flex;
}
.default-call-btn:hover{
    background-color: var(--e-global-color-dark-green);
    color: #F6F2EF;
    border-color: #F6F2EF;
}

.default-call-btn.color-mid-green{
    background-color: var(--e-global-color-mid-green);
}
.default-call-btn.color-mid-green:hover{
    background-color: var(--e-global-color-dark-green);
    color: #F6F2EF;
    border-color: #F6F2EF;
}

.default-call-btn.color-purple{
    background-color: var(--e-global-color-purple);
}
.default-call-btn.color-purple:hover{
    background-color: transparent;
    color: var(--e-global-color-purple);
    border-color: var(--e-global-color-purple);
}

/* specifics*/
.set-meeting {
    text-align: center;
}
.set-meeting img{
    filter: invert(1);
}
.set-meeting .default-call-btn img{
    max-width: 20px;
    max-height: 20px;
    align-self: center;
    margin: 0;
}
.set-meeting .default-call-btn.color-purple:hover{
    filter: unset;
    color: black;
}
.set-meeting .default-call-btn.color-purple:hover img{
    filter: unset;
}



/*      FORMS       */
.forms{

}
.forms .ee-name, .forms .ee-tel, .forms .ee-none {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: right;
}
.forms .form-group{
    margin-bottom: 15px;
}
.forms .form-group label{
    align-items: center;
    display: flex;
    color: var(--e-global-color-cream);
    font-size: 18px;
    font-weight: 200;
    line-height: 1;
    white-space: nowrap;
    width: 6em;
}
.forms .form-group input{
    align-items: center;
    display: flex;
    border-radius: 0;
    text-align: right;
}
.forms .form-group input[type="tel"] {
    direction: ltr;
}
.rtl .forms .form-group input[type="checkbox"] {
    position: static;
    width: 1em;
    align-self: baseline;
    margin-top: 2px;
}
.forms .ee-none {
    flex-direction: row-reverse;
    gap: 20px;
}
.forms .ee-none label {
    white-space: normal;
    width: 100%;
    font-size: 1.2em;
}
.ee-required label:before {
    content: "*";
    color: #d70000;
    font-size: 1.2em;
    display: flex;
}
.ee-none.ee-required label:before {
    align-self: baseline;
}
.rtl .forms .form-group .ep_ffld_static_link_btn a{
    margin-right: 3em;
    color: #a7faf5;
    font-weight: 400;
}

.forms .form-group button{
    width: 100%;
    margin: 0;
}

/*  HOME about blocks   */
.about_area_block, .team_block{
    margin-top: 25px;
    display: flex;
    flex-direction: row;
}
.about_area_block .block, .team_block .block{
    background-color: var(--e-global-color-cream);
    border-radius: 30px;
    padding: 20px;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 750ms ease-out, opacity 650ms ease-out;
}
.about_area_block .block.wait-anim, .team_block .block.wait-anim{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
}
.about_area_block .inner, .team_block .inner{
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}
.about_area_block .image, .team_block .image{
    aspect-ratio: 326 / 236;
    overflow: hidden;
    border-radius: 15px;
}
.about_area_block .image img, .team_block .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}
.about_area_block h3, .team_block h3{
    color: var(--e-global-color-cream);
    font-size: 35px;
    font-weight: 200;
    line-height: 1;
    margin: 20px 0 0;
}
.about_area_block p, .team_block p{
    color: var(--e-global-color-cream);
    font-size: 20px;
    font-weight: 200;
    margin-top: 15px;
}

.about_area_block.color-dark-green .block{
    background-color: var(--e-global-color-dark-green);
}
.about_area_block.color-mid-green .block{
    background-color: var(--e-global-color-mid-green);
}
.about_area_block.color-purple .block{
    background-color: var(--e-global-color-purple);
}
@media only screen and (min-width: 991px) {
    .about_area_block p, .team_block p{
        font-size: 28px
    }
}

/*  HOME services area   */
.service-area {
    background-color: var(--e-global-color-cream);
    overflow-x: hidden;
}
.service-block {
    padding: 10px;
    margin-bottom: 20px;
}
.service-block .inner{
    position: relative;
}
.service-block .image{
    width: 62.17%;
    aspect-ratio: 694 / 437;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 0 0 auto;
}
.service-block.department .image {
    aspect-ratio: 700 / 740;
}
.service-block .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
}
.service-block:nth-child(even) .image{
    margin: 0 auto 0 0;
}

.service-block .text{
    width: 41.4%;
    aspect-ratio: 466 / 337;
    background-color: var(--e-global-color-dark-green);
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    opacity: 1;
    right: 58.5%;
    left: auto;
    transition: transform 750ms ease-out, opacity 650ms ease-out;
}
.service-block.department .text {
    aspect-ratio: 466 / 638;
}

.service-block:nth-child(odd) .text.wait-anim{
    opacity: 0;
    transform: translate3d(-100%, -50%, 0);
}
.service-block:nth-child(even) .text.wait-anim{
    opacity: 0;
    transform: translate3d(100%, -50%, 0);
}

.service-block .text h3{
    color: var(--e-global-color-cream);
    font-size: 35px;
    font-weight: 200;
    line-height: 1;
    margin: 30px 0 0;
}
.service-block.department .text h3{
    margin: 0;
}
.service-block .text p{
    color: var(--e-global-color-cream);
    font-size: 20px;
    font-weight: 200;
    margin-top: 25px;
    margin-bottom: 0;
}
.service-block .text p br:before{
    display: block;
    content: "";
    height: 0.8em;
}
.service-block:nth-child(even) .text{
    left: 58.5%;
    right: auto;
}

.service-block.color-dark-green .text{
    background-color: var(--e-global-color-dark-green);
}
.service-block.color-mid-green .text{
    background-color: var(--e-global-color-mid-green);
}
.service-block.color-purple .text{
    background-color: var(--e-global-color-purple);
}
@media only screen and (max-width: 1200px) {
    .service-block .text{
        padding: 20px;
    }
    .service-block .text h3{
        font-size: 28px;
        margin-top: 10px;
    }
    .service-block .text p{
        font-size: 18px;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .service-block .inner{
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }
    .service-block .image{
        width: auto;
        aspect-ratio: 200 / 100;
    }
    .service-block .image img{

    }
    .service-block .text{
        position: relative;
        width: 80%;
        aspect-ratio: auto !important;
        right: auto !important;
        left: auto !important;
        transform: none !important;
        top: auto;
        bottom: auto;
        margin: auto;
        margin-bottom: -7em;
    }
    .service-block .text h3{
    }
    .service-block .text p{
    }
}


/*  HOME ehy-us */
section.why-us{
}
.why-us-block {
    margin-bottom: 25px;
}
.why-us-block .block{
    display: flex;
    flex-direction: row;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--e-global-color-cream);
}
.why-us-block .image{
    width: 94px;
    height: 94px;
    margin: 0 auto;
}
.why-us-block .image .svg svg{
    display: block;
    width: 100%;
    height: 100%;
}
.why-us-block .image .svg img{
    width: 100%;
    height: 100%;
}
.why-us-block h3{
    font-size: 35px;
    font-weight: 200;
    color: var(--e-global-color-dark-green);
    line-height: 1.2;
    margin: 8px auto 16px;
    min-height: 1.2em;
}
.why-us-block p{
    font-size: 20px;
    font-weight: 300;
    color: var(--e-global-color-dark-green);
    min-height: 1.2em;
}

/*  Home clients area   */
.clients-area{
    background-color: var(--e-global-color-cream);
}
.clients-area .section-title h2{
    color: var(--e-global-color-dark-green);
    max-width: calc(100% - 40px);
}
.client-block {
    margin-bottom: 25px;
}
.client-block .inner{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.client-block .video-wrapper{
    position: relative;
    aspect-ratio: 1.77777;
}
.client-block iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
}
.client-block .svg {
    height: 110px;
    width: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3));
    cursor: pointer;
    transition: 0.4s;
}
.client-block .svg:hover{
    fill: #d5ffd5;
    filter: drop-shadow(0 0px 3px #d5ffd5);
}

.client-block img{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.client-block .svg svg {

}
.client-block.large-frame {
    width: 50%;
}

.content.manager {
    display: flex;
    justify-content: center;
}
.content.manager.justify-center{
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 991px) {
    .client-block.large-frame {
        width: 100%;
    }
}


/***    ABOUT PAGE      ***/
section.title-area {
    background-color: var(--e-global-color-cream);
}
.title-area h1{
    font-size: 70px;
    font-weight: 800;
    color: var(--e-global-color-dark-green);
}

/*  breadcrumb  */
.breadcrumb{
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}
.breadcrumb ul li, .breadcrumb ul li a{
    color: var(--e-global-color-mid-green);
    font-size: 18px;
    display: inline-block;
}
.breadcrumb ul li:not(:last-child):after{
    direction: rtl;
    padding: 0 7px;
    font-weight: bold;
    content: '»';
}


/*      GALLERY PAGE        */
.main-gal-block{
    padding: 5px;
}
.main-gal-block .inner{
}
.main-gal-block .image{
    display: flex;
    position: relative;
    aspect-ratio: 326 / 236;
    overflow: hidden;
    background-color: black;
}
.main-gal-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    opacity: 1;
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
    transition: opacity 1.2s ease-out, transform 1.5s cubic-bezier(0.52, 0.09, 0, 0.46);
}
.main-gal-block:hover img{
    opacity: 0.75;
    transform: scale3d(1.2, 1.2, 1) rotate3d(0, 0, 1, 1deg);
}
.main-gal-block .description{
    position: absolute;
    padding: 2px 5px;
    line-height: 1;
    width: 100%;
    height: calc(1em + 4px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    bottom: 0;
    background-color: rgb(0 0 0 / 64%);
    color: #FFF;
    opacity: 0;
}

.image-viewer{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: block;
    transition: opacity 1s ease-out;
    z-index: -11;
}
.image-viewer.on{
    opacity: 1;
    display: block;
    z-index: 9999;
}
.image-viewer .overlay{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: color(srgb 0 0 0 / 0.8);
    background: radial-gradient(ellipse at center, rgb(33 33 33 / 80%) 0%, rgb(0 0 0 / 89%) 100%);
}
.image-viewer .block{
    display: inline-flex;
    position: relative;
    align-items: center;
    min-width: 100px;
    height: calc(100% - 120px);
    max-width: calc(100% - 160px);
}
.image-viewer .wrapper{
    height: 100%;
    box-shadow: 0px 1px 12px 0px rgb(255 255 255 / 51%);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.image-viewer .wrapper.on{
    opacity: 1;
}
.image-viewer .wrp{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*z-index: -1;*/
    transition: opacity 0.5s ease-out;
}
.image-viewer .wrp.on{
    z-index: 111;
    opacity: 1;
}
.image-viewer img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.image-viewer img.active{

}
/*.image-viewer img.img-next, image-viewer img.img-prev{
    position: absolute;
}*/
.image-viewer .nab-btn {
    position: absolute;
    z-index: 99;
    font-size: 30px;
    font-weight: 100;
    line-height: 1;
    color: #FFF;
    transform: scale3d(1.5, 2.5, 1);
    cursor: pointer;
}
.image-viewer .nab-btn.prev-btn{
    right: 100px;
}
.image-viewer .nab-btn.next-btn{
    left: 100px;
}
.image-viewer .nab-btn.close{
    transform: scale3d(2.3, 1.6, 1);
    top: 60px;
    left: 100px;
}
.image-viewer .nab-btn.off {
    display: none;
}
@media only screen and (max-width: 991px) {
    .image-viewer .block {
        max-width: calc(100% - 60px);
    }
    .image-viewer .wrapper{
        box-shadow:none;
        border-radius: 0;
    }
    .image-viewer .nab-btn.prev-btn{
        right: 30px;
    }
    .image-viewer .nab-btn.next-btn{
        left: 30px;
    }
}


/*      TEAM page       */
.team_block {
    margin-top: 0;
    margin-bottom: 45px;
}
.team_block .block {
    padding: 12px;
}
.team_block .inner{

}
.team_block .image{
    aspect-ratio: 249 / 274;
}
.team_block .image img{

}
.team_block h3{
    font-size: 24px;
    font-weight: 300;
    color: var(--e-global-color-dark-green);
    margin-top: 30px;
    margin-bottom: 10px;
}
.team_block p{
    font-size: 20px;
    font-weight: 300;
    color: var(--e-global-color-dark-green);
    margin: 0;
}


/*      Articles pages      */
aside > .inner{
    padding-right: 30px;
}

.article_block{
    margin-bottom: 25px;
}
.article_block .block{
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.article_block .image{
    display: block;
    aspect-ratio: 360 / 238;
    overflow: hidden;
}
.article_block .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}
.article_block .txt {
    padding: 0 30px;
}
.article_block .box_link{
    display: block;
}
.article_block h2{
    color: var(--e-global-color-mid-green);
    font-size: 24px;
    font-weight: 200;
    margin: 1.5em 0 1em;
    height: 2.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article_block .brief{
    color: var(--e-global-color-dark-green);
    font-size: 20px;
    font-weight: 200 !important;
    height: 7.5em;
    overflow: hidden;
}
.article_block .brief b, .article_block .brief strong{
    font-weight: 200 !important;
}
.article_block .brf{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.article_block .read-more{
    display: inline-block;
    color: var(--e-global-color-mid-green);
    font-size: 20px;
    font-weight: 200;
    margin: 1em 0 1.2em 0;
}

.article_page p{
    font-size: 18px;
    font-weight: 400;
    color: var(--e-global-color-dark-green);
}
.article_page h2{
    color: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-block-end: 1rem;
    margin-block-start: .5rem;
    font-size: 2rem;
}
.article_page article a:not(.default-call-btn){
    color: #c36;
    font-weight: 500;
}
.article_page article .set-meeting{
    margin: 50px 0 55px;
}
.article_page img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}
.article_page .more{
    margin: 10px 0 30px;
}
.article_page .more_items_title{
    font-size: 18px;
    font-weight: 500;
}
.article_page a.rel-itm{
    display: block;
    font-size: 18px;
    color: #c36;
    font-weight: 600;
}

/*  article page why=us, article items   */
.why-us-block.side-type{
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.why-us-block.side-type .inner{
    display: flex;
    flex-direction: row;
    align-items: start;
    text-align: start;
    gap: 15px;
}
.why-us-block.side-type .image{
    display: inline-block;
    flex: 0 0 auto;
    line-height: 0;
    width: 60px;
    height: 60px;
    margin: 0;
}
.why-us-block.side-type .texts{
    flex-grow: 1;
    width: 100%;
}
.why-us-block.side-type h3{
    text-align: unset;
    font-size: 24px;
}
.why-us-block.side-type p{
    text-align: unset;
    font-size: 18px;
    font-weight: 400;
}

.why-us-block.side-about{

}
.why-us-block.side-about .image{
    width: 58%;
    aspect-ratio: 1 / 1;
    height: auto;
    margin: 0;
    margin-bottom: 20px;
}
.why-us-block.side-about .block{
    padding: 30px;
}
.why-us-block.side-about p{
    font-size: 18px;
    font-weight: 400;
}
.why-us-block.side-about .set-meeting{
    margin: 0;
    text-align: center;
    padding-top: 15px;
}
.why-us-block.side-about .default-call-btn{
    margin: 0;
}

.article_block.side-article .brief{
    display: none;
}














.rtl .bxs-quote-alt-left:before {
    content: "\ee82";
}
.clients-content .content i{
    rigt:auto;
    left: 10px;
}
.rtl .clients-content .content i{
    left:auto;
    right: 10px;
}

.clients-content .content {
    padding-left: 70px;
    padding-right: 0;
}
.rtl .clients-content .content {
    padding-left: 0;
    padding-right: 70px;
}

.clients-content .content i {
    background-color: #f89a26;
    color: #ffffff;
    text-align: center;
}

.clients-area .owl-nav .owl-next, .clients-area .owl-nav .owl-prev {
    color: #2884a7 !important;
    border-color: #2884a7 !important;
    background-color: transparent !important;
}

.clients-area .owl-nav .owl-next:hover, .clients-area .owl-nav .owl-prev:hover {
    color: #ffffff !important;
    background-color: #2884a7 !important;
}

footer {
    background-color: var(--e-global-color-cream)
}
.footer-top{
    padding: 35px 0 35px 0;
}
.footer-widget {
    padding-left: 20px;
    padding-bottom: 20px;
}
.footer-widget .footer-logo {
    max-width: 300px;
    margin: 0 0 20px;
}
.footer-widget .footer-logo a{
    display: inline-block;
    width: 100%;
}
.footer-widget .footer-logo a img{
    width: 58%;
}

.footer-widget .footer-call-content{
    margin: 0 auto 20px;
}
.rtl .footer-widget .footer-call-content{
    padding-left: 80px;
    padding-right: 20px;
}
.rtl .footer-widget .footer-call-content i {
    right: auto;
    left:20px;
}
.footer-social{
    text-align: center;
}
.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-social ul li{
    display: inline-block;
    vertical-align: top;
    top: 1px;
    position: relative;
}
.footer-social ul li a{
    display: inline-block;
    transition: all 0.5s;
    text-decoration: none;
    color: #31a5d9;
    padding-right: 8px;
}
.rtl .footer-social ul li a {
    padding-left: 8px;
    padding-right: 0;
}
.footer-social ul li:hover a{
    color: #f89a26;
}
.footer-social ul li .bx{
    font-size: 1.8em;
}
.footer-widget p{
    max-width: none;
    max-width: none;
    font-size: 18px;
    font-weight: 400;
    color: var(--e-global-color-dark-green);
}
.footer-widget.lg p{
    text-align: center;
}
.footer-widget .footer-call-content a{
    display: block;
}
.footer-widget.lg.icq-logo {
    text-align: center;
}
.footer-widget.lg.icq-logo img {
    max-width: 100px;
}
.footer-widget h2 {
    font-size: 24px;
    font-weight: 300;
    color: var(--e-global-color-dark-green);
    margin-bottom: 20px;
}
.footer-widget .inner{
    position: relative;
}
.bottom-menu{
    padding-top: 15px;
    /*padding-top: 2em;
    margin-top: 1em;
    border-top: solid 1px var(--e-global-color-dark-green);*/
}
.footer-widget ul {
    list-style: none;
    padding: 0;
}
.footer-widget ul li{

}
.footer-widget ul li a, .footer-widget a{
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 10px;
}
.footer-widget i {
    padding: 0 12px 0 0;
    color: var(--e-global-color-mid-green);
}
.footer-widget .bx{
    padding: 0 0 0 12px;
    color: var(--e-global-color-mid-green);
}
.footer-widget a{
    color: var(--e-global-color-dark-green);
}
.footer-widget a:hover, .footer-widget li.active a{
    color: var(--e-global-color-mid-green);
}
.footer-widget .media-links a:hover{
    color: white;
    background-color: var(--e-global-color-dark-green);
}
.footer-widget .media-links{
    padding: 18px 0;
}
.footer-widget .media-links i{
    color: var(--e-global-color-cream);
}

.copy-right-area {
    display: flex;
    background-color: var(--e-global-color-dark-green);
    height: 40px;
    justify-content: center;
    align-items: center;
}
.copy-right-text {
    display: inline-block;
    font-size: 12px;
    color: var(--e-global-color-cream);
}
.copy-right-text .sep{
    padding: 0 6px;
}
.copy-right-text a{
    display: inline-block;
    color: var(--e-global-color-cream);
    border-bottom: solid 1px #f6f2ef61;
    line-height: 0.8em;
}

@media only screen and (max-width: 740px) {
    .copy-right-text {
        display: flex;
        flex-direction: column-reverse;
    }
    .copy-right-area .copyright{
        text-align: center;
    }
    .copy-right-area .credits{
        text-align: center;
    }
    .copy-right-area .sep{
        display: none;
    }

}

@media only screen and (max-width: 991px) {
    .footer-widget.contact-ct {
        aspect-ratio: 100 / 50;
    }
}

/*.beacon {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #ff3b30;
    border-radius: 50%;
}

.beacon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff3b30;
    border-radius: 50%;
    animation: beacon-grow 1.5s infinite ease-out;
    z-index: -1;
}*/

/*@keyframes beacon-grow {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}*/

.side_whatsapp_button{
    position: fixed;
    display: block;
    left: auto;
    right: 1%;
    top: calc(95% - 145px);
    transform: translateY(-95%);
    border-radius: 100%;
    width: 45px;
    height: 45px;
    z-index: 100;
    transition: 0.5s;
}
.side_whatsapp_button img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: relative;
    z-index: 99;
}

.whatsapp-beacon {
    /*position: relative;*/
    /*width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;*/
}

.whatsapp-icon {
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 50%;
}

.whatsapp-beacon::before,
.whatsapp-beacon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #25d366; /* WhatsApp Green */
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    animation: whatsapp-wave 4s infinite ease-in-out;
}

/* Staggers the second ring to create the dual-layered wave look */
.whatsapp-beacon::after {
    animation-delay: 2s;
    animation: whatsapp-wave-after 4s infinite ease-in-out;
}

@keyframes whatsapp-wave {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    48% {
        transform: scale(1.5);
        opacity: 0;
    }
    52% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}
@keyframes whatsapp-wave-after {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }
    48% {
        transform: scale(1);
        opacity: 0.8;
    }
    52% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}




.bullets-list.service-article-list ul{
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}
.bullets-list.service-article-list li {
    display: inline-block !important;
    width: 49%;
    color: #252525;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 35px;
    font-weight: 600;
    position: relative;
    transition: 0.5s;
}
.bullets-list.full-bullet.service-article-list li{
    width: 99%;
}
.rtl .bullets-list.service-article-list li {
    padding-left: 0;
    padding-right: 35px;
}
.bullets-list.service-article-list li:hover{
    color: #2884a7;
}
.bullets-list.service-article-list li:hover:before{
    color: #f89a26;
}
.bullets-list.service-article-list li:before{
    content: "\ed31";
    font-size: 26px;
    color: #2884a7;
    position: absolute;
    left: 0;
    top: -2px;
    margin-right: 5px;
    transition: 0.5s;

    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
}
.rtl .bullets-list.service-article-list li:before{
    left: auto;
    right: 0;
    margin-right: 0;
    margin-left: 5px;
}


.par-double-img .box{
    position: relative;
    border-radius: 15px;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
    margin-bottom: 30px;
}
.par-double-img img{
    position: absolute;
    top:0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.par-double-img p{
    text-align: center;
    color: #2884a7;
    color: #236781;
}

.title-h3 {
    margin-bottom: 20px;
}
.side-service-block{
    display: block;
    height: 0;
    position: relative;
    padding-bottom: 50%;
    height: 0;
    margin-bottom: 30px;
}
.side-service-block a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.side-service-block a:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: -101%;
    background-color: rgb(40 132 167 / 64%);
    transition: 0.3s;
    transition-timing-function: ease-out;
    height: 100%;
    width: 100%;
}
.footer-widget .side-service-block a:before{
    display: none;
}
.side-service-block:hover a:before{
    right:0;
}
.side-service-block p{
    position: absolute;
    display: block;
    width: 100%;
    background-color: #FFF;
    bottom: 10px;
    margin: 0;
    color: #2884a7;
    color: #236781;
    font-size: 18px;
    font-weight: 500;
}

.about-play {
    margin-top: 10px;
}
.about-play .about-play-content{
    padding: 100px 85px 70px 25px;
}
.rtl .about-play .about-play-content{
    left: auto;
    right: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 70%;
    padding: 100px 25px 70px 85px;
}
.about-play .about-play-content::before{
    right: auto;
    left: 0;
}
.rtl .about-play .about-play-content::before {
    left: auto;
    right: 0;
    width: 91.7%;
    height: 90.1%;
    background-color: #0071dc;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 70%;
}

.footer-widget .side-service-block{
    padding-bottom: 22%;
    margin-bottom: 0;

    padding-bottom: 60px;
    margin-bottom: 20px;
}
.footer-widget .side-service-block a{
    overflow: hidden;
    white-space: nowrap;
}
.footer-widget .side-service-block .image{
    display: inline-block;
    vertical-align: top;
    width: 130px;
    height: 60px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-right: 15px;
}
.rtl .footer-widget .side-service-block .image{
    margin-left: 15px;
    margin-right: 0;
}
.footer-widget .side-service-block p{
    font-size: 16px;
    font-weight: 500;
    padding: 0 12px;
    line-height: 1.2em;
    color: #31a5d9;
    /* bottom: 5px; */
    position: static;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 115px);
    width: calc(75% - 115px);
    white-space: normal;
    height: 70px;
    background-color: transparent;
    transition: 0.3s;
}
.footer-widget .side-service-block:hover p{
    color:#f89a26;
}
.footer-widget.contact-ct{
    height: 100%;
    padding-left: 0;
}
.footer-widget.contact-ct iframe{
    height: 100%;
    width: 100%;
}
.contact-ct .ct{
    color: #FFF;
    margin-bottom: 5px;
}
.contact-ct .ct.pd{
    padding-right: 18px;
    padding-left: 18px;
}
.rtl .contact-ct .ct.pd{
}
.contact-ct .ct .bx{
    color: #31a5d9;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.contact-ct .ct .bx:before{
    color: inherit;
}
.contact-ct .ct span{
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.contact-ct .ct span.vl{

}
.contact-ct .ct a{
    display: inline-block;
    vertical-align: middle;
    color: #31a5d9;
}
.contact-ct .ct a:hover{
    color: #f89a26;
}
.copy-right-text{
    direction: ltr;
}
.rtl .copy-right-text{

}
.copy-right-text p{
    font-size: 12px;
}
.copy-right-text p a{
    border: 0 none;
}
.footer-widget.lg{
    padding-right: 50px;
    padding-left: 0;
}
.rtl .footer-widget.lg{
    padding-left: 50px;
    padding-right: 0;
}

.about-content .about-content-card, .rtl .about-content .about-content-card{
    padding-top: 20px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.about-content .about-content-card h3{
    padding-left: 75px;
    padding-right: 0;
    min-height: 2.4em;
}
.ltr .about-content .about-content-card h3{
    margin-top: 0;
}
.rtl .about-content .about-content-card h3{
    padding-left: 0;
    padding-right: 75px;
}
.about-content .about-content-card i {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 60px;
    color: #0071dc;
    line-height: 1;
}
.rtl .about-content .about-content-card i{
    right: 0;
    left: auto;
}

.contact-info ul li .content h3{
    margin-bottom: 5px;
}
.rtl .contact-info ul li .content i{
    left: auto;
    right: 0;
}
.rtl .contact-info ul li{
    padding-right: 60px;
    padding-left: 0;
    margin-right: 20px;
}

.main-nav .nav-side .nav-side-item .search-box{
    top:0;
    width: 180px;
}
.main-nav .nav-side .nav-side-item .search-box i{
    position: absolute;
    top: 27%;
    right: 6px;
    color: #2784a7;
    width: 1em;
}
.rtl .main-nav .nav-side .nav-side-item .search-box i{
    right: auto;
    left: 12px;
}
input.search-inp{
    padding: 7px 12px;
    padding-right: 30px;
    margin: 0;
    outline: 0 none;
    width: 100%;
    border-radius: 100px;
    border: solid 2px #2784a7;
}
.rtl input.search-inp{
    padding-left: 35px;
    padding-right: 12px;
}
input.search-inp:focus-visible, input.search-inp:focus{
    outline: solid 2px #2784a7;
    outline-offset: 2px;
    outline: -webkit-focus-ring-color auto 1px;
}

@media only screen and (max-width: 991px) {
    .main-nav nav .navbar-nav .nav-item{
        padding: 0;
        margin: 0;
        border: 0 none;
    }

    .breadcrumb{
        display: none;
    }
    .title-area h1{
        font-size: 50px;
    }

    .contacts {
        margin-bottom: 15px;
    }

    .mobile-nav nav .navbar-nav {
        height: 330px;
        overflow-y: scroll;
    }
    .footer-widget.lg, .rtl .footer-widget.lg {
        padding-left: 0;
        padding-right: 0;
    }
    .contact-info ul li{
        display: block;
    }
    .top-head-left, .rtl .top-head-left {
        float: none;
    }
    .top-header-right, .rtl .top-header-right{
        float: none;
    }
}

@media only screen and (max-width: 640px) {
    .bullets-list.service-article-list li{
        width: 100%;
    }
}

/*
.rtl .top-header-right .language-list{
    margin-left: 0;
    margin-right: 20px;
}
.rtl .top-header-right .language-list .nice-select{
    !*text-align: left !important;*!
}
.top-header-right .language-list .nice-select::after{
    left:auto;
}
.rtl .top-header-right .language-list .nice-select::after{
    right: auto;
    left: 10px;
}
.rtl .nice-select .list{

}
.rtl .top-header-right .language-list .nice-select .list .option{
    text-align: right;
    padding-right: 30px;
}
*/

.top-header-right .language-list{
    top: 0;
    right: auto;
    left: auto;
    width: 40px;
    height: 25px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    z-index: 9999;
}
.rtl .top-header-right .language-list{
    margin-right: 10px;
    margin-left: 0;
}
.top-header-right .language-list .nice-select{
    top: 5px;
    width: 40px;
    height: 25px;
    padding: 0;
    position: absolute;
    float: none;
}
.top-header-right .language-list .nice-select .list{
    width: 44px;
    padding: 2px;
}
.top-header-right .language-list .nice-select::after{
    top: auto;
    bottom: -10px;
    right: 50%;
}
.rtl .top-header-right .language-list .nice-select::after{
    top:auto;
    right: calc(50% - 10px);
}
.top-header-right .language-list .nice-select .list .option, .rtl top-header-right .language-list .nice-select .list .option {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    width: 40px;
    height: 25px;
    overflow: hidden;
    /*color: transparent;*/
    min-height: 0;
    line-height: 25px;
    /*font-size: 0;*/
}
.top-header-right .language-list .nice-select .list .option .inner, .rtl top-header-right .language-list .nice-select .list .option .inner{
    position: absolute;
    display: block;
    z-index: -1111;
}
.top-header-right .language-list .nice-select .list .option:hover{
    color: transparent;
}
.top-header-right .language-list .nice-select .list .option[data-value='en']{
    /*background-image: url("/images/us_flag.png");*/
}
.top-header-right .language-list .nice-select .list .option[data-value='he']{
    background-image: url("/images/israel_flag.png");
    margin-bottom: 6px;
}
.top-header-right .language-list .nice-select .current{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 25px;
    max-width: none;
    float: none;
    /*font-size: 0;*/
    color: #000;
    background-color: #FFF;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: solid 1px #FFF;
}
.top-header-right .language-list .nice-select .current span{

}
.top-header-right .language-list .nice-select .current.he{
    /*background-image: url("/images/israel_flag.png");*/
}
.top-header-right .language-list .nice-select .current.en{
   /* background-image: url("/images/us_flag.png");*/
}
.top-header-right .language-list .nice-select .current:focus, .top-header-right .language-list .nice-select .list .option:focus, .top-header-right .language-list .nice-select .list .option.focus{
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: 1px;
}
.top-header-right .language-list .nice-select .current:focus-visible, .top-header-right .language-list .nice-select .list .option:focus-visible{
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: 1px;
}

.ltr .main-nav nav .navbar-nav .nav-item {
    max-width: 120px;
}

.search-results{
    margin-top: 45px;
}
.search-results .result{
    display: block;
    margin-bottom: 8px;
}
.search-results .result .pgttl{
    color: #246984;
    font-weight: 500;
    font-size: 1.25em;
}
.search-results .result .pgttl:after{
    direction: rtl;
    padding: 0 10px;
    content: '»';
    font-size: 0.8em;
}
.search-results .result .res{
    color: #000;
}
.search-results .result:hover .res{
    color: #0080b2;
}
.search-results .result .res b{
    color: #f89a26;
}
.section-title.search-res span{
    color: #f89a26;
}

.hidden-text{
    position: absolute;
    height: 0;
    overflow: hidden;
    z-index: -11;
}
.nice-select-lo{
    position: absolute;
    height: auto;
    color: #000;
    background-color: #FFF;
    overflow: hidden;
    z-index: -11;
}
.default-btn{
    font-weight: bold;
    font-size: 1.2em;
}

.clients-area .property-photo.auto-dim.hrat:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: color(srgb 1 1 1 / 0.61);
}

@media only screen and (min-width: 992px) {
    .banner-slider-area .owl-dots{
        right: 7%;
        left: auto;
    }
    .rtl .banner-slider-area .owl-dots{
        left: 7%;
        right: auto;
    }
}






/*      COLORS      */
.main-nav nav .navbar-nav .nav-item.active a{
    color: var(--e-global-color-mid-green);
}
.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
    color: var(--e-global-color-mid-green) !important;
}
.main-nav nav .navbar-nav .nav-item a::before {
    background-color: var(--e-global-color-mid-green);
    height: 3px;
    bottom: 3px;
}
.main-nav nav .navbar-nav .nav-item a:hover::before, .main-nav nav .navbar-nav .nav-item.active a::before, .main-nav nav .navbar-nav .nav-item a :focus::before {
    opacity: 1;
    width: 100%;
}

.inner-banner {
    background-color: #246984;
}
.ondark .sp-color2{
    color: #f89a26;
}
.ondark .section-title h2{
    color:#FFF;
}
.ondark .section-title p{
    color:#FFF;
}
.ondark .about-content .about-content-card h3{
    color:#FFF;
}
.ondark .about-content .about-content-card p{
    color:#FFF;
}
.ondark .choose-content .choose-content-card .content i{

}

.form-group.btc_submit{
    text-align: center;
    margin-bottom: 0;
}
.contact-form .form-group .form-control{
    border: 1px solid #2884a7;
}
.form-group .ee-required label:after{
    color: #8a0000;
    font-size: 1.5em;
    line-height: 0.7em;
    padding: 0 3px;
    display: inline-block;
    vertical-align: text-bottom;
}
.contact-form .form-group textarea.form-control{
    height: 9em;
}

.expo .top-header-bg, .expo .navbar-area, .expo .inner-banner{
    display: none;
}
.expo #IDFS_200{
    display: none;
}
.expo .contact-form-area.pt-100.pb-70{
    padding: 50px;
}
body.expo{
   /* background-image: url("/images/blue-net-bkg.jpg");*/
    background-size: cover;
}
.expo .par-double-img{
    background-color: color(srgb 1 1 1 / 0.75);
    box-shadow: color(srgb 1 1 1 / 0.75) 0 0 7px 17px;
    border-radius: 17px;
    margin-bottom: 50px;
}
.expo .par-double-img .box{
    padding-bottom: 40%;
}
.expo .par-double-img .img1, .expo .par-double-img .img2{
    width: 50% !important;
}
.expo .par-double-img .img2 .box{
    padding-bottom: 20%;
    margin-top: 9%;
}
.expo .par-double-img img{
    object-fit: contain;
    min-width: 0;
    min-height: 0;
    /* max-width: 100%; */
    /* max-height: 100%; */
    height: 100%;
    left: auto;
    right: 0;
}
.expo .par-double-img .img2 img{
    left: 0;
    right: auto;
}

.expo .form-group{
    margin-bottom: 12px;
}
.expo .form-group input{
    font-size: 18px;
    border-radius: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.expo .form-group label{
     display: block;
     text-align: right;
     color: #FFF;
     font-size: 16px;
     font-weight: bold;
     padding-right: 0.5em;
}
.expo .form-group button {
    font-size: 22px;
    display: block;
    width: 100%;
    border-radius: 12px;
    margin-top: 20px;
}
.expo #page_main_content > .row.pt-45{
    display: none;
}

.ep_par.black-bk{
    background-color: color(srgb 0 0 0 / 0.5);
    margin-bottom: 20px;
}
.ep_par.black-bk .par-text{
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    padding: 12px;
    max-width: none;
    line-height: 1.2em;
}


.ep_par.thanks-contact{
    margin-top: -50px;
}
.ep_par.thanks-contact .par-text{
    font-size: 48px;
}


.clients-content p{
    min-height: 8em;
}

button.owl-dot.pause-btn{
    bottom: 50px;
    z-index: 11;
    position: absolute;
    right: 7%;
    left: auto;
    background-color: transparent;
    border: 0 none;
    z-index: 11;
}
.rtl button.owl-dot.pause-btn{
    left: 1.5vw;
    bottom: 1.5vw;
    right: auto;
}
button.owl-dot.pause-btn i{
    background-color: rgb(33 64 62 / 41%) !important;
    width: 38px !important;
    height: 38px !important;
    border: 2px solid #ffffff;
    color: #FFF;
    border-radius: 30px;
    font-size: 35px;
    padding: 0;
    transition: 0.5s;
    margin: 7px 7px;
    opacity: 0.7;
}
button.owl-dot.pause-btn:hover i {
    opacity: 1;
}


button.get-contessa{
    display: none;
}
body.wa_admin button.get-contessa{
    display: block !important;
}






    /*      COLORS CORRECTION       */
.footer-bg {
    background-color: var(--e-global-color-cream)
}
.preloader {
    background: #145168;
}
.color-set-dark .section-title h2{
    color: #082f41;
}
.color-set-dark .section-title span{
    color: #2784a7;
    color:#237695;
}
.color-set-dark .section-title p{
    color: #FFF;
}

.call-us-area {
    background-color: #145168;
}

.btn-bg-one {
    background-color: #f89a26;
    color: #000;
}
.banner-slider-area .owl-dots .owl-dot.active span, .banner-slider-area .owl-dots .owl-dot:hover span {
    border: 13px solid #f89a26;
}
.banner-item::before {
    background-color: #083241;
    background-color: color(srgb 0.01 0.09 0.11);
}
.about-img .sub-content h3{
    color: #f89a26;
    color: #AE640A;
}

.sp-color1, .call-contact h3 {
    color: #f89a26;
    color: #F9AA48;
}
.on_light .sp-color1{
    color: #227391;
}
.sp-color2 {
    color: #2784a7;
}
.on_light .sp-color2{
    color: #1B5C74;
}
.btn-bg-two{
    background-color: #2784a7;
    background-color:#227391;

}
.top-header-bg {
    background-color: #103442;
}
.main-nav nav .navbar-nav .nav-item a.active {
    color: #2784a7 !important;
}
.about-content .about-content-card i {
    color: #2784a7;
}

.go-top {
    position: fixed;
    top: 60%;
    right: 3%;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #0071dc;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 48px;
    z-index: 100;
    transition: 0.5s;
}
.go-top{
    right: auto;
    left: 1%;
}
.rtl .go-top{
    left: auto;
    right: 1%;
}
.go-top.active{
    background: color(srgb 0.05 0.24 0.28 / 0.71);
    top: calc(95% - 220px);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
    border: solid 1px #FFF;
    line-height: 49px;
    overflow: hidden;
}
.go-top.active:hover{
    background: var(--e-global-color-mid-green);;
}
.go-top i {
    transition: 0.5s;
}

/*.about-img::before {
    border: 3px solid #f89a26;
}*/
footer
.footer-widget .footer-call-content i{
    background-color: #e1f5fc;
    color: #2884a7;
}
.footer-widget .footer-call-content:hover i {
    background-color: #2884a7;
    color: #e1f5fc;
}

.security-card{
    border-bottom: 3px solid #2884a7;
}
.security-card p {
    min-height: 8em;
}
.security-card i{
    background-color: #e1f5fc;
}
.security-card h3{
    min-height: 3.6em;
}
.security-card:hover i {
    background-color: #2884a7;
    color: #ffffff;
}
.security-card:hover h3 a {
    color: #2884a7;
}

.clients-area .on_light .section-title h2{
    color: #082f41;
}


/*  adjust new style    */
.accs_menu .accs_btn{
    position: relative;
    z-index: 2;
}
.accs_menu .con .box ul li, .accs_menu .con .title, .accs_menu .con .box ul li:nth-child(2n+0), .ltr .accs_menu .con .box ul li:nth-child(2n+0){
    border: 0 none;
    border-right: 0 none;
    border-left: 0 none;
}
.accs_menu .con .box ul li{
    padding: 6px;
}
.accs_menu .con .box .accbtn span{
    min-height: 0;
}
.accs_menu .con .box .accbtn img {
    height: 1.6em;
    margin-bottom: 5px;
}
.accs_menu .con .box .accbtn img {
    margin-bottom: 8px;
}
.accs_menu .con .box ul li.full .accbtn{
    margin-bottom: 0;
}
.accs_menu .con .box .accbtn{
    padding: 8px;
    background-color: #ffffff;
    border-radius: 6px;
}
.accs_menu.on .con {
    background-color: #9bc0cd;
    margin-bottom: -14px;
    border-radius: 14px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.accs_menu .con .title .ep_close {
    position: absolute;
    display: block;
    right: auto;
    left: 0.4em;
    top: -0.1em;
    transform: scale(1.3, 1);
    font-family: Arial, serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #000;
    border: solid 1px transparent;
    height: 1.4em;
    width: 1.077em;
    border-radius: 100%;
    background-color: #FFF;
}
.ltr .accs_menu .con .title .ep_close{
    left: auto;
    right: 0.4em;
}
.accs_menu .con .title .ep_close:hover {
    background-color: #082f41;
    color: #FFF;
}

/*      accessibility module completions       */
    /*  ex_hi_contrast_bw   yellow on black */
.search-inp.ex_hi_contrast_bw{
    order-color: rgb(255, 255, 0);
    background-color: #000;
    color: rgb(255, 255, 0);
}
.services-card.ex_hi_contrast_bw .bg:after{
    background-color: color(srgb 0 0 0 / 0.8);
}

.main-nav nav .navbar-nav .nav-item a.ex_hi_contrast_bw:hover, .main-nav nav .navbar-nav .nav-item a.ex_hi_contrast_bw :focus, .main-nav nav .navbar-nav .nav-item.active a.ex_hi_contrast_bw{
    color:#FFF !important;
}
.clients-area.ex_hi_contrast_bw .property-photo.auto-dim.hrat:after{
    background-color: color(srgb 0 0 0 / 0.6);
}
.clients-content.ex_hi_contrast_bw:before{
    background-color: #313131;
}
.clients-area.ex_hi_contrast_bw .owl-nav .owl-next, .clients-area.ex_hi_contrast_bw .owl-nav .owl-prev{
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 0) !important;
    border-color: rgb(255, 255, 0) !important;
}

    /*  ex_hi_contrast_wb   black on white  */
.banner-item.ex_hi_contrast_wb:before{
    background-color: #FFF;
}
.services-card.ex_hi_contrast_wb .bg:after{
    background-color: color(srgb 1 1 1 / 0.94);
}
.main-nav nav .navbar-nav .nav-item a.ex_hi_contrast_wb:hover, .main-nav nav .navbar-nav .nav-item a.ex_hi_contrast_wb :focus, .main-nav nav .navbar-nav .nav-item.active a.ex_hi_contrast_wb{
    color:#000 !important;
}
.clients-area.ex_hi_contrast_wb .owl-nav .owl-next, .clients-area.ex_hi_contrast_wb .owl-nav .owl-prev{
    background-color: rgb(255 255 255) !important;
    color: rgb(0 0 0) !important;
    border-color: rgb(0 0 0) !important;
}

.form-group.ep_ffld_checkbox{
    margin-bottom: 0;
}
.form-group .ee-check{
    position: relative;
    padding: 0 25px;
}
.form-group.btc_pvp_check label{
    margin-bottom: 0;
    font-size: 1em;
}
.form-group input[type="checkbox"]{
    margin: 0;
    position: absolute;
    left: 0;
    top: 0.4em;
}
.link_static_box{

}
.form-group .ep_ffld_static_link_btn a{
    margin-left: 25px;
}
.rtl .form-group.btc_pvp_check label{

}
.rtl .form-group input[type="checkbox"]{
    margin: 0;
    left:auto;
    right: 0;
}
.rtl .link_static_box{

}
.rtl .form-group .ep_ffld_static_link_btn a{
    margin-left: 0;
    margin-right: 25px;
}

/*.bottom-menu{
    margin-top: 1.3em;
}
.bottom-menu ul{
    padding: 0;
}
.bottom-menu li{
    position: static;
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.bottom-menu li:after{
    content: "";
    display: inline-block;
    width: 1em;
}
.bottom-menu li:last-child:after{
    display: none;
}
.bottom-menu a{
    color: #FFF;
}
.bottom-menu li:hover a {
    color: #f89a26;
}*/

.accs_menu{
    top: calc(95% - 70px);
}

.privacy-area{
    /*display: none;*/
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 9999;
    background: #daf4ff;
    border: solid 6px #91c0d5;
    border-radius: 8px;
}
.privacy-area.off{
    display: none;
}
.privacy-area .container{

}
.privacy-box{
    /*position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 9999;*/
}
.privacy-box .priv-text{
    padding-bottom: 15px;
}
.privacy-box a.default-btn{
    margin-left: 10px;
}
.privacy-box button.default-btn{
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    border: 0 none;
}
.ltr .privacy-box button.default-btn {
    margin-left: 0;
    margin-right: 10px;
}
