.rel{
	position: relative;
}
.container-fluid{
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.container-fluid{
	padding: 80px 15px;
}
.scrollup:hover,
.scrollup:focus,
.scrollup{
	position: absolute;
   	font-size: 25px;
	line-height: 1;
    right: 70px;
	top: 0;
    transform: translateY(-50%);
    width: auto;
    padding: 3px 6px 5px;
    background: var(--main) !important;
	color: #fff !important;
}

@media(max-width:767px){
	.scrollup:hover,
	.scrollup:focus,
	.scrollup{
		right: 20px;
		font-size: 20px;
	}
	.container-fluid{
		padding: 40px 15px;
	}
}


@media (max-width:992px) and (min-width:768px) {
	.container-fluid{
		padding: 60px 15px;
	}
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
    border: none;
    outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	color: #d2a563;
}
.owl_fullgallery .owl-item .item img{
	max-height: 80px;
	object-fit: contain;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
	-webkit-animation: all 1s linear  normal forwards;
	-moz-animation: all 1s linear  normal forwards;
	-ms-animation: all 1s linear normal forwards;
	-o-animation: all 1s linear normal forwards;
	animation: all 1s linear normal forwards;
	
}
.owl_fullgallery .owl-item:hover .item img{
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
  filter: none;
}

.owl_services .item{
	border: 1px solid var(--line);
	border-radius: 15px;
	background-color: rgb(255, 255, 255);
	
	overflow: hidden;
}
.owl_services .item a:hover,
.owl_services .item a:focus,
.owl_services .item a{
	color: inherit;
}

.owl_services .item img{
	width: auto;
	max-height: 210px;

}
.en .owl_services .item .hover{
	direction: ltr;
}
.owl_services .item .title{
	font-size: 22px;
	font-weight: 600;
	color: #000;

	min-height: 52px;
}

.en .owl_services .item .title{
	font-size: 20px;
	min-height: 100px;
}
.owl_services .item .hover{
	-webkit-animation: all 1s linear  normal ease-in;
	-moz-animation: all 1s linear  normal ease-in;
	-ms-animation: all 1s linear normal ease-in;
	-o-animation: all 1s linear normal ease-in;
	animation: all 1s linear normal ease-in;
	opacity: 0;
	position: absolute;
	right: 0;
	bottom:0;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(24, 66, 143, .61);
	display: flex;
    justify-content: center;
    align-items: center;
}
.owl_services .item:hover .hover{
	opacity: 1;
}
.owl_services .item:hover{
	border: 1px solid  rgba(24, 66, 143, .61);
}
.owl-carousel .owl-stage { display: flex; align-items: center; }
.clients{
	padding: 50px 15px;
}
@media (max-width:435px){
	.owl_services .item .title{
		font-size: 16px;
		line-height: .9;
		min-height: 42px;
	}
}
@media (max-width:767px){
	.owl_services .item .hover{
		display: none !important;
	}

	
	
	.owl-nav{
		top: 35%;
	}
	.single_gallery{
		width: calc(100% - 40px);
	}
	.owl-nav .owl-next{
		left: -25px;
	}
	.owl-nav .owl-prev{
		right: -25px;
	}
}
@media (min-width:768px){

	.en .xp{
		padding-left: 5%;
	}
	.he .xp{
		padding-right: 5%;
	}
}
@media (min-width:992px){
	.single_gallery{
		margin-bottom: 110px;
	}
	#services .owl_services{
		max-width: 80%;
		margin: 0 auto;
	}
	
}



.formWarrper{
	margin: 30px auto;	
}

.formWarrper  textarea{
	margin: 15px auto;
}
.formWarrper  textarea,
.formWarrper   input[type="tel"],
.formWarrper   input[type="text"],
.formWarrper   input[type="email"]{
	font-size: 16px;
    
    padding: 14px;
    border-radius: 5px;
	-webkit-appearance: none;
	box-shadow: none;
	background: #fff;
	border: 1px solid var(--line);
	color: #4b4b4b;
	width: 100%;
}

.en .formWarrper  textarea,
.en .formWarrper   input[type="tel"],
.en .formWarrper   input[type="text"],
.en .formWarrper   input[type="email"]{
	text-align: left;
    direction: ltr;
}
span.wpcf7-list-item{
	margin: 0 auto 10px;
}
@media (max-width:767px){
	.formWarrper .form-group input {
		width: 100%;
	}
}
@media (min-width:768px){
	.formWarrper .form-group {
		display: inline-block;
		width: 49%;
		overflow: hidden;
		vertical-align: top;
	}
	.formWarrper .form-group:nth-child(2) {
    	float: right;
	}
}
.MessageSent.formWarrper { 
	visibility: hidden;
	width: 0;
    display: none;
}
.wpcf7-response-output {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
	margin-top: 7px;
    margin-right: 3px;
}
.thankYou {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4b4b4b;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #4b4b4b;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #4b4b4b;
}
:-moz-placeholder { /* Firefox 18- */
  color: #4b4b4b;
}

