@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
/* line 1, ../sass/_normalize.scss */
body .flexslider {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 7, ../sass/_normalize.scss */
body .flexslider .flex-direction-nav {
  display: none;
}

/* line 3, ../sass/_typography.scss */
body {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 16px;
  line-height: 1.61803;
  color: #757575;
}
@media (max-width: 481px) {
  /* line 3, ../sass/_typography.scss */
  body {
    font-size: 14px;
  }
}

/* line 14, ../sass/_typography.scss */
.the-post {
  font-size: 18px;
  font-weight: 400;
}

/* line 21, ../sass/_typography.scss */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 700;
  letter-spacing: 1px;
}

/* line 31, ../sass/_typography.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  color: #222;
}
/* line 35, ../sass/_typography.scss */
.dark-parallax h1, .dark-parallax .h1, .dark-parallax
h2, .dark-parallax .h2, .dark-parallax
h3, .dark-parallax .h3 {
  color: white;
}
/* line 38, ../sass/_typography.scss */
body.heading-letter-spacing h1, body.heading-letter-spacing .h1, body.heading-letter-spacing
h2, body.heading-letter-spacing .h2, body.heading-letter-spacing
h3, body.heading-letter-spacing .h3 {
  letter-spacing: 4px;
}

/* line 43, ../sass/_typography.scss */
h1, .h1 {
  font-size: 36px;
  font-weight: 600;
}
/* line 47, ../sass/_typography.scss */
body.home h1, body.home .h1 {
  font-size: 42px;
  color: white;
}
@media (max-width: 992px) {
  /* line 47, ../sass/_typography.scss */
  body.home h1, body.home .h1 {
    font-size: 36px;
    margin-top: 0;
  }
}

/* line 58, ../sass/_typography.scss */
h2, .h2 {
  font-size: 28px;
  font-weight: 600;
}
/* line 62, ../sass/_typography.scss */
body.home h2, body.home .h2 {
  font-size: 36px;
}
/* line 65, ../sass/_typography.scss */
.harari-heading h2, .harari-heading .h2 {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 481px) {
  /* line 70, ../sass/_typography.scss */
  body.home h2, body.home .h2 {
    font-size: 21px;
  }
  /* line 73, ../sass/_typography.scss */
  .harari-heading h2, .harari-heading .h2 {
    font-size: 24px;
  }
}

/* line 79, ../sass/_typography.scss */
h3, .h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 481px) {
  /* line 79, ../sass/_typography.scss */
  h3, .h3 {
    font-size: 20px;
  }
}

/* line 88, ../sass/_typography.scss */
h4, .h4 {
  font-size: 19px;
  font-weight: 700;
}

/* line 97, ../sass/_typography.scss */
a:hover, a:focus {
  text-decoration: underline;
}

/* line 104, ../sass/_typography.scss */
blockquote {
  border-left: 5px solid rgba(117, 117, 117, 0.5);
}

/* line 110, ../sass/_typography.scss */
ol, ul {
  padding: 0 80px 0 0;
  margin: 20px 0 40px;
}
/* line 114, ../sass/_typography.scss */
ol li, ul li {
  padding-right: 10px;
}
/* line 118, ../sass/_typography.scss */
ol.no-list, ol.no-menu, ul.no-list, ul.no-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 125, ../sass/_typography.scss */
ol.headings-list,
ul.headings-list {
  font-size: 22px;
}
/* line 129, ../sass/_typography.scss */
ol.headings-list h4, ol.headings-list h4.h5,
ul.headings-list h4,
ul.headings-list h4.h5 {
  font-size: 22px;
  letter-spacing: normal;
}
/* line 133, ../sass/_typography.scss */
ol.headings-list p, ol.headings-list p.txt,
ul.headings-list p,
ul.headings-list p.txt {
  font-size: 18px;
}

/* line 140, ../sass/_typography.scss */
.bold {
  font-weight: 600;
}

/* line 143, ../sass/_typography.scss */
.big {
  font-size: 25px;
}

/* line 146, ../sass/_typography.scss */
.lead {
  font-size: 18px;
  font-weight: 400;
}
/* line 150, ../sass/_typography.scss */
.the-post .lead {
  font-size: 22px;
  font-weight: 600;
}

/* line 155, ../sass/_typography.scss */
.my-projects-lead {
  font-weight: normal;
  font-size: 18px;
}

/* line 162, ../sass/_typography.scss */
.wpcf7-form label > span {
  font-weight: 400;
}

/* line 1, ../sass/ui/_buttons.scss */
.btn {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 16px;
  padding: 9px 22px;
}
/* line 8, ../sass/ui/_buttons.scss */
body.border-radius .btn {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
/* line 12, ../sass/ui/_buttons.scss */
.btn:hover, .btn:focus {
  color: white;
}
/* line 18, ../sass/ui/_buttons.scss */
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: white;
}
/* line 26, ../sass/ui/_buttons.scss */
.btn.btn-default:hover, .btn.btn-default:focus {
  color: white;
}
/* line 32, ../sass/ui/_buttons.scss */
.btn.btn-danger {
  background-color: red;
}
/* line 35, ../sass/ui/_buttons.scss */
.btn.btn-danger:hover, .btn.btn-danger:focus {
  background-color: red;
}
/* line 41, ../sass/ui/_buttons.scss */
.btn.btn-warning {
  background-color: orange;
}
/* line 44, ../sass/ui/_buttons.scss */
.btn.btn-warning:hover, .btn.btn-warning:focus {
  background-color: orange;
}
/* line 50, ../sass/ui/_buttons.scss */
.btn.btn-success {
  background-color: green;
}
/* line 53, ../sass/ui/_buttons.scss */
.btn.btn-success:hover, .btn.btn-success:focus {
  background-color: green;
}
/* line 59, ../sass/ui/_buttons.scss */
.btn.btn-link {
  background-color: transparent;
}
/* line 62, ../sass/ui/_buttons.scss */
.btn.btn-link:hover, .btn.btn-link:focus {
  color: white;
}

/* line 68, ../sass/ui/_buttons.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 3px 30px;
}

/* line 2, ../sass/ui/_menus.scss */
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 6, ../sass/ui/_menus.scss */
.menu.menu-flex {
  display: flex;
}
/* line 9, ../sass/ui/_menus.scss */
.menu.menu-flex li {
  flex-grow: 1;
}

/* line 1, ../sass/ui/_images.scss */
img {
  max-width: 100%;
  height: auto;
}
/* line 5, ../sass/ui/_images.scss */
img.wp-post-image, img.alignleft, img.alignright, img.aligncenter {
  border: 5px solid white;
  box-shadow: 0 0 5px rgba(34, 34, 34, 0.25);
}
/* line 13, ../sass/ui/_images.scss */
img.wp-post-image {
  margin-bottom: 30px;
}
/* line 16, ../sass/ui/_images.scss */
img.alignleft {
  float: left;
  margin: 0 10px 15px 0;
}
/* line 20, ../sass/ui/_images.scss */
img.alignright {
  float: right;
  margin: 0 0 15px 10px;
}
/* line 24, ../sass/ui/_images.scss */
img.aligncenter {
  display: block;
  float: none;
  margin: 0 auto 15px;
}

/* line 1, ../sass/ui/_panels.scss */
.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 4, ../sass/ui/_panels.scss */
body.border-radius .panel {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

/* line 9, ../sass/ui/_panels.scss */
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: none;
}
/* line 12, ../sass/ui/_panels.scss */
body.border-radius .alert {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

/* line 1, ../sass/ui/_forms.scss */
.form-control {
  border-radius: 0;
  background-color: #f1f1f1;
  border: 1px solid #dfdfdf;
}

/* line 6, ../sass/ui/_forms.scss */
textarea.form-control {
  height: 98px;
}

/* line 5, ../sass/ui/_pagination.scss */
ul.pagination li a, ul.pagination li span {
  border: 1px solid #757575;
}
/* line 8, ../sass/ui/_pagination.scss */
ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li span:hover, ul.pagination li span:focus {
  background-color: rgba(117, 117, 117, 0.2);
  border-color: #757575;
}

/* line 3, ../sass/ui/_breadcrumbs.scss */
.breadcrumb li.item-home {
  padding-right: 5px;
}

/* line 3, ../sass/_helpers.scss */
.marg {
  margin: 30px;
}

/* line 4, ../sass/_helpers.scss */
.marg-top {
  margin-top: 30px;
}

/* line 5, ../sass/_helpers.scss */
.marg-bot,
.marg-bottom {
  margin-bottom: 30px;
}

/* line 7, ../sass/_helpers.scss */
.marg-left {
  margin-left: 30px;
}

/* line 8, ../sass/_helpers.scss */
.marg-right {
  margin-right: 30px;
}

/* line 9, ../sass/_helpers.scss */
.pad {
  padding: 30px;
}

/* line 10, ../sass/_helpers.scss */
.pad-top {
  padding-top: 15px;
}

/* line 11, ../sass/_helpers.scss */
.pad-bot,
.pad-bottom {
  padding-bottom: 15px;
}

/* line 13, ../sass/_helpers.scss */
.pad-left {
  padding-left: 15px;
}

/* line 14, ../sass/_helpers.scss */
.pad-right {
  padding-right: 15px;
}

/* line 17, ../sass/_helpers.scss */
.no-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 22, ../sass/_helpers.scss */
.no-btn {
  appearance: normal;
  -webkit-appearance: none;
  background: none;
  border: 0;
}

/* line 30, ../sass/_helpers.scss */
.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

/* line 36, ../sass/_helpers.scss */
.flex {
  display: flex;
}
/* line 39, ../sass/_helpers.scss */
.flex > .item {
  flex-grow: 1;
}

/* line 45, ../sass/_helpers.scss */
.gray-bg {
  background-color: #f1f1f1;
}

/* line 49, ../sass/_helpers.scss */
.cnr-image-carousel {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 53, ../sass/_helpers.scss */
.cnr-image-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 50%;
  z-index: 102;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
/* line 64, ../sass/_helpers.scss */
.cnr-image-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  margin: 2px;
  float: right;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.25);
}
/* line 77, ../sass/_helpers.scss */
.cnr-image-carousel .owl-dots .owl-dot.active {
  background-color: #222;
}

