@font-face {
 font-family:'open_sans_hebrewregular';
 src: url('../fonts/opensanshebrew-regular.eot');
 src: url('../fonts/opensanshebrew-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensanshebrew-regular.woff') format('woff'), url('../fonts/opensanshebrew-regular.ttf') format('truetype'), url('../fonts/opensanshebrew-regular.svg#open_sans_hebrewregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'open_sans_hebrewbold';
 src: url('../fonts/opensanshebrew-bold.eot');
 src: url('../fonts/opensanshebrew-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensanshebrew-bold.woff') format('woff'), url('../fonts/opensanshebrew-bold.ttf') format('truetype'), url('../fonts/opensanshebrew-bold.svg#open_sans_hebrewbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'open_sans_hebrewlight';
 src: url('../fonts/opensanshebrew-light.eot');
 src: url('../fonts/opensanshebrew-light.eot?#iefix') format('embedded-opentype'), url('../fonts/opensanshebrew-light.woff') format('woff'), url('../fonts/opensanshebrew-light.ttf') format('truetype'), url('../fonts/opensanshebrew-light.svg#open_sans_hebrewlight') format('svg');
 font-weight: normal;
 font-style: normal;
}
/*==// DEFAULT CSS */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'open_sans_hebrewregular';
	line-height: 100%;
	margin: 0px;
	padding: 0;
	transition: 0.3s;
}
ul, li, ol {
	display: block;
	list-style: none;
}
p {
	line-height: 28px;
	font-weight:300px;
	font-family: 'open_sans_hebrewregular', sans-serif;
	;
}
img {
	max-width: 100%;
	display: block;
	border: 0px;
}
.clr {
	clear: both;
	display: block;
}
.cf:after, .cf:before {
	clear: both;
	content: '';
	display: block;
	width: 100%;
}
.bold, strong {
	font-weight: 700;
}
.center {
	text-align: center;
}
a {
	color: #565657;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {
	text-decoration: none;
}
/*==// Form Elements */

input, select, textarea {
	font-family: 'open_sans_hebrewregular', sans-serif;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px;
	padding: 0 11px;
	width: 100%;
	background: none;
	font-size: 100%;
	color: #000000;
	text-align:right;
}
textarea {
	resize: none;
	font-family: 'open_sans_hebrewregular', sans-serif;
}
input[type=button], input[type=submit], .button {
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance: none;
	appearance: none;
	transition: ease 0.2s;
	width: auto;
	transition: 0.3s;
	font-family: 'open_sans_hebrewregular', sans-serif;
}
select {
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'open_sans_hebrewregular', sans-serif;
}
.select {
	border: 1px solid #cfcfcf;
	background: url(../images/icon-arrow4.png) no-repeat 15px center;
	height: 40px;
}
.select select {
	height: 40px;
}
input[type=checkbox], input[type=radio] {
	width: auto;
	display: none;
}
input[type="checkbox"] + label span {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	position: relative;
	top: -1px;
	background: #fff;
	border: 1px solid #a0a0a0;
	vertical-align: middle;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
input[type="checkbox"]:checked + label span {
	background: url(../images/check.png) no-repeat 2px center #fff;
}
input[type="radio"] + label span {
	background: url(../images/radio_circle.png) no-repeat center center;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	position: relative;
	top: -1px;
	background: #fff;
	border: 1px solid #a0a0a0;
	vertical-align: middle;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	cursor: pointer;
}
input[type="radio"]:checked + label span {
	background: url(../images/radio_circle_fill.png) no-repeat center center;
}
input[type="checkbox"]:checked + label {
	color: #253470;
}
.button {
	background: #ec3c82;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	height: 40px;
	padding: 0 15px;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
}
::-webkit-input-placeholder {
color:#202020;
font-size:16px;
}
:-moz-placeholder {
color:#202020;
opacity: 1;
font-size:16px;
}
::-moz-placeholder {
color:#202020;
opacity: 1;
font-size:16px;
}
:-ms-input-placeholder {
color:#202020;
font-size:16px;
}
/*==// SITE CSS */
body {
	background: #fff;
	font-family: 'open_sans_hebrewregular', sans-serif;
	font-size: 16px;
	color: #575756;
	line-height: 100%;
	direction: rtl;
}
.right {
	float: right;
}
.left {
	float: left;
}
h1, h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 24px;
}
h5, h6 {
	font-size: 20px;
}
.main_container {
	width:100%;
}
.wrap {
	max-width: 1080px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	z-index:1;
}
/*  ==============  header start  ============== */

.header {
	width:100%;
	background:#fff;
}
.logo {
	width:369px;
	float:right;
}
.logo a {
	display: block;
	float: right;
	max-width:100%;
}
.header-banner {
	overflow:hidden;
	height:100%;
}
.container {
	position: relative;
	margin: 108px auto 0 auto;
}
.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 10000;
	height:142px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-moz-box-shadow:0 2px 2px rgba(182, 182, 182, 0.75);
	-webkit-box-shadow: 0 2px 2px rgba(182, 182, 182, 0.75);
	box-shadow: 0 2px 2px rgba(182, 182, 182, 0.75);
}
.cbp-af-header .top_ph {
	background:#0f6098;
	padding:14px 0;
	font-size:18px;
	color:#fff;
}

