@import url('resp.css');

/* FRONTEND CSS
*********************************************/
/*@font-face {
    font-family: 'Heebo-Black';
    src: url('../fonts/Heebo-Black.eot');
    src: url('../fonts/Heebo-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Heebo-Black.ttf') format('truetype');
    font-weight: weight;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Heebo-Bold';
    src: url('../fonts/Heebo-Bold.eot');
    src: url('../fonts/Heebo-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Heebo-Bold.ttf') format('truetype');
    font-weight: weight;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Heebo-Medium';
    src: url('../fonts/Heebo-Medium.eot');
    src: url('../fonts/Heebo-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Heebo-Medium.ttf') format('truetype');
    font-weight: weight;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Heebo-Light';
    src: url('../fonts/Heebo-Light.eot');
    src: url('../fonts/Heebo-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Heebo-Light.ttf') format('truetype');
    font-weight: weight;
    font-style: normal;
	font-display: swap;
}*/
html#back {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
}

@-webkit-keyframes fade-in {   0% { opacity: 0.1;transform:translate3d(0,40px,0); }   100% { opacity: 1;    transform: none; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0.1;transform:translate3d(0,40px,0); }   100% { opacity: 1;    transform: none; }   }
@-o-keyframes      fade-in {   0% { opacity: 0.1;transform:translate3d(0,40px,0); }   100% { opacity: 1;    transform: none; }   }
@keyframes         fade-in {   0% { opacity: 0.1;transform:translate3d(0,40px,0); }   100% { opacity: 1;    transform: none; }   }

body {
	padding: 0;
    direction: rtl;
    font-size: 18px;
    font-family: 'Heebo-Medium',Arial, sans-serif;
    color: #212121;
    overflow-x: hidden;
    max-width: 100%;	
}

.animated {
	-webkit-animation-duration: 0.5s;
	   -moz-animation-duration: 0.5s;
	     -o-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;


	-webkit-animation: fade-in 0.5s linear; /* Safari 4+ */
	-moz-animation: fade-in 0.5s linear; /* Fx 5+ */
	-o-animation: fade-in 0.5s linear; /* Opera 12+ */
	animation: fade-in 0.5s linear; /* IE 10+, Fx 29+ */
} 

.hidden_while{
	visibility: hidden;
}

.visible{
	visibility: visible !important;
}

a {
	color: #212121;
	text-decoration: none;
}

a:hover{
	color: #999;
	text-decoration: none;
	opacity: 0.85;
}
	
	.pull-left{
		width: 100%;
		text-align: center;
	}
	
	.pull-left img{
		max-width:100%;
	}
	.page-header {
		border-bottom: none;
		clear: both;
		margin: 0 !important;
	}	
	
	.page-header h1{
		font-size:48px;
	}
	
	.left{
		float:left!important;
	}
	.right{
		float:right!important;
	}

	.text-left{
		text-align:left!important;
	}
	.text-right{
		text-align:right!important;
	}	
	
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
		float:right;
	}
	
	.item-page h5{
		font-size:30px;
	}
.da-landing-page #da-landing-afterheader{
	background:url(../images/landing-top.jpg) no-repeat;
    background-size: cover;	
}	
#da-landing-afterheader{
	text-align:center;
	font-size:24px;	
}

#da-landing-afterheader h3{
	font-size:48px;
    font-weight: bold;	
}
#da-landing-afterheader p{
    background: #F49323;
    font-size: 24px;
    max-width: 705px;
    text-align: center;
    margin: 24px auto;
    padding: 8px 0;
}
.ul_drem {
    list-style: none;
    padding: 0;
}

.da-cicles{
	padding:0;
}

.bg_triangle{
	background: linear-gradient(to right bottom, transparent 50%, #FFFFFF 50%);
    height: 100%;
    position: absolute;
    width: 25%;
    right: 44.9%;
    z-index: 3;
}

.dj-image-block{
	max-width: 55%;
    height: fit-content;
    max-height: 618px;
    overflow: hidden;
    float: left;
}

.da-landing-page .da-landing-button {
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 14px 0!important;
    font-size: 25px;
    text-align: center;
    -webkit-transition: 0.3s all 0.3s ease;
    transition: 0.3s all 0.3s ease;
    width: 200px;
    /*height: 60px;*/
    background: #FFFFFF!important;
    color: #F49323!important;
    border-radius: 60px;
	border:none!important;
    margin: 20px 25px 0 !important;
}

.da-animated.da-shown a:nth-child(2) {
    background: #F49323!important;
    color: #fff!important;	
}

.da-landing-page #da-landing-afterheader .da-container {
    padding: 30px 0 !important;
}

.da-landing-page .da-landing-section h2 {
    font-size: 28px !important;
    color: #212121;
    font-weight: bold;
    margin: 0 0 45px 0;
}

.da-landing-page .da-landing-section p {
    font-size: 16px!important;
}

