@charset "UTF-8";
/*
Theme Name: Leos Template
Theme URI: http://www.leos.co.il
Description: אתר בעיצוב אישי מחברת לאוס מדיה
Author: Dror @LEOS
Version: 2.0
*/
* {
  margin: 0;
  padding: 0;
}

iframe {
  max-width: 100%;
}

html,
body {
  font-family: "Assistant", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

#content {
  padding-bottom: 400px;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.logo {
  font-size: 0;
}

.logo a {
  display: inline-block;
  position: absolute;
  top: 21px;
}

.logo a img {
  max-width: 80%;
}

.container {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}

.container.c9 {
  width: calc(100% - 80px);
  max-width: none;
}

.center {
  text-align: center;
}

.relative {
  position: relative;
}

.circlebox {
  border-radius: 50%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.clear {
  clear: both;
}

div {
  font-size: 18px;
}

.abscenter {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imgfix {
  line-height: 0;
}

h1,
h2,
h3 {
  font-weight: normal;
  margin: 0 0 0 0;
}

p {
  margin: 0 0 0 0;
}

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

a:hover {
  text-decoration: none;
}

ul {
  margin: 0 0 0 0;
  list-style: none;
}

input {
  font-family: "Assistant", sans-serif;
}

#MobBtns,
#MobNavBtn {
  display: none;
}

nav {
  width: 100%;
  text-align: center;
  position: relative;
}

nav * {
  background: inherit;
}

div.main_menu {
  font-size: 0;
}

nav div.main_menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

nav div.main_menu > ul > li {
  width: 100%;
  position: relative;
}

nav div.main_menu > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #b8292f;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

nav div.main_menu ul li.current_page_item > a,
nav div.main_menu ul li.current-menu-item > a,
nav div.main_menu ul li:hover > a {
  color: #000;
}

nav div.main_menu > ul > li ul.sub-menu {
  display: block;
  z-index: 999;
  width: 250px;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.sub-menu li {
  display: block;
}

.sub-menu li a {
  display: block;
  font-size: 20px;
  padding: 5px;
  width: calc(100% - 10px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
}

footer {
  position: absolute;
  bottom: 64px;
  left: 0;
  height: auto;
  min-height: 50px;
  width: 100%;
}

#leos {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}

#leos img {
  padding-top: 10px;
  height: 50px;
  width: auto;
}

#leos a {
  position: relative;
  display: inline-block;
}

#leos span {
  opacity: 0;
  position: absolute;
  right: 0;
  color: white;
  font-size: 22px;
  bottom: 10px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: .3s;
  transition: .3s;
}

#leos a:hover span {
  right: -170px;
  opacity: 1;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.acf-map {
  width: 100%;
  height: 366px;
  pointer-events: none;
}

.entry {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}

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

.entry ul {
  margin: 0 20px;
  list-style: inherit;
}

.entry table {
  border: 1px solid #000;
}

.entry table td {
  border: 1px solid #000;
}

.entry table tr:nth-child(1) > td {
  text-align: center;
  background: #ccc;
}

div.wpcf7 img.ajax-loader {
  display: none;
}

svg * {
  fill: inherit !important;
}

.bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.overh {
  overflow: hidden;
}

.fcc,
.flex,
.inrowf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fcc,
.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.jcsb,
.inrowf {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jcsa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.fcc,
.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jsfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fdc,
.fcc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fw,
.inrowf {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anim {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#FloatSocials {
  position: fixed;
  display: block;
  top: 30%;
  left: 10px;
  z-index: 90;
}

#FloatSocials div {
  margin-bottom: 5px;
}

#FloatSocials div a {
  display: inline-block;
}

#FloatSocials img,
#FloatSocials svg {
  width: 30px;
  height: 30px;
  fill: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.facebook_icon:hover svg {
  fill: #3b5998 !important;
}

a.google_icon:hover svg {
  fill: #dd4b39 !important;
}

a.twitter_icon:hover svg {
  fill: #00aced !important;
}

a.youtube_icon:hover svg {
  fill: #bb0000 !important;
}

a.instagram_icon:hover svg {
  fill: #e95950 !important;
}

a.pinterest_icon:hover svg {
  fill: #cb2027 !important;
}

a.linkedin_icon:hover svg {
  fill: #007bb6 !important;
}

/* Contact form style Start */
span.wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* Red Ballons CSS */
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 100%;
  background: #f00;
  border-radius: 5px;
  color: #fff;
  padding: 8px 15px;
  font-size: 16px;
  white-space: nowrap;
  left: 5%;
  -webkit-animation: formerror 400ms;
  animation: formerror 400ms;
}

