@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

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

@font-face {
    font-family: 'SansHebrew-ExtraLight';
    src: url(../fonts/IBMPlexSansHebrew-ExtraLight.woff);
}

@font-face {
    font-family: 'SansHebrew-Light';
    src: url(../fonts/IBMPlexSansHebrew-Light.woff);
}

@font-face {
    font-family: 'SansHebrew-Medium';
    src: url(../fonts/IBMPlexSansHebrew-Medium.woff);
}

@font-face {
    font-family: 'SansHebrew-Regular';
    src: url(../fonts/IBMPlexSansHebrew-Regular.woff);
}

@font-face {
    font-family: 'SansHebrew-SemiBold';
    src: url(../fonts/IBMPlexSansHebrew-SemiBold.woff);
}

@font-face {
    font-family: 'SansHebrew-Thin';
    src: url(fonts/IBMPlexSansHebrew-Thin.woff) format('truetype')
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ============================================================================= */






/* ============================================================================= */

* { 
    list-style-type: none;
    outline: none;
}

body {
    direction: rtl;
    margin: 0;
    padding: 0;
    /*font-family: 'OpenR', Arial;*/ 
    font-family: Rubik, serif;
    /*font-family: 'Assistant', sans-serif;*/
    /*font-family: 'Rubik', sans-serif;*/
    overflow-x: hidden !important; 
}

.main_section {
    width: 100%;
}

.clear {}
.clear:before {content: '';display: block;clear: both;}
.clear:after {content: ''; display: block; clear: both;}


#showLoading {
    position: relative; 
    top: 15vw;
    left: 50%;
    transform: translateX(-50%);
}

#loadingText {
    text-align: center;
    font-size: 8pt;
    margin: 3px auto;
    width: 90px;
}

.hide {
    display: none;
}

.overlay {
    width: 100%;
    height: 100%;
    position:absolute;
    z-index: 2;
    background-color: rgba(0,0,0,0.5);
}
/* ============================================================================= */


/* ============================================================================= */
/*NAV*/
#contentPage > section > div.top-menu-d{
    width: 100%;
    background-color: #fff;
    height: 5vw;
    position: relative;
    display: block;
    top: 0px;
    z-index: 111;
    box-shadow: 1px -4px 16px 0px;
}

.wrapper-menu { 
    width: 56vw;
    top: 0px;
    margin: 0 auto;
} 



.menu-btn-desktop {
    float: right;
    width: 4vw;
    color: #000;
    font-size: 1vw;
    font-weight: 300;
    padding: 2vw 0vw 0vw 0vw;
    text-align: center;
    margin-right: 1vw;
    margin-left: 1vw;
    font-weight: 500;
}

.menu-btn-desktop span {
    cursor: pointer;
}

.space-after-menu-desktop {
    width: 100%;
    margin: 0 auto;
    margin-top: 120px;
}

.main-block {
    width: 100%;
}



/* ============================================================================= */




/* ============================================================================= */
/* START Carousel Fade*/

.carousel.fade {
    opacity: 1;
    background-color: transparent;
}

.carousel.fade .item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    opacity: 0;
    top:0;
    position:absolute; 
    display:block !important;
    z-index:1;
}

.carousel.fade .item:first-child {
    top:auto;
    position:relative;
}

.carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index:2;
}
/* END Carousel Fade */
/* ============================================================================= */





/* ============================================================================= */
/* START Carousel custom properties */

.carousel-control {
    z-index: 10;
    /*padding: 24% 0 0 0;*/
    margin-top: 17vw;
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-control.left {
    background: transparent !important;
}

.carousel-control.right {
    background: transparent !important;
}

.carousel-control img {
    width: 50px;
}

.carousel-control.left img {
    float: left;
    margin-left: 3vw;

}

.carousel-control.right img {
    float: right;
    margin-right: 3vw;

}



/* END Carousel custom properties */


/* ============================================================================= */




/* ============================================================================= */
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100vw;
    height: 100%;
}
/* ============================================================================= */



/* ============================================================================= */
/*.carousel-indicators {
    bottom: 20px;
    top: 41vw;
}*/

.carousel-indicators li {
    display: inline-block;
    width: 1vw;
    height: 1vw;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    display: inline-block;
    width: 1vw;
    height: 1vw;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;

}
/* ============================================================================= */




/* ============================================================================= */
.form-wrap {
    width: 100%;
    display: block;
}

.form_desk {
    position: absolute;
    z-index: 9;
    display: block;
    margin: 0 auto;
    width: 18%;
    height: auto;
    top: 27vw;
    left: 8vw;
}

.form_desk > h1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1.1vw;
    font-weight: lighter;
    padding-bottom: 1vw;
    /* font-family: 'SansHebrew-Bold'; */
    /* letter-spacing: -0.08vw; */
    font-weight: 500;
}