.cbp-af-header .top_ph a{
color:#fff;
cursor:pointer;
}
.cbp-af-header .cbp-af-inner {
	margin: 0 auto;
}
.cbp-af-header .logo, .cbp-af-header nav {
	display: inline-block;
	position: relative;
}
/* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header .logo, .cbp-af-header nav li a {
	line-height: 102px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
}
.cbp-af-header .logo {
	margin: 13px 0 0 0;
	float: right;
}
.cbp-af-header nav {
	float: left;
}
.cbp-af-header nav li {
	display:inline-block;
}
.cbp-af-header nav li a {
	color: #4e4e4e;
	font-weight: 700;
	margin: 0 0 0 20px;
	font-size: 18px;
}
.cbp-af-header nav li a:hover, .cbp-af-header nav li.current-menu-item a {
	color: #0f6098;
	text-decoration:underline;
}
/* Transitions and class for reduced height */
.cbp-af-header .logo, .cbp-af-header nav li a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cbp-af-header.cbp-af-header-shrink {
	height: 132px;
}
.cbp-af-header.cbp-af-header-shrink .logo, .cbp-af-header.cbp-af-header-shrink nav li a {
	line-height: 92px;
}
.cbp-af-header.cbp-af-header-shrink .logo img {
	max-height:60px;
}
.tglmenu {
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	width: 28px;
	padding: 3px 0;
	position: relative;
	cursor: pointer;
	display: none;
}
.tglmenu:before {
	border-top: 4px solid #000;
	content: '';
	display: block;
}
.home_slider {
	direction:rtl !important;
	position:relative;
	z-index:0;
	text-align:center;
	
}
.header_banner {
	max-width:1080px;
	width:100%;
	text-align:center;
	min-height:373px;
	position:relative;
	z-index:0;
	margin:0 auto;
	top:34px;
}
.header_banner img {
	display:inline-block;
	width:100%;
}