span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip.tip_out {
  -webkit-transition: all 400ms;
  transition: all 400ms;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 100%;
  left: 10%;
  border-left: 0 solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #f00;
}

@-webkit-keyframes formerror {
  from {
    opacity: 0;
    bottom: 0;
  }
  to {
    opacity: 1;
    bottom: 100%;
  }
}

@keyframes formerror {
  from {
    opacity: 0;
    bottom: 0;
  }
  to {
    opacity: 1;
    bottom: 100%;
  }
}

/* Input Syles */
div.wpcf7 textarea {
  height: 188px;
}

/* Bubble animation for replacing ajax img */
@-webkit-keyframes bubbles {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes bubbles {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* Errors Msgs */
div.wpcf7-response-output {
  position: fixed;
  margin: 0 !important;
  border: none;
  padding: 10px 15px;
  bottom: -100%;
  z-index: 9999;
  font-size: 22px !important;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  -webkit-animation: form_msg_error 500ms;
  animation: form_msg_error 500ms;
  bottom: 0;
  color: black;
}

@-webkit-keyframes form_msg_error {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}

@keyframes form_msg_error {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}

div.wpcf7-mail-sent-ok {
  background: #398f14;
}

div.wpcf7-validation-errors {
  background: #f7e700;
}

.form_msg_error_out {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@-webkit-keyframes form_msg_out {
  from {
    bottom: 0;
  }
  to {
    bottom: -300px;
  }
}

@keyframes form_msg_out {
  from {
    bottom: 0;
  }
  to {
    bottom: -300px;
  }
}

::-webkit-input-placeholder {
  color: black;
}

:-moz-placeholder {
  color: black;
}

::-moz-placeholder {
  color: black;
}

:-ms-input-placeholder {
  color: black;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Contact form style End */
@media (max-width: 800px), (max-device-width: 800px) {
  #content {
    padding-bottom: 0;
  }
  #leos {
    position: static;
  }
  footer {
    position: static;
  }
  .nomobile {
    display: none;
  }
  .mfw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mw100 {
    width: 100% !important;
  }
  .mdp {
    padding: 20px 0;
  }
  #MobNavBtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 100%;
    width: 45px;
    height: 45px;
    background: inherit;
    z-index: 9999;
  }
  #MobNavBtn span {
    display: block;
    height: 4px;
    width: 70%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
  }
  #MobNavBtn span:nth-child(1) {
    -webkit-transform: translate(-50%, -280%);
    transform: translate(-50%, -280%);
  }
  #MobNavBtn span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #MobNavBtn span:nth-child(3) {
    -webkit-transform: translate(-50%, 180%);
    transform: translate(-50%, 180%);
  }
  nav.active #MobNavBtn span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  nav.active #MobNavBtn span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  nav.active #MobNavBtn span:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #FloatSocials {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 4px);
    max-width: 200px;
    bottom: 2px;
    right: 2px;
    top: auto;
  }
  #FloatSocials div {
    margin: 2px 5px;
  }
  #FloatSocials svg {
    width: 30px;
    height: 30px;
  }
  #FloatSocials.replaced {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav {
    display: block;
    position: fixed;
    height: auto;
    width: 60%;
    max-width: 200px;
    z-index: 999;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100vh;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    text-align: right;
  }
  nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  nav div.main_menu > ul {
    display: block;
    margin-top: 10px;
    height: calc(100vh - 50px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  nav div.main_menu > ul > li > a {
    color: #000;
  }
  nav ul li:after {
    display: none;
  }
  .back-to-menu,
  nav div.main_menu ul li.menu-item-has-children {
    padding: 0 0 0 30px;
    width: calc(100% - 30px);
  }
  nav div.main_menu ul.active .back-to-menu:after,
  nav div.main_menu ul li.menu-item-has-children:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(images/svg/mob-menu-arrow.svg) center center no-repeat;
    background-size: contain;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  nav div.main_menu ul.active .back-to-menu:after {
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
  }
  nav div.main_menu ul.active li.menu-item-has-children {
    padding: 0;
    width: 100%;
  }
  nav div.main_menu ul.active li.menu-item-has-children:after {
    display: none;
  }
  nav ul.menu li a {
    padding: 10px 5px !important;
    width: calc(100% - 10px) !important;
  }
  ul.sub-menu {
    display: none;
  }
  nav div.main_menu > ul > li > ul.sub-menu {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    pointer-events: none;
  }
  nav div.main_menu > ul > li > ul.sub-menu.chekd {
    height: 0;
    position: relative;
  }
  ul.sub-menu li {
    display: block;
    width: calc(100% - 10px);
    margin: 0 auto 0 0;
    padding: 0;
    position: relative;
  }
  .sub-menu li:nth-child(1),
  .sub-menu li:nth-child(2) {
    margin: 0;
    width: 100%;
  }
  nav div.main_menu > ul.menu > li.active > ul.sub-menu {
    opacity: 1;
  }
  nav div.main_menu > ul.menu.active > li > a {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  nav div.main_menu ul li.current_page_item > a,
  nav div.main_menu ul li.current-menu-item > a {
    color: #fff;
  }
  nav div.main_menu ul li:hover > a {
    color: #000;
  }
  .back-to-menu {
    cursor: pointer;
  }
  #MobBtns {
    display: block;
    position: fixed;
    bottom: 3px;
    left: 2.5px;
    z-index: 99999;
  }
  #MobBtns div {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 2.5px;
    background: #e01600;
    position: relative;
  }
  #MobBtns div a {
    display: block;
    height: 100%;
  }
  #MobBtns div svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #fff;
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
  }
}