.da-landing-page .da-steps{
	background:#F3F3F3;
}

.da-landing-page .da-steps h2{
	color: #212121;
    font-size: 48px!important;
    font-weight: bold!important;
    text-align: center;
    background: url(../images/i.png) no-repeat center top;
    padding: 75px 0 0;
}

.da-landing-page .da-questions h2{
	color: #212121;
    font-size: 48px !important;	
	text-align:center;
}

.da-landing-page .da-questions h2:after{
    content: "";
    width: 40%;
    height: 1px;
    display: inline-block;
    background: #212121;
    position: relative;
    top: -32px;	
}

.dl_text{
	text-align:right;
	font-size:18px;
}

.dl_text .col-xs-4{
	font-weight:bold;
	margin:0 0 30px;
	padding:10px;		
}

.dl_text .col-xs-8{
	background: #F3F3F3;
	border: 1px solid #E2E2E2;
	padding:10px;	
	margin:0 0 30px;
}

.dl_text .col-xs-8 p{
	font-size:18px !important;	
}

.blog .col-xs-3{
	margin-right: 2.60825%;
    width: 22.29381%;
	display: block;
	float: none;
    position: relative;
	clear: left;
	transition-delay: 0.2s;
    transition: .3s ease-out;
}

.blog .col-xs-3:hover{
	/*box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);*/
	box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
}

.blog .image{
    margin: 0 15px;
    text-align: center;
    overflow: hidden;
}

.tags{
	word-wrap: break-word;
    line-height: 2rem;
	padding: 0;
	display: inline-block;
    margin: 30px 0;
}

.tags li{
	list-style: none;
	border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 70%;
    float: right;
	margin-right: 5px;
}

.tags li:hover{
	background-color: #dddddd;
    border: 1px solid #dddddd;
}

.label-info{
	background-color: transparent;
	color: #666;
    text-decoration: none;
}

a.label:hover, a.label:focus {
    color: #666;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: transparent;
}

.label {
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
}

.items-leading{
	display: flex;
    flex-wrap: wrap;
	margin: 15px 0;
}

.wrapper{
	max-width:1170px;
	margin:0 auto;
	position:relative;
	padding: 0 15px;
}

#text-165 .top-img .wrapper {
	position: relative;
    padding: 0 15px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,1)) !important;
    height: 100%;
    max-width: 100%;
}

.gray{
    background: #F3F3F3;
    color: #4F4D57;
    font-size: 24px;
    padding: 70px 0;
}

.gray .wrapper{
	padding:0 120px;
}

.dj-image{
	max-width: 120%;
}

.gray h2{
	font-size: 24px;
	color: #4F4D57;	
	text-align:right;
	margin:0 0 20px;
}

#text-103 .top-img h1 {
    color: #F49323;
}
.orange{
    color: #F49323;
    padding-left: 100px !important;
}
#djslider-loader90{
	position:relative;
	height: 619px;
}
#djslider-loader90 #djslider-loader90, #djslider-loader90 #djslider90, #djslider-loader90 #slider-container90, #djslider-loader90 ul, #djslider-loader90 li{
	height:100%!important;
	list-style:none;
	width: 100% !important;
}
#navigation90{
    z-index: 9;
    position: absolute;
	top: 44% !important;
    width: 100%;
    margin: 0 !important;
}
#prev90{
	float:left;
	margin-left:-5%;
}
#next90{
	float:right;
	margin-right:-5%;
}
#cust-navigation90{
    position: absolute;
    z-index: 9;
    bottom: 5%;
    width: 100%;
	text-align:center;	
}
*{
	outline:none;
}
.load-button{
	display:inline-block;
	width: 10px;
	height: 10px;
	background: rgba(244, 147, 35, 0.3);	
	margin:0 5px;
	border-radius:20px;
}
.load-button-active{
	background: #F49323;	
}
.slide-desc{
    position: absolute;
    width: 32%;
    right: 10%;
    top: 25%;
}
#slider-container90 img{
    width: auto;
    max-height: 100%;
    float: left;
}
.special-content{
	max-width:1000px;
	margin:0 auto;
	color:#333333;
	padding: 40px 0;
	font-weight: bold;
}

.special-content .special-left{
	float:left;
	width:30%;
}

.special-content .special-left .develop{
    background: #272727;
    color: #fff;
    font-size: 27px;
    font-weight: bolder;
    padding: 45px 25px 25px 25px;
    text-align: center;
}

.special-content .special-left .develop a{
	text-decoration: none;
    display: block;
    background: #f49323;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    line-height: 60px;
    height: 60px;
    margin: 22px 0 0 0;
}

.special-content .special-left .sh{
	margin:12px 0 0;
}

.special-content .special-left .sh a{
    background: url(../images/sh.jpg) no-repeat right;
    color: #272727;
    font-size: 18px;
    padding: 0 30px 0 0;	
}

