@charset "utf-8";
/* FONTS */
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Hebrew:wght@100;200;300;400;500;600;700');

/* For CK EDITOR IMAGES TO BE RESPONSIVE */
img.ckImage.img-responsive{
    height: auto !important;
}

footer{
    position: relative;
    background-color: #e9e9e9;
}

.tMedia{
    color: #fff;
}
.top-header {
    background:#1F3343;
}
.topRow{
    height: 20px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: end;
    padding: 0;
    height: 49px;
    margin: 0;
}

.top_container{
    background-color: #fff;
    /* position: absolute; */
    z-index: 777;
    width: 100%;
    height:143px;
}
.bottomRow {
    padding:0;
}
.logoOnlyDesktop{
    padding: 15px 0;
}
.logoItemDesktop{

}
.menu-row {
    align-items: center;
    justify-content: center;
    display: flex;
}
.menu-row > div{
    padding:0;
}
.footerFormSection{
    max-height: 400px;
    height: 100%;
    padding-top: 30px;
    background-size: cover;
}

.center{
    text-align:center;
    
}

.centered{
    margin-left:auto;
    margin-right:auto;
}

.callUsBtn{
    float: left;
    font-size: 16px;
    color: #fff;
}

.callNowNumber{
    display: inline-block;
    color: #F68B1F;
    font-weight: 600;
    direction:ltr;
}



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

.links{
    display: flex;
    align-items: center;
    height:100%;
}

.searchMe{
    display: flex;
    align-items: center;
}
/*
.logInBtn a{
    color: #fff;
    font-size: 16px;
}
.logInBtn a:hover{
    color: #fff;
 }
*/
.logInBtn{
    float: right;
    height: 23px;
    width: 125px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0 12px;
    margin-left: 12px;
    border: 2px solid #08BBE7;
    border-radius: 100px;
    height: 27px;
    
}

.logInBtn:hover{
    background-color: #08BBE7;
}

.partnersSection{
    padding-bottom: 20px;
    background-color: #f5f5f5;
}

.partners{

}

.langWrap1 a{
    color: #fff;
}

.langWrap1 a :hover {
    color: #468ae7;
}
.langWrap1 {
    position: fixed;
    line-height: 18px;
    color: #fff;
    font-size: 18px;
    background-color: #1F3343;
    z-index: 999;
    bottom: 35%;
    left: 0;
}

.floatContactUsBtnMobile{
    position: fixed;
    z-index: 1;
    left: 0px;
    bottom: 16%;
    background-color: #1F3343;
    color: #fff;
    height: 50px;
    /* vertical-align: middle; */
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.ContactUsBtnMobileLink{
    display: block;
    padding: 15px;
    color: #fff;
}

.ContactUsBtnMobileLink .fa{
    margin: 5px;
}

.footerHeader{
    margin: 30px 0 0;
    color:  #fff;
    font-size: 24px;
    text-align: right;
}

.FooterText{
    background-color: #262626;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 70px;
    padding-top: 30px;
    font-size: 16px;
}
.bottomCreditFooter {
    display: inline-flex;
    color: #fff;
    font-size: 14px;
    gap: 15px;
    flex-direction: row-reverse;
}
.bottomCreditFooter.pos-abs {
    position: absolute;
    bottom: 50px;
}
.copyText{

}
.mainTextPartners {
    font-size: 40px;
    color: #1F3343;
    text-align: center;
    padding: 30px;
    font-weight: 500;
}
.mianText{
    /*text-align: right;*/
    color: #303030;
    font-size: 30px;
    line-height: 22px;
}

.mianText h1{
    font-weight: 400;
}

.footerCols{
    min-height: 400px;
    padding: 30px 0px;
    background-color: #1F3343;
}

.showMoreSection{
    min-height:522px;
    padding: 40px 0;
    display: flex;
    align-items: center;
    background-color: #1F3343;
    background-size: cover;
}
.showMoreSection .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.showMoreText{
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    text-align: start;
}
.footerFormImage {
    display: flex;
    align-items: end;
}
.form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: start;
}
.showMoreHyper{
    color: #fff;
    text-decoration:underline;
    font-weight: 400;
    font-size: 36px;
    display: inline-block;
    text-shadow: -1px -1px 0 #0000006e, 1px -1px 0 #0000006e, -1px 1px 0 #0000006e, 1px 1px 0 #0000006e;
}
.showMoreHyper:hover{
    color: #468ae7;
}