@media (max-width: 481px) {
  /* line 86, ../sass/_helpers.scss */
  body.single-expertise #content {
    margin-top: 30px;
  }
}
/* line 5, ../sass/components/side-widgets.scss */
#mobile-scrammer,
#contact-scrammer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(34, 34, 34, 0.65);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

/* line 23, ../sass/components/side-widgets.scss */
body.open-sidemenu #mobile-scrammer {
  z-index: 1010;
  opacity: 1;
  pointer-events: all;
}

/* line 30, ../sass/components/side-widgets.scss */
body.open-contactmenu #contact-scrammer {
  z-index: 1010;
  opacity: 1;
  pointer-events: all;
}

/* line 41, ../sass/components/side-widgets.scss */
#side_submit {
  margin-top: 10px;
  float: left;
}

/* line 45, ../sass/components/side-widgets.scss */
#open-side-contact {
  position: fixed;
  z-index: 778;
  top: 25%;
  left: 0;
  padding: 0;
  background-color: #757575;
  color: white;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 63, ../sass/components/side-widgets.scss */
#open-side-contact.side-open {
  left: -60px;
}
/* line 67, ../sass/components/side-widgets.scss */
#open-side-contact svg {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
}
/* line 74, ../sass/components/side-widgets.scss */
#open-side-contact:hover, #open-side-contact:focus {
  background-color: blue;
}
/* line 80, ../sass/components/side-widgets.scss */
body.border-radius #open-side-contact {
  -webkit-border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  -ms-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
}
@media (max-width: 481px) {
  /* line 45, ../sass/components/side-widgets.scss */
  #open-side-contact {
    display: none;
  }
}

/* line 88, ../sass/components/side-widgets.scss */
#close-side-contact {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 103, ../sass/components/side-widgets.scss */
#close-side-contact:hover, #close-side-contact:focus {
  color: #fff;
  outline: none;
  background-color: #bcbcbc;
}

/* line 109, ../sass/components/side-widgets.scss */
#side-contact {
  position: fixed;
  z-index: 885;
  left: -380px;
  top: 25%;
  padding: 10px 15px;
  width: 280px;
  font-size: 13px;
  -webkit-transition: left 600ms ease 200ms;
  -moz-transition: left 600ms ease 200ms;
  -ms-transition: left 600ms ease 200ms;
  transition: left 600ms ease 200ms;
  background: white;
  box-shadow: 0 0 12px 0 rgba(34, 34, 34, 0.75);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 121, ../sass/components/side-widgets.scss */
body.open-contactmenu #side-contact {
  z-index: -1;
}
/* line 131, ../sass/components/side-widgets.scss */
body.border-radius #side-contact {
  -webkit-border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  -ms-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
}
/* line 135, ../sass/components/side-widgets.scss */
#side-contact.cnr-show {
  left: 0;
}
/* line 139, ../sass/components/side-widgets.scss */
#side-contact a {
  color: #757575;
}
/* line 143, ../sass/components/side-widgets.scss */
#side-contact label {
  margin-bottom: 2px;
}
/* line 147, ../sass/components/side-widgets.scss */
#side-contact .form-group {
  margin-bottom: 8px;
}
/* line 150, ../sass/components/side-widgets.scss */
#side-contact .form-control {
  height: 30px;
  padding: 4px 12px;
}
/* line 154, ../sass/components/side-widgets.scss */
#side-contact #side_msg {
  height: 68px;
  margin-bottom: 8px;
}
/* line 159, ../sass/components/side-widgets.scss */
#side-contact h2.h3 {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 1px;
}
/* line 166, ../sass/components/side-widgets.scss */
#side-contact ul.contact-list li {
  padding: 0;
}
/* line 173, ../sass/components/side-widgets.scss */
#side-contact .wpcf7-form .row .col-xs-6:nth-child(1) {
  padding-left: 5px;
}
/* line 176, ../sass/components/side-widgets.scss */
#side-contact .wpcf7-form .row .col-xs-6:nth-child(2) {
  padding-right: 5px;
}

/* line 183, ../sass/components/side-widgets.scss */
#mob-menu {
  display: none;
}

/* line 186, ../sass/components/side-widgets.scss */
.inner-body {
  background-color: white;
}

/* line 190, ../sass/components/side-widgets.scss */
#open-contact-nav-2 .hamburger-inner,
#open-contact-nav-2 .hamburger-inner::after,
#open-contact-nav-2 .hamburger-inner::before {
  background-color: white;
}

@media (max-height: 820px) {
  /* line 200, ../sass/components/side-widgets.scss */
  #open-side-contact,
  #side-contact {
    top: 32%;
  }
}
@media (max-height: 790px) {
  /* line 209, ../sass/components/side-widgets.scss */
  #open-side-contact,
  #side-contact {
    top: 28%;
  }
}
@media (max-height: 712px) {
  /* line 217, ../sass/components/side-widgets.scss */
  #open-side-contact,
  #side-contact {
    top: 25%;
  }
}
@media (min-width: 481px) {
  /* line 223, ../sass/components/side-widgets.scss */
  #open-side-contact-mobile {
    display: none;
  }
}
@media (max-width: 481px) {
  /* line 228, ../sass/components/side-widgets.scss */
  #mob-social-menu {
    list-style: none;
    padding: 0;
    margin: 15px 50px 0;
    display: flex;
  }
  /* line 234, ../sass/components/side-widgets.scss */
  #mob-social-menu li {
    border: 0 !important;
    flex-grow: 1;
    width: 30px;
  }
  /* line 239, ../sass/components/side-widgets.scss */
  #mob-social-menu li a {
    text-align: center;
  }

  /* line 244, ../sass/components/side-widgets.scss */
  .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    background-color: #959595;
  }

  /* line 248, ../sass/components/side-widgets.scss */
  #contact-menu,
  #mob-menu {
    width: 62%;
    color: #fff;
    position: fixed;
    z-index: 2;
    top: 30px;
  }

  /* line 256, ../sass/components/side-widgets.scss */
  #contact-menu {
    left: 20px;
    display: none;
  }
  /* line 260, ../sass/components/side-widgets.scss */
  #contact-menu h2.h3 {
    color: #fff;
    margin-top: 0;
  }
  /* line 264, ../sass/components/side-widgets.scss */
  #contact-menu a, #contact-menu ul {
    color: #fff;
  }
  /* line 268, ../sass/components/side-widgets.scss */
  #contact-menu ul.contact-list li {
    padding: 0;
  }
  /* line 272, ../sass/components/side-widgets.scss */
  #contact-menu .form-group {
    margin-bottom: 5px;
  }
  /* line 275, ../sass/components/side-widgets.scss */
  #contact-menu .form-control {
    padding: 2px 6px;
    height: 28px;
  }
  /* line 279, ../sass/components/side-widgets.scss */
  #contact-menu .btn.btn-primary {
    background-color: white;
  }
  /* line 285, ../sass/components/side-widgets.scss */
  #contact-menu .wpcf7-form .col-xs-6:nth-child(1) {
    padding-left: 3px;
  }
  /* line 288, ../sass/components/side-widgets.scss */
  #contact-menu .wpcf7-form .col-xs-6:nth-child(2) {
    padding-right: 3px;
  }
  /* line 293, ../sass/components/side-widgets.scss */
  body.open-contactmenu #contact-menu {
    display: block;
  }

  /* line 297, ../sass/components/side-widgets.scss */
  #mob-menu {
    right: 20px;
    padding-top: 0;
  }
  /* line 301, ../sass/components/side-widgets.scss */
  #mob-menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0;
  }
  /* line 305, ../sass/components/side-widgets.scss */
  #mob-menu ul li a {
    display: block;
    padding: 5px 0;
    outline: none;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
  }
  /* line 316, ../sass/components/side-widgets.scss */
  #mob-menu ul li:last-child {
    border-bottom: 0;
  }
  /* line 319, ../sass/components/side-widgets.scss */
  #mob-menu ul li.login {
    margin-top: 10px;
  }
  /* line 322, ../sass/components/side-widgets.scss */
  #mob-menu ul li.login a {
    background-color: white;
    border: 1px solid white;
  }
  /* line 325, ../sass/components/side-widgets.scss */
  #mob-menu ul li.login a:hover, #mob-menu ul li.login a:focus {
    outline: none;
    border: 1px solid white;
  }
  /* line 331, ../sass/components/side-widgets.scss */
  #mob-menu ul li.facebook {
    margin-top: 10px;
  }
  /* line 333, ../sass/components/side-widgets.scss */
  #mob-menu ul li.facebook a.btn.btn-default {
    background-color: transparent;
    border: 1px solid white;
  }

  /* line 342, ../sass/components/side-widgets.scss */
  #mobile-menu-logo-svg {
    width: 60px;
    margin: 0 auto 30px;
    display: block;
  }
  /* line 346, ../sass/components/side-widgets.scss */
  #mobile-menu-logo-svg path {
    fill: #fff;
  }

  /* line 350, ../sass/components/side-widgets.scss */
  #open-side-contact-mobile {
    margin: 10px 0 0 0;
    padding: 0;
    float: left;
    position: relative;
    left: -5px;
    opacity: 1;
  }
  /* line 358, ../sass/components/side-widgets.scss */
  #open-side-contact-mobile svg {
    width: 28px;
    float: left;
  }
  /* line 361, ../sass/components/side-widgets.scss */
  #open-side-contact-mobile svg path {
    fill: #959595;
  }
  /* line 366, ../sass/components/side-widgets.scss */
  body.open-contactmenu #open-side-contact-mobile svg {
    opacity: 0;
  }

  /* line 372, ../sass/components/side-widgets.scss */
  .inner-body {
    position: relative;
    top: 0;
    z-index: 10;
    right: 0;
    background-color: #fff;
    left: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  /* line 385, ../sass/components/side-widgets.scss */
  body.open-contactmenu .inner-body, body.open-sidemenu .inner-body {
    position: fixed;
    top: 60px;
    -webkit-box-shadow: 0px 0px 12px 4px rgba(34, 34, 34, 0.25);
    -moz-box-shadow: 0px 0px 12px 4px rgba(34, 34, 34, 0.25);
    box-shadow: 0px 0px 12px 4px rgba(34, 34, 34, 0.25);
  }
  /* line 394, ../sass/components/side-widgets.scss */
  body.open-sidemenu .inner-body {
    right: 75%;
    left: -75%;
  }
  /* line 398, ../sass/components/side-widgets.scss */
  body.open-contactmenu .inner-body {
    right: -75%;
    left: 75%;
  }

  /* line 403, ../sass/components/side-widgets.scss */
  body.open-contactmenu #back2top {
    display: none !important;
  }

  /* line 407, ../sass/components/side-widgets.scss */
  #side-contact {
    top: 30px;
    right: 25%;
    left: 0;
    pointer-events: none;
    z-index: -1;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: auto;
    background: none;
    color: #fff;
  }
  /* line 421, ../sass/components/side-widgets.scss */
  #side-contact.mobile-open {
    z-index: 8;
  }
  /* line 425, ../sass/components/side-widgets.scss */
  #side-contact #close-side-contact {
    display: none;
  }
  /* line 429, ../sass/components/side-widgets.scss */
  #side-contact h2.h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
  }
  /* line 435, ../sass/components/side-widgets.scss */
  #side-contact a {
    color: #fff;
  }
  /* line 438, ../sass/components/side-widgets.scss */
  #side-contact .form-group {
    margin-bottom: 4px;
  }
  /* line 441, ../sass/components/side-widgets.scss */
  #side-contact #side_msg {
    height: 28px;
  }
  /* line 444, ../sass/components/side-widgets.scss */
  #side-contact .form-control {
    height: 28px;
  }
  /* line 448, ../sass/components/side-widgets.scss */
  #side-contact.show {
    top: 67px;
  }
  /* line 452, ../sass/components/side-widgets.scss */
  body.open-contactmenu #side-contact {
    pointer-events: all;
    margin-top: 60px;
  }
  /* line 457, ../sass/components/side-widgets.scss */
  body.open-contactmenu #side-contact #side_submit {
    background: white;
  }
}
/* line 1, ../sass/components/_header.scss */
#open-mobile-nav,
#open-mobile-nav-2,
#open-contact-nav-2 {
  float: right;
  padding: 0;
  margin: 6px 0 0;
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -o-transform: scale(0.65);
  transform: scale(0.65);
  position: relative;
  right: -5px;
}
/* line 15, ../sass/components/_header.scss */
#open-mobile-nav:hover, #open-mobile-nav:focus,
#open-mobile-nav-2:hover,
#open-mobile-nav-2:focus,
#open-contact-nav-2:hover,
#open-contact-nav-2:focus {
  outline: none;
}
/* line 19, ../sass/components/_header.scss */
#open-mobile-nav .hamburger-inner,
#open-mobile-nav .hamburger-inner::after,
#open-mobile-nav .hamburger-inner::before,
#open-mobile-nav-2 .hamburger-inner,
#open-mobile-nav-2 .hamburger-inner::after,
#open-mobile-nav-2 .hamburger-inner::before,
#open-contact-nav-2 .hamburger-inner,
#open-contact-nav-2 .hamburger-inner::after,
#open-contact-nav-2 .hamburger-inner::before {
  height: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 481px) {
  /* line 1, ../sass/components/_header.scss */
  #open-mobile-nav,
  #open-mobile-nav-2,
  #open-contact-nav-2 {
    display: none;
  }
}