.special-content .special-right{
	float:right;
	width:63.5%;	
}

.special-content .special-right h1{
	color:#333333;
	font-size:36px;
	margin: 0 0 25px;
}

.special-content .special-right .a{
    margin: 0 0 35px;	
}

.special-content .special-right .a .im{
	
}

.special-content .special-right .a .im img{
	max-width:100%;
}

.special-content .special-right .a .text{
	font-size:16px;
	margin: 30px 0 0 0;
	line-height: 25px;
}

.special-content .special-right .a .text b{
	font:normal 16px OpenSansHebrewBold;
}

.special-content .special-right .a .text p{
	margin:0 0 10px;
}

.special-content .special-right .a h3{
	font-size:28px;
	font-weight: bold;
    margin: 25px 0 5px;	
}

.special-content .special-right .a h6{
	font-size:25px;
	font-weight: bold;
    margin: 25px 0 5px;	
}

.special-content .special-right .a h4{
	color:#f49323;
	font-size:16px;
	font-weight: bold;
    margin: 0 0 25px;	
}

.special-content .special-right .a .gtun{
	margin: 30px 0 0 0;
}

.special-content .special-right .a .gtun a{
	background:#ff931e;
	text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding:0 10px;
    line-height: 50px;
    height: 50px;
    margin: 12px 0 0 8px;	
}

.special-footer-a{
    background: url(../images/sfo.jpg) repeat-x;
    height: 86px;
    padding: 32px 0 0;
}

.special-footer-a .in{
	margin:0 auto;
	max-width:1000px;
}

.special-footer-a .in span{
	font-size:16px;
	font-weight:bold;
	color:#999999;
}

.special-footer-a .in span,.special-footer-a .in a{
	margin:0 15px 0 0;
	display:block;
	float:left;
}

.special-footer-a .in span{
	margin:3px 0 0 15px;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height: 0px;
	padding:0;
}
.col-xs-122 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

div[itemprop="blogPost"],div[itemprop="blogPost"] h2, .item-page h2{
	text-align:right;
	font-weight:600;
}

div[itemprop="blogPost"] .btn{
	float:none;
	margin:0;
	color:orange;
	padding: 0 15px;	
}

div[itemprop="blogPost"] .icon-chevron-right{
	font-size:0;
}

.blog/*, div[itemprop="articleBody"]*/{
    max-width: 1170px;
	margin:0 auto;
}

.djslider-default .slide-desc {
    position: absolute;
    top: 0;
}

#ab-1{
	background:url(../images/ab-1.jpg) no-repeat 100%;
	height:474px;
}

#ab-2{
	/*background: linear-gradient(to left top, transparent 15%, #F3F3F3 15% 100%);
    background: #F3F3F3;*/
	background: linear-gradient(345deg, transparent 14.4%, #F3F3F3 14.4% 100%);
    padding: 5% 0;
} 
#ab-2 .head{
    color: #666666;
    font-size: 30px;
    background: url(../images/line.jpg);
    background-repeat-y: no-repeat;
    background-position: 0;
    max-width: 450px;
    text-align: center;
    margin: 35px auto 15px;
}

.clear{
	clear:both;
    height: 0.01px;	
}

#after-services2{
	text-align: center;
    padding: 3% 0 0;
	background: linear-gradient(to right bottom, #F5F5F5 65%, #FFFFFF 35%);
}

#after-services2-in{
    overflow: hidden;	
}

#after-services2 .wrapper{
	max-width:1200px;
}

.head{
	font:bold 48px Heebo-Medium;
	color:#212121;
	border-bottom:1px solid #212121;
	margin:0 0 50px;
	padding:0 50px 20px;
	display: inline-block;
}

.head-gal{
	text-align:center;
}

.head-gal .head{
	background:url(../images/folder.png) no-repeat top center;
	padding-top:60px;
	margin:60px 0;
}

#after-services2 .col-xs-in{
    float: right;
    width: 50%;
    padding: 0 100px;
    background: url(../images/quote.png) no-repeat 98% 8px;
    font-size: 20px;
    color: #32373A;
    text-align: right;
}

#after-services2 .col-xs-in a{
    font-family: 'Heebo-Medium';	
    font-size: 20px;
    font-weight: bold;	
	display:block;
	color:#F49323;
	margin:20px 0 0;
}

#ab-2 .h{
	color:#F49323;
    font-family: 'Heebo-Medium';	
    font-size: 28px;
    font-weight: bold;
	margin:0 0 10px;
}

#ab-2 .steps {	
}

#ab-2 .step.right {
    float: right;
    /*background: url(../images/sra.png) no-repeat right 6px;*/
    padding-right: 80px;	
}

#ab-2 .step.first {
    background: url(/images/first.png) no-repeat right 6px;
}

#ab-2 .step.second {
    background: url(/images/second.png) no-repeat right 6px;
}

