@import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

a, button{
    cursor: pointer;
}

button:focus{
  outline: none;
}

p{
  margin-bottom: 0px;
}

/** FORM validation */
.wpcf7-not-valid-tip{display:none !important;}
.wpcf7-validation-errors{display:none !important;}
input[aria-invalid="true"]{border-color:#ee3342;}
textarea[aria-invalid="true"]{border-color:#ee3342;}
select[aria-invalid="true"]{width:200px;;border-color:red !important;}
.wpcf7-select.wpcf7-not-valid{border:1px solid red !important;}
.wpcf7-not-valid{border:1px solid red !important;background:#faf1f1;}

.error input, .error textarea, .error select{background:#f3f3f3 !important;}

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

input[type='submit']{
    cursor: pointer;
}

input[type='submit']:focus{
    outline: none;
}

body{
  font-family: 'Open Sans Hebrew';
  background: white;
  color: #111f57;
  position: relative;
}

#header{
  padding: 10px 0px;
  background: #111f57;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  display: block;
  z-index: 2000000;
}

#header .global-container{
  overflow: hidden;
}

#header .logo-wrapper{
  display: inline-block;
}

#header .menu-wrapper{
  display: inline-block;
  margin-right: 15px;
}

#header .menu-list{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#header .menu-list li{
  display: inline-block;
}

#header .menu-list a{
  padding: 0px 15px;
  font-size: 20px;
  color: white;
  transition: all 1s ease;
}

#header .menu-list a:hover{
  text-decoration: none;
}

#header .menu-list li:not(.active) a:hover{
  opacity: 0.6;
}

#header .menu-list .active a{
  color: #efb901;
}

#header .social-link {
  font-size: 20px;
  color: white;
  margin-right: 15px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  transition: all 1s ease;
}

#header .phone-wrapper{
  display: inline-block;
  vertical-align: middle;
}

#header .phone-wrapper i{
  margin-right: 5px;
}

#header .phone-link{
  font-size: 20px;
  color: white;
  line-height: 55px;
  transition: all 1s ease;
}

#header .phone-link:hover, #header .social-link:hover{
  text-decoration: none;
  opacity: 0.6;
}

#menuToggle{
  display: none;
  color: white;
  font-size: 20px;
  margin-right: 15px;
  vertical-align: middle;
  padding: 0px 7px;
  border-radius: 5px;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
  cursor: pointer;
}

#menuToggle:hover{
  background: #efb901;
}

#header .mobile-wrapper{
  background: white;
  position: absolute;
  width: 100%;
  display: none;
  top: 100%;
}

#header .mobile-list{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#header .mobile-list li{
  display: block;
}

#header .mobile-list a{
  padding: 2px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: black;
  font-size: 16px;
  display: block;
  transition: all 1s ease;
}

#header .mobile-list a:hover{
  text-decoration: none;
  background: rgba(0, 0, 0, 0.08);
}

#header .mobile-list .active a{
  background: #efb901;
  color: white;
}
/* PAGE */
#page{
  margin-top: 75px;
  text-align: center;
}

#page .page-wrapper{
  padding: 40px 0px;
}

#page .xl-title{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

#page .paragraph{
  color: black;
  font-size: 18px;
}

/* SERIVES */
#services{
  padding: 40px 0px;
  text-align: center;
}

#services .image-wrapper .img-fluid{
  max-width: 140px;
  margin: 0px auto;
}

#services .lg-title{
  font-size: 23px;
  margin: 0px;
  padding-top: 10px;
}

#services .service-link .lg-title{
    color: #111f57;
}

#services .service-link:hover{
    text-decoration: none;
}

#flex-slider, #flex-recommendations{
  overflow: hidden;
}

div.wpcf7-mail-sent-ok{
    background: darkgrey !important;
    border: none !important;
    margin: 10px 0px 0px 0px !important;
}

.modal{
    z-index: 90000000000;
}

.modal-backdrop{
    z-index: 900000000;
}

/* CONTACT */
#contact{
  padding: 20px 0px;
  background: #111f57;
  text-align: center;
}

#contact .xl-title{
  color: white;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 0px;
}

#contact .form-wrapper{
  margin-top: 20px;
}

#contact .form-input{
  width: 100%;
  text-align: center;
  padding: 4px;
  font-size: 18px;
  border: 1px solid white;
}

#contact .form-input:focus{
  outline: none;
}

#contact .form-btn{
  width: 100%;
  text-align: center;
  background: #efb901;
  border: 1px solid #efb901;
  padding: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #111f57;
  transition: all 1s ease;
}