/* line 34, ../sass/components/_header.scss */
#open-mobile-nav {
  opacity: 1;
}
/* line 37, ../sass/components/_header.scss */
body.open-sidemenu #open-mobile-nav {
  opacity: 0;
}

/* line 41, ../sass/components/_header.scss */
#open-contact-nav-2 {
  float: left;
  right: auto;
  left: 0px;
  top: 15px;
}

/* line 47, ../sass/components/_header.scss */
#open-mobile-nav-2 {
  margin: 17px 15px 0 0;
}
/* line 50, ../sass/components/_header.scss */
#open-mobile-nav-2 .hamburger-inner,
#open-mobile-nav-2 .hamburger-inner::after,
#open-mobile-nav-2 .hamburger-inner::before {
  background-color: #595959;
}
/* line 55, ../sass/components/_header.scss */
body.open-sidemenu #open-mobile-nav-2 .hamburger-inner, body.open-sidemenu
#open-mobile-nav-2 .hamburger-inner::after, body.open-sidemenu
#open-mobile-nav-2 .hamburger-inner::before {
  background-color: white;
}

/* line 61, ../sass/components/_header.scss */
#header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  background: white;
  z-index: 1009;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
/* line 70, ../sass/components/_header.scss */
#header .btn-wrap.btn-wrap-open-mobile-nav {
  width: 35px;
}
@media (min-width: 481px) {
  /* line 70, ../sass/components/_header.scss */
  #header .btn-wrap.btn-wrap-open-mobile-nav {
    display: none;
  }
}
/* line 78, ../sass/components/_header.scss */
body.open-sidemenu #header {
  top: 60px;
}
/* line 81, ../sass/components/_header.scss */
body.open-contactmenu #header {
  top: 60px;
}
/* line 85, ../sass/components/_header.scss */
#header .navbar-header {
  display: flex;
}
/* line 88, ../sass/components/_header.scss */
#header .navbar-header > * {
  flex-grow: 1;
}
/* line 93, ../sass/components/_header.scss */
#header .navbar-collapse.in {
  margin: 0 -15px;
  overflow: hidden;
  background-color: #f1f1f1;
}
/* line 98, ../sass/components/_header.scss */
#header .navbar-collapse.in ul.menu.menu-flex > li {
  border-bottom: 1px solid #d8d8d8;
}
/* line 101, ../sass/components/_header.scss */
#header .navbar-collapse.in ul.menu.menu-flex > li a {
  opacity: 1;
}
/* line 108, ../sass/components/_header.scss */
#header .navbar-collapse.in ul.menu.menu-flex > li:last-child {
  border-bottom: 0;
}
/* line 114, ../sass/components/_header.scss */
#header .navbar-collapse {
  padding: 0;
}
/* line 117, ../sass/components/_header.scss */
#header.header-type-2 {
  position: fixed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.75);
}
@media (max-width: 481px) {
  /* line 61, ../sass/components/_header.scss */
  #header {
    position: fixed;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  /* line 134, ../sass/components/_header.scss */
  body.open-sidemenu #header {
    right: 75%;
    left: -75%;
  }
  /* line 138, ../sass/components/_header.scss */
  body.open-contactmenu #header {
    left: 75%;
    right: -75%;
  }
}

/* line 145, ../sass/components/_header.scss */
#mobile-logo,
#the-logo {
  overflow: hidden;
  padding: 0;
}
/* line 150, ../sass/components/_header.scss */
#mobile-logo a,
#the-logo a {
  display: block;
  margin-top: 5px;
  text-indent: -9999px;
  min-width: 120px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 159, ../sass/components/_header.scss */
#mobile-logo {
  width: 74%;
  float: right;
  max-height: 38px;
  margin: 5px 0;
}
/* line 165, ../sass/components/_header.scss */
#mobile-logo a {
  height: 28px;
  background-position: center center;
}
@media (min-width: 769px) {
  /* line 159, ../sass/components/_header.scss */
  #mobile-logo {
    display: none;
  }
}

/* line 174, ../sass/components/_header.scss */
#the-logo {
  float: left;
}
/* line 177, ../sass/components/_header.scss */
#the-logo a {
  height: 42px;
  max-width: 340px;
  background-position: right center;
}
@media (max-width: 769px) {
  /* line 174, ../sass/components/_header.scss */
  #the-logo {
    display: none;
  }
}

@media (min-width: 769px) {
  /* line 187, ../sass/components/_header.scss */
  #nav-container {
    margin: 10px 0;
  }
}
@media (max-width: 481px) {
  /* line 187, ../sass/components/_header.scss */
  #nav-container {
    padding: 10px 0;
  }
}
/* line 195, ../sass/components/_header.scss */
#nav-container ul ul, #nav-container ul ol, #nav-container ol ul, #nav-container ol ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 202, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex > li {
  position: relative;
  font-size: 16px;
}
/* line 206, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex > li > a {
  position: relative;
  display: block;
  line-height: 42px;
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  /*
  &:before {
  	content: '';
  	display: block;
  	position: absolute;
  	bottom: 0;
  	right: 0;
  	width: 0;
  	height: 2px;
  	border-radius: 2px;
  	@include prefix(transition, all 250ms ease);
  }
  */
}
@media (min-width: 769px) {
  /* line 206, ../sass/components/_header.scss */
  #nav-container ul.menu.menu-flex > li > a {
    text-align: center;
  }
}
/* line 235, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex > li > a:hover, #nav-container ul.menu.menu-flex > li > a:focus {
  /*
  &:before {
  	width: 100%;
  }
  */
}
@media (max-width: 769px) {
  /* line 206, ../sass/components/_header.scss */
  #nav-container ul.menu.menu-flex > li > a {
    opacity: 0;
  }
}
/* line 247, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex > li a {
  color: #222;
  display: block;
  text-decoration: none;
}
/* line 253, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex > li.login {
  margin-right: 10px;
}
/* line 255, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex > li.login > a {
  padding: 0 15px;
  color: white;
}
/* line 259, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex > li.login > a:before {
  content: none;
  display: none;
}
@media (max-width: 769px) {
  /* line 253, ../sass/components/_header.scss */
  #nav-container ul.menu.menu-flex > li.login {
    display: none;
  }
}
/* line 270, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex > li#the-logo > a:before {
  content: none;
  display: none;
}
/* line 276, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex > li.current-menu-item > a:before {
  width: 100%;
}
/* line 281, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex > li:first-child {
  flex-grow: 12;
}
/* line 284, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex > li:first-child a {
  text-align: right;
}
/* line 290, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-right: 6px;
}
/* line 303, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex .sub-menu {
  position: absolute;
  right: 5px;
  top: 50px;
  z-index: -1;
  pointer-events: none;
  transition: all 250ms ease;
  opacity: 0;
  background-color: #f1f1f1;
  border-bottom: 3px solid #757575;
  width: 260px;
}
/* line 315, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex .sub-menu.open {
  top: 40px;
  pointer-events: all;
  z-index: 299;
  opacity: 1;
}
/* line 322, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex .sub-menu li {
  padding: 0;
}
/* line 324, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex .sub-menu li a {
  color: white;
  display: block;
  border-bottom: 1px solid rgba(34, 34, 34, 0.25);
  font-size: 14px;
  text-align: right;
  padding: 10px 15px 10px 10px;
  color: #222;
}
/* line 333, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex .sub-menu li a:hover, #nav-container ul.menu.menu-flex .sub-menu li a:focus {
  background-color: #dfdfdf;
  color: #222;
}
/* line 339, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex .sub-menu li:last-child a {
  border-bottom: 0;
}
@media (max-width: 769px) {
  /* line 200, ../sass/components/_header.scss */
  #nav-container ul.menu.menu-flex {
    display: block;
  }
}