#ab-2 .step.third {
    background: url(/images/third.png) no-repeat right 6px;
}

#ab-2 .step.fourth {
    background: url(/images/fourth.png) no-repeat right 6px;
}

#ab-2 .step.left {
    float: left;
    /*background: url(../images/sla.png) no-repeat right 6px;*/
    padding-right: 80px;	
}

#ab-2 .step {
    width: 42%;
    max-width: 497px;
    float: right;
    margin: 0 0 30px;
}

#ab-2 .left-step {
    float: left;
    width: 85%;
}

#ab-2 .head span{
	background:#fff;
	padding:0 10px;
	color: #000;
}

#ab-2 .title-2{
    font: 60px Heebo-Medium;
    color: #323739;
    text-align: center;
}

#back-1{
	/*background:url(../images/back-1.jpg) no-repeat 100%;
	background-position: center;
	height:785px;*/
}

#back-1 .title-1{
    font: bold 48px Heebo-Black;
    color: #F49323;
	border-bottom:1px solid #F49323;
	padding-bottom:30px;
	margin-bottom:30px;
	line-height: 55px;
}

#back-1 .title-2{
    font: bold 24px Heebo-Medium;
    color: #333;
	margin-bottom:30px;
}

#back-1 .btn-1{
	font: 18px Heebo-Medium;
    color: #F49323;
    text-align: center;
    display: block;
    padding: 15px 0;
    margin: 15px 0;
    width: 200px;
    height: 60px;
    border: 1px solid #F49323;
    border-radius: 60px;
}

#back-2{
	background: #FFFFFF;
    text-align: center;
	padding: 4% 0;
    position: revert;
    z-index: 4;
	background: linear-gradient(to right top, transparent 50%, #F5F5F5 50%);
}

.back-2-text{
	font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 41px;
    text-align: right;
    color: #212121;
}

#back-2 .wrapper, #scrolled_second .wrapper{
	min-height: 622px;
    padding-top: 40px;
    padding-bottom: 60px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
	display: flex;
    align-items: center;
    position: sticky;
    top: 0;
}

#scrolled_area{
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	position: relative;
    padding-top: 100px;
    padding-bottom: 20px;
}

#fixed_area{
    height: 377px;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	position: sticky;
	top: 226px;
}

#back-2 .title-2{
    font: bold 48px Heebo-Medium;
	font-weight: 900;
	font-size: 48px;
	line-height: 70px;
	text-align: right;
	color: #212121;
}

.back-2-button{
	text-align: right;
    margin-top: 35px;
}

.back-2-button a{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	text-align: right;

	color: #FFFFFF;
	background: #F49323;
	border-radius: 60px;
	padding: 17px 30px;
}

#back-3 .desc, #back-3 .img{
	width: 100%;
	text-align: center;
}

.line_short{
	width: 200px;
    height: 0px;
    border: 1px solid #F49323;
	margin: 35px 0;
}

#back-2 .col-xs-3{
	color:#fff;
	text-align:right;
}

#back-2 .num{
	width: 48px;
    height: 48px;
    background: #F49323;
    border-radius: 35px;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    padding: 8px 0 0;
    display: inline-block;
    margin: 0 0 12px;
}

#back-2 .col-xs-3 .ar{
    display: inline-block;
    background: url(../images/bbb.png) no-repeat;
    display: inline-block;
    width: calc(100% - 52px);
    height: 16px;
}

#back-2 .col-xs-3 .ar:after{
    content: "";
    border-top: 2px dashed #fff;
    height: 2px;
    display: block;
    margin: -15px 0 0;
}

#back-2 .row2{
	margin:50px 0 0;
}

#back-23 img, #back-2 img{
    max-width: 100%;
}

#back-23{
	/*background: #F49323;
	background: linear-gradient(to right bottom, transparent 15%, #F49323 15% 100%);*/
	background: linear-gradient(165deg, transparent 14%, #F49323 14% 100%);
    padding: 1% 0;	
}

.apps ul{
	padding-right: 0px;
}

#back-23 .steps{
	max-width:1170px;
	margin:50px auto;
}

#back-23 .step{
	width:42%;
	max-width:497px;
	float:right;
    margin: 0 0 30px;	
}

#back-23 .step.left{
	float:left;
}

#back-23 .step.right{
	float:right;
}

#back-23 .left-step{
	float:left;
    width: 85%;	
}

#back-23 .right-step{
	float:right;
    width: 15%;	
    text-align: right;	
}

#back-23 .right-step img{
	margin:10px 0 0;
}

#back-23 .title-step{
	color:#fff;
	font:28px Heebo-Medium;	
    text-align: right;
    margin: 0 0 15px;	
}

#back-23 .desc-step{
	color:#fff;
	font:18px Heebo-Medium;
    text-align: right;	
}