.in_banner {
	max-width:1080px;
	width:100%;
	text-align:center;
	min-height:258px;
	position:relative;
	z-index:0;
	margin:34px auto 0 auto;
}
.in_banner img {
	display:inline-block;
	width:100%;
}
.slider_txt {
	position:absolute;
	z-index:999;
	top:37%;
	margin:0 auto;
	max-width:69%;
	left:0px;
	right:0px;
	color:#fff;
}
.slider_txt h3 {
	font-size:55px;
	line-height:40px;
	font-weight:700;
	padding-bottom:30px;
}
.slider_txt p {
	font-size:40px;
	font-family: 'open_sans_hebrewlight', sans-serif;
	font-weight:300;
	text-align:center;
	line-height:34px;
}
.slider_btn {
	width:170px;
	margin:65px auto 0 auto;
}
.slider_btn a {
	color:#fff;
	font-size:20px;
	line-height:48px;
	display:block;
	margin:0 auto;
	text-align:center;
	font-weight:400;
	border:#fff 1px solid;
	font-family: 'open_sans_hebrewregular', sans-serif;
}
.slider_btn a:hover {
	background:rgba(0, 0, 0, 0.5);
}
.home_slider .owl-controls {
	bottom:20px !important;
}
.home_slider {
	display:none;
}
.home_slider.owl-loaded {
	display:block;
}
.middle_container {
	width:100%;
	margin:0 auto;
	padding-bottom:50px;
	position:relative;
}
.middle_container h1 {
	font-size:24px;
	color:#0f6098;
	text-align:right;
	padding-bottom:28px;
}
.hm_form {
	background:#f0f0f0;
	overflow:hidden;
}
.envlop {
	width:100%;
	position:relative;
	padding:14px 0 0 0;
}
.envlop:before {
	background:url(../images/hm_envlop.jpg) no-repeat;
	width:184px;
	height:112px;
	right:-218px;
	position:absolute;
	content:"";
	top:0px;
}
.envlop .f_box1 {
	float:right;
	max-width:278px;
	width:100%;
	margin-left:34px;
	vertical-align:top;
}
.envlop .f_box1 input {
	background:#dedede;
	margin-bottom:14px;
	height:35px;
	text-align:right;
}
.envlop .f_box2 {
	float:right;
	max-width:466px;
	width:100%;
	margin-left:34px;
	vertical-align:top;
}
.envlop .f_box2 textarea {
	background:#dedede;
	margin-bottom:14px;
	height:83px;
	text-align:right;
}
.envlop .btn {
	float:right;
	vertical-align:top;
	max-width:267px;
	width:100%;
	height:83px;
}
.envlop .btn input {
	background: #0f6098;
	color: #fff;
	font-size: 18px;
	line-height: 49px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	width:100%;
	height:100%;
}
.envlop .btn input:hover {
	background: #222;
	color: #fff;
}
.envlop .f_box1 input.wpcf7-not-valid, .envlop .f_box1 select.wpcf7-not-valid {
	border: #ff0000 1px solid;
}
div.wpcf7-validation-errors {
	text-align: center;
	padding: 10px !important;
	margin-top: 10px !important;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}
.envlop .form_inp input.wpcf7-not-valid {
	border: #ff0000 1px solid;
}
div.wpcf7-response-output {
	margin: 0;
	padding: 0;
}
div.wpcf7-validation-errors {
	margin-top: 0px !important;
}
div.wpcf7-response-output {
	margin: 0;
	padding: 0.2em 0.5em;
}
div.wpcf7-validation-errors {
	clear: both !important;
}

div.wpcf7-mail-sent-ng, div.wpcf7-mail-sent-ok {
    clear: both !important;
    text-align: center !important;
}


.hm_service {
	width:100%;
	margin-top:34px;
	margin-bottom:56px;
}
.hm_service h2 {
	color:#0f6098;
	font-size:24px;
	font-weight:700;
	text-align:center;
	padding:0 10px 10px 10px;
	margin-bottom:32px;
	position:relative;
}
.hm_service h2:after {
	position:absolute;
	bottom:0px;
	content:"";
	max-width:188px;
	height:1px;
	width:100%;
	border-bottom:#d0d0d0 1px solid;
	margin:0 auto;
	left:0px;
	right:0px;
}
.hm_service ul {
	margin-left:-12px;
	margin-right:-12px;
	padding:0px;
}
.hm_service ul li {
	float:right;
	text-align:right;
	vertical-align:top;
	margin:0 12px;
	max-width:250px;
	width:100%;
	overflow:hidden;
}
.hm_service ul li .ser_img {
	width:100%;
	display:block;
	margin-bottom:28px;
}
.hm_service ul li h6 {
	font-size:20px;
	text-align:center;
	font-weight:400;
}
.hm_content {
}
.hm_content .cont_rgt {
	max-width:582px;
	width:100%;
	float:right;
}
.hm_content .cont_lft {
	max-width:404px;
	width:100%;
	float:left;
}
.hm_content .cont_lft ul {
}
.hm_content .cont_lft ul li {
	background:url(../images/bullets.png) no-repeat right 7px;
	padding-right:38px;
	line-height:34px;
}
.footer {
	width:100%;
	text-align:center;
}
.footer a {
	color:#fff;
}
.footer a:hover {
	color:#f0f0f0;
}
.ft1 {
	width:100%;
	background:#0f6098;
	font-size:16px;
}
.ft_link {
	padding:22px 0;
	color:#fff;
}
.ft2 {
	width:100%;
	background:#2f2f2f;
	font-size:14px;
}
.ft_pr {
	padding:18px 0;
	color:#fff;
}
.ft_pr ul.menu li {
	display:inline-block;
	border-left:2px #fff solid;
	padding: 0 5px 0 8px;
}
.ft_pr ul.menu li:last-child {
	border-left:none;
}
/* contact page */
.inside_banner {
	width:100%;
	margin:0 auto;
	background:#f0f0f0;
	overflow:hidden;
}
.contact_mid {
	width:100%;
	margin-top:52px;
}
.contact_mid h3 {
	font-size:19px;
	color:#565656;
	font-weight:700;
	margin-bottom:22px;
}
.contact_mid .con_rgt {
	max-width:458px;
	width:100%;
	float:right;
}
.con_rgt .f_box1 {
	text-align:right;
	width:100%;
	vertical-align:top;
}
.con_rgt .f_box1 input {
	background:#eeeeee;
	margin-bottom:14px;
	height:50px;
	margin-bottom:15px;
}