/* line 352, ../sass/components/_header.scss */
#nav-container ul.menu.menu-flex li.blue > a {
  color: white !important;
}

/* line 1, ../sass/components/_footer.scss */
#back2top {
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: dodgerblue;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 45;
  bottom: -130px;
  padding: 0;
  left: 30px;
  border: 0;
  color: white;
  -webkit-transition: bottom 250ms ease;
  -moz-transition: bottom 250ms ease;
  -ms-transition: bottom 250ms ease;
  -o-transition: bottom 250ms ease;
  transition: bottom 250ms ease;
}
/* line 20, ../sass/components/_footer.scss */
#back2top i.fa {
  font-size: 20px;
}
/* line 24, ../sass/components/_footer.scss */
#back2top.open {
  bottom: 30px;
}
@media (max-width: 481px) {
  /* line 1, ../sass/components/_footer.scss */
  #back2top {
    width: 32px;
    height: 32px;
    left: 10px;
  }
  /* line 33, ../sass/components/_footer.scss */
  #back2top.open {
    bottom: 80px;
  }
  /* line 37, ../sass/components/_footer.scss */
  #back2top i.fa {
    font-size: 16px;
  }
}

/* line 42, ../sass/components/_footer.scss */
#footer {
  margin: -6px 0 0;
  border: 0;
  padding: 15px 0;
  color: white;
}
/* line 48, ../sass/components/_footer.scss */
#footer nav.nav {
  text-align: center;
  margin-top: 5px;
}
/* line 52, ../sass/components/_footer.scss */
#footer ul.footer-menu {
  display: inline-block;
}
/* line 55, ../sass/components/_footer.scss */
#footer ul.footer-menu li {
  float: left;
}
/* line 58, ../sass/components/_footer.scss */
#footer ul.footer-menu li a {
  padding: 5px 30px;
}
/* line 62, ../sass/components/_footer.scss */
#footer h2, #footer .h2, #footer h3, #footer .h3, #footer a {
  color: white;
}
@media (max-width: 481px) {
  /* line 67, ../sass/components/_footer.scss */
  #footer .widget.footer-widget.widget_harari_recentpost_widget {
    display: none;
  }
}

/* line 74, ../sass/components/_footer.scss */
#main-footer {
  font-size: 14px;
}
/* line 79, ../sass/components/_footer.scss */
#main-footer > .row > .col-sm-6 .big {
  display: block;
  margin: 20px 0;
}
/* line 85, ../sass/components/_footer.scss */
#main-footer h2.h3 {
  font-size: 25px;
  margin-bottom: 25px;
}
/* line 89, ../sass/components/_footer.scss */
#main-footer h3.h4 {
  margin: 15px 0 5px;
  font-size: 16px;
}
/* line 93, ../sass/components/_footer.scss */
#main-footer p.excerpt {
  opacity: 0.75;
}
/* line 98, ../sass/components/_footer.scss */
#main-footer .footer-widget.widget_nav_menu ul.menu {
  margin-top: -10px;
}
/* line 101, ../sass/components/_footer.scss */
#main-footer .footer-widget.widget_nav_menu ul.menu li {
  margin-left: 15px;
}
/* line 104, ../sass/components/_footer.scss */
#main-footer .footer-widget.widget_nav_menu ul.menu li:last-child {
  margin-left: 0;
}
/* line 111, ../sass/components/_footer.scss */
#main-footer .footer-widget.widget_nav_menu ul.menu li:last-child a {
  border-bottom: 0;
}
/* line 115, ../sass/components/_footer.scss */
#main-footer .footer-widget.widget_nav_menu ul.menu li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 122, ../sass/components/_footer.scss */
#main-footer .footer-widget.widget_nav_menu ul.menu li a:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 136, ../sass/components/_footer.scss */
#main-footer .footer-widget.widget_nav_menu ul.menu li a:hover:before, #main-footer .footer-widget.widget_nav_menu ul.menu li a:focus:before {
  margin-left: 15px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 147, ../sass/components/_footer.scss */
body.home #main-footer .footer-widget.widget_nav_menu h2 {
  display: none;
}
/* line 150, ../sass/components/_footer.scss */
body.home #main-footer .footer-widget.widget_nav_menu ul.menu {
  display: flex;
  float: left;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  /* line 150, ../sass/components/_footer.scss */
  body.home #main-footer .footer-widget.widget_nav_menu ul.menu {
    margin: 5px auto 0;
    float: none;
  }
}
/* line 162, ../sass/components/_footer.scss */
body.home #main-footer .footer-widget.widget_nav_menu ul.menu li {
  flex-grow: 1;
  padding: 0;
}
/* line 166, ../sass/components/_footer.scss */
body.home #main-footer .footer-widget.widget_nav_menu ul.menu li a {
  padding: 0;
  border: 1px dashed transparent;
}
/* line 170, ../sass/components/_footer.scss */
body.home #main-footer .footer-widget.widget_nav_menu ul.menu li a:before {
  content: none;
  display: none;
}
/* line 175, ../sass/components/_footer.scss */
body.home #main-footer .footer-widget.widget_nav_menu ul.menu li a:hover, body.home #main-footer .footer-widget.widget_nav_menu ul.menu li a:focus {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
@media (max-width: 481px) {
  /* line 150, ../sass/components/_footer.scss */
  body.home #main-footer .footer-widget.widget_nav_menu ul.menu {
    display: block;
  }
}
@media (max-width: 481px) {
  /* line 97, ../sass/components/_footer.scss */
  #main-footer .footer-widget.widget_nav_menu {
    display: none;
  }
}
/* line 193, ../sass/components/_footer.scss */
#main-footer .footer-widget.widget_harari_recentpost_widget ul li {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 197, ../sass/components/_footer.scss */
#main-footer .footer-widget.widget_harari_recentpost_widget ul li:last-child {
  border-bottom: 0;
}

/* line 205, ../sass/components/_footer.scss */
.harari-fb-widget {
  margin-bottom: 10px;
}
/* line 208, ../sass/components/_footer.scss */
.harari-fb-widget.fb_iframe_widget {
  float: right;
}

/* line 213, ../sass/components/_footer.scss */
.footer-home p {
  margin: 0;
  line-height: 45.8px;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 481px) {
  /* line 221, ../sass/components/_footer.scss */
  .footer-home p {
    font-size: 14px;
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
  }
}

/* line 231, ../sass/components/_footer.scss */
#footer-bottom > .container > .row {
  position: relative;
  padding-top: 10px;
}
/* line 235, ../sass/components/_footer.scss */
#footer-bottom > .container > .row:first-child::before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
}
/* line 247, ../sass/components/_footer.scss */
#footer-bottom p {
  opacity: 0.75;
}
/* line 249, ../sass/components/_footer.scss */
#footer-bottom ul.social-menu {
  float: left;
  display: flex;
}
/* line 253, ../sass/components/_footer.scss */
#footer-bottom ul.social-menu li {
  flex-grow: 1;
  margin-right: 4px;
}
/* line 256, ../sass/components/_footer.scss */
#footer-bottom ul.social-menu li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.75;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 269, ../sass/components/_footer.scss */
#footer-bottom ul.social-menu li a i.fa {
  font-size: 20px;
}
/* line 273, ../sass/components/_footer.scss */
#footer-bottom ul.social-menu li a:hover, #footer-bottom ul.social-menu li a:focus {
  outline: none;
  opacity: 1;
}
@media (max-width: 481px) {
  /* line 282, ../sass/components/_footer.scss */
  #footer-bottom p {
    font-size: 14px;
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
  }
  /* line 288, ../sass/components/_footer.scss */
  #footer-bottom ul.social-menu {
    margin: 0 auto;
    float: none;
    text-align: center;
    max-width: 60px;
  }
  /* line 294, ../sass/components/_footer.scss */
  #footer-bottom ul.social-menu li {
    padding: 0;
    margin: 0;
  }
}

/* line 303, ../sass/components/_footer.scss */
.harari-customers ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
/* line 309, ../sass/components/_footer.scss */
.harari-customers ul li {
  flex-grow: 1;
}
/* line 312, ../sass/components/_footer.scss */
.harari-customers ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 120px;
}

