@bg: #2d2d37; // Dark blue
@primary: #fd6b21; // Orange

/*body { background: @bg;}*/
body { background-image: url("https://shotland.co.il/clients/rotem/wp-content/uploads/2018/07/up_001-1.png");
background-repeat: repeat-y;
}
 

a { color: white; text-decoration: none; }

.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.our-clients h5 {
    margin-top: -140px;
    /* margin-bottom: 100px; */
}

/*.copyright {
     display: block!important; 
    width: 25%!important; 
  background: #272727!important; 
}*/
.paoc-popup-modal-cnt {
    background-color: #FFF;
    padding: 0px 0px 0px 0px!important; 
}
.popupaoc-button {
    padding: 10px 15px;
    background: #e91e6300;
    color: #404040;
    display: inline-block;
}
.intro-text {
    text-shadow: 2px 2px #080808!important;
}



@media (max-width: 490px) {
 .sc_team_member_inner {
    height: 240px!important;
}
  .custom-html-widget {
    width: 84%!important;
}
  .elementor-row{
    direction:ltr;
  }
  .elementor-container{
    direction:rtl;
  }
}

.arrow {
    display: none!important;
}
.menu-menu-1-container #menu-menu-1 a {
  float: right!important;}