.con_rgt .f_box1 input.wpcf7-not-valid, .con_rgt .f_box1 select.wpcf7-not-valid {
	border: #ff0000 1px solid;
}
.con_rgt .btn input {
	text-align:right;
	vertical-align:top;
	max-width:139px;
	width:100%;
	height:61px;
	background: #0f6098;
	color: #fff;
	font-size: 18px;
	line-height: 61px;
	text-align: center;
	font-weight: bold;
	float:right;
	margin-top:5px;
}
.con_rgt .btn input:hover {
	background: #222;
	color: #fff;
}
.contact_mid .con_lft {
	max-width:496px;
	width:100%;
	float:left;
}
.contact_mid .con_lft ul {
}
.contact_mid .con_lft ul li {
	font-size:18px;
	color:#727272;
	line-height:36px;
}
.contact_mid .con_lft ul li a {
	color:#727272;
	text-decoration:underline;
}
.contact_mid .con_lft ul li a:hover {
	color:#222;
	text-decoration:none;
}
.contact_mid .tran_rgt {
	max-width:644px;
	width:100%;
	float:right;
}
.contact_mid .tran_rgt ul li {
	background:url(../images/bullets.png) no-repeat right 7px;
	padding-right:38px;
	line-height:34px;
}
.contact_mid .tran_rgt h6 {
	font-size:16px;
	font-weight:bold;
	color:#313131;
	padding-bottom:10px;
}
.contact_mid .tran_lft {
	max-width:344px;
	width:100%;
	float:left;
	background:#f7f7f7 url(../images/tran_evv.jpg) no-repeat left bottom;
	padding:33px 28px;
}
.contact_mid .tran_lft ul {
}
.contact_mid .tran_lft ul li {
	font-size:20px;
	color:#313131;
	line-height:48px;
}
.contact_mid .tran_lft ul li i {
	font-size:25px;
	color:#0f6098;
}
.contact_mid .tran_lft ul li a {
	color:#313131;
	text-decoration:none;
}
.contact_mid .tran_lft ul li a:hover {
	color:#222;
	text-decoration:none;
}
.tran_btn1 {
	position:fixed;
	z-index:11;
	top:400px;
	left:0px;
	background:#ecde00 url(../images/left_bt_ph.png) no-repeat right 4px top 4px;
	max-width:260px;
	width:100%;
	max-height:74px;
	height:100%;
	-webkit-border-radius: 0px 80px 80px 0px;
	-moz-border-radius: 0px 80px 80px 0px;
	border-radius: 0px 80px 80px 0px;
	color:#313131;
	font-size:24px;
	text-align:left;
	font-weight:bold;
	line-height:74px;
	padding-left:18px;
	display:block;
}
.tran_btn2 {
	position:fixed;
	z-index:11;
	top:490px;
	left:0px;
	background:#ecde00 url(../images/left_bt_ofr.png) no-repeat right 4px top 4px;
	max-width:260px;
	width:100%;
	max-height:74px;
	height:100%;
	-webkit-border-radius: 0px 80px 80px 0px;
	-moz-border-radius: 0px 80px 80px 0px;
	border-radius: 0px 80px 80px 0px;
	color:#313131;
	font-size:17px;
	font-weight:bold;
	text-align:left;
	line-height:74px;
	padding-left:10px;
	display:block;
}


.other_alldetail h4 {font-size: 150px;padding-top:100px; padding-bottom: 6px;}
.error { margin: 50px 0 0 0;text-align: center;width: 100%;}
.error span {font-size: 28px;}


/* Resposive design start */

