.flag
{
	display: none;
}
/* Video * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
main{
	overflow: hidden;
}
video {
	position: absolute;
	bottom: 0px;
	right: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	
	height: -webkit-fill-available;
	background: #111;
	background-size: cover;
	transition: 1s opacity;
	object-fit: cover;
	z-index: -1;
}




#toggle-video {
	position: absolute;
	bottom: 188px;
	right: 15px;

	background: none;
	color: #fff;
	border: 0;
	padding: 10px 15px;
	cursor: pointer;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;

	z-index: 9;
	background: #00000052;
	border-radius: 25px;
}

#toggle-video:hover,
#toggle-video:focus {
	background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1308px) {
	#toggle-video {
		display: none;
	}
}


/* Cover * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.cover {
	position: relative;
}
@media (min-width: 1700px) {
	.idx-search h2{
		font-size: 30px;
	}
}


.side {
	padding: 10px 10px 70px;
}
@media (min-width: 992px) {
	.hbtn.search {
		display: none;
	}
	.cover {
		height: auto;
		max-height: 734px;
		min-height: 63vh;
		overflow: hidden;
	}
	.side{
		padding-top: 100px;
	}
}
@media (min-width: 1200px) {
	.cover {
		height: auto;
		max-height: 734px;
		min-height: 80vh;
		overflow: hidden;
	}
}

.cover-slick, .cover-slick-mobile {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.cover-slick-mobile {
	display: none;
}



.cover-slick div, .cover-slick-mobile div {
	height: 100%;
	background-size: cover;
	background-position: inherit;
}

@media (max-width:900px){
.cover-slick div, .cover-slick-mobile div {
	background-position: 50% 65%;
} 
}
@media (max-width:500px){
.cover-slick div, .cover-slick-mobile div {
	background-position: 50% 25%;
} 
}
/* חרבות ברזל מלחמה*/
/* .cover-slick div, .cover-slick-mobile div {
	background-position: center;
}*/
}
.cover-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;

	max-width: 600px;
	margin-top: -60px;
}

.cover-content h1 {
	margin-bottom: 1rem;
}

.cover-content h1>span {
	background: rgba(3, 25, 48, .9);
	color: #fff;
}

.cover-content h1>span>span {
	color: #fffc00;
}

.cover-content p {
	margin: 0;
}

.cover-content .text {
	background: rgba(204, 211, 223, .8);
	padding: 1rem;
	color: #333;
	display: inline-block;
}
.services-sidebar a img {
	height: 70px;
}
.services-sidebar a figcaption{
	margin-top: 1.5rem;
	font-size: 22px;
}
/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.breaking-news-ticker{
	height: 70px;
}
.news-ticker {
	background: rgba(0, 0, 0, .5);
	padding: 0 1rem;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-ticker .content {
	position: relative;
	padding-right: 100px;
}

.news-ticker .content h2 {
	position: absolute;
    top: 0;
    right: 0;
    font-size: 1.1rem;
    font-weight: normal;
    background: var(--blue);
    color: #fff;
    border-radius: 2rem;
    padding: 5px 15px;
    margin: 0;
}



.news-ticker .content .toggle-slick {
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	border: 0;
	color: #fff;
}

.news-ticker .news-slick {
	margin: 0 100px;
	padding: 0 3rem;
}

.news-ticker a {
	color: #fff;
}


/*  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.bottom {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
}


@media (max-width: 1199px) {

}
/**/

[dir='rtl'] .slick-prev {
	right: 5px !important;
}

.dark-arrows .slick-prev:before,
.dark-arrows .slick-next:before {
	color: white;
}

@media (max-width:1440px){
	.services-sidebar-side{
		width: 370px;
	}
	.services-sidebar-side .category-icons > div{
		max-width: 140px;
	}
	.services-toggle-btn2.inner{
		left: 370px;
	}
	.services-sidebar-side a img{
		height: 40px;
	}
	.services-sidebar-side a{
		padding: 0;
	}
	.services-sidebar-side .icons{
		padding-top: 10px;
		padding-inline: 0;
	}
}

@media (max-width: 1199px) {
	#divPreContactUsButton {
		transform: scale(0.5);
		transform-origin: left;
		bottom: auto !important;
		top: 100px;
	}
}