/* line 1, ../sass/components/_page-headers.scss */
.page-header {
  border: 0;
  margin: 0;
  padding: 0;
}
/* line 6, ../sass/components/_page-headers.scss */
.page-header.expertise-header {
  color: white;
  padding: 45px 0;
  margin: 0 0 30px;
}
/* line 11, ../sass/components/_page-headers.scss */
.page-header.expertise-header h1 {
  margin: 0 0 15px;
  color: white;
}
/* line 15, ../sass/components/_page-headers.scss */
.page-header.expertise-header .lead {
  max-width: 540px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 16px;
}
@media (max-width: 481px) {
  /* line 6, ../sass/components/_page-headers.scss */
  .page-header.expertise-header {
    padding: 45px 0 15px;
    margin: 0 0 30px;
  }
  /* line 25, ../sass/components/_page-headers.scss */
  .page-header.expertise-header h1 {
    margin: 15px 0 0;
    font-size: 28px;
  }
}
/* line 31, ../sass/components/_page-headers.scss */
.page-header.single-header {
  color: white;
  padding: 45px 0;
  margin: 0 0;
}
/* line 36, ../sass/components/_page-headers.scss */
.page-header.single-header h1 {
  margin: 0 0 15px;
  color: white;
}
/* line 41, ../sass/components/_page-headers.scss */
.page-header.single-project-header {
  padding-bottom: 0px;
}
/* line 44, ../sass/components/_page-headers.scss */
.page-header.single-project-header dl {
  font-size: 14px;
}
/* line 47, ../sass/components/_page-headers.scss */
.page-header.single-project-header dl dt {
  width: 54px;
  text-align: right;
}
/* line 51, ../sass/components/_page-headers.scss */
.page-header.single-project-header dl dd {
  margin-right: 69px;
}
@media (max-width: 481px) {
  /* line 57, ../sass/components/_page-headers.scss */
  .page-header.single-project-header h1 {
    margin: 15px 0 5px;
    font-size: 28px;
    text-align: center;
  }
  /* line 62, ../sass/components/_page-headers.scss */
  .page-header.single-project-header dl {
    font-size: 14px;
    margin-top: 10px;
  }
  /* line 65, ../sass/components/_page-headers.scss */
  .page-header.single-project-header dl dt, .page-header.single-project-header dl dd {
    width: 48%;
  }
  /* line 68, ../sass/components/_page-headers.scss */
  .page-header.single-project-header dl dt {
    float: right;
    clear: right;
    text-align: left;
  }
  /* line 73, ../sass/components/_page-headers.scss */
  .page-header.single-project-header dl dd {
    margin-right: 52%;
  }
}
/* line 79, ../sass/components/_page-headers.scss */
.page-header.has-cover {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
  position: relative;
}
/* line 86, ../sass/components/_page-headers.scss */
.page-header.has-cover:before {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(34, 34, 34, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
/* line 99, ../sass/components/_page-headers.scss */
.page-header.has-cover > .container {
  position: relative;
  z-index: 2;
}

/* line 108, ../sass/components/_page-headers.scss */
body.single-project .vcwrap > .vc_row:first-child {
  margin-top: 0 !important;
}

/* line 1, ../sass/components/_login-form.scss */
#loginform {
  margin-bottom: 10px;
}
/* line 3, ../sass/components/_login-form.scss */
#loginform label {
  width: 100%;
}
/* line 6, ../sass/components/_login-form.scss */
#loginform input[type="text"],
#loginform input[type="password"] {
  max-width: 280px;
  outline: none;
  appearance: normal;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #222;
  background-color: #f1f1f1;
  background-image: none;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 29, ../sass/components/_login-form.scss */
#loginform #wp-submit {
  appearance: none;
  -webkit-appearance: none;
  padding: 0 15px;
  color: white;
  display: block;
  text-align: center;
  line-height: 42px;
  text-decoration: none;
  background-color: #3297da;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 16px;
}

/* line 4, ../sass/widgets/_widgets.scss */
.widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 7, ../sass/widgets/_widgets.scss */
.widget_recent_entries ul li {
  border-bottom: 1px solid rgba(117, 117, 117, 0.2);
  line-height: 3;
  padding: 0 0 0 15px;
}
/* line 12, ../sass/widgets/_widgets.scss */
.widget_recent_entries ul li a {
  padding: 0 0 0 15px;
}
/* line 15, ../sass/widgets/_widgets.scss */
.widget_recent_entries ul li:last-child {
  border-bottom: 0;
}

/* line 4, ../sass/widgets/_widgets.scss */
.widget_recent_comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 7, ../sass/widgets/_widgets.scss */
.widget_recent_comments ul li {
  border-bottom: 1px solid rgba(117, 117, 117, 0.2);
  line-height: 3;
  padding: 0 0 0 15px;
}
/* line 12, ../sass/widgets/_widgets.scss */
.widget_recent_comments ul li a {
  padding: 0 0 0 15px;
}
/* line 15, ../sass/widgets/_widgets.scss */
.widget_recent_comments ul li:last-child {
  border-bottom: 0;
}

/* line 4, ../sass/widgets/_widgets.scss */
.widget_meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 7, ../sass/widgets/_widgets.scss */
.widget_meta ul li {
  border-bottom: 1px solid rgba(117, 117, 117, 0.2);
  line-height: 3;
  padding: 0 0 0 15px;
}
/* line 12, ../sass/widgets/_widgets.scss */
.widget_meta ul li a {
  padding: 0 0 0 15px;
}
/* line 15, ../sass/widgets/_widgets.scss */
.widget_meta ul li:last-child {
  border-bottom: 0;
}

/* line 4, ../sass/widgets/_widgets.scss */
.widget_archive ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 7, ../sass/widgets/_widgets.scss */
.widget_archive ul li {
  border-bottom: 1px solid rgba(117, 117, 117, 0.2);
  line-height: 3;
  padding: 0 0 0 15px;
}
/* line 12, ../sass/widgets/_widgets.scss */
.widget_archive ul li a {
  padding: 0 0 0 15px;
}
/* line 15, ../sass/widgets/_widgets.scss */
.widget_archive ul li:last-child {
  border-bottom: 0;
}

/* line 4, ../sass/widgets/_widgets.scss */
.widget_pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 7, ../sass/widgets/_widgets.scss */
.widget_pages ul li {
  border-bottom: 1px solid rgba(117, 117, 117, 0.2);
  line-height: 3;
  padding: 0 0 0 15px;
}
/* line 12, ../sass/widgets/_widgets.scss */
.widget_pages ul li a {
  padding: 0 0 0 15px;
}
/* line 15, ../sass/widgets/_widgets.scss */
.widget_pages ul li:last-child {
  border-bottom: 0;
}

/* line 4, ../sass/widgets/_widgets.scss */
.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 7, ../sass/widgets/_widgets.scss */
.widget_categories ul li {
  border-bottom: 1px solid rgba(117, 117, 117, 0.2);
  line-height: 3;
  padding: 0 0 0 15px;
}
/* line 12, ../sass/widgets/_widgets.scss */
.widget_categories ul li a {
  padding: 0 0 0 15px;
}
/* line 15, ../sass/widgets/_widgets.scss */
.widget_categories ul li:last-child {
  border-bottom: 0;
}

/* line 24, ../sass/widgets/_widgets.scss */
h3.widget-title {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 27, ../sass/widgets/_widgets.scss */
.widget h3.widget-title {
  padding: 0 0 0 15px;
  font-size: 18px;
  background: rgba(117, 117, 117, 0.2);
  line-height: 3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 34, ../sass/widgets/_widgets.scss */
body.border-radius .widget h3.widget-title {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

/* line 42, ../sass/widgets/_widgets.scss */
.widget_calendar #calendar_wrap {
  padding: 10px 15px;
}

/* line 45, ../sass/widgets/_widgets.scss */
#wp-calendar {
  width: 100%;
}

/* line 1, ../sass/components/_plugins.scss */
div.wpcf7-validation-errors {
  display: none !important;
}

/* line 5, ../sass/components/_plugins.scss */
#hp-form-submit {
  float: left;
  margin-left: 15px;
}

/* line 1, ../sass/components/_vc.scss */
.vcwrap {
  direction: ltr;
  background-color: white;
}
/* line 5, ../sass/components/_vc.scss */
.vcwrap > * {
  direction: rtl;
}

/* line 10, ../sass/components/_vc.scss */
.dark-parallax {
  color: white;
}
/* line 14, ../sass/components/_vc.scss */
.dark-parallax .vc_parallax-inner:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.5);
}

/* line 27, ../sass/components/_vc.scss */
ul.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
/* line 32, ../sass/components/_vc.scss */
ul.contact-list i.fa {
  display: inline-block;
  width: 20px;
  margin-left: 8px;
}
/* line 37, ../sass/components/_vc.scss */
ul.contact-list a {
  color: #757575;
}

/* line 42, ../sass/components/_vc.scss */
.cnr-custom-element {
  padding: 60px 15px 80px;
  overflow: hidden;
  position: relative;
}
/* line 47, ../sass/components/_vc.scss */
.cnr-custom-element .icon-wrap {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 90px;
}
/* line 53, ../sass/components/_vc.scss */
.cnr-custom-element .content {
  margin-bottom: 50px;
}

/* line 58, ../sass/components/_vc.scss */
.harari-heading {
  margin: 15px 0;
}
/* line 61, ../sass/components/_vc.scss */
.harari-heading h2 {
  margin: 0;
  line-height: 1;
  top: -6px;
  position: relative;
}
@media (max-width: 481px) {
  /* line 61, ../sass/components/_vc.scss */
  .harari-heading h2 {
    top: -4px;
  }
}
/* line 72, ../sass/components/_vc.scss */
.harari-heading p.sub {
  margin: 0;
  font-size: 14px;
}
/* line 76, ../sass/components/_vc.scss */
.harari-heading.right {
  padding-right: 8px;
}
/* line 79, ../sass/components/_vc.scss */
.harari-heading.left {
  padding-left: 8px;
  text-align: left;
}
/* line 83, ../sass/components/_vc.scss */
.harari-heading.center {
  text-align: center;
  max-width: 580px;
  padding: 0 20px;
  margin: 0 auto;
}
/* line 89, ../sass/components/_vc.scss */
.harari-heading.center h2 {
  position: relative;
  margin-bottom: 15px;
}
/* line 93, ../sass/components/_vc.scss */
.harari-heading.center h2:before {
  content: '';
  width: 68px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  right: 50%;
  bottom: -15px;
  margin-right: -34px;
}