header {
  background-color: #1b335a;
  font-size: 25px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
}

header .container {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .top {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5em 0;
  position: absolute;
  left: 4%;
}

header .top > div {
  margin-right: 1em;
}

header .top > div img {
  margin-left: .5em;
}

header .logo {
  width: 350px;
}

header nav {
  color: white;
  width: calc(100% - 350px);
}

header nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

header nav > ul a {
  padding: 1em;
  font-size: 1.1em;
  display: block;
  background-color: transparent;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

header nav > ul a:hover {
  background-color: #df2027;
}

header nav > ul .current_page_item a {
  background-color: #df2027;
}

.productcatshome {
  background: url("images/catsbg.png") center;
  font-size: 25px;
  color: #1b335a;
  padding: 1em 0;
}

.productcatshome > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.productcatshome .productcat {
  text-align: center;
  padding: 1em 0;
}

.productcatshome a {
  display: block;
}

.productcatshome a:hover {
  color: #df2027;
}

.productcatshome h3 {
  font-size: 35px;
  font-weight: bold;
}

.productcatshome .sub span {
  display: inline-block;
}

.productcatshome .sub span::after {
  content: " | ";
  display: inline-block;
  margin-right: 0.2em;
  padding-left: 0.2em;
}

.productcatshome .sub span:last-child::after {
  display: none;
}

.productcatshome .sub span:hover::after {
  /*color: #1b335a;*/
}

.productcatshome .icon {
  height: 150px;
  width: 150px;
  border: 2px solid #b6b6b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 1em;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.productcatshome .icon:hover {
  background-color: #1b335a;
}

.productcatshome .icon:hover:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}

.homeslider {
  height: calc(65vh - 100px);
  width: 100%;
  overflow: hidden;
  position: relative;
}

.homeslider .homsliderwrp {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate3d(0, 0, 0);
  transition: .5s ease;
}

.homeslider .thumbs {
  position: absolute;
  font-size: 30px;
  bottom: 1%;
  left: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 100;
}

.homeslider .slidecaption {
  width: 150px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 1em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.homeslider .slidecaption.active {
  border: 2px solid #df2027;
}

.homeslider .slideimg {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 1s linear;
  transition: 0.8s linear;
  opacity: 0;
  z-index: 99;
}

.homeslider .slideimg.active {
  opacity: 1;
  z-index: 100;
}

.homeslider .slideimg.active .caption {
  opacity: 1;
}

.homeslider .slideimg .caption {
  color: white;
  font-size: 30px;
  width: 45%;
  display: block;
  position: absolute;
  top: 1em;
  left: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1em;
  opacity: 1;
  -webkit-transition: 1s 1s ease-in;
  transition: 1s 1s ease-in;
}

.homeslider .slideimg .caption h2 {
  font-size: 50px;
  font-weight: bold;
}

.homeslider .slideimg .caption a {
  color: #203960;
  display: inline-block;
  font-size: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  background-image: url("images/arrowledt.png");
  background-repeat: no-repeat;
  padding: 0.2em 2em;
  background-position: 7% 50%;
  margin-top: 0.5em;
  transition: .2s;
}

.homeslider .slideimg .caption a:hover {
  color: #fff;
  background-color: #000;
}

.articleshome {
  font-size: 25px;
  padding: 2em 0;
}

.articleshome .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.articleshome .article {
  width: 30.33333%;
}

.articleshome h4 {
  background-color: #1b335a;
  color: white;
  font-size: 30px;
  font-weight: normal;
  padding: 0 0.5em;
  transition: .2s;
}

.articleshome h4:hover {
  background-color: #3460a8;
}

.articleshome .excerpt {
  color: #000000;
  background: #ebebeb;
  padding: 2em 1em;
}

.articleshome .title,
.articleshome .image {
  margin-bottom: 0.3em;
}

.articleshome .image {
  height: 350px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.aboutsectionhome {
  background: url("images/para.png") no-repeat center;
  color: white;
  font-size: 25px;
  padding: 2em 0;
  position: relative;
  overflow: hidden;
}

.aboutsectionhome h3 {
  font-size: 45px;
  text-align: center;
  font-weight: bold;
  padding: 0;
  padding-bottom: 1em;
}

.aboutsectionhome p {
  text-align: center;
  width: 65%;
  display: block;
  margin: 0 auto;
  padding-bottom: 1em;
  line-height: 1.6em;
}

.aboutsectionhome a {
  color: #203960;
  display: block;
  font-size: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  background-image: url("images/arrowledt.png");
  background-repeat: no-repeat;
  padding: 0.2em 2em;
  background-position: 7% 50%;
  margin: 0 auto;
  margin-top: 0.5em;
  width: 150px;
  transition: .2s;
}

.aboutsectionhome a:hover {
  color: #fff;
  background-color: #df2027;
}

.aboutsectionhome .ribbon {
  position: absolute;
  top: 40px;
  left: -70px;
  color: white;
  background-color: #df2027;
  font-size: 22px;
  padding: 0.1em 0;
  width: 250px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.appshome {
  font-size: 25px;
  padding: 2em 0;
}

.appshome .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.appshome .app {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.appshome .app:nth-child(odd) > .image {
  margin-left: 0;
  margin-right: 0.3em;
}

.appshome .app > .image {
  width: 30%;
  max-height: 250px;
  margin-left: 0.3em;
}

.appshome .app > .content {
  width: 70%;
}

.appshome .app:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.appshome h4 {
  background-color: #1b335a;
  color: white;
  font-size: 30px;
  font-weight: normal;
  padding: 0.1em 0.5em;
}

.appshome .excerpt {
  color: #000000;
  background: #ebebeb;
  padding: 2em 1em;
  height: 130px;
}

.appshome .title,
.appshome .image {
  margin-bottom: 0.3em;
}

.appshome .image {
  height: 350px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.newshome {
  background-color: #ebebeb;
  padding: 2em 0;
}

.newshome h3 {
  font-size: 45px;
  color: #1b335a;
  text-align: center;
  font-weight: bold;
  padding-bottom: 1em;
}

.newshome .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newshome .container > div {
  width: 49%;
}

.newshome .image {
  height: 200px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.newshome h4 {
  background-color: #1b335a;
  color: white;
  font-size: 30px;
  font-weight: normal;
  padding: 0.1em 0.5em;
}

.newshome .title,
.newshome .image {
  margin-bottom: 0.3em;
}

.newshome .excerpt {
  color: #000000;
  background: white;
  padding: 2em 1em;
  position: relative;
}

.newshome .date {
  position: absolute;
  font-size: 18px;
  color: white;
  background-color: #1b335a;
  padding: 0.2em;
  top: -20px;
}

.contactfooter {
  background: #1b335a;
  color: white;
  padding: 1em 0;
  position: relative;
}

.contactfooter::after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  top: 0;
  right: 9%;
}

.contactfooter .title {
  font-size: 40px;
  font-weight: bold;
  width: 70%;
  padding-right: 6%;
  background: url(images/gif-pencil-white.gif) no-repeat center right;
  background-size: 13%;
  background-position: 97% 100%;
}

.contactfooter input[type='text'],
.contactfooter input[type='tel'] {
  border-radius: 5px;
  font-size: 25px;
  width: 91%;
  padding: 0.1em 0.3em;
  border: 0;
}

.contactfooter input[type='submit'] {
  background-color: #df2027;
  color: white;
  cursor: pointer;
  border: 0;
  display: block;
  border-radius: 5px;
  background-image: url("images/arrowleftwhite.png");
  background-repeat: no-repeat;
  padding: 0.2em 2em;
  background-position: 15% 50%;
  font-size: 25px;
}

.contactfooter form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactfooter span.wpcf7-form-control-wrap {
  width: 50%;
}

footer {
  background-color: #ebebeb;
}

footer h5 {
  color: #1b335a;
  font-size: 40px;
}

footer h5 img {
  vertical-align: bottom;
  margin-left: 0.2em;
}

footer > .cols-2 {
  padding: 2em 0;
}

footer .cols-2 > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

footer .cols-2 > .container > div {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .cols-2 > .container > div h5 {
  width: 50%;
}

footer nav {
  width: auto;
  text-align: right;
  line-height: 1.6em;
}

footer .contactways > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 2em;
}

footer .contactways > div img {
  margin-left: 1em;
}

#backtotop {
  position: fixed;
  bottom: 1em;
  left: 1em;
  background-color: #1b335a;
  padding: 0.7em;
  border-radius: 100%;
  cursor: pointer;
}

#backtotop img {
  display: block;
}

.news {
  position: relative;
}

.news .slick-arrow {
  position: absolute;
  bottom: 0;
  background-color: white;
  border: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.5em 0;
  width: 25px;
}

.news .slick-next {
  right: 0;
  background-image: url("images/slidedown.png");
}

.news .slick-prev {
  right: 30px;
  background-image: url("images/slideup.png");
}

.newsslider .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 1em;
}

.newsslider .new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsslider .new .img img {
  width: 100px;
  height: auto;
}

.newsslider .new h5 {
  color: black;
  font-size: 25px;
  font-weight: normal;
  position: relative;
}

.newsslider .new h5 .date {
  color: white;
  background-color: #1b335a;
  padding: 0.2em;
  display: inline-block;
  position: relative;
  top: 0;
  right: -10px;
  font-weight: normal;
  font-size: 14px;
}

.newsslider .new p {
  font-size: 18px;
  margin-top: 0.5em;
  padding: 0 0.5em;
}

.page_title {
  font-size: 50px;
  color: #1b335a;
  background-color: #ebebeb;
  text-align: center;
  padding-top: 0.5em;
}

#breadcrumbs {
  color: #1b335a;
  background-color: #ebebeb;
  font-size: 19px;
  text-align: center;
  padding-bottom: 1em;
}

.post > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em 0;
}

.post > .container > div {
  width: 50%;
}

.post > .container .img {
  text-align: left;
  overflow: hidden;
}

.post .entry {
  font-size: 20px;
  color: black;
}

.post .entry h2 {
  font-size: 30px;
  color: #1b335a;
  font-weight: bold;
}

.post .moreposts {
  padding: 3em 0;
}

.post .moreposts h4 {
  font-size: 25px;
  color: #1b335a;
  font-weight: bold;
  margin-right: 4%;
  width: 96%;
  margin: 1em auto;
}

.post .moreposts > .container {
  color: #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post .moreposts > .container > div {
  width: 30.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post .moreposts > .container .img {
  height: 250px;
  width: 250px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.post .moreposts > .container .content {
  background-color: #ebebeb;
  height: 80px;
  padding: 10px;
}

.post .moreposts > .container h5 {
  color: #1b335a;
  font-size: 22px;
  text-align: center;
}

.workers {
  background-image: url("images/workersbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2em 0;
}

.workers > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.workers .worker {
  width: calc(100% / 3 - 100px);
  color: white;
  font-size: 21px;
  margin-bottom: 2em;
  background: url("images/person.png") no-repeat center right;
  padding-right: 100px;
}

.workers .worker > div {
  margin-bottom: 0.5em;
  font-size: 23px;
}

.workers .worker > div img {
  width: 13px;
  margin-left: 5px;
}

.workers h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: white;
}

.workers > h3 {
  font-size: 30px;
  margin-right: 1em;
}

.tech > .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tech .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1em;
  margin-bottom: 2em;
  width: 46% !important;
}

.tech .link a {
  background-color: #1b335a;
  border-radius: 5px;
  color: white;
  font-size: 21px;
  padding: 0 2em;
  transition: .2s;
}

.tech .link a:hover {
  background-color: #e01600;
}

.tech h3 {
  font-weight: normal;
  font-size: 25px;
}

.products_list {

  position: relative;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 2em !important;
  transition: .3s;
}

.products_list.exp {
  height: calc(100%);
}

.showmore {
  position: absolute;
  bottom: 1em;
  left: 0;
  cursor: pointer;
  font-size: 0.7em;
  font-weight: bold;
  background-image: url("images/moreproducts.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2em;
  color: #1b335a;
}

.cats,
.products_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 25px;
  padding: 2em 0;
  flex-wrap: wrap;
}

.cats .product,
.products_list .product {
  width: 18%;
  text-align: center;
  margin-bottom: 3em;
}

.cats .product .blueoverlay,
.products_list .product .blueoverlay {
  background-color: transparent;
}

.cats .product:hover h2,
.products_list .product:hover h2 {
  color: white;
  background-color: #1b335a;
}

.cats .product:hover .blueoverlay,
.products_list .product:hover .blueoverlay {
  z-index: 2;
  opacity: 1;
}

.cats .product h2,
.products_list .product h2 {
  font-weight: normal;
}

.cats .product_category,
.products_list .product_category {
  width: 28.33333%;
  margin-bottom: 1em;
  text-align: center;
}

.cats .product_category:hover h2,
.products_list .product_category:hover h2 {
  color: white;
  background-color: #1b335a;
}

.cats .product_category:hover .blueoverlay,
.products_list .product_category:hover .blueoverlay {
  z-index: 2;
  opacity: 1;
}

.cats h2,
.products_list h2 {
  font-size: 30px;
  color: #1b335a;
  font-weight: 100;
  transition: .2s;
}

.cats .img,
.products_list .img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cats .img > img,
.products_list .img > img {
  width: 100%;
  height: auto;
}

.cats .blueoverlay,
.products_list .blueoverlay {
  background-color: rgba(27, 51, 90, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: -1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cats .blueoverlay::before,
.products_list .blueoverlay::before {
  content: " ";
  display: block;
  width: 40px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 10px;
  background: url("images/eye.png") no-repeat center;
  z-index: 1;
}

.cats .blueoverlay::after,
.products_list .blueoverlay::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 100px solid #21395f;
  border-left: 100px solid transparent;
}

.plus {
  position: relative;
  transition: .2s;
}

.plus::after {
  content: "+";
  display: block;
  position: absolute;
  left: 10px;
  top: 0px;
  border-right: 5px solid white;
  padding-right: 10px;
  height: 100%;
}

.plus:hover {
  background-color: #3460a8;
}

.product_category:nth-child(even) {
  background-color: #ebebeb;
}

.product_category h2 {
  font-size: 30px;
  color: #1b335a;
  font-weight: bold;
  padding: 1em 0;
}

.cats .product_category {
  background-color: white !important;
}

.product_buttons {
  color: white;
  font-size: 25px;
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
}

.product_buttons a {
  background-color: #aaaaaa;
  background-repeat: no-repeat;
  padding: 0.3em 2em;
  background-position: 98% 50%;
  min-width: 30%;
}

.product_buttons a:hover {
  background-color: #1b335a;
}

.product_buttons .pdf {
  background-image: url("images/pdf.png");
}

.product_buttons .contact {
  background-image: url("images/leavelead.png");
}

.moreproduct {
  flex-direction: column;
}

.moreproduct h5 {
  margin-top: 1em;
}

.agencies .page_title,
.agencies #breadcrumbs {
  text-align: right;
  margin-left: 1em;
}

.agencies h3 {
  font-weight: bold;
  font-size: 20px;
  color: #1b335a;
}

.agencies .header {
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agencies .cats_agencies > .container {
  display: flex;
  align-items: center;
}

.agencies .productcat {
  margin-left: 1em;
  text-align: center;
}

.agencies .productcat.active .icon {
  background-color: #1b335a;
}

.agencies .productcat.active img {
  filter: brightness(0) invert(1);
}

.agencies .icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: white;
  border: 1px solid #bdbdbd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agencies .icon:hover {
  background-color: #1b335a;
}

.agencies .icon:hover img {
  filter: brightness(0) invert(1);
}

.agencies .icon img {
  width: 50%;
  height: auto;
  transition: .3s;
}

.agencies .subtitle {
  font-size: 30px;
  color: #1b335a;
  font-weight: bold;
  text-align: center;
  margin: 1em 0;
}

.agencies .agencywrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.agencies .agency {
  width: 25%;
  margin-bottom: 2em;
  position: relative;
}

.agencies .agency h3 {
  font-size: 30px;
  color: #1b335a;
  font-weight: bold;
}

.agencies .agency:hover h3,
.agencies .agency:hover p {
  color: white;
  background-color: #1b335a;
}

.agencies .agency:hover .blueoverlay {
  z-index: 2;
  opacity: 1;
}

.agencies .agency .img {
  position: relative;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agencies .blueoverlay {
  background-color: rgba(27, 51, 90, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: -1;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agencies .blueoverlay::before {
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 10px;
  background: url("images/link.png") no-repeat center;
  z-index: 1;
}

.agencies .blueoverlay::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 100px solid #21395f;
  border-left: 100px solid transparent;
}

#megamenu {
  background: #21395f;
  color: white;
  font-size: 25px;
  width: 100%;
  height: auto;
  position: absolute;
  max-height:100vh;
  padding: 1em 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  z-index: -1;
}


#megamenu.active {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}

#megamenu .productcat {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1em;
  cursor: pointer;
  max-height:90px;
  position: relative;
  transition: .2s ease;
}

#megamenu .productcat img {
  height: 50%;
  max-height:100px;
  width: 50%;
  filter: brightness(0) invert(1);
}

#megamenu .productcat:hover, #megamenu .productcat.active {
  background-color: white;
  color: #21395f;
}