/**/




@media (min-width: 992px) {
	.side {
		padding-right: 100px;
	}
}

@media (min-width: 1200px) {
	.side {
		padding-top: 180px;
	}
}

.idx-btn {
	display: flex;
    align-items: center;
	background: rgba(255,255,255,0.85);
	padding: 20px;
	border-radius: 10px;
	color: var(--blue);
	font-weight: 600;
	font-size: 27px;
	line-height: 24px;
	width: 100%;
	max-width: 214px;
	margin-left: 12px;
	height: 89px;
}

.idx-btn:hover, .idx-btn:focus {
	background: rgba(255,255,255,1);
	text-decoration: none;
	transform: scale(1.05);
}

.idx-btn img {
	float: right;
	margin-left: 10px;
	width: 100%;
	max-width: 32px;
}

.idx-btn:nth-child(3) img {
	float: right;
	margin-left: 10px;
	width: 100%;
	max-width: 23px;
}

.idx-btn:after {
	clear: both;
	display: block;
	content: '';
}


/**/
.services{
	display: flex;
}


.services:after {
	clear: both;
	display: block;
	content: '';
}

/**/

.toshav-center-btn {
	font-size: 32px;
	line-height: 32px;
	width: 382px;
}



.toshav-center-btn img {
    height: 53px;
    margin-top: 6px;
}



/**/

.idx-search {
	margin: 3rem 0;
	color: #fff;
}

@media (min-height: 900px) {
	.idx-search {
		margin: 7rem 0 2rem;
	}
}





@media (min-width: 992px) {
	.idx-search h2 {
		padding: 0 15px 10px 0;
		font-size: 40px;
		font-weight: 700;
	}
}



.idx-search-holder {
	position: relative;
	max-width: 665px;
}

.idx-search-holder input {
	background: #fff;
	border-radius: 2rem;
	padding: 10px 20px;
	border: 0;
	font-size: 1.2rem;
	width: 100%;
}

.idx-search-holder button {
	position: absolute;
	top: 5px;
    left: 5px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: var(--blue);
	color: #fff;
	border: 0;
}

/**/


/**/
@media (max-width: 1599px) {
	.idx-search h2{
		font-size: 30px;
	}
}
.footer {
	position: relative;
}

/*breaking-news-ticker*/