.form_desk .form_fields 
{
    width: 100%;
    text-align: center; 
    margin: 0vw auto;
}


.i-input{
    float: right;
    width: 100%;
    height: 2.5vw;
    background-color: #fff;
    /* display: inline; */
    color: #000;
    padding: 1vw;
    font-size: 1vw;
    /* margin-left: 1.5vw; */
    font-weight: 500;
    text-align: right;
    border: none;
    border-bottom: none;
    border-left: none;
    margin-bottom: 0.8vw;
}

.i-submit {
    float: left;
    width: 5vw;
    height: 2vw;
    /* background: url(../images/d/send_btn.svg) center top no-repeat; */
    background-color: #51c3c7;
    /* display: block; */
    color: #000;
    padding: 0vw;
    font-size: 1.4vw;
    font-weight: 900;
    text-align: center;
    border: none;
    /* margin: 0 auto; */
    /* margin-top: 2vw;
    /*margin: 0 auto;*/
    /*margin-top: 2vw;*/
    /*    border-radius: 15px 15px 15px 15px;
        -moz-border-radius: 15px 15px 15px 15px;
        -webkit-border-radius: 15px 15px 15px 15px;*/
}

.inputError {
    border: 0px;
    border: 2px solid #f03042 !important;
} 

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #414143;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #414143;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #414143;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 12px;
    width: 8px;
    height: 16px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* ============================================================================= */




/* ============================================================================= */
.credit_studio {
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #d1d3d4;
    text-align: center;
    height: 2vw;
    position: relative;
    z-index: 999999;
}

.credit_studio  > a > img.credit_img {
    width: 5vw;
}

.scrollup {
    width: 2.5vw;
    height: 2.5vw;
    position: fixed;
    bottom: 1vw;
    left: 1vw;
    display: none;
    /* text-indent: -9999px; */
    padding: 1px;
    background: url(icon_top.png) no-repeat;
    background-color: #000;
    border-radius: 3vw;
    padding: 0.1vw;
    text-decoration: none;
    padding-top: 0.9vw;
}

/* ============================================================================= */







/* ============================================================================= */
/* ============================================================================= */
/* CUSTOM CSS - DESKTOP */


.first_section {
    width: 100%;
    margin: 0 auto;
    margin-top: 0vw;

}

img.logo {
    width: 22vw;
    position: absolute;
    top: -3vw;
    left: 6vw;
    z-index: 999;
}

.sec_section {
    width: 100%;
    margin: 0 auto;
    margin-top: 0vw;

}

img.sec_img {
    width: 62%;
    margin-top: 5vw;
    float: right;
}

.sec_text {
    width: 29vw;
    float: left;
    margin-left: 5vw;
    margin-top: 11vw;
    text-align: center;
}

img.sec_txt_img {
    width: 18vw;
}

.sec_text > h3 {
    font-weight: 500;
    float: right;
    width: 100%;
    margin-top: 2vw;
    text-align: right;
    padding-right: 3vw;
    font-size: 1.1vw;
}

.sec_text > p {
    font-weight: 300;
    float: right;
    width: 100%;
    margin-top: 0.4vw;
    text-align: right;
    padding-right: 3vw;
    font-size: 1vw;
    line-height: 1.3vw;
}

.third_section {
    width: 100%;
    margin: 0 auto;
    margin-top: 0vw;
    display: block;
}

img.third_img {
    width: 62%;
    margin-top: 5vw;
    float: left;
}

img.third_txt_img {
    width: 18vw;
}

.third_text {
    width: 29vw;
    float: right;
    margin-right: 5vw;
    margin-top: 11vw;
    text-align: center;
}

.third_text > h3 {
    font-weight: 500;
    float: right;
    width: 100%;
    margin-top: 2vw;
    text-align: right;
    padding-right: 3vw;
    font-size: 1.1vw;
}

.third_text > p {
    font-weight: 300;
    float: right;
    width: 100%;
    margin-top: 0.4vw;
    text-align: right;
    padding-right: 3vw;
    font-size: 1vw;
    line-height: 1.3vw;
}

.four_section {
    width: 100%;
    margin: 0 auto;
    margin-top: 0vw;
    display: block;
}

img.img_map {
    width: 100%;
    margin-top: 5vw;
}

.five_section {
    width: 100%;
    margin: 0 auto;
    margin-top: 0vw;
    display: block;
}