.btn{
	border-radius: 0;
	background: var(--main);
	color: #fff;
	box-shadow: 0px 10px 15.04px 0.96px rgba(0, 0, 0, 0.18);
	width: 215px;
	height: 50px;
	padding: 10px;
	font-size: 18px;
}
footer a i{
	margin-left: 10px;
}
.en footer a i{
	margin-right: 10px;
}
.en .hover i,
.btn i{
	margin-left: 10px;
}
.red_btn{
	 background: #c86b64;
	color: #fff;
}

.btn:hover,
.btn:focus{
	background: #7192bf;
	color: #fff;
}

.bth-send,
.bth-send:hover,
.bth-send:focus{
	outline: none;
	box-shadow:none;
	margin: 0 auto;
	display: block;
}

.img_wrap span{
	transform: translateY(-100%);
}

.navbar-brand img{
	max-width: 130px !important;
}
@media (max-width:767px){
	
	
}
@media (max-width:767px){
	.btn{
		width: 100%;
		max-width: 220px;
		padding: 10px 25px;
	}
	.home_certificate .btn{
		max-width: 250px;
	}
}
@media (max-width:991px){
	
	
}
@media (min-width:768px){
	

}



.sub_title {
	font-size:25px;
	font-weight: 500;
}

.main_title {
	font-size:35px;
	font-weight: 700;
	color: var(--main);
}
p.inner_title{
	line-height: 1;
}
.txt.general h2,
.txt.general h3,
.txt.general h4,
.txt.general h5,
.txt.general h6,
.inner_title{
	font-size: 35px;
	font-weight: 700;
}
.txt.general h2,
.txt.general h3,
.txt.general h4,
.txt.general h5,
.txt.general h6{
	margin-bottom: 10px !important;
}
.xl_title {
	font-size: 68px;
	font-weight: 500;
}
#transcroller-body{
	overflow-x: hidden;
}
.owl-nav *{
	position: absolute;
}
.single_gallery{
	margin: 0 auto;
	width: calc(100% - 80px);
}
.owl-nav{
	position: absolute;
	width: 100%;
	margin: 0 !important;
	top: 15%;
	font-size: 28px;
	transform: translateY(-30%);
}
.owl-nav .owl-next{
	left: -45px;
}
.owl-nav .owl-prev{
	right: -45px;
}

@media (min-width:768px){
	.news .container img{
		transform: translateX(15px);
		height: 100%;
		object-fit: cover;
		object-position: center;
		border-radius: 0px 10px 10px 0px;
	}
	
}
@media (min-width:992px){
	.he  .news .container{
		background-repeat: no-repeat !important;
		background-size: 40% 100% !important;
		background-position: top left !important;
	}
	.en .news .container{
		background-repeat: no-repeat !important;
		background-size: 40% 100% !important;
		background-position: top right !important;
	}
	
	.news .container img:not(.size-full){
		display: none;
	}
}
@media (max-width:991px){
	
	#services {
		background-size: auto 65% !important;
	}
	#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{
		bottom: 0 !important;
	}
	.news .container img{
		
		border-radius: 0px 0 10px 10px;
		
	}
	.potser:not(#home_poster){
		margin-bottom: 30px;
	}
	.home .potser{
		margin-bottom: 0;
	}
	.news .container{
		background-image: none !important;
	}
	
	body{
		font-size: 16px;
	}
	.archive_icon{
		margin: 0 auto 30px;
		display: block;
	}
	.txt.general h2,
	.txt.general h3,
	.txt.general h4,
	.txt.general h5,
	.txt.general h6,
	.inner_title {
		font-size: 30px;
	}
	.single .elem{
		display: none;
	}
	
	.he .stamp ,
	.stamp {
		margin: 10px auto 20px;;
		position: relative;
		right: auto;
		left: auto;
		transform:none;
	}
	footer {
		font-size: 17px;
		line-height: 30px;
	}
	.sub_title {
		font-size:25px;
	}
	.main_title {
		font-size:30px;
	}
	.xl_title {
		font-size: 45px;
	}
	
}
footer img{
	width: 80%;
	max-width: 250px !important;
}
.white_filter{
	filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}
.services_icons{
	max-width: 50px;
}
#fix_sec{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background: rgba(255,255,255,.8);
}
#main_poster_landing:before{
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.45;
	background-image: url('https://www.wintest.co.il/wp-content/uploads/2020/08/Poster-8.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.list-inline-item{
    width:47%;
	
    vertical-align: top;
	margin-right: 0.5rem;
}
@media (max-width:991px) and (min-width:500px) {
	.list-inline-item{
		width:30%;
	}
}