#contact .form-btn:hover{
  background: grey;
  color: white;
}

#contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}

#contact ::-moz-placeholder { /* Firefox 19+ */
  color: black;
}

#contact :-ms-input-placeholder { /* IE 10+ */
  color: black;
}

#contact :-moz-placeholder { /* Firefox 18- */
  color: black;
}

/* ABOUT */
#about .xxl-title{
  font-size: 34px;
  color: #efb901;
  font-weight: bold;
  margin-bottom: 0px;
}

#about .paragraph{
  font-size: 17px;
  color: white;
  max-width: 80%;
  margin: 20px auto;
}

#about .read-btn{
  background: white;
  padding: 8px 25px;
  color: #111f57;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  transition: all 1s ease;
}

#about .read-btn:hover{
  text-decoration: none;
  background: grey;
  color: white;
}

#about .text-wrapper{
  padding: 40px;
  background: #111f57;
  height: 100%;
  text-align: center;
}

#about .image-wrapper{
  height: 100%;
  width: 100%;
  background: url(../images/team-image.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#about .image-wrapper .image-hide{
  display: none;
  width: 100%;
  height: 100%;
}

/* SLIDER */

#slider{
  margin-top: 75px;
}

/* RECOMMENDATIONS */
#recommendations{
  padding: 40px 0px;
  background: white;
  text-align: center;
}

#recommendations .strong{
  font-size: 27px;
  margin-bottom: 15px;
  display: block;
}

#recommendations .small{
  font-size: 26px;
  color: black;
  margin: 0px;
  display: block;
}

/* FOOTER */
#footer .footer-wrapper{
  text-align: center;
  padding: 40px 0px;
  background: #1c2a66;
  color: white;
}

#footer .menu-list{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#footer .menu-list a{
  color: white;
  font-size: 21px;
  transition: all 1s ease;
}

#footer .menu-list li:not(.last-child)::after{
  content: '|';
  display: inline-block;
  position: relative;
  color: white;
  font-size: 21px;
  padding: 0px 10px;
}

#footer .menu-list a:hover{
  text-decoration: none;
  opacity: 0.6;
}

#footer .menu-list li{
  display: inline-block;
}

#footer .address{
  margin: 15px 0px;
  font-size: 21px;
  display: block;
}

#footer .phone-link{
  color: white;
  font-size: 21px;
  transition: all 1s ease;
  display: inline-block;
}

#footer .phone-link:hover{
  text-decoration: none;
  opacity: 0.6;
}

#footer .copyright-wrapper{
  padding: 10px 0px;
  background: #111f57;
  text-align: center;
  color: white;
}

#footer .small{
  font-size: 16px;
}

#footer .heart-icon{
  color: #dd1725;
}

#footer a{
    color: white;
    transition: all 1s ease;
}

#footer a:hover{
    opacity: 0.8;
    text-decoration: none;
}

@media (min-width: 991px) {
  #header .mobile-wrapper{
    display: none !important;
  }
}

@media (max-width: 1200px) {

  #about .text-wrapper{
    padding: 20px;
  }

  #about .paragraph{
    max-width: 95%;
  }

  #about .paragraph{
    font-size: 16px;
  }

  #services .image-wrapper .img-fluid{
    max-width: 130px;
  }

  #services .lg-title{
    font-size: 21px;
  }
}

@media (max-width: 991px) {

  #page, #slider{
    margin-top: 71.16px;
  }

  #page .xl-title{
    font-size: 30px;
    margin-bottom: 15px;
  }
  
  #page .paragraph{
    font-size: 17px;
  }

  #menuToggle{
    display: inline-block;
  }

  #about .read-btn{
    font-size: 15px;
    padding: 6px 25px;
  }

  #header .menu-wrapper{
    display: none;
  }

  #services .image-wrapper .img-fluid{
    max-width: 120px;
  }

  #services .lg-title{
    font-size: 20px;
  }

  #about .image-wrapper{
    display: block;
    background: none;
  }

  #about .image-wrapper .image-hide{
    display: block;
  }

  #about .paragraph{
    font-size: 15px;
  }

  #about .xxl-title{
    font-size: 31px;
  }

  #header .logo-wrapper .img-fluid{
    max-width: 120px;
  }

  #header .phone-link, #header .social-link{
    line-height: 51.16px;
    font-size: 19px;
  }

  #contact .xl-title{
    font-size: 28px;
  }

  #contact .form-input, #contact .form-btn{
    font-size: 17px;
  }

  #recommendations .strong{
    font-size: 25px;
  }

  #recommendations .small{
    font-size: 24px;
  }

  #footer .menu-list a, #footer .address, #footer .phone-link{
    font-size: 20px;
  }
}