.six_section {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.blocks {
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #51c3c7;
    display: inline-block;
    margin-top: 5vw;
    padding: 5vw;
}

.single_block {
    width: 31%;
    float: right;
    border-left: 2px solid #000;
    margin: 1vw;
    height: 8vw;
}

.single_block > h3{
    font-weight: 900;
    font-size: 1.1vw;
}
.single_block > p {
    width: 100%;
    font-weight: 300;
    text-align: justify;
    font-size: 0.9vw;
    line-height: 1.3vw;
    float: right;
    text-align: justify !important;
}

.bottom_footer {
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #000;
    display: inline-block;
    padding: 5vw;
    margin-top: -1vw;
}

input.i-input-bottom {
    /*float: right;*/
    width: 14vw;
    height: 2.5vw;
    background-color: #fff;
    /* display: inline; */
    color: #000;
    padding: 1vw;
    font-size: 1vw;
    /* margin-left: 1.5vw; */
    font-weight: 500;
    text-align: right;
    border: none;
    border-bottom: none;
    border-left: none;
    margin-bottom: 0.8vw;
    margin-left: 1vw;
} 

button.i-submit-bottom {
    /*float: right;*/
    width: 5vw;
    height: 2.5vw;
    /* background: url(../images/d/send_btn.svg) center top no-repeat; */
    background-color: #51c3c7;
    /* display: block; */
    color: #000;
    padding: 0vw;
    font-size: 1.4vw;
    font-weight: 900;
    text-align: center;
    border: none;


}
/* ./ CUSTOM CSS - DESKTOP */


/* scrol down */

html body [data-ca3_iconfont="ETmodules"]::before {
    font-family: "ETmodules";
}
[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
}

.ca3-scroll-down-link {
    cursor: pointer;
    height: 3vw;
    width: 6vw;
    margin: 1vw auto;
    /* line-height: 60px; */
    position: absolute;
    left: 49%;
    bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
    0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
    0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
    0%   { transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,20px); opacity: 0; }
}

/*scroll down*/

/* ============================================================================= */
/* ============================================================================= */




/* ============================================================================= */
@media  (max-width: 1680px) and ( max-height: 1050px ) { 




}
/* ============================================================================= */


/* ============================================================================= */
@media  (max-width: 1600px) and ( max-height: 900px ) { 



}
/* ============================================================================= */





/* ============================================================================= */
@media  (max-width: 1440px) and ( max-height: 900px ) {



}
/* ============================================================================= */



/* ============================================================================= */
@media  (max-width: 1366px) and ( max-height: 768px ) {



}
/* ============================================================================= */



/* ============================================================================= */
@media  (max-width: 1280px) and ( max-height: 1024px ) {



}
/* ============================================================================= */




/* ============================================================================= */
@media  (max-width: 1280px) and ( max-height: 800px ) {





}
/* ============================================================================= */