/* line 108, ../sass/components/_vc.scss */
.harari-vc-widget.harari-expertises-widget {
  margin: 0 -0.5%;
}
/* line 111, ../sass/components/_vc.scss */
.harari-vc-widget.harari-expertises-widget a.expertise-item {
  width: 31.33333333%;
  float: right;
  margin: 1%;
  padding: 80px 10px 60px;
  background-color: #efefef;
  position: relative;
  overflow: hidden;
  color: #222;
  transition: all 250ms ease;
  min-height: 320px;
}
/* line 123, ../sass/components/_vc.scss */
.harari-vc-widget.harari-expertises-widget a.expertise-item p {
  min-height: 80px;
}
/* line 127, ../sass/components/_vc.scss */
.harari-vc-widget.harari-expertises-widget a.expertise-item h2, .harari-vc-widget.harari-expertises-widget a.expertise-item h3, .harari-vc-widget.harari-expertises-widget a.expertise-item h4 {
  margin: 0 0 5px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 29px;
  transition: all 250ms ease;
}
/* line 134, ../sass/components/_vc.scss */
.harari-vc-widget.harari-expertises-widget a.expertise-item .num {
  position: absolute;
  left: -5px;
  top: -22px;
  opacity: 0.125;
  line-height: 1;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: -2px;
  transform: scale(1, 1);
  transition: all 750ms ease;
}
/* line 146, ../sass/components/_vc.scss */
.harari-vc-widget.harari-expertises-widget a.expertise-item:hover, .harari-vc-widget.harari-expertises-widget a.expertise-item:focus {
  color: white;
  text-decoration: none;
}
/* line 150, ../sass/components/_vc.scss */
.harari-vc-widget.harari-expertises-widget a.expertise-item:hover .num, .harari-vc-widget.harari-expertises-widget a.expertise-item:focus .num {
  color: white;
  transform: scale(2, 2);
}
/* line 155, ../sass/components/_vc.scss */
.harari-vc-widget.harari-expertises-widget a.expertise-item:hover h2, .harari-vc-widget.harari-expertises-widget a.expertise-item:hover h3, .harari-vc-widget.harari-expertises-widget a.expertise-item:hover h4, .harari-vc-widget.harari-expertises-widget a.expertise-item:focus h2, .harari-vc-widget.harari-expertises-widget a.expertise-item:focus h3, .harari-vc-widget.harari-expertises-widget a.expertise-item:focus h4 {
  color: white;
}
@media (max-width: 768px) {
  /* line 111, ../sass/components/_vc.scss */
  .harari-vc-widget.harari-expertises-widget a.expertise-item {
    width: 48%;
    padding: 40px 10px 20px;
  }
  /* line 164, ../sass/components/_vc.scss */
  .harari-vc-widget.harari-expertises-widget a.expertise-item .num {
    font-size: 60px;
    top: -16px;
  }
  /* line 168, ../sass/components/_vc.scss */
  .harari-vc-widget.harari-expertises-widget a.expertise-item h2, .harari-vc-widget.harari-expertises-widget a.expertise-item h3, .harari-vc-widget.harari-expertises-widget a.expertise-item h4 {
    font-size: 17px;
    letter-spacing: normal;
  }
  /* line 172, ../sass/components/_vc.scss */
  .harari-vc-widget.harari-expertises-widget a.expertise-item p {
    font-size: 13px;
  }
  /* line 176, ../sass/components/_vc.scss */
  .harari-vc-widget.harari-expertises-widget a.expertise-item:hover .num, .harari-vc-widget.harari-expertises-widget a.expertise-item:focus .num {
    transform: scale(1.6, 1.6);
  }
}
@media (max-width: 481px) {
  /* line 186, ../sass/components/_vc.scss */
  .harari-vc-widget.harari-expertises-widget a.expertise-item .num {
    font-size: 60px;
    top: -16px;
  }
  /* line 190, ../sass/components/_vc.scss */
  .harari-vc-widget.harari-expertises-widget a.expertise-item h2, .harari-vc-widget.harari-expertises-widget a.expertise-item h3, .harari-vc-widget.harari-expertises-widget a.expertise-item h4 {
    font-size: 17px;
    letter-spacing: normal;
  }
  /* line 194, ../sass/components/_vc.scss */
  .harari-vc-widget.harari-expertises-widget a.expertise-item p {
    font-size: 13px;
  }
  /* line 198, ../sass/components/_vc.scss */
  .harari-vc-widget.harari-expertises-widget a.expertise-item:hover .num, .harari-vc-widget.harari-expertises-widget a.expertise-item:focus .num {
    transform: scale(1.6, 1.6);
  }
}

/* line 213, ../sass/components/_vc.scss */
.cnr-vc-widget.harari-project-widget .item {
  padding: 0;
  height: 286px;
  overflow: hidden;
  margin: 0 0 30px;
  position: relative;
  display: block;
}
/* line 221, ../sass/components/_vc.scss */
.cnr-vc-widget.harari-project-widget .item .img-wrap {
  position: relative;
  width: 100%;
  height: 286px;
}
/* line 226, ../sass/components/_vc.scss */
.cnr-vc-widget.harari-project-widget .item .img-wrap img {
  border: 0;
  box-shadow: none;
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 237, ../sass/components/_vc.scss */
.cnr-vc-widget.harari-project-widget .item .content-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 286px;
  padding: 40px 20px 10px 0;
  background-color: rgba(48, 57, 66, 0.85);
  z-index: 1000;
  color: white;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: width 250ms ease;
  -moz-transition: width 250ms ease;
  -ms-transition: width 250ms ease;
  transition: width 250ms ease;
}
/* line 253, ../sass/components/_vc.scss */
.cnr-vc-widget.harari-project-widget .item .content-wrap:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 286px 0;
  border-color: transparent rgba(48, 57, 66, 0.85) transparent transparent;
  content: '';
  display: block;
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  z-index: 100;
}
/* line 267, ../sass/components/_vc.scss */
.cnr-vc-widget.harari-project-widget .item .content-wrap h3, .cnr-vc-widget.harari-project-widget .item .content-wrap p {
  position: relative;
  z-index: 102;
}
/* line 271, ../sass/components/_vc.scss */
.cnr-vc-widget.harari-project-widget .item .content-wrap h3 {
  color: white;
  line-height: 1.25;
  font-weight: 400;
  width: 200px;
  margin: 0 0 60px;
}
/* line 278, ../sass/components/_vc.scss */
.cnr-vc-widget.harari-project-widget .item .content-wrap p {
  font-weight: 600;
}
/* line 283, ../sass/components/_vc.scss */
.cnr-vc-widget.harari-project-widget .item:hover .content-wrap, .cnr-vc-widget.harari-project-widget .item:focus .content-wrap {
  width: 200px;
}
@media (max-width: 481px) {
  /* line 289, ../sass/components/_vc.scss */
  .cnr-vc-widget.harari-project-widget .item:nth-child(1) {
    padding-left: 30px;
  }
  /* line 292, ../sass/components/_vc.scss */
  .cnr-vc-widget.harari-project-widget .item:nth-child(4) {
    padding-right: 30px;
  }
  /* line 296, ../sass/components/_vc.scss */
  .cnr-vc-widget.harari-project-widget .item .img-wrap img {
    top: 0;
    transform: none;
    -moz-transform: none;
  }
  /* line 302, ../sass/components/_vc.scss */
  .cnr-vc-widget.harari-project-widget .item .content-wrap {
    position: relative;
    width: 100%;
    padding: 10px;
  }
  /* line 307, ../sass/components/_vc.scss */
  .cnr-vc-widget.harari-project-widget .item .content-wrap:after {
    content: none;
    display: none;
  }
}

/*
 * Projects Slider
 */
/* line 6, ../sass/pages/_home.scss */
#home-slider {
  position: relative;
  height: 900px;
}
/* line 15, ../sass/pages/_home.scss */
#home-slider .slider-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 110;
  color: white;
  pointer-events: none;
}
/* line 23, ../sass/pages/_home.scss */
#home-slider .slider-header > .container,
#home-slider .slider-header > .container > .row {
  pointer-events: none;
}
/* line 27, ../sass/pages/_home.scss */
#home-slider .slider-header > .container > .row * {
  pointer-events: all;
}
/* line 32, ../sass/pages/_home.scss */
#home-slider .slider-header h1 {
  margin-top: 60px;
}
@media (max-width: 992px) {
  /* line 32, ../sass/pages/_home.scss */
  #home-slider .slider-header h1 {
    margin-top: 0;
  }
}
/* line 40, ../sass/pages/_home.scss */
#home-slider .slider-header .lead {
  padding-left: 50px;
}
/* line 44, ../sass/pages/_home.scss */
#home-slider .slider-header .item {
  pointer-events: none !important;
  opacity: 0;
  position: absolute;
  right: -60px;
  top: 520px;
  z-index: 1050;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