.apps{
	padding:3% 0;
	text-align:center;
	background: linear-gradient(to right bottom, #F3F3F3 35%, #FFFFFF 35% 65%, #F49323 65% 100%);
	/*background: linear-gradient(to right bottom, #F3F3F3 50%, #F49323 50% 100%);
	position: relative;
	overflow: hidden;
	z-index: 1;*/
}

.apps:after{
	/*background: #FFFFFF;
    bottom: 24%;
    top: 24%;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    transform: rotate(348deg);
	z-index: -1;*/
}

.apps li{
	display:inline-block;
	padding: 0 2%;
    max-width: 30%;
}

#back-3{
    overflow: hidden;
    width: 100%;
	text-align:center;
}

.img img{
    max-width: 100%;
    width: auto;
    max-height: 100%;
}

.desc{
	text-align:right;
	margin:10% 0 0;
}

.desc img{
	display:block;
	margin:0 auto 20px;
}

#back-3 .box-3{
	width: 100%;
    max-width: 50%;
    float: right;
    padding: 30px;
    margin: 10.5% 0 0 10%;	
	text-align:right;
}

#back-3 .desc-3{
	font: 18px Heebo-Medium;
	text-align:right;
	margin: 30px 0;	
}

.btn-g{
    display: block;
    padding: 15px 0;
    margin: 45px auto 0;
    width: 200px;
    height: 60px;
    border: 1px solid #F49323;
	color:#F49323;
    border-radius: 60px;
	text-align:center;
}

#scrolled_second{
	background-color: #FFFFFF;
	background-image: url(/images/cuts.png);
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 80px;
}

.phone_title{
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 70px;
	text-align: right;
	color: #FFFFFF;
}

.phone_text{
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 41px;
	text-align: right;
	padding-left: 40px;
	color: #FFFFFF;
}

.phone_line{
	width: 200px;
	height: 0px;
	border: 1px solid #FFFFFF;
	margin: 35px 0;
}

.phone_button{
	margin-top: 35px;
}

.phone_button a{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	text-align: right;

	color: #FFFFFF;
	background: #212121;
	border-radius: 60px;
	padding: 17px 30px;
}

#back-4{
	text-align:center;
	overflow:hidden;
}

#back-4 .box-4{
    background: #333333;
	width: 100%;
    max-width: 500px;
    float: right;
    padding: 30px;
    margin: 2.5% 10% 0 0;	
}

#back-4 .desc-4{
	font: 18px Heebo-Medium;
    color: #fff;
	text-align:right;
	margin: 30px 0;	
}

#back-4 .btn-4{
    font: 21px Heebo-Medium;
    color: #fff;
    text-align: center;
    border: 1px solid #2c9a9e;
    display: block;
    width: 175px;
    padding: 10px 0;
    margin: 140px auto 15px;
}

#back-5{
	text-align:center;
}

#back-5 .box-5{
    background: #33b5e5;
	width: 100%;
    max-width: 500px;
    float: left;
    padding: 30px;
    margin: 6% 0 0 10%;	
}

#back-5 .desc-5{
	font: 18px Heebo-Medium;
    color: #fff;
	text-align:right;
	margin: 30px 0;	
}

#back-5 .btn-5{
    font: 21px Heebo-Medium;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    display: block;
    width: 175px;
    padding: 10px 0;
    margin: 40px auto 15px;
}

#back-6{
    background: #3942C1;
    background-size: cover;
    font: 18px Heebo-Medium;
    color: #fff;
	padding:8% 0;
}

#back-6 .mail {
    background: url(../images/mail.png) no-repeat right 5px;
    padding: 10px 70px;
    margin: 40px 0;
}

#back-6 .mail a {
    color: #FFFFFF;
}

#back-6 .col-xs-6{
    margin: 0;
    width: 50%;
    padding: 0 4%;
    border-right: 1px solid #212121;
}

#back-6 .col-xs-6.f{
	border:none;
	margin: 70px 0 0;
}


#back-6 .head{
    font: 48px Heebo-Medium;
    color: #fff;
    border-bottom: none;
    margin: 0 0 100px 0;
    padding: 0;
    display: block;	
}

#back-6 .title-6{
    font: 60px Heebo-Medium;
    color: #fff;
    text-align: center;
    padding: 120px 0 0;
}

#back-6 .box-6{
	width: 100%;
    max-width: 500px;
    float: right;
    padding: 30px;
    margin: 8% 15% 0 0;	
}

#back-6 .box-6 a{
	color:#fff;
}

#back-6 #contact-form{
	width:100%;
	margin:20px 0 0;
	font-size:24px;
}

#back-6 .address{
    background: url(../images/address.png) no-repeat right top;
    padding: 10px 70px;
}

#back-6 .phones{
    background: url(../images/phone.png) no-repeat right 5px;
    padding: 0 70px;
    margin: 40px 0;
}

#back-6 .email{
    background: url(../images/email.png) no-repeat right center;
    padding: 10px 70px;
}

