@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url(addons/fonts/opensanshebrew-lightitalic-webfont.eot);
    src: url(addons/fonts/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-lightitalic-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-lightitalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(addons/fonts/opensanshebrew-light-webfont.eot);
    src: url(addons/fonts/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-light-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-light-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url(addons/fonts/opensanshebrew-italic-webfont.eot);
    src: url(addons/fonts/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-italic-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-italic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(addons/fonts/opensanshebrew-regular-webfont.eot);
    src: url(addons/fonts/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-regular-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url(addons/fonts/opensanshebrew-bolditalic-webfont.eot);
    src: url(addons/fonts/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-bolditalic-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-bolditalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(addons/fonts/opensanshebrew-bold-webfont.eot);
    src: url(addons/fonts/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-bold-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-bold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url(addons/fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(addons/fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(addons/fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(addons/fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(addons/fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(addons/fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}

html, body {
    margin:  0px;
    text-align:  right;
    color: black;
    background-color: white;
    font-family: 'Open Sans Hebrew';
    font-size: 18px;
}

img {
    border:  0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
p { margin:0px;}

.float {
    float: right;
    width: 100%;
}

.wrap {
    width: 1000px;
    margin: auto;
}

.header {
    padding: 30px 0px;
	background: #EEE;
}

#logo {
    height: 150px;
    background-color: #036CFF;
    float: right;
}

#logo img {
    height: 100%;
}

.shadow {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
}

.cover {
    background-size: cover;
    background-position: 70%;
    border-bottom: 5px solid #C02626;
    min-height: 620px;
}

.cover2 {
    border-top: 5px solid #C02626;
    background-size: cover;
    background-position: 80%;
    min-height: 200px;
	padding:10px;
}

.cover3 {
    background-size: cover;
    background-position: 80%;
    min-height: 1000px;
	padding:10px;
}

.sitem {
	border:1px solid #8CCAF0;
	border-radius:10px;
	width:30%;
	text-align:center;
	padding:15px;
	margin:10px;
}
.sitem span {
	float:right;
	width:100%;
	padding:5px;
	color: #5D5D5D;
	font-weight:bold;
}

.sitem:hover {
	border:1px solid #1E7EB8;
	transition:0.4s;
}
.sitem  img:hover {
	transform: scale(1.2);
	transition:1s;
}

.h3 {
	font-size:30px;
	color: white;
	text-shadow: 0px 0px 5px black;
}

.content {
	padding:5px;
	font-size:22px;
	width:75%;
	line-height:35px;
	}

.content1 {
	padding:5px;
	font-size:22px;
	line-height:35px;
}
	
.callus {
	font-size:30px;
	color: #C40000;
	text-align:Center;
	margin:10px;
	font-weight:bold;
	}
.font-color-white {
	color: white;
}

.block4 {
	float:left; width:550px;
}
.block4 h3 {
margin:2px;
padding:4px;
}

.relative {
    position: relative;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}

.project div {
}
.project span {
	padding:5px;
	color: white;
	display:flex;
	background:#1E7EB8;
}


.phone {
    float: left;
    margin-top: 17px;
}

.stamp {
    position: absolute;
    left: 310px;
    top: 12px;
    pointer-events: none;
}

.block {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
background-color: white;
}

.left {
    width: 30%;
    padding-right: 20px;
    float: left;
}

.right {
    width: 70%;
    float: right;
    padding-left: 10px;
}

.hafly {
    float:right;
    width:50%;
}

.halfy2 {
    padding-right: 30px;
}

.contact {
    float: left;
    margin-top: 90px;
    position: relative;
    text-align: center;
}

.block1 {
    float: right;
    margin-bottom: 20px;
}

.block1 img {
    -webkit-filter: hue-rotate(-58deg) saturate(7);
    filter: hue-rotate(-58deg) saturate(7);
}

.block2 {
    float: right;
    //padding:10px;
    //font-size: 17.4px;
}
.block2 h3 {
margin:8px 0px;
}

h1 {
    color: white;
    background-color: #0E182C;
    padding: 1px 5px 2px 5px; 
    font-size: 25px;
    clear:both;
    float:right;
    margin: 294px 0px 0px 0px;
}

.newslogan {
    color: white;
    background-color: #C02626;
    padding: 10px; 
    font-size: 20px;
    clear:both;
    float:right;
    margin: 20px 0px 0px 0px;
}

h2 {
    margin: 0px;
    background-color: #C02626;
    color: white;
    font-size: 24px;
    padding: 12px;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

ul li {
    float: right;
    padding: 10px 25px 10px 10px;
    background-color: rgb(255, 255, 255);
    color:#C02626;
    margin-bottom: 22.5px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    // box-shadow: 0px 0px 5px 0px rgba(36, 36, 36, 0.95);
    width: 100%;
    transition: 0.2s;
}

ul li:hover {
    color: #FF0000;
    padding-right: 35px;
	background: #FFF3F3;
}

ul li img {
    margin-left: 10px;
}

.check {
    background-color: #005197;
    color:white;
    float:right;
    width: 30px;
    height: 30px;
    top: 9px;
    right: -15px;
    position: absolute;
    margin-left: 15px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
}

.check img {
    float:right;
    width: 20px;
    height: 20px;
}

.arrow {
    position: absolute;
    left: 90px;
    top: -70px;
    animation: new_icon 1s linear 0s infinite alternate;
    -webkit-animation: new_icon 1s linear 0s infinite alternate;
}

  @-webkit-keyframes new_icon {
    0% { -webkit-transform: translate(0px, 5px) ; }
    100% { -webkit-transform: translate(0px, -15px);  }
  }
  @-moz-keyframes new_icon {
        0% { background-position: 0 0; }
      100% { background-position: 0 600%; }
  }

.text1 {
    font-size: 34px;
    color: #005197;
    font-weight: bold;
    margin-top: 25px;
}

.text2 {
    margin-top: -5px;
    margin-bottom: 20px;
}

input {
    width: 80%;
    margin: 0px 10% 20px 10%;
    float: right;
    padding: 10px;
    outline: 0px;
    font-size: 18px;
    font-family: 'Open Sans Hebrew';
    background-color: #E0E0E0;
    border: 0px;
}

.button {
    width: 80%;
    margin: 0px 10% 15px 10%;
    background-color: #005197;
    color: white;
    font-weight: bold;
    font-family: 'Open Sans Hebrew';
    cursor: pointer;
    font-size: 22px;
    padding: 20px;
    margin: 30.5px 0px;
    transition: 0.2s;
    border: 0px;
}

.button:hover {
    background-color: #C02626;
    transform: scale(1.05);
}

.footer {
    padding-top: 20px;
}

.right-footer {
    float: right;
    text-align: center;
    width: 100%;
    line-height: 1;
}

.left-footer {
    float: right;
    padding-right: 30px;
    width: 48%;
    line-height: 1.6;
}

.left-footer a {
    color: #00972E;
}

.text3 {
    font-size: 50px;
    font-weight: bold;
    color: #C02626;
}

.text4 {
    font-size: 30px;
    font-weight: bold;
    color: #00972E;
}

.mobile-button {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 50%;
    padding: 10px;
    font-size: 22px;
    background-color: #DF1C85;
    color: white;
    text-align: center;
    font-weight: bold;
    z-index: 400;
	height:50px;
}
.mobile-button::before { 
    content: "צרו קשר";
    background: url(img/contactus.png) no-repeat right center;
    position: absolute;
    width: 100%;
    font-size: 22px;
    top: 9px;
    right: 10px;
}

.mobile-button2::before { 
    content: "שלחו ווצאפ";
    background: url(img/wa.png) no-repeat right center;
    position: absolute;
    width: 100%;
    font-size: 22px;
    top: 9px;
    right: 10px;
}

.mobile-button2 {
    position: fixed;
    bottom: 0px;
    right: 0;
    width: 50%;
    padding: 10px;
    font-size: 18px;
    background-color: #2AB200;
    color: white;
    text-align: center;
    font-weight: bold;
    z-index: 400;
	height:50px;
}

.dark {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.75);
}

.mobile-contact, .mobile-button, .mobile-button2 {
    display: none;
}

.laki {
    text-align: center;
    float: right;
    padding: 20px;
    width: 100%;
}

.laki a {
    color: #CF0000;
}

.popup {
    position: fixed;
    background-color: white;
    padding: 20px;
    width: 30%;
    display: none;
    box-shadow: 0px 0px 5px black;
}

.popup input {
    margin: 20px 0px;
    width: 100%;
    text-align: center;
}

.small-button {
    background-color: #C02626;
    color: white;
    font-weight: bold;
    font-family: 'Open Sans Hebrew';
    cursor: pointer;
    font-size: 18px;
    float: left;
    padding: 5px 10px;
    transition: 0.2s;
    border: 0px;
}

.small-button:hover {
    background-color: #00972E;
    transform: scale(1.05);
}

/* new phone */

.newphone {
    float: left;
    padding: 10px;
    color: white;
    margin-top: 13px;
    width: 280px;
    background-color: #C02626;
     animation: phonebg 0.5s linear 0s infinite alternate;
    -webkit-animation: phonebg 0.5s linear 0s infinite alternate;
}

  @-webkit-keyframes phonebg {
    0% { background-color: #872600; }
    100% { background-color: #CF4A12;  }
  }
  @-moz-keyframes phonebg {
        0% { background-color: #872600; }
      100% { background-color: #CF4A12; }
  }


.phone-right {
    float: right;
    width: 40px;
}

.phone-right img {
    display: block;
    width: 100%;
    float: right;
}

.phone-left {
    float: left;
    text-align: center;
    color:white;
    line-height: 1;
    width: calc(100% - 40px);
}

.phone-small {
    font-size: 18px;
    float: right;
    width: 100%;
    font-weight: bold;
}

.phone-big {
    font-size: 28px;
    float: right;
    width: 100%;
    font-weight: bold;
}

.warning {
    float:right;
    width:100%;
    color:red;
    font-weight: bold;
}


@media screen and (max-width: 1000px) {
    
        
    h1 {
    position: static;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
}
    
    .wrap {
    width: 100%;
}

.left {
    width: 90%;
    position: relative;
    padding: 0px;
    margin: 20px 5%;
}

.arrow {
    left: 40%;
}

.right {
    width: 90%;
    padding: 0px;
    margin: 20px 5%;
}

.right-footer, .left-footer {
    text-align: center;
    width: 100%;
    border: 0px;
}

.stamp {
    z-index: 200;
}
    
.header .wrap {
    padding: 0px 5%;
}

}

@media screen and (max-width: 700px) {
 
.cover2 .wrap {
text-align:center;
}
.cover2 .content {
width:100%;
}
 
.project div {
	width:100%;
	}
.project img {
	width:100%;
	}
.block4 {
	width:100%;
	color: white;
	text-shadow: 0px 0px 20px black;
	}
 
.sitem {
width:100%;
}

    .stamp {
    display: none;
}

.hafly {
    width: 100%;
    padding: 10px;
}

.newslogan {
    margin: 0px;
}

#logo {
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 5px;
}

.phone {
    text-align: center;
    width: 100%;
    float: right;
    margin: 0px;
}

h2 {
    text-align: center;
}

ul li {
    width: 100%;
}

.hide {
    display: none;
}

.mobile-contact {
    position: fixed;
    right: 5%;
    left: 5%;
    width: 90%;
    text-align: center;
    bottom: -100%;
    transition: 0.2s;
}

.toglled {
    bottom: 50px;
    z-index: 200;
    transition: 0.2s;
}

.arrow {
    left: 31%;
}

.mobile-button, .mobile-contact, .mobile-button2{
    display: block;
}

.button {
    margin: 0px 0px 20px 0px;
}

input {
    margin-bottom: 10px;
}

.show {
    display: block;
}

.newphone {
    width: 90%;
    margin: 10px 5%; 
}

}