@media  (max-width:991px) {
	footer{
		text-align: center;
	}
}
@media  (min-width:992px) {
	.md-text-left{
		text-align: left;
	}
	.list-inline-item{
		max-width: 15%;
		vertical-align: top;
	}
	.nav-link {
		display: block;
		padding: .5rem .7rem;
	}
}
footer a.nav-link{
	padding: 0;
}
footer{
	font-size: 16px;
}
.foo_title{
	font-size: 20px;
	font-weight: bold;
}
a{
	color: inherit;
}
.nav-link.active,
a:hover {
   color: inherit; 
}
.header_phone{
	font-size: 20px;
}
header a:hover,
#overlay a:hover{
	text-decoration: none;
}

 
#overlay .dropdown-menu.show{
	display: block !important;
	position: relative !important;
	transform: none !important;
}
/*
#overlay ul{
	overflow-y: auto;
}
#overlay li.menu-item-has-children .dropdown-menu .dropdown-menu.list-unstyled{
	display: none !important;
}

#overlay .dropdown-menu.show .dropdown-menu.list-unstyled{
	display: block !important;
	height: 250px;
	transform: none !important;
	overflow-y: auto;
}
*/

header .current-menu-item a,
#overlay .current-menu-item{
	color: var(--main);
}
.potser .w-100{
	min-height: 500px;
	object-fit: cover;
	object-position: center;
}
.potser .container{
	position: absolute;
	top: calc(50% + 60px);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 1;
}
.potser .main_title{
	font-size: 40px;
    /*-webkit-text-stroke: .5px #000000;*/
    user-select: none;
    text-shadow: 0px 5px 10.88px rgba(0, 0, 0, 1);
}


.opacity_pic{
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%) translateX(20%);
	width: 425px;
	height: 155px;
	z-index: 1;
	opacity: .38;
}
.opacity_lay{
	position: absolute;
	left: 0;
	top:30%;
	transform: translateY(30%);
	width: 353px;
	height: 220px;
	z-index: 1;
	opacity: .58;
	
}
.opacity_sec{
	position: absolute;
	right: 0;
	bottom:0;
	transform: translateY(30%);
	width: 80px;
	z-index: 1;
	height: 220px;
	opacity: .58;
	
}
@media (max-width:991px){
	
	.term-26 .potser .w-100 ,
	.term-25 .potser .w-100 ,
	.postid-885 .potser .w-100 ,
	.postid-881 .potser .w-100  {
		object-position: left;
	}
}
@media (max-width:767px){
	.home_certificate img{
		max-width: 49%;
	}
	.opacity_pic{
		transform: translateY(-50%) translateX(37%);
	}
	.opacity_lay{
		height: 150px;
		width: 15%;
		
	}
	.opacity_sec{
		height: 150px;
	}
}
@media (max-width:1199px) and (min-width:768px) {
	.opacity_lay{
		height: 200px;
		width: 15%;
		
	}
	.opacity_sec{
		height: 200px;
	}
	
}
@media (min-width:1200px){
	.home .opacity_lay,
	.home .opacity_sec{
		height: 360px;
	}
}

.opacity_pic,
.opacity_lay,
.opacity_sec{
	background: var(--main);
}
.elem_wrap{
	z-index: -1;
}
.elem_wrap .elem{
	position: absolute;
	left: 0;
	
	/*top: 50%;
	transform: translateY(-50%);
	*/
	bottom: 0;
    transform: translateY(27%);
	z-index: -1;
}
.elem{
	position: absolute;
	left: 0;
	
	/*top: 50%;
	transform: translateY(-50%);
	*/
	
}
.elem_right{
	position: absolute;
	
	left: 0;
	transform:  translateX(-5%) translateY(25%);
}


body{
	font-family: 'Assistant', sans-serif !important;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: normal;
}
body.en{
	direction: ltr;
	text-align: left;
}
.tax-servicecategory.term-26 .projects,
.tax-servicecategory.term-25 .projects{
	display: none;
}
@media (max-width:992px){
	video.bgvid {
		/*min-height: 85vh;*/
		object-fit: cover;
		object-position: center;
	}
}

.hp_text h2,
.hp_text h3,
.hp_text h4,
.hp_text h5,
.hp_text h6{
	font-size: 30px;
    font-weight: 700;
    color: var(--main);
}
.inner_text h2,
.inner_text h3,
.inner_text h4,
.inner_text h5,
.inner_text h6{
	font-size: 22px;
	font-weight: 600;
}
.wintest{
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 120px !important;
	font-family: 'Copperplate';
}

@media (max-width:991px){
	.hp_text h2,
	.hp_text h3,
	.hp_text h4,
	.hp_text h5,
	.hp_text h6 {
		font-size: 23px;
	}
}

hr {
    border-top: 1px solid rgb(35 34 34 / 22%);
}
footer .order-md-last i,
header i{
	font-size: 20px;
}
footer{
	margin-bottom: 66px;
	
}
footer a svg{
	margin-left: 5px;
}
footer *{
	color: var(--main);
}
#overlay,
header{
	display: none !important;
}
:root,
html,
body {
	--main: #18428f;
	--sec: #970925;
	/*--dark:#070707;
	--txt:#959595;*/
	--line: #cbcbcb;
}