#back-6 .email a{
	color:#fff;
}

#back-6 #contact-form input[type="text"],#back-6 #contact-form input[type="email"]{
    width: 100%;
    background: #fff;
    color: #212121;
    padding: 17px 10px;
    margin: 0 0 20px;
    font: 18px Heebo-Medium;
	border: 2px solid #212121;
	box-sizing: border-box;
	border-radius: 20px;	
}

#back-6 #contact-form input[type="text"]::placeholder,#back-6 #contact-form input[type="email"]::placeholder{
	color: #212121;
}

#back-6 #contact-form textarea{
	width: 100%;
    background: #FFFFFF;
    color: #212121;
    padding: 18px 10px;
    font: 18px Heebo-Medium;
    resize: none;
    border: 2px solid #212121;
    box-sizing: border-box;
    border-radius: 20px;
}

#back-6 #contact-form textarea::placeholder{
	color: #212121;
}

#back-6 .btn.btn-primary.validate{
	background: #212121;
    border-radius: 60px;
    color: #fff;
    font: 18px Heebo-Medium;
    border: none;
    width: 200px;
    margin: 30px 0 0;
    padding: 16.5px 0;
}

#back-6.about{
    font: 18px Heebo-Medium;
    color: #fff;
	padding:8% 0;
}

#back-6.about .head{
	margin:20px 0 0;
}

#back-6.about .head.orange{
	color: #F49323;	
	margin:70px 0 0;
}

.success{
	color:red;
    font: 36px Heebo-Medium;	
	margin:30px 0 0;
}

::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
:-moz-placeholder           {color:#fff;}/* Firefox 18- */
:-ms-input-placeholder      {color:#fff;}

#bread-back{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
#bread-back ul{
	background:none;
    padding: 0;	
    margin-bottom: 15px;	
}
#bread-back ul li{
    line-height: 20px;
}
#bread-back ul li:before{
	content:"";
}
#bread-back ul li a,#bread-back ul li span{
	color:#323739;
}
#bread-back .divider{
	color:#f49323;
	padding:0 5px;
}
#bread-back ul li .divider.icon-location{
	display:none;
}
/* Reset responsive 
.container {
width: 1150px;
padding: 0;
max-width: none !important;
}

.row{
width:100%;
margin: 0;
}

.navbar-toggle {
display: none;
}

.navbar-collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
border:none !important;
}
*/
/* END Reset responsive */

h1{
	font-size: 24px;
	font-weight: 600;
}

h2{
	font-size: 24px;
	text-align: center;
    font-weight: 600;	
}

.app_bl a:hover{
	opacity: 0.85;
}

.app_bl a{
	text-decoration: none;
	color: inherit;
}

.page_tit{
	font-size: 24px;
	text-align: right;
	margin: 15px 0;
}

.org_hd{
	color: #eea826;
	margin-top: 25px;
}
.פורטפוליו .hp_content .row{
	margin: 0;
}
.פורטפוליו .col-md-12{
	padding:0;
}
.org{
	color: #eea826;
}

li{

}

.top{
}

.logo{
	width: 252px;
	height: 46px;
	float: left;
	margin-top: 4%;
	margin-bottom: 15px;  
}

.top_txt {
	background: none repeat scroll 0 0 #000;
	bottom: 0;
	color: #fff;
	height: 30px !important;
	margin: 0;
	position: relative;
	top: 0;
}

.info {
	text-align: right;
	padding: 0 40px;
	font-size: 13px;
	line-height: 30px;
}

.wb{

}

#partners{
	color: #f49323;
    font-size: 21px;
    border: 1px solid #f49323;
    padding: 8px 12px;
    position: relative;
    top: 32px;
	right: 10px;
}

/* Top Menu */

#navbar-top{
    border-bottom: 1px solid #E5E5E5;
    background: #fff;	
}

#main_navigation{
	padding: 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default {
	background: none;
	border: none;
	box-shadow: none;
}

.navbar {
	border-radius: 0px;
}

.main_menu{
	margin-top: 4%;
}

.navbar-nav {
	float: left !important;
	margin: 0;
}

.navbar-nav>li {
	float: right !important;
}