@media screen and (max-width: 1024px) {
.wrap {
max-width: inherit;
width: 100%;
padding-left:15px;
padding-right:15px;
}
.logo {
width:340px;
}
.hm_service ul {
margin-left:-15px;
margin-right:-15px;
}
.hm_service ul li {
vertical-align:top;
margin:0 8% 30px 8%;
max-width:250px;
width:100%;
overflow:hidden;
}
.envlop .f_box2 {
max-width: 334px;
}
.envlop::before {
display:none;
}
 .hm_service {
margin-bottom: 20px;
}
}
 @media screen and (max-width: 980px) {
.logo {
 width: 310px;
}
 .hm_content .cont_lft {
max-width: 100%;
float:right;
margin-top:20px;
}
 .hm_content .cont_rgt {
max-width: 100%;
}
 .hm_service {
margin-bottom: 34px;
}
 .contact_mid .con_lft {
 max-width: 416px;
}
.contact_mid .tran_rgt {
 max-width: 570px;
}
}
@media screen and (max-width: 880px) {
 .cbp-af-header .cbp-af-inner {
 width: 100%;
}
 .cbp-af-header .logo, .cbp-af-header nav {
 display: block;
 margin: 0 auto;
 text-align: center;
 float: none;
}
 .cbp-af-header .logo, .cbp-af-header nav li a {
 line-height: 45px;
}
 .cbp-af-header nav li a {
 margin: 0 10px;
}
 .cbp-af-header .logo {
margin-top:10px;
text-align:right;
float:right;
}
 .cbp-af-header {
 height: 120px;
}
 .cbp-af-header.cbp-af-header-shrink {
 height: 120px;
}
 .cbp-af-header.cbp-af-header-shrink .logo, .cbp-af-header.cbp-af-header-shrink nav li a {
 line-height: 45px;
}
 .cbp-af-header.cbp-af-header-shrink .logo {
 font-size: 2em;
}
 .header {
padding:13px 0 0px 0;
}
 .logo {
width:264px;
margin-top:50px;
}
 .cbp-af-header.cbp-af-header-shrink .logo img {
max-height:50px;
}
 .nav {
z-index:999;
padding:20px;
}
 .nav ul li {
display:block;
width:100%;
margin:0 0 0 0px;
padding:10px 0 0px;
}
 .nav ul li a {
padding:4px 16px;
}
 .tglmenu {
display:block;
float:left;
top:28px;
}
ul#menu-menu-1 {
display:none;
padding:8px 0;
background:#a2cef0;
}
 .menu-menu-1-container {
background: #fff none repeat scroll 0 0;
right: 0px;
padding: 0px;
position: absolute;
width: 100%;
z-index: 999;
display:block;
top:74px;
}
 .cbp-af-header nav li {
display:block;
}
 .hm_service ul {
text-align:center;
}
 .envlop {
padding-top: 14px;
padding-bottom: 14px;
}
 .envlop .f_box2 {
max-width: 454px;
margin-left:0px;
}
 .contact_mid .con_lft {
 max-width: 100%;
 margin-top:30px;
}
 .contact_mid .tran_rgt {
 max-width:100%;
}
.contact_mid .tran_lft {
 max-width:100%;
 margin-top:30px;
/* margin-bottom: 170px;*/
}
/* .tran_btn1 {
  top:inherit;
bottom:120px;
position:absolute;
}
 .tran_btn2 {
 top:inherit;
bottom:30px;
position:absolute;
}*/
.header_banner {
	top:0px;
}

.in_banner {
	margin:0 auto;
	}
	}
 @media screen and (max-width: 768px) {
.envlop .f_box1, .envlop .f_box2 {
max-width: 100%;
}

.hm_form {
	padding-bottom:15px;
}
}
 @media screen and (max-width: 640px) {
.ft1 {
line-height:24px;
}
 .envlop .btn {
height: 58px;
}
 .contact_mid .con_rgt {
 max-width: 100%;
}
}
 @media screen and (max-width: 500px) {
.hm_service ul li {
 margin: 0 auto 30px auto;
 float:none;
}
 .cbp-af-header nav li a, .cbp-af-header.cbp-af-header-shrink nav li a {
 line-height: 2;
}
 .middle_container h1 {
 font-size: 23px;
line-height:30px;
}
}
 @media screen and (max-width: 384px) {
 .middle_container h1 {
 font-size: 21px;
line-height:28px;
}
.envlop .btn {
max-width:100%;
}
 .logo {
width:211px;
margin-top:50px;
}
 .cbp-af-header.cbp-af-header-shrink .logo img {
max-height:40px;
}
}