@media (max-width: 768px) {

  #page, #slider{
    margin-top: 66.89px;
  }

  #page .xl-title{
    font-size: 28px;
    margin-bottom: 10px;
  }
  
  #page .paragraph{
    font-size: 16px;
  }

  #menuToggle{
    font-size: 19px;
  }

  #footer .menu-list a, #footer .address, #footer .phone-link{
    font-size: 19px;
  }

  #recommendations .strong{
    font-size: 22px;
    margin-bottom: 10px;
  }

  #recommendations .small{
    font-size: 21px;
  }

  #contact .form-input, #contact .form-btn{
    font-size: 16px;
  }

  #contact .xl-title{
    font-size: 26px;
    max-width: 80%;
    margin: 0px auto;
  }

  #contact .input-wrapper{
    margin-bottom: 10px;
  }

  #about .read-btn{
    font-size: 14px;
    padding: 5px 25px;
  }

  #services .image-wrapper .img-fluid{
    max-width: 100px;
  }

  #services .lg-title{
    font-size: 18px;
  }

  #about .paragraph{
    font-size: 14px;
    margin: 15px auto;
    max-width: 100%;
  }

  #about .text-wrapper{
    padding: 15px;
  }

  #about .xxl-title{
    font-size: 29px;
  }

  #services .margin-block{
    margin-bottom: 20px;
  }

  #services, #recommendations, #footer .footer-wrapper, #page .page-wrapper{
    padding: 30px 0px;
  }

  #header .logo-wrapper .img-fluid{
    max-width: 110px;
  }

  #header .phone-link, #header .social-link{
    line-height: 46.89px;
    font-size: 18px;
  }

  #footer .address{
    margin: 10px 0px;
  }
  
  #footer .small{
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  #header .social-link{
    margin-right: 10px;
  }

  #header .phone-hide{
    display: none;
  }

  #page, #slider{
    margin-top: 62.63px;
  }

  #page .xl-title{
    font-size: 26px;
    margin-bottom: 5px;
  }
  
  #page .paragraph{
    font-size: 15px;
  }

  #menuToggle{
    font-size: 18px;
  }

  #footer .small{
    font-size: 14px;
  }

  #footer .menu-list{
    display: none;
  }

  #footer .address{
    margin: 0px 0px 5px 0px;
  }

  #footer .menu-list li:not(.last-child)::after{
    padding: 0px 5px;
  }

  #footer .menu-list a, #footer .address, #footer .phone-link{
    font-size: 18px;
  }

  #recommendations .strong{
    font-size: 18px;
    margin-bottom: 5px;
  }

  #recommendations .small{
    font-size: 17px;
  }

  #contact .form-input, #contact .form-btn{
    font-size: 15px;
  }

  #contact .xl-title{
    font-size: 24px;
  }

  #services .image-wrapper .img-fluid{
    max-width: 80px;
  }

  #services .lg-title{
    font-size: 16px;
  }

  #about .paragraph{
    margin: 10px auto;
  }

  #about .xxl-title{
    font-size: 27px;
  }

  #services, #recommendations, #footer .footer-wrapper, #page .page-wrapper{
    padding: 20px 0px;
  }

  #header .logo-wrapper .img-fluid{
    max-width: 100px;
  }

  #header .phone-link, #header .social-link{
    line-height: 42.63px;
    font-size: 17px;
  }

  #contact .form-wrapper{
    margin-top: 15px;
  }

  #contact{
    padding: 15px 0px;
  }
}

@media (max-width: 486px) {

  #page, #slider{
    margin-top: 58.36px;
  }

  #page .xl-title{
    font-size: 24px;
    margin-bottom: 5px;
  }
  
  #page .paragraph{
    font-size: 14px;
  }

  #footer .menu-list a, #footer .address, #footer .phone-link{
    font-size: 17px;
  }

  #contact{
    padding: 10px 0px;
  }

  #contact .form-wrapper{
    margin-top: 10px;
  }

  #contact .xl-title{
    font-size: 21px;
  }

  #about .xxl-title{
    font-size: 24px;
  }

  #header .logo-wrapper .img-fluid{
    max-width: 90px;
  }

  #header .phone-link, #header .social-link{
    line-height: 38.36px;
  }
}