.navbar-default .navbar-nav > li > a{
	padding: 35px 22px;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #F49323;
	opacity: 1;
}
.navbar-nav>li:hover{
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus ,.navbar-nav>li >a:hover{
    /*background: url(../images/active.png) no-repeat;*/
	background: #FFFFFF;
    background-size: 100% 100%;
    background-position: center;
    color: #F49323;
    opacity: 1;
}

.topmenu{
	border-right: 1px solid #b3b3b3;
	margin-right: 20px;
	padding-right: 25px;
}

.navbar-default .navbar-nav > .active > a {
	box-shadow: none;
	border-bottom: 3px solid #F49323;
}

/* END - Top Menu */


.דף בית{
	background: url(../images/bg_hp.jpg) top center no-repeat fixed;
	background-attachment: fixed;

}


.פורטפוליו{
	background: #fff;

}


.בקשה-להצעת-מחיר{
	background: url(../images/bg_pg4.jpg) top center no-repeat fixed;
	background-attachment: fixed;

}
.תהליך-עבודה .hp_content{
	background: url(../images/work.jpg) top center no-repeat fixed;
    background-attachment: fixed;
	background-size: cover;
	padding: 20px 0;
}

.תהליך-עבודה .col-sm-6{
	text-align:center;
    margin: 28px 0;	
}


.navbar-inner{

}

.navbar .brand {
	width: 245px;
	height: 53px;
	margin: 18px 0px 5px 15px;
	padding: 0;
	float: left;
}

.navbar {
	margin-bottom: 0;
}

.navbar-nav {
	float: right;
	margin: 0;
	margin-top: 0;
	margin-right: -30px;
}
.right_float{
	float: right!important;}
.hp_content{
	min-height: max(100vh, 620px);
}

.content
{
	background: rgba(255,255,255,0.85);
	font-family: "Noto Sans",Arial,sans-serif;
	font-size:18px;
	color:#4d4d4d;
	/*height:610px;
	overflow-y: auto;
	padding:10px;*/
}
.popup-basbox-overlay {
    z-index: 1 !important;
}
.wrapper {
    max-width: 100% !important;
	margin: 0 !important;
    padding: 0;
}
.search
{
	background: rgba(255,255,255,0.85);
	font-family: "Noto Sans",Arial,sans-serif;
	font-size:18px;
	color:#4d4d4d;
	padding:10px;
	position: relative;
	
}

.search input[type=text]
{
	width:100%;
	color:#b3b3b3;
	font-size:18px;
	height:40px;
	border:0;
	padding-right: 10px;
}
.search input[type=image]
{
	position: absolute;
	top:20px;
	left:16px;
}
.sidebar
{
	padding-right: 0;
}
.sidemenu
{
	background: rgba(255,255,255,0.85);
	font-size:18px;
	color:#4d4d4d;
	padding: 20px 10px;
	margin-top: 20px;
	height:529px;
}
.sidemenu h2
{
	color:#4d4d4d;	
	font-size:24px;
	font-weight: bold;
	text-align: right;
	margin:0;
	padding: 0;
}
.sidemenu ul
{
	padding:0;	
}
.sidemenu ul li a
{
	font-size:18px;
	color:#4d4d4d;
	padding:3px 0 4px;
	font-weight: normal;
}
.req_form {
	color: #fff;
	text-align: justify;
	text-shadow: 0 1px 1px black;
	padding-top: 30px;
	width: 100%;  
}

textarea{
	height: 145px !important;
}

.form-control{
	border-radius: 0;
	border: 0px;
}

.btn {
	font-size: 16px;
	padding: 5px 60px;
	float: right;
	margin: 10px 0px 0;
	border-radius: 0px;
}

.item_page_lft{
	background: rgba(255,255,255,0.85);
	color: #333;
	padding: 20px;
	margin-left: 0;
	text-align: justify;
}

.item-pageovf>div>.item_page_lft{
	padding: 20px 40px 0 0 ;
}

.content-gallery{
    max-width: 1170px;
    margin: 0 auto;
	font-weight: 600;	
}

#text-165 .item-page{
    max-width: 1170px;
    margin: 0 auto;
    font-weight: 600;	
}

.gallery{
    padding: 0;
    margin: 0;		
}

.gallery.left .app_image_block{
	float:left;
    width: 43%;	
}

.gallery.left .app_tit{
	float:right;
    width: 50%;	
}

.gallery.right .app_image_block{
	float:right;
    width: 43%;	
}

.gallery.right .app_tit{
	float:left;
    width: 54%;	
}

.gallery .title{
    margin: 50px 0;	
	text-align:center;
}

.gallery.right{
	background: #F3F3F3;	
}

.gallery .title a{
    font-size: 28px;
    color: #F49323;
}

.gallery .app_description {
	color:#323739;
	font-size:18px;
}

.gallery .app_image_block{
	margin-top: 100px;
}

.top-img{
    height: 630px;
    background-size: cover !important;
    background-position: center;
	background-repeat: no-repeat !important;
    text-align: center;
    position: relative;
}