.breaking-news-ticker{
	display:block;
	width:100%;
	height:40px;
	box-sizing:border-box;
	position:relative;
	line-height:40px;
	overflow:hidden;
	border-radius:2px;text-align:auto
}
.breaking-news-ticker *{
	box-sizing:border-box
}
.breaking-news-ticker.bn-fixed-top{
	position:fixed;left:0;right:0;top:0
}
.breaking-news-ticker.bn-fixed-bottom{
	position:fixed;left:0;right:0;bottom:0
}
.bn-label{
    left:0;
    top:0;
    bottom:0;
    height:100%;
    position:absolute;
    background-color:#ce2525;
    text-align:center;
    color:#fff;
    font-weight:700;
    z-index:3;
    padding:0 15px;
    white-space:nowrap
}
.bn-news{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    height:100%;
    right:10px;
    overflow:hidden
}
.bn-news ul{
    display:block;
    height:100%;
    list-style:none;
    padding:0;
    margin:0;
    left:0;
    bottom:0;
    width:100%;
    position:absolute
}
.bn-news ul li{
    white-space:nowrap;
    overflow:hidden!important;
    text-overflow:ellipsis;
    text-decoration:none;
    -webkit-transition:color .2s linear;
    -moz-transition:color .2s linear;
    -o-transition:color .2s linear;
    transition:color .2s linear;
    position:absolute;
    width:100%;
    display:none
}
.bn-news ul li a{
    white-space:nowrap;
    text-overflow:ellipsis;
    text-decoration:none;
    padding:0 10px;
    position:relative;
    display:block;
    overflow:hidden
}
.bn-loader-text{
    padding:0 10px
}
.bn-seperator{
    display:inline-block;
    float:left;
    margin-right:15px;
    width:30px;
    height:40px;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    position:relative
}
.bn-seperator.bn-news-dot{
    margin-right:0
}
.bn-seperator.bn-news-dot:after{
    content:'';
    position:absolute;
    width:8px;
    height:8px;
    background:#333;
    border-radius:50%;
    top:50%;
    margin-top:-4px;
    left:50%;
    margin-left:-4px
}
.bn-prefix{
    color:#d65d7a;
    margin-right:15px;
    padding-left:10px
}
.bn-positive{
    color:#0b8457;
    font-weight:700
}
.bn-negative{
    color:#dc2f2f;
    font-weight:700
}
.bn-controls{
    width:auto;
    right:0;
    top:0;
    bottom:0;
    height:100%;
    position:absolute;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.bn-controls button{
    width:30px;
    float:left;
    height:100%;
    cursor:pointer;
    border:none;
    border-left:solid 1px #eee;
    text-align:center;
    background-color:#f6f6f6;
    outline:0
}
.bn-controls button:hover{
    background-color:#eee
}
.bn-arrow{
    margin:0;
    display:inline-block;
    height:8px;
    position:relative;
    width:8px;
    top:-2px
}
.bn-arrow::after{
    border-bottom-style:solid;
    border-bottom-width:2px;
    border-right-style:solid;
    border-right-width:2px;
    content:'';
    display:inline-block;
    height:8px;
    left:0;
    position:absolute;
    top:0;
    width:8px
}
.bn-arrow.bn-next{
    -moz-transform:rotate(315deg);
    -ms-transform:rotate(315deg);
    -webkit-transform:rotate(315deg);
    transform:rotate(315deg);
    left:-3px
}
.bn-arrow.bn-prev{
    -moz-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    left:3px
}
.bn-play{
    position:relative;
    background:#999;
    width:0;
    height:12px;
    display:inline-block;
    margin-left:-5px
}
.bn-play::after{
    left:100%;
    top:50%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none;
    border-color:rgba(136,183,213,0);
    border-left-color:#999;
    border-width:8px;
    margin-top:-8px
}
.bn-pause{
    position:relative;
    width:0;
    height:14px;
    display:inline-block;
    top:1px;
    left:-1px
}
.bn-pause::before{
    position:absolute;
    content:"";
    width:2px;
    height:100%;
    left:3px;
    background-color:#999
}
.bn-pause::after{
    position:absolute;
    content:"";
    width:2px;
    height:100%;
    left:-3px;
    background-color:#999
}
.bn-direction-rtl{
    direction:rtl
}
.bn-direction-rtl .bn-label{
    left:auto;
    right:0
}
.bn-direction-rtl .bn-controls{
    right:auto;
    left:0;
     border-radius:0;
}
.bn-direction-rtl .bn-seperator{
    margin-left:15px;
    margin-right:0;
    float:right
}
.bn-direction-rtl .bn-prefix{
    margin-left:15px;
    margin-right:0;
    padding-left:0;
    padding-right:10px
}
.bn-direction-rtl .bn-controls button{
    border-left:none;
    border-right:none;
}
.bn-effect-scroll .bn-news ul{
    display:block;
    width:100%;
    position:relative
}
.bn-effect-scroll .bn-news ul li{
    display:list-item;
    float:left;
    position:relative;
    width:auto
}
.bn-effect-scroll.bn-direction-rtl .bn-news ul li{
    float:right
}
 
.bn-controls button {
	background: var(--blue);
	color: var(--white);
}

.bn-pause::before {
	background: var(--white);
}

.bn-pause::after {
	background: var(--white);
}

.bn-play::before {
	background: var(--white);
}

.bn-news ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    padding: 0 15px;
    margin: 6px 0;
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 1rem;
    border-left: 1px solid #fff;
}

.bn-news ul li a:hover {
    color: yellow;
}

.bn-controls {
	border-radius: 2rem;
    overflow: hidden;
}

.btn-controls > button:nth-child(1) {
	display: none;
}
.btn-controls > button:nth-child(3) {
	display: none;
}