.moreBtn {
    display: block;
    width: 100%;
    max-width: 215px;
    height: 53px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
    color: #666;
    background-color: #efefef;
    border: 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.moreBtn:hover {
    color: #fff;
    background-color: #444;
}
/* GENERAL */

a:hover, a:focus{
    text-decoration:none;
    color: #2be8fb;
}

button, button:hover, button:active, button:focus{
    outline:none;
}
html, body{
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: normal;
    font-size: 12px;
	margin: 0px;
	direction: rtl;
    overflow-x: hidden;

}
body:active{
    outline: none;
}


main{
   min-height: 650px; 
}

.ie{
    font-family: 'IBM Plex Sans Hebrew', sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin: 0px;
    direction: rtl;
    height: 100%;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
}

.clear{
	clear: both;
}

.noPadding{
    padding: 0px;
}

.noMargin{
    margin: 0;
}

h1{
    color:#000;
    font-size: 30px;
    font-weight:600;
    line-height:38px;
}

h2{
    color:#000;
    font-size: 22px;
    font-weight:700;
    line-height:32px;
}
a:hover h3{
    color:#000;
}
h3{
    color:#000;
    font-size: 20px;
    font-weight:700;
    line-height:30px;
}

a:hover h4{
    color:#000;
}
h4{
    color:#000;
    font-size: 20px;
    font-weight:400;
    line-height:22px;
}

a:hover h5{
    color:#000;
}
h5{
    font-size: 20px;
}

a:hover h6{
    color:#000;
}
h6{
    color:#000;
    font-size: 18px;
}

.ts{
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.absoluteCenter{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    right: 50%;
    width: 100%;
    text-align: center;
}

.grad{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 30;
}


img[src=""]{
    display: none;
}
/* END GENERAL */


/* VALIDATIONS */
input.inValid{
    border: 2px solid #DC0000 !important;
    margin-bottom: 3px;
}

textarea.inValid{
    border: 2px solid #DC0000 !important;
}

.inputErrText{
    display: block;
    background-color: #f0ad4e;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #eea236;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}
/* END VALIDATIONS */


/* VERTICAL PADDINGS */
.marg0{
    margin-top:0px;
    margin-bottom:0px;
}

.marg1{
    margin-top:40px;
    margin-bottom:40px;
}
.marg1_t{
    margin-top:40px;
    margin-bottom:0px;
}
.marg1_b{
    margin-top:0px;
    margin-bottom:40px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.marg2{
    margin-top:35px;
    margin-bottom:35px;
}
.marg2_t{
    margin-top:35px;
    margin-bottom:0px;
}
.marg2_b{
    margin-top:0px;
    margin-bottom:35px;
}


.marg3{
    margin-top:18px;
    margin-bottom:18px;
}
.marg3_t{
    margin-top:18px;
    margin-bottom:0px;
}
.marg3_b{
    margin-top:0px;
    margin-bottom:18px;
}


.pad0{
    padding-top:0px;
    padding-bottom:0px;
}

.pad1{
    padding-top:40px;
    padding-bottom:40px;
}
.pad1_t{
    padding-top:40px;
    padding-bottom:0px;
}
.pad1_b{
    padding-top:0px;
    padding-bottom:40px;
}

.pad2{
    padding-top:35px;
    padding-bottom:35px;
}
.pad2_t{
    padding-top:35px;
    padding-bottom:0px;
}
.pad2_b{
    padding-top:0px;
    padding-bottom:35px;
}


.pad3{
    padding-top:18px;
    padding-bottom:18px;
}
.pad3_t{
    padding-top:18px;
    padding-bottom:0px;
}
.pad3_b{
    padding-top:0px;
    padding-bottom:18px;
}
/* END VERTICAL PADDINGS */


/* TABLE RESPONSIVE */
table{
    width: 100% !important;
}

td, th {
    padding: 6px;
}
/* END TABLE RESPONSIVE */




.richtext p{
    font-size: 18px;
    line-height:25px;
    color: #000;
    font-weight: 400;
    margin-bottom:18px;
}

.richtext ul{
    font-size: 18px;
    color: #000;
}

.logoOnly{
    padding: 20px;
}

.labelHide {
	width:1px;
    height:1px;
    overflow:hidden;
    display: none !important;
}


.defaultBtn, .defaultBtn:visited{
    display: block;
    width: 100%;
    max-width: 263px;
    padding: 14px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    color: #666;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:50px;
}

.defaultBtn:hover, .defaultBtn:focus, .defaultBtn:active{
    background-color: #666;
    color: #fff;
}


/* TOHENCHECK */
.tohenCheck[type="checkbox"]{
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    opacity: 0;
    background: rgba(0,0,0,0);
    z-index: -2;
}

.tohenCheck[type="checkbox"] + label{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-top: 3px;
    font-weight: normal;
    padding-right: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    height:auto;
    -o-transition:         all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    -moz-transition:     all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition:         all 0.3s ease;
}

.tohenCheck[type="checkbox"] + label:before{
    display: inline-block;
    content: '\f096';
    font-family: FontAwesome;
    font-size: 25px;
    color: #b0b0b0;
    position: absolute;
    top: 0;
    right: 0;
}


.tohenCheck[type="checkbox"] + label:after{
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 15px;
    opacity: 0;
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 2px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.tohenCheck[type="checkbox"]:checked + label:before{
    display: inline-block;
    content: '\f0c8';
    font-family: FontAwesome;
    font-size: 23px;
    color: #1F3343;
    position: absolute;
    top: 0;
    right: 0;
}

.tohenCheck[type="checkbox"]:checked + label:after{
    opacity: 1;
}


.tohenCheck[type="checkbox"]:hover + label:before, .tohenCheck[type="checkbox"]:focus + label:before{
    content: '\f096';
    color: #1F3343;
    font-size: 25px;
}

.tohenCheck[type="checkbox"]:hover + label:after, .tohenCheck[type="checkbox"]:focus + label:after{
    color: #1F3343;
}
/* END TOHENCHECK */



/* TOHENRADIO */
.tohenRadio[type="radio"]{
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    opacity: 0;
    background: rgba(0,0,0,0);
    z-index: -2;
}

.tohenRadio[type="radio"] + label{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-top: 3px;
    font-weight: normal;
    padding-right: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    -o-transition:         all 0.3s ease;
    -ms-transition:     all 0.3s ease;
    -moz-transition:     all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition:         all 0.3s ease;
}

.tohenRadio[type="radio"] + label:before{
    display: inline-block;
    content: '\f10c';
    font-family: FontAwesome;
    font-size: 25px;
    color: #b0b0b0;
    position: absolute;
    top: 0;
    right: 0;
}


.tohenRadio[type="radio"] + label:after{
    content: '\f192';
    font-family: FontAwesome;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    color: #242424;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.tohenRadio[type="radio"]:checked + label:before{
    display: inline-block;
    content: '\f192';
    font-family: FontAwesome;
    font-size: 25px;
    color: #242424;
    position: absolute;
    top: 0;
    right: 0;
}

.tohenRadio[type="radio"]:checked + label:after{
    opacity: 1;
}


.tohenRadio[type="radio"]:hover + label:before, .tohenRadio[type="radio"]:focus + label:before{
    content: '\f10c';
    color: #0bc8db;
    font-size: 25px;
}

.tohenRadio[type="radio"]:hover + label:after, .tohenRadio[type="radio"]:focus + label:after{
    color: #0bc8db;
}
/* END TOHENRADIO */


/* CSS LOADER */
.cssLoader{
    border: 6px solid #68d26c;
    border-top: 6px solid #f0f0f0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* END CSS LOADER */


/* DEBUG MODE */
.debugButton{
    position: fixed;
    left: 0px;
    bottom: 54px;
    display: inline-block;
    float: left;
    white-space: nowrap;
    text-align: center;
    background-color: #1f1f1f;
    color: #99ff22;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    direction: ltr;
    z-index: 300;
}
#dark{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: rgb(0, 0, 0);
    top: 0px;
    left: 0px;
    z-index: 100;
}


.debugWindow{
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0px;
    background: #1f1f1f;
    padding: 15px;
    font-size: 16px;
}

.debugButton:hover .debugWindow{
    display: block;
}

.debugButton:hover{
    width: 100%;
}

.debugModulesList{
    width: 400px;
    height: 200px;
    overflow: auto;
    background-color: rgb(43, 43, 43);
    margin-bottom: 20px;
}

.infoElem{
    display: none;
    position: absolute;
    z-index: 90;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 2px;
    font-size: 16px;
    font-weight: bold;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.infoElemFloat{
    position: absolute;
    z-index: 110;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.contentInspect .infoElemParent{
    position: relative;
}

.contentInspect .infoElemParent:hover .infoElem, .contentInspect .infoElemParent:focus .infoElem{
    display: block;
}
/* END DEBUG MODE */

.footerFormTitle{
    color: #000000;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}

.footerFormSubtitle{
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
}

footer .social_links_home {
    background:#1F3343;
    position:fixed;
    bottom:0;
    width:100%;
    z-index:9999;
    display:none;
}
footer .social_links_home ul {
    list-style:none;
    padding:0;
    display:flex;
    justify-content: center;
    gap: 15px;
    margin:0;
}
footer .social_links_home ul li {
    font-size:30px;
    padding:10px;
    
}
footer .social_links_home ul li a{
    color:#fff;
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){

    .langWrap1 {
        position: fixed;
        line-height: 18px;
        color: #fff;
        font-size: 18px;
        background-color: #1F3343;
        z-index: 2;
        bottom: 25%;
        left: 0;
    }

}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    footer .social_links_home {
        display:block;
    }
    body {
        margin-bottom:65px;
    }
    .showMoreSection {
        background-position: top center;

    }
    .form-wrapper {
        padding: 40px 20px;
    }
    .footerFormImage{
        padding: 20px;
    }
    .bottomCreditFooter {
        position: static;
        margin: 20px 0;
        justify-content: center;
    }
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: relative;
    }

    .marginSection{
        height: 0px;
    }
    main{
        padding-top: 0px;
    }
    .footerFormSection{
        max-height: 690px;
        height: 100%;
        padding-top: 30px;
        background-size: cover;
    }
    .partnersSection{
        height: auto;
        background-color: #fff;
    }
    .footerCols{
        height: auto;
        background-size: cover;
        background-position: center;
    }
    .showMoreText{
        color: #fff;
        font-weight: 400;
        font-size: 22px;
        display: inline-block;
    }

    .showMoreHyper{
        color: #fff;
        text-decoration:underline;
        font-weight: 400;
        font-size: 22px;
        display: inline-block;
    }
    .langWrap1 {
        position: fixed;
        line-height: 18px;
        color: #fff;
        font-size: 18px;
        background-color: #1F3343;
        z-index: 2;
        top: 24%;
        height: 38px;
        left: 0;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    .navbar-brand{
        padding:0px 15px 0px 0px;
    }
       .footerCols iframe {
        width: 290px;
    }
}