/* ============================================================================= */
@media  (max-width: 1024px) {


    .carousel-inner>.item>img {
        width: 100%;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 5vw;
        height: 5vw;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        display: inline-block;
        width: 5vw;
        height: 5vw;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;

    }

    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width: 100vw;
        height: 100%;
    }

    .top-menu-mobile {
        width: 100%;
        background-color: #fff; 
        height: 20vw;
        /*        position: fixed;
                z-index: 99999;
                top: 0;*/
    }

    .menu-logo-mobile {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    img.mobile-logo {
        width: 60px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    img.mobile-call-us {
        width: 110px;
        position: relative;
        margin-top: 14px;
        margin-left: 13px;
        display: inline-block;
        left: 0;
        right: 0;
        float: left;
    }



    #menu-btn-mobile {
        position: absolute;
        top: 4vw;
        right: 6vw;
        display: inline-block;
    }

    .bar1, .bar2, .bar3 {
        width: 10vw;
        height: 0.2vw;
        background-color: #000;
        margin: 3vw 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-2.5vw, 2.2vw);
        transform: rotate(-45deg) translate(-2.5vw, 2.2vw);
    }

    .change .bar2 {opacity: 0;}

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-2.5vw, 2.2vw);
        transform: rotate(45deg) translate(-2.1vw, -1.8vw);
    }

    #menu-mobile {
        width: 100%;
        background-color: #fff;
        margin-top: 20vw; 
        position: absolute;
        z-index: 999999;
    }

    .menu-row-mobile {
        width: 100%;
        height: 80px;
        color: #000;
        font-size: 16pt;
        font-weight: 100;
        cursor: pointer;
        /*border-top: 1px solid #cd9074;*/
        text-align: center;
        padding-top: 29px;
    }

    .menu-row-mobile:last-of-type {
        border-bottom: none;
        font-family: 'SansHebrew-Light';
    }

    .menu-row-mobile:last-of-type {
        border-bottom: none;
    }

    .hideMobile {
        display: none;
    }

    .showMobile {
        display: block;
    }

    .page-content-mobile {
        width: 100%;
        margin: 0 auto;
    }


    .row {
        margin: 0px !important;  
    }



    .modal-backdrop {
        background: transparent !important;
        display: none !important;
    }

    .modal.in .modal-dialog {
        width: 95% !important;
        margin-top: 12vw;
    }



    a:hover {
        underline: none;
    }

    #myCarousel 
    {
        /*        margin-top: 0vw;
                margin-top: -16vw;*/
    }


    .form_mobile {
        width: 100%;
        display: block;
        margin-top: 4vw;
        margin-bottom: 0;
        background-color: #000;
        position: relative;
        z-index: 999;
        margin-top: 0vw;
        padding-bottom: 6vw;

    }

    .form-fields-mobile {
        width: 72%;
        display: block;
        text-align: center;
        margin: 0 auto;
        padding-top: 0vw;
    }

    .form-fields-mobile> h2 {
        font-size: 6vw;
        text-align: center;
        color: #fff;
        line-height: 10vw;
        font-weight: 900;
        margin-bottom: 5vw;
        padding-top: 5vw;
    }

    .i-input-mobile {
        width: 100%;
        height: 12vw;
        color: #000;
        text-align: right;
        font-size: 5vw;
        background-color: #fff;
        border: 0px;
        border-bottom: 1px solid #a07756;
        border-left: 1px solid #a07756;
        border-radius: 0;
        padding-top: 0;
        padding-right: 4vw;
        margin: 0 auto;
        margin-top: 0vw;
        font-weight: 500;
        margin-bottom: 4vw;
    }

    .i-submit-mobile{
        width: 100%;
        height: 12vw;
        background-color: #51c3c7;
        display: block;
        margin: 0 auto;
        color: #fff;
        font-weight: lighter;
        text-align: center;
        border: 1px solid #51c3c7;
        margin-top: 2vw;
        padding: 0px;
        font-size: 7vw;
        /*        border-radius: 15px 15px 15px 15px;
                -moz-border-radius: 15px 15px 15px 15px;
                -webkit-border-radius: 15px 15px 15px 15px;*/
    }

    .inputError {
        border: 0px;
        border: 2px solid #f03042 !important;
        /*border-bottom: 1px solid #f03042 !important;*/
    } 

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #4b3e36;
        opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #4b3e36;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
        color: #4b3e36;
    }

    .credit_studio_mobile {
        width: 100%;
        display: block;
        margin: 0 auto;
        background: #d1d3d4;
        text-align: center;
        height: 10vw;
    }

    .credit_studio_mobile > a > img.credit_img {
        width: 26vw;
    }





    .mobile_text {
        width: 100%;
        display: block;
        background-color: #fff;
        padding: 3vw;
    }

    #contentPage > div > div.mobile_text > h1 {
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: right;
        color: #000;
        font-size: 5vw;
        font-weight: bolder;
        letter-spacing: -0.1vw;
        float: right;
        margin-top: 4vw;
    }

    #contentPage > div > div.mobile_text > .brown {
        color: #fff;
        font-size: 4.8vw;
        font-weight: lighter;
        letter-spacing: -0.01vw;
        /*background-color: #022c40;*/
        color: #4b3e36;
        width: 100%;
        padding: 0vw 4vw 0vw 4vw;
        line-height: 5.5vw;
        /* margin-top: 0.7vw; */
        margin: 2vw auto;
        text-align: justify;
    }

    #contentPage > div > div.mobile_text > p {
        color: #000;
        font-size: 4.5vw;
        margin-top: 2vw;
        /* font-weight: lighter; */
        letter-spacing: -0.01vw;
        width: 100%;
        /* padding: 1vw; */
        line-height: 5vw;
        /* margin-top: 0.7vw; */
        /* margin: 2vw auto; */
        text-align: justify;
        font-weight: 300;
        line-height: 5vw;
    }



    .video_section_m {
        width:100%;
        height: 57vw;
        background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
        position: relative;
        padding: 0 5%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .video_content_m {
        text-align: center;
    }

    .video_content_m h1{
        font-size: 3vw;
        color: #fff;
        font-weight: 600;
        position: relative;
        display: block;
        top: -8vw;
        font-family: 'SansHebrew-Bold';
    }

    img.logo_img{
        width: 60vw;

    } 

    .back-video_m{
        position: absolute;
        right:0;
        botton:0;
        z-index: -1;
    }

    @media (min-aspect-ratio: 16/9){
        .back-video_m{
            width: 100%;
            height: auto;
        }
    }

    @media (max-aspect-ratio: 16/9){
        .back-video_m{
            width: 100%;
            height: 100%;
        }
    }


    a.welcome_a_btn{
        color: #fff;
        border: 0.1vw solid #fff;
        padding: 0.5vw;
        border-radius: 4vw;
        font-size: 1vw;
        font-family: 'SansHebrew-Regular';
        text-decoration: none;
    }


} 
/* ============================================================================= */