/* line 53, ../sass/pages/_home.scss */
#home-slider .slider-header .item.active {
  right: 15px;
  opacity: 1;
}
/* line 58, ../sass/pages/_home.scss */
#home-slider .slider-header .item h3 {
  color: white;
}
/* line 61, ../sass/pages/_home.scss */
#home-slider .slider-header .item a {
  color: #d0d0d0;
}
/* line 64, ../sass/pages/_home.scss */
#home-slider .slider-header .item .fa {
  font-size: 32px;
  position: relative;
  top: 2px;
}
/* line 72, ../sass/pages/_home.scss */
#home-slider .slides {
  z-index: 95;
}
/* line 76, ../sass/pages/_home.scss */
#home-slider .slides .owl-stage-outer:before, #home-slider .slides .owl-stage-outer:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: 100;
}
/* line 83, ../sass/pages/_home.scss */
#home-slider .slides .owl-stage-outer:before {
  right: 0;
  width: 38%;
  height: 900px;
  background-color: rgba(48, 57, 66, 0.85);
}
/* line 89, ../sass/pages/_home.scss */
#home-slider .slides .owl-stage-outer:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 180px 900px 0;
  border-color: transparent rgba(48, 57, 66, 0.85) transparent transparent;
  content: '';
  display: block;
  position: absolute;
  right: 38%;
  bottom: 0;
}
/* line 103, ../sass/pages/_home.scss */
#home-slider .slides .owl-stage-outer .item {
  position: relative;
  overflow: hidden;
  height: 900px;
}
/* line 108, ../sass/pages/_home.scss */
#home-slider .slides .owl-stage-outer .item .img-wrap {
  position: relative;
  margin-right: 0;
  height: 900px;
  max-height: 100%;
  background-size: cover;
  background-position: bottom center;
}
/* line 116, ../sass/pages/_home.scss */
#home-slider .slides .owl-stage-outer .item .img-wrap img {
  height: auto;
}
/* line 124, ../sass/pages/_home.scss */
#home-slider .slides .owl-dots {
  position: absolute;
  top: 690px;
  display: flex;
  opacity: 0;
  z-index: 112;
  -webkit-transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  -ms-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  right: 30px;
  margin-top: 10px;
}
/* line 133, ../sass/pages/_home.scss */
#home-slider .slides .owl-dots .owl-dot {
  border: 0;
  flex-grow: 1;
  cursor: pointer;
  overflow: hidden;
  margin: 2px;
  display: inline-block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: white;
}
@media (max-height: 1000px) {
  /* line 6, ../sass/pages/_home.scss */
  #home-slider {
    height: 800px;
  }
  /* line 158, ../sass/pages/_home.scss */
  #home-slider .slides .owl-stage-outer .item {
    height: 800px;
  }
  /* line 161, ../sass/pages/_home.scss */
  #home-slider .slides .owl-dots {
    top: 640px;
  }
  /* line 165, ../sass/pages/_home.scss */
  #home-slider .slider-header .item {
    top: 470px;
  }
}
@media (max-height: 900px) {
  /* line 6, ../sass/pages/_home.scss */
  #home-slider {
    height: 700px;
  }
  /* line 173, ../sass/pages/_home.scss */
  #home-slider .slides .owl-stage-outer .item {
    height: 700px;
  }
  /* line 176, ../sass/pages/_home.scss */
  #home-slider .slides .owl-dots {
    top: 590px;
  }
  /* line 180, ../sass/pages/_home.scss */
  #home-slider .slider-header .item {
    top: 420px;
  }
}
@media (max-height: 800px) {
  /* line 6, ../sass/pages/_home.scss */
  #home-slider {
    height: 600px;
  }
  /* line 188, ../sass/pages/_home.scss */
  #home-slider .slides .owl-stage-outer .item {
    height: 600px;
  }
  /* line 191, ../sass/pages/_home.scss */
  #home-slider .slides .owl-dots {
    top: 540px;
  }
  /* line 195, ../sass/pages/_home.scss */
  #home-slider .slider-header .item {
    top: 370px;
  }
}
@media (max-height: 702px) {
  /* line 6, ../sass/pages/_home.scss */
  #home-slider {
    height: 500px;
  }
  /* line 203, ../sass/pages/_home.scss */
  #home-slider .slides .owl-stage-outer .item {
    height: 500px;
  }
  /* line 206, ../sass/pages/_home.scss */
  #home-slider .slides .owl-dots {
    top: 430px;
  }
  /* line 210, ../sass/pages/_home.scss */
  #home-slider .slider-header .item {
    top: 260px;
  }
}
@media (max-height: 620px) {
  /* line 217, ../sass/pages/_home.scss */
  #home-slider .slider-header h1 {
    margin-top: 0;
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  /* line 6, ../sass/pages/_home.scss */
  #home-slider {
    height: 700px;
  }
  /* line 228, ../sass/pages/_home.scss */
  #home-slider .slides .owl-stage-outer .item {
    height: 700px;
  }
  /* line 231, ../sass/pages/_home.scss */
  #home-slider .slides .owl-dots {
    top: 590px;
  }
  /* line 235, ../sass/pages/_home.scss */
  #home-slider .slider-header .item {
    top: 420px;
  }
}
@media (max-width: 1025px) {
  /* line 240, ../sass/pages/_home.scss */
  #home-slider #home-slider .slider-header h1 {
    margin-top: 20px;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  /* line 6, ../sass/pages/_home.scss */
  #home-slider {
    height: auto;
    background-image: url("https://www.harari-law.co.il/wp-content/uploads/2017/12/architecture-1727807_1920.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 253, ../sass/pages/_home.scss */
  #home-slider .slider-header {
    position: relative;
    top: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
    color: #222;
    padding: 80px 0;
  }
  /* line 261, ../sass/pages/_home.scss */
  #home-slider .slider-header h1 {
    padding: 30px 0 0;
    font-size: 2128;
    color: #222;
    letter-spacing: normal;
  }
  /* line 267, ../sass/pages/_home.scss */
  #home-slider .slider-header .lead {
    padding: 0;
    font-weight: normal;
    font-size: 14px;
  }
  /* line 272, ../sass/pages/_home.scss */
  #home-slider .slider-header .slider-texts {
    display: none;
  }
  /* line 277, ../sass/pages/_home.scss */
  #home-slider > .slides {
    display: none;
  }
  /* line 281, ../sass/pages/_home.scss */
  #home-slider > .slides .item .img-wrap img {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

/*
 * Home Footer
 */
/* line 298, ../sass/pages/_home.scss */
.footer-home {
  margin: 5px 0 15px;
}
/* line 301, ../sass/pages/_home.scss */
.footer-home .img-wrap {
  filter: brightness(0) invert(1);
}

/* line 309, ../sass/pages/_home.scss */
#home-slider-2 .slider-row > .row > .col-sm-4 {
  padding-left: 0;
}
/* line 312, ../sass/pages/_home.scss */
#home-slider-2 .slider-row > .row > .col-sm-8 {
  padding-right: 0;
}
/* line 317, ../sass/pages/_home.scss */
#home-slider-2 .heading {
  background-color: #303942;
  margin: 30px 0 0;
  padding: 15px 15px 120px;
}
/* line 322, ../sass/pages/_home.scss */
#home-slider-2 .heading .lead {
  color: white;
}
/* line 326, ../sass/pages/_home.scss */
#home-slider-2 .heading .item {
  position: absolute;
  right: -200px;
  opacity: 0;
}
/* line 331, ../sass/pages/_home.scss */
#home-slider-2 .heading .item.active {
  right: 20px;
  opacity: 1;
}
/* line 337, ../sass/pages/_home.scss */
#home-slider-2 .heading .slide-txt {
  color: white;
}
/* line 339, ../sass/pages/_home.scss */
#home-slider-2 .heading .slide-txt h3 {
  color: white;
}
/* line 344, ../sass/pages/_home.scss */
#home-slider-2 .slides {
  margin-top: -30px;
}
/* line 347, ../sass/pages/_home.scss */
#home-slider-2 .slides img.wp-post-image {
  border-width: 0 10px 0 0;
  border-style: solid;
  border-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 363, ../sass/pages/_home.scss */
body.page-template-page-home-2 #header {
  border-bottom: 0;
  box-shadow: none;
}
/* line 369, ../sass/pages/_home.scss */
body.page-template-page-home-2.home h1, body.page-template-page-home-2.home .h1 {
  letter-spacing: normal;
  font-size: 30px;
}

@media (max-width: 481px) {
  /* line 380, ../sass/pages/_home.scss */
  body.home #content {
    position: relative;
    z-index: 98;
  }
  /* line 384, ../sass/pages/_home.scss */
  body.home .wpb_content_element,
  body.home .wpb_single_image {
    margin-bottom: 10px;
  }
  /* line 388, ../sass/pages/_home.scss */
  body.home .harari-heading {
    margin-bottom: 10px;
  }
}
/* line 1, ../sass/pages/_blog.scss */
#articles-all,
#articles-main {
  background-color: rgba(241, 241, 241, 0.5);
}
/* line 5, ../sass/pages/_blog.scss */
#articles-all a,
#articles-main a {
  text-decoration: none;
  color: #222;
  display: block;
  padding: 15px;
  margin-right: -15px;
  margin-left: -15px;
}
/* line 13, ../sass/pages/_blog.scss */
#articles-all a:hover, #articles-all a:focus,
#articles-main a:hover,
#articles-main a:focus {
  color: #fff;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
/* line 22, ../sass/pages/_blog.scss */
#articles-all h2, #articles-all h2.h4,
#articles-main h2,
#articles-main h2.h4 {
  margin: 0 0 5px;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 1.281;
}
/* line 28, ../sass/pages/_blog.scss */
#articles-all img.wp-post-image,
#articles-main img.wp-post-image {
  margin-bottom: 15px;
}
/* line 31, ../sass/pages/_blog.scss */
#articles-all .item,
#articles-main .item {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.281;
}

@media (min-widt: 481px) {
  /* line 40, ../sass/pages/_blog.scss */
  #articles-main .col-sm-4 h2.h4,
  #articles-main .col-sm-6 h2.h4 {
    min-height: 46px;
  }
}

/* line 49, ../sass/pages/_blog.scss */
body.page-template-page-articles .page-header {
  margin-bottom: 0;
}
@media (max-width: 481px) {
  /* line 49, ../sass/pages/_blog.scss */
  body.page-template-page-articles .page-header {
    padding-top: 60px;
  }
}

/* line 1, ../sass/pages/_single.scss */
#single-post-wrapper {
  position: relative;
}

/* line 4, ../sass/pages/_single.scss */
#single-post-shares {
  display: flex;
  margin-bottom: 1px;
  margin-left: -1px;
  margin-right: -1px;
}
/* line 9, ../sass/pages/_single.scss */
#single-post-shares > a {
  flex-grow: 1;
  display: block;
  width: 33%;
  height: 40px;
  background-color: #757575;
  text-align: center;
  color: #fff;
  line-height: 40px;
  border: 1px solid white;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  position: relative;
  z-index: 10;
}
/* line 27, ../sass/pages/_single.scss */
#single-post-shares > a.facebook {
  background-color: #3b5998;
}
/* line 30, ../sass/pages/_single.scss */
#single-post-shares > a.linkedin {
  background-color: #0077b5;
}
/* line 33, ../sass/pages/_single.scss */
#single-post-shares > a.google {
  background-color: #d34836;
}
/* line 37, ../sass/pages/_single.scss */
#single-post-shares > a:hover, #single-post-shares > a:focus {
  outline: none;
  text-decoration: none;
  flex-grow: 20;
  width: 40%;
}
/* line 45, ../sass/pages/_single.scss */
#single-post-shares > a:hover.facebook, #single-post-shares > a:focus.facebook {
  background-color: #4264aa;
}
/* line 48, ../sass/pages/_single.scss */
#single-post-shares > a:hover.linkedin, #single-post-shares > a:focus.linkedin {
  background-color: #0088cf;
}
/* line 51, ../sass/pages/_single.scss */
#single-post-shares > a:hover.google, #single-post-shares > a:focus.google {
  background-color: #d85b4b;
}
@media (max-width: 481px) {
  /* line 4, ../sass/pages/_single.scss */
  #single-post-shares {
    display: none;
  }
}