@media (max-width: 991px) {
	.hbtn.search{
		display: none;
	}
	.services-toggle-btn2.inner{
		left:0;
	}
	.services-sidebar-side{
		width: 100%;
	}
	.news-ticker{
		height: 50px;
		min-height: 50px;
		z-index: 999;
		position: relative;
	}
	.news-ticker .content {
		padding-right: 70px
	}

	.news-ticker .content h2 {
		font-size: 1rem;
		font-weight: normal;
		top: 1px;
	}
	.sideB{
		display: none;
	}
	.cover-slick-mobile {
		display: block;
	}
	.cover-slick {
		display: none;
	}
	.cover {
		padding-top: 70px;
		min-height: 100vh;
	}
	.mob{
		bottom:50px;
		height: 55px;
	}
	.bottom{
		position: fixed;
		bottom:0;
		margin-top: auto;
		margin-top: 4.5rem;
	}
	.side {
		padding: 15px;
		padding-top: 75px;
	}
	.idx-btn {
		min-width: 1px;
		width: 104px;
		font-size: 14px;
		line-height: 12px;
		padding: 10px;
		margin-left: 5px;
	}
	
	.idx-btn img {
		height: 24px;
		margin-bottom: 0;
		margin-left: 4px;
	}
	.toshav-center-btn {
		width: 300px;
	}
	.toshav-center-btn img {
		height: 38px;
	}
	.toshav-center-btn {
		font-size: 24px;
		line-height: 24px;
		width: 252px;
	}
	.idx-search {
		margin: 1.5rem 0 1.5rem;
	}
	.idx-search h2 {
		font-size: 1.2rem;
		font-weight: 700;
	}
	
	video {
		display: none;
	}
	.services{
		display:none;
	}
	.side .services{
		display: flex;
	}
	.footer{
		display: none;
	}
}
@media(max-width:576px) {
	.news-ticker .news-slick {
		display: block;
		margin: 1px 0px;
		padding-top: 35px;
	}

	.news-ticker {
		background: rgba(33, 33, 33, .8);
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		padding: 10px;
	}

	.news-ticker .slick-prev {
		top: 11px !important;
		right: 247px !important;
	}

	.news-ticker .slick-next {
		top: 11px !important;
		right: 278px !important;
	}
}


@media (max-width:480px){
	.idx-btn:nth-child(3) img{
		max-width: 15px;
	}
	.idx-search-holder button{
		display: flex;
    justify-content: center;
    align-items: center;
		width: 30px;
		height: 30px;
	}
	.idx-search-holder input{
		padding: 5px 20px;
	}
	.idx-search-holder {
		max-width: 400px;
	}
	.idx-search h2{
		font-size: 18px;
	}

	.services-sidebar a {
		margin:5px;
	}
	.services-sidebar a figcaption{
		margin-top: 0.5rem;
		font-size: 18px;
	}
	.services-sidebar a img{
		height: 40px;
	}
	.services-sidebar .category-icons > div{
		flex:auto;
		margin:5px;
	}
	.services-sidebar a .icon {
		height: auto;
		min-height: 50px;
		display: flex;
    align-items: center;
	justify-content: center;
	}
}


@media only screen and (max-width: 991px) {
	.negishoot {
		top: 81%;
		left: 13px;
	}
}
@media screen 
  and (min-device-width: 1150px) 
  and (max-device-width: 1550px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
	.services-sidebar .icons{
		
	}
	.idx-search h2{
		font-size: 28px;
	}
	.idx-search{
		margin: 0 0 1rem;
	}
	.idx-btn{
		height: 50px;
		font-size: 18px;
	}
	.idx-btn img{
		max-width: 22px;
	}
	.idx-btn:nth-child(3) img{
		max-width: 18px;
	}
	.services-sidebar-holder h3{
		font-size: 30px;
	}
	.title h3{
		font-size: 20px;
	}
	.services-sidebar .categories{
		padding: 0.3rem;
	}
	.services-sidebar .categories label{
		font-size: 1rem;
	}
	.services-sidebar-holder .sub-services > div{
		max-width: 750px;
	}
	.sub-serviceshp a{
		font-size: 1.2rem;
	}
}

@media (max-height:799px){
	.sideB{
		top: 18%;
		transform: scale(0.7);
    transform-origin: left;
	}
}