#megamenu .productcat:hover img, #megamenu .productcat.active img {
  filter: none;
}

#megamenu .productcat:hover::after, #megamenu .productcat.active::after {
  display: block;
  content: " ";
  position: absolute;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
}

#megamenu .productcat h3 {
  font-weight: bold;
  font-size: 30px;
}

#megamenu .icon {
  width: 50%;
}

#megamenu .subcat {
  width: 24%;
  margin-left: 1%;
}

#megamenu .menu_cats {
  width: 15%;
}

#megamenu .menus {
  position: absolute;
  top: 2em;
  right: 20%;
}

#megamenu .menus h4 {
  font-size: 21px;
  font-weight: normal;
  color: white;
  background-color: #102547;
  padding: 0.2em 0;
  margin-bottom: 0.2em;
  text-align: center;
}

#megamenu .menus .subsubcat > a {
  display: block;
  cursor: pointer;
  font-size: 19px;
  background-image: url("images/menuarrow.png");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 15px;
  margin-bottom: 0.2em;
  margin-right: 1em;
  margin-left: 1em;
}

#megamenu .menus .subsubcat > a:hover {
  text-decoration: underline;
}

#megamenu .menus .products {
  display: none;
  align-items: flex-start;
  justify-content: space-around;
}

#megamenu .menus .termmenu {
  display: none;
}

#megamenu .menus .termmenu.active {
  display: flex;
  flex-wrap: wrap;
}

.top .img > img {
  width: 30%;
}


@media  screen and (max-width: 1366px) {
  .homeslider .slideimg .caption h2{
    font-size: 30px;
  }
  .homeslider .slidecaption {
      width: 70px;
      height: 70px;
  }
}
.top .search {
    display: flex;
    align-items: center;
}
#search{
  border:0;
  font-family: inherit;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
#search.active{
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease;
}
.searchresults .products_list{
  height: auto;
}
.circle{
  width: 1em;
  height: 1em;
  position: relative;
  border: 1px solid white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle a{
  color: white;
  font-size: 0.6em;
}

.wpcf7-recaptcha > div{
  margin: 0 auto;
  margin-left: 0;  
}
.wpml-ls-item a:lang(he):before {
    content: 'en';
    color: white;
    font-size: 15px;
}
.wpml-ls-item a:lang(en):before {
    content: 'he';
    color: white;
    font-size: 15px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
   
    display: none!important;
}