/* line 62, ../sass/pages/_single.scss */
.the-post .dl-horizontal {
  font-size: 16px;
}
/* line 65, ../sass/pages/_single.scss */
.the-post .dl-horizontal dd {
  margin-right: 120px;
}
/* line 68, ../sass/pages/_single.scss */
.the-post .dl-horizontal dt {
  text-align: right;
  width: 100px;
}

/* line 74, ../sass/pages/_single.scss */
#more-posts {
  background-color: #f1f1f1;
  padding: 40px 0;
}
/* line 78, ../sass/pages/_single.scss */
#more-posts h2 {
  margin-bottom: 30px;
}
/* line 83, ../sass/pages/_single.scss */
#more-posts .flex .item {
  width: 25%;
  padding: 10px;
}
/* line 87, ../sass/pages/_single.scss */
#more-posts .flex .item .img-wrap {
  height: 248px;
}
/* line 90, ../sass/pages/_single.scss */
#more-posts .flex .item img.wp-post-image {
  width: 100%;
  max-height: 248px;
}
/* line 94, ../sass/pages/_single.scss */
#more-posts .flex .item h3 {
  min-height: 40px;
  font-size: 18px;
}

/* line 103, ../sass/pages/_single.scss */
body.single-post .the-post {
  background-color: rgba(241, 241, 241, 0.5);
  padding: 20px 50px;
  margin-bottom: 1px;
}
/* line 108, ../sass/pages/_single.scss */
body.single-post #comments {
  background-color: rgba(241, 241, 241, 0.5);
  padding: 0 50px 20px;
  margin-bottom: 36px;
  font-size: 14px;
}
/* line 115, ../sass/pages/_single.scss */
body.single-post #comments h2 {
  margin: 0 -50px 30px;
  color: white;
  padding: 10px 50px;
  opacity: 0.85;
}
/* line 122, ../sass/pages/_single.scss */
body.single-post #comments textarea {
  background: rgba(255, 255, 255, 0.25);
}
/* line 125, ../sass/pages/_single.scss */
body.single-post #comments textarea:focus {
  background: white;
}
/* line 129, ../sass/pages/_single.scss */
body.single-post #comments .avatar-wrap {
  float: right;
  margin-left: 20px;
  max-width: 80px;
  text-align: center;
}
/* line 135, ../sass/pages/_single.scss */
body.single-post #comments img.avatar {
  width: 72px;
  height: auto;
  border-radius: 50%;
  border: 5px solid white;
  box-shadow: 0 0 5px rgba(34, 34, 34, 0.25);
}
/* line 142, ../sass/pages/_single.scss */
body.single-post #comments .comment {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(241, 241, 241, 0.5);
  margin-bottom: 15px;
}
/* line 148, ../sass/pages/_single.scss */
body.single-post #comments .comment .content {
  margin-top: 15px;
}
/* line 151, ../sass/pages/_single.scss */
body.single-post #comments .comment .author {
  margin: 0;
}
/* line 155, ../sass/pages/_single.scss */
body.single-post #comments .comment:last-child {
  border-bottom: 0;
}

/* line 2, ../sass/pages/_my-projects.scss */
#my-projects-loop .item {
  display: block;
  background-color: white;
  margin: 0 0 30px;
  border: 5px solid white;
  -webkit-box-shadow: 0 0 5px rgba(34, 34, 34, 0.25);
  -moz-box-shadow: 0 0 5px rgba(34, 34, 34, 0.25);
  box-shadow: 0 0 5px rgba(34, 34, 34, 0.25);
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 17, ../sass/pages/_my-projects.scss */
#my-projects-loop .item img.wp-post-image {
  margin: 0 0 10px;
  border: 0;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.75;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
/* line 33, ../sass/pages/_my-projects.scss */
#my-projects-loop .item h3 {
  color: #757575;
  font-size: 21px;
  font-weight: 400;
}
/* line 39, ../sass/pages/_my-projects.scss */
#my-projects-loop .item:hover, #my-projects-loop .item:focus {
  background-color: #f1f1f1;
}
/* line 41, ../sass/pages/_my-projects.scss */
#my-projects-loop .item:hover img.wp-post-image, #my-projects-loop .item:focus img.wp-post-image {
  opacity: 1;
}

/* line 1, ../sass/pages/_single-project.scss */
#project-shares {
  position: absolute;
  left: 15px;
  top: 80px;
  font-size: 24px;
  font-weight: normal;
}
/* line 8, ../sass/pages/_single-project.scss */
#project-shares button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
}
/* line 16, ../sass/pages/_single-project.scss */
#project-shares .links-menu {
  position: absolute;
  left: 35px;
  top: 0;
  display: flex;
  width: 0;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  -webkit-transition: width 250ms ease;
  -moz-transition: width 250ms ease;
  -ms-transition: width 250ms ease;
  -o-transition: width 250ms ease;
  transition: width 250ms ease;
}
/* line 34, ../sass/pages/_single-project.scss */
#project-shares .links-menu li {
  flex-grow: 1;
  width: 33%;
  padding: 0;
}
/* line 39, ../sass/pages/_single-project.scss */
#project-shares .links-menu li a {
  padding: 4px;
  display: block;
  text-align: center;
  color: #303942;
  background-color: white;
  margin: 1px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 52, ../sass/pages/_single-project.scss */
#project-shares .links-menu li a:hover, #project-shares .links-menu li a:focus {
  color: #fff;
}
/* line 58, ../sass/pages/_single-project.scss */
#project-shares .links-menu.open {
  width: 120px;
}

/* line 64, ../sass/pages/_single-project.scss */
.page-header.single-project-header > .container {
  position: relative;
}

/* line 69, ../sass/pages/_single-project.scss */
body.single-project .gray-bg ul.menu {
  display: inline-block;
  width: 100%;
  margin: 0 0 3px;
}
/* line 73, ../sass/pages/_single-project.scss */
body.single-project .gray-bg ul.menu li, body.single-project .gray-bg ul.menu a {
  color: #222;
  font-size: 21px;
}
/* line 77, ../sass/pages/_single-project.scss */
body.single-project .gray-bg ul.menu a {
  display: inline-block;
  position: relative;
  right: auto;
  left: auto;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
/* line 84, ../sass/pages/_single-project.scss */
body.single-project .gray-bg ul.menu a:hover, body.single-project .gray-bg ul.menu a:focus {
  text-decoration: none;
}
/* line 89, ../sass/pages/_single-project.scss */
body.single-project .gray-bg ul.menu li:first-child {
  float: right;
}
/* line 92, ../sass/pages/_single-project.scss */
body.single-project .gray-bg ul.menu li:first-child a {
  right: 0;
}
/* line 94, ../sass/pages/_single-project.scss */
body.single-project .gray-bg ul.menu li:first-child a:hover, body.single-project .gray-bg ul.menu li:first-child a:focus {
  right: 4px;
}
/* line 99, ../sass/pages/_single-project.scss */
body.single-project .gray-bg ul.menu li:last-child {
  float: left;
}
/* line 102, ../sass/pages/_single-project.scss */
body.single-project .gray-bg ul.menu li:last-child a {
  left: 0;
}
/* line 104, ../sass/pages/_single-project.scss */
body.single-project .gray-bg ul.menu li:last-child a:hover, body.single-project .gray-bg ul.menu li:last-child a:focus {
  left: 4px;
}

/* line 114, ../sass/pages/_single-project.scss */
#my-project-steps ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 119, ../sass/pages/_single-project.scss */
#my-project-steps ul li {
  display: inline-block;
  width: 100%;
  margin: 0;
  position: relative;
  padding: 0 0 10px;
}
/* line 126, ../sass/pages/_single-project.scss */
#my-project-steps ul li:before {
  content: '';
  display: inline-block;
  float: right;
  width: 48px;
  height: 48px;
  margin: 0 0 0 20px;
  border: 2px solid #b5b5b5;
  background-color: #f6f6f6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
/* line 141, ../sass/pages/_single-project.scss */
#my-project-steps ul li:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  width: 2px;
  top: 0;
  bottom: -8px;
  right: 23px;
  background-color: #757575;
}
/* line 154, ../sass/pages/_single-project.scss */
#my-project-steps ul li:last-child:after {
  content: '';
  display: none;
}
/* line 159, ../sass/pages/_single-project.scss */
#my-project-steps ul li time, #my-project-steps ul li p {
  float: right;
}
/* line 162, ../sass/pages/_single-project.scss */
#my-project-steps ul li time {
  width: 80px;
  margin-left: 20px;
  line-height: 48px;
  min-height: 48px;
}
/* line 168, ../sass/pages/_single-project.scss */
#my-project-steps ul li p {
  margin: 14px 0 0;
}
@media (max-width: 481px) {
  /* line 168, ../sass/pages/_single-project.scss */
  #my-project-steps ul li p {
    width: 100px;
  }
}
/* line 176, ../sass/pages/_single-project.scss */
#my-project-steps ul li.ok-icon:before {
  content: none;
  display: none;
}
/* line 180, ../sass/pages/_single-project.scss */
#my-project-steps ul li.ok-icon .icon-wrap {
  width: 48px;
  margin: 0 0 0 20px;
  height: 48px;
  float: right;
  position: relative;
  z-index: 5;
  border: 2px solid #9b9b9b;
  background-color: #f6f6f6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
/* line 194, ../sass/pages/_single-project.scss */
#my-project-steps ul li.ok-icon .icon-wrap svg {
  margin: 10px;
}