#text-165 .top-img{
	/*height: 100%;*/
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.top-img h1{
    font: bold 60px Heebo-Light;
    padding: 21% 0 0;
    margin: 0;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.gallery .readmore a{
    display: block;
    padding: 15px 0;
    margin: 0;
    width: 200px;
    height: 60px;
    border: 1px solid #F49323;
    color: #F49323;
    border-radius: 60px;
    text-align: center;
}

.content-gallery .logo{
	float:right;
	width:auto;
	height:auto;
    margin: 25px 0 65px;	
}

.content-gallery .image{
	clear:both;
	text-align:center;
}

.content-gallery .title, .content-gallery .title h1{
	font-size:30px;
	color:#4d4d4d;
	margin:45px 0 10px;
}

.content-gallery .desc{
	color:#323739;
	font-size:21px;	
    margin: 0 0 35px;	
}

.פורטפוליו .container.middle{
	width:auto;
	padding:0;
}

hr {
	border-top: 1px solid #333;
}
.פורטפוליו .footer{
	background: #323739;
}
.footer{
	background: #212121;
	color: #fff;
	padding: 27.5px 0;
	text-align: center;
	display: none;
}

.footer .soc li{
	display:inline-block;
	padding:0 5px;
}

.copyright{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.copyright p{
	margin: 0;
	padding: 0; 
}

.graph{
	margin: 0 auto 15px auto;
	max-width: 544px;
}

.graph img{
	max-width: 100%;
}

.navbar-toggle{
	margin-top: 55px; 
	background-color: #f49323;
}

.navbar-default .navbar-toggle {
	border: 0px solid;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{
	background-color: rgba(254, 173, 79, 1);
}
.navbar-collapse.in {
	overflow-y: visible;
}

.navbar-collapse {
	border-top: 0px solid transparent;
}

.sep{
	display: none;
}

#back-1 .moduletable{
	max-width: 100%;
	margin:0 auto;
}

.numb_desc{
	margin-bottom: 20px;
}

.abs{
	position: fixed;
    top: 0%;
    left: 0%;
    z-index: 5;
    width: 100%;
    background: #FFFFFF;
    height: 100%;
}

.mrtw{
	margin-right: 10px !important;
	background: #f49323 url(../images/bbb.png) no-repeat center;
}

.mrtw span{
	background: none !important;
}

.rest-content {
    width: 100%;
    float: left;
    padding: 0;
}

.contfull {
    margin: 120px 0 0;
    padding: 15px;
}

.contfull, .contfull content, .rest-content.full header {
    width: 100%;
}

.flex {
    display: flex;
}

.form {
    padding: 2%;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
}

.form input {
    margin: 0 0 10px;
    width: 100% !important;

	height: 32px;
    min-width: 32px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #cfd7df;
    color: #12344d;
    cursor: pointer;
    padding: 0 5px;
    font-size: 14px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    transition: .1s ease-in;
    background: #fff;
}

.form input::placeholder{
	color: #000;
}

#forgot {
    margin: 9px 0 0;
    display: block;
    font-size: 14px;
}

.contfull .btn{
    color: #fff;
    background-color:  #F49323;
    border: 1px solid  #f4922381;
    transition: .1s linear;
	float: left;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.form h1 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px;
}

.npl {
    padding-left: 0!important;
}

.npr {
    padding-right: 0!important;
}

.dont_have{
	font-size: 14px;
}



/* Login product */


.login-product{
	height: 100vh;
	display: flex;
	align-items:center;
	justify-content: center;
}
.login-product .wrapper {
  max-width: 500px !important;
 
	
}
.login-product .wrapper .form-container {
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
}
.login-product input {
  padding: 15px 20px;
  border: 1px solid #e3e3e3;
  background: #fff;
  color: #4b4d5f;
  text-align: right;
  font-size: 14px;

  height: auto;
  border-radius: 0;
  margin-bottom: 30px;
}
.login-product .google-login,
.login-product button {
  background: #3575d3;
  line-height: normal;
  width: 100%;

  font-style: normal;
  font-weight: 600;
  transition: 0.25s;
}


.login-product .google-login {
  background-color: #fff;
  color: #4d5872 !important;
  border:1px solid #4b4d5f;
}
.login-product a {
  
  color: #3575d3;
  font-size: 16px;

  transition: 0.25s;
}
.login-product h3 {
  color: var(--dark-main);
  text-align: center;

  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 48px;
}
.login-product .d-flex input {
  flex: 1;
  margin-bottom: 20px;
}
.login-product .separator {
  margin: 24px 0;
  text-align: center;
}
.login-product .google-login,
.login-product button {
  border-radius: 8px;
  color: var(--white, #fff);
  text-align: center;
  font-size: 16px;
  padding: 20px;
  position: relative;
  cursor: pointer;
	margin-bottom: 20px;
}
.login-product .google-login::before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 12px;
  left: 12px;
  background-image: url("../images/google-icon.png");
  z-index: 2;
}
.login-product .info-row {
  color: var(--dark-main);
  text-align: right;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 28px;
}
.login-product .info-row .line {
  margin: 0 8px;
}
.login-product .info-row a {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.login-product .google-login:hover,
.login-product a:hover,
.login-product button:hover {
  opacity: 0.7;
}

.login-product .d-flex {
  display: flex;
  align-items: center;
}

.login-product .d-flex input:last-child{
  margin-right: 20px;
}