/* header */
#main {
	padding-top: 0;
	padding-bottom: 0;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) #primary-menu > li > a:hover > span span {
    color: #a5c965 !important;
}
.masthead.sticky-off::after {
	display: none;
}
.masthead {
    transition: 0s !important;
}
.masthead.sticky-off {
	background: transparent !important;
}
.masthead.sticky-off::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: calc(100% + 100px);
    background: linear-gradient(to bottom, #101025, transparent) !important;
}
.home-vid-t {
	width: 100vw !important;
}
.home-vid-t .vc_column-inner {
	padding-top: 0 !important;
}
.home-vid-t video {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 780px) {
	.home-vid-t  {
		min-height: unset !important;
		height: 50vh;
	}
	.home-vid-t video {
		height: 50vh;
	}
	.home-poster {
		width: 100%;
		height: 50vh;
		object-fit: cover;
	}
}
/* vid */
@media only screen and (min-width: 780px) {
	.home-vid .upb_video-bg {
		right: calc((-100vw + 1350px) / 2) !important;
	}
}


/* bgs */
.home-serv::after,
.home-products::after,
.home-about::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block !important;
	z-index: 0;
}
.home-about{
	background-position: top right;
	overflow: visible !important;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
}
.home-about::after {
	background: linear-gradient(to bottom,#fff,transparent,#fff);
	background-size: cover;
}
.home-products::after {
	background: linear-gradient(to bottom,#010167,transparent,#010167);
	mix-blend-mode: luminosity;
	background-color: rgba(1,1,103,0.5);
	opacity: .8;
}
.home-serv  {
	background-position: center top -2vw;
}
.home-serv::after  {
  background-color: rgba(236,236,236,.6);
  background-blend-mode: soft-light;
}
.home-serv .wpb_column,
.home-products .wpb_column,
.home-about .wpb_column {
	z-index: 1;
}

/* sep */
.sep {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 3;
}
.sep.top {
  top: -1px;
}
.sep.bot {
	bottom: -1px;
	transform: scaleY(-1);
}

/* about */
.home-about {
	padding: 50px 0 50px;
}
.home-about .upb_bg_overlay {
    background: linear-gradient(to bottom, #fff, transparent, #fff) !important;
    background-size: cover !important;
}
.home-about .wpb_text_column {
    margin: auto;
}
.home-about .vc_col-sm-4 {
    margin-top: -170px;
    z-index: 4;
    background: linear-gradient(to bottom, #fff 30%, transparent 30%);
    border-radius: 50%;
    padding: 15px;
}
.home-about .vc_col-sm-4 .vc_column-inner {
    padding-top: 0 !important;
}
.home-about .vc_col-sm-4::before {
    content: "";
    position: absolute;
    right: 0px;
    height: 273px !important;
    object-fit: cover;
    width: 900px;
    background-image: url(../../../uploads/2020/07/home-hand-1.png);
    background-size: cover;
    bottom: -131px;
    z-index: 2;
	transform: scaleX(-1);
}
.home-about .wpb_text_column.wpb_content_element {
    padding-right: 60px;
}
.home-about h1 {
	position: relative;
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 30px;
	font-size: 	50px;
}
.home-about h1::after,
.home-news h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    background: #8ebc3f;
    height: 3px;
    width: 120px;
    background: linear-gradient(to right, #8ebc3f, #010167);
    border-radius: 0px;
    text-transform: uppercase;
}
.rtl .home-about h1::after,
.rtl .home-news h3::after {
    left: auto;
    right: 0;
    background: linear-gradient(to left, #8ebc3f, #010167);
}

/* home pro*/

.home-products {
	padding: 165px 0 200px;
}
.home-products .upb_bg_overlay {
	background: linear-gradient(to bottom, #010167,transparent, #010167);
	mix-blend-mode: luminosity;
	opacity: .8;
}
.home-products h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 500;
}
.home-products a {
	text-decoration: none;
	position: relative;
	color: #fff;
	display: block;
}
.home-products .just-container {
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #fff;
}
.home-products .wpb_single_image {
	margin-bottom: 10px;
	overflow: hidden;
}
.home-products .wpb_single_image img {
	transition: 2s;
}
.home-products h4.vc_custom_heading {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    background: #8ebc3f;
    line-height: 1.3;
    padding: 7px 15px;
    transition: .7s;
    min-height: 52px;
}
.home-products .just-container a:hover .wpb_single_image img {
	transform: scale(1.2);
}
.home-products .just-container a:hover h4.vc_custom_heading {
	background: #fff;
	color: #010167;
}
.homebtn {
    text-align: center;
    margin: 0;
}
.homebtn a {
    display: inline-block;
}
.homebtn button {
    font-size: 22px;
    color: #fff;
    border: 2px solid;
    background: transparent;
    padding: 5px 45px;
}
.homebtn button:hover {
	color: #8ebc3f;
}

/* news */
.home-news {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.home-news .vc_col-sm-4 {
    width: 30%;
	text-align: center;
}
.home-news .vc_col-sm-4:nth-child(2) {
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
	padding: 0 2.5%;
	box-sizing: content-box;
}
.home-news h3 {
	position: relative;
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 30px;
    font-size: 35px;
	
}
.home-news-product .wpb_single_image {
    position: relative;
	overflow: hidden;
}
.home-news-product .wpb_single_image::before {
    content: "New!";
    position: absolute;
    left: -104px;
    background: #8ebc3f;
    color: #fff;
    font-size: 24px;
    width: 250px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
    transform: rotate(-45deg);
    top: -20px;
}
.rtl .home-news-product .wpb_single_image::before {
    content: "חדש!";
    left: auto;
    right: -104px;
    transform: rotate(45deg);
}
.home-news .wpb_text_column {
	margin-bottom: 20px;
}
.home-news div.vc_custom_heading {
    text-decoration: none;
    color: #8ebc3f;
    text-decoration: none;
    font-style: normal;
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 2px solid;
    line-height: 1;
    font-size: 17px;
    cursor: pointer;
	margin-bottom: 35px;
}

/* service */
.home-serv {
	padding: 150px 0 100px;
}

/*
.home-serv .upb_row_bg {
    background-color: rgba(236, 236, 236, 0.6) !important;
    background-blend-mode: soft-light;
}*/
.home-serv h2 {
	margin-bottom: 35px;
	font-size: 50px;
}
.home-serv .svg-file {
    width: 60%;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 30px;
    margin: auto;
    display: block;
    line-height: 1;
    border: 3px solid #fff;
    fill: #fff;
    background: rgba(0,0,0,0.5);
	transition: transform .5s 0s, background 0s .25s, fill 0s .25s, padding 0s .25s, box-shadow 0s .25s;
	transition-timing-function: linear;
}
.home-serv .svg-file svg {
	transition: transform 0s .25s;
	transition-timing-function: linear;	
}
.home-serv div.vc_custom_heading {
    font-size: 20px;
    font-weight: 500 !important;
    color: #fff;
    margin-top: 15px;
    text-shadow: 0 0 4px #000, 0 0 8px #000;
    line-height: 1.2;
}
.vc_col-sm-2 .vc_column-inner {
    padding: 0 !important;
}
.home-serv  .vc_col-sm-2 .wpb_wrapper:hover .svg-file {
    background: #fff;
	fill: #666;
	transform: scaleX(-1);
	padding: 25px;
	box-shadow:  0 0 15px 0 #000;
}
.home-serv .wpb_wrapper:hover .svg-file svg {
	transform: scaleX(-1);	
}


/* rtl */
.rtl .home-about .vc_col-sm-4::before {
    left: 0px;
    right: auto;
	transform: none;
}
.rtl .home-products h4.vc_custom_heading {
	min-height: unset;
}
@media only screen and (max-width: 780px) {
	h2.vc_custom_heading {
		font-size: 9vw;
	}
	svg.sep {
		height: 50px !important;
	}
	.masthead {
		background: transparent !important;
	}
	.masthead::after {
		display: none;
	}
	.home-vid {
		min-height: unset !important;
		height: 110vw !important;
	}
	.upb_video-bg {
		right: -5px !important;
	}
	.home-about .vc_col-sm-4 {
	    width: 65%;
	    width: 45%;
		padding: 10px;
		margin-top: -13vw;
	}
	.home-about .vc_col-sm-4::before {
		height: 23vw !important;
		width: 88vw;
		bottom: -7vw;
	}
	.home-about {
		padding: 0px 0 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.home-about .vc_col-sm-4 .vc_column-inner {
		padding: 0;
	}
	.home-about .wpb_text_column.wpb_content_element {
		padding-right: 0px;
		padding-top: 5vw;
	}
	.home-about h1 {
		font-size: 9vw;
		line-height: 1;
	}
	.home-products .vc_col-sm-12 .vc_column-inner {
		padding-top: 0 !important;
	}
	.home-products {
		padding: 100px 0 140px;
	}
	.home-products 	h2.vc_custom_heading {
		margin: 0;
	}
	.home-products .vc_col-sm-4 .vc_column-inner {
		padding-top: 30px !important;
	}
	.home-products h4.vc_custom_heading {
		font-size: 4.5vw;
		line-height: 1.2;
		padding: 5px;
		min-height: unset;
	}
	.home-products .vc_col-sm-12:last-child {
	    clear: both
}
	.homebtn {
		margin: 30px 0 0;
	}
	.home-news {
		padding:  5px 0 20px;
	}
	.home-news .vc_col-sm-4 {
		width: 100%;
		border-bottom: 1px solid #ececec;

	}
	.home-news .vc_col-sm-4:nth-child(2) {
		border-right: none;
		border-left: none;
		padding: 0;
		box-sizing: border-box;
	}
	.home-news .vc_col-sm-4:last-child {
		border: none;
	}	
	.home-news div.vc_custom_heading {
		margin-bottom: 40px;
	}
	.home-news .vc_col-sm-4:last-child div.vc_custom_heading {
		margin: 0 0 20px;
	}	
	.home-serv {
		display: flex;
		flex-wrap: wrap;
		padding: 50px 0 50px;
	}
	.home-serv {
		background-position: left -280vw top -25vw !important;
		background-size: auto 120% !important;
	}
	.home-serv .vc_col-sm-2 {
		width: 50%;
		margin-bottom: 30px;
	}
	.home-serv div.vc_custom_heading {
		margin-top: 10px;
		padding: 0 10px;
	}
	.home-serv .svg-file {
		width: 70%;
		padding: 25px;
	}
}