/*menu*/
body {
    /*font-family: "Lato", sans-serif;*/
    /*font-family: 'Assistant', sans-serif;*/
    background: rgba(0, 0, 0, 0.02);
}
a i ,
a span
{
  padding: 0 .5em;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/*.sidenav a:hover {
    color: #f1f1f1;
}*/

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Menu Top Sticky*/
body {
  margin: 0;
  /*font-size: 12px;*/
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: var(--font-body);
  
}

.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

#navbar {
  overflow: hidden;
  background-color: #fff !important;
}

#navbar a {
  float: left;
  display: block;
  color: #000 !important;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;

}

/*#navbar a:hover {
  background-color: #ddd;
  color: black;
}*/

/*#navbar a.active {
  background-color: #4CAF50;
  color: white;
}*/

.navbar li{
  padding-bottom: 0em;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

/* Menu TOP NAV Center*/
body {
  margin: 0;
  /*font-family: Arial, Helvetica, sans-serif;*/
}

.topnav {
  position: relative;
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  /*color: #f2f2f2;*/
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/*.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}*/

.topnav-centered a,
.topnav-centered input {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topnav-right {
  float: right;
}

/* Responsive navigation menu (for mobile devices) */
@media screen and (max-width: 600px) {
  .topnav a, .topnav-right {
    float: none;
    display: block;
  }
  
  .topnav-centered a {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}

/*Menu FIXED*/
/* The navigation bar */
.navbar1 {
    overflow: hidden;
    background-color: #333;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar1 a {
    float: left;
    display: block;
    /*color: #f2f2f2;*/
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change background on mouse-over */
/*.navbar1 a:hover {
    background: #ddd;
    color: black;
}*/

/* Main content */
.main1 {
    margin-top: 30px; /* Add a top margin to avoid content overlay */
}


/*HEBREW*/
body{
  /*direction: rtl;*/
  /*background-image: url(brown-hardwood-lumber-139306.jpg);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  /*background-size: auto auto;*/
  direction: ltr;
}
.navbar-nav{
  /*float: initial !important;*/
  /*text-align:center;*/
}

/*SEARCH*/
.divround .col-sm-4{
  padding: 1em;
}
.divround .col-sm-4 div{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  padding: 1em;
  border-radius: 1em;
  text-align: center;
  background: #fff;
  /*background-image: url(abstract-antique-backdrop-129731.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto auto;
  background-color: #fff; 
}
.divround .col-sm-4 div img{
  width: 80px;
  height: 80px;
  width: 100px;
  height: 100px;
  border-radius: 50%;

}

.divround .col-sm-4 div p{
  padding-top: 10px;
  padding-top: 3px;
  font-size: 15px;
  font-size: 18px;
  font-weight: bold;

  /*font-family: comixno;*/
  /*font-family: 'Assistant', sans-serif;*/
  font-family: var(--font-body);

}
.inpu{
  /*background: #090909;*/
  /*height: 3em;*/
  padding: 5px;
  /*width: 50%;*/
  /*width: 300px;*/
  margin: 0 auto;
  /*background-image: url(texture/abstract-antique-backdrop-132193.jpg);*/
  border-radius: 1em;
  margin-top: -4em;
  /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
  text-align: center;
}
.inpu input{
  margin: auto;
  /*text-align: center;*/
  width: 300px;
}



/*HEADER*/
#myHeader,
.jumbotron
{
    /*background-image: url(../img/web/bg/bg.jpg);*/
    /*background-repeat: no-repeat;*/
    background-position: center;
    background-size: auto auto;
    background-color: #f1f1f1;
    background: #fff;
    /*background: linear-gradient(white, #D3D8E8);*/
    background: linear-gradient(#D3D8E8, white);
    /*background-size: 100% 100%;*/
}
.jumbotron{
  padding-top: 190px;
  padding-top: 120px;
  padding-top: 90px;
}
.w3-padding,

{
    padding: 32px 16px!important;
}
.maxhead h1,
.maxhead h2,
.maxhead p{
  color: #000;
  /*text-shadow: 0px 9px 20px #000;*/
  /*background: #000;*/

  padding: .5em;
  padding: 10px 50px;
  padding: 10px 20px;
  background: rgba(0,0,0,.05);
  background: #fff;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
  border-radius: .5em;
  border-radius: 1em;
  width: fit-content;
  margin: auto;
  margin-top: 0.3em;
  font-weight: bold;
  font-weight: 700;
  /*font-family: gan;*/
  /*font-family: 'Questrial';*/

  /*font-family: 'Questrial', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;*/
  /*font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;*/
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;*/
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Arial, sans-serif;*/
  /*font-family:'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;*/
  /*font-family: 'Manrope', sans-serif;*/
  /*font-family: 'Questrial', sans-serif;*/
  font-family: var(--font-h1);
}
.maxhead h2{
  font-size: 27px;
  font-family: var(--font-h2);
}
.maxhead h1{
  font-size: 36px;
  font-family: var(--font-logo);
}
h3,h4,h5{
  font-family: var(--font-h1);
}
h3{
  font-size: x-large;
}
h4{
  font-size: larger;
}
h5{
  font-size: large;
  font-size: large;
}
br{
  margin: 0px;
  display: none;
}
.container-find{
  font-family: var(--font-body);
}
/*LOGO*/
.navbar-brand {
  display: flex;
  align-items: center;
  /*font-weight: bold;*/

}
.navbar-brand>img {
  /*padding: 7px 14px;*/
  height: 2em;
  width: 2em;

  /*height: 5em;*/
  /*width: 5em;*/

  /*margin-top: 2em;*/
  margin-right: 1em;
  margin-left: 1em; 
  /*border-radius: 50%;*/
  /*box-shadow: #bf6619 4px 4px 0px;*/
}
.menu-logo-title{
  /*font-family: gan;*/
  font-family: var(--font-logo);
}
.navbar-inverse{
  background-color: #fff;
  /*background-color: #fff;*/
  /*background-color: #0f63a9;*/
  /*background-color: #2a36b1;*/

  
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #0d7ec4;
}
.navbar-inverse .navbar-brand{
  /*color: #fff;*/
  /*color: #696969 !important;*/
  color: #000 !important;
  font-weight: bold;
  /*font-family: 'Questrial', sans-serif;*/
  font-family: var(--font-logo);

}
.navbar-brand:hover,
.navbar-inverse .navbar-nav>li>a:hover{
  color: #000 !important;
}
/*#0d7ec4
#0f63a9
#0f63a9*/
.navbar-inverse .navbar-nav>li>a{
  /*color: #fff;*/
  /*color: #696969 !important;*/
  color: #000 !important;
  /*font-family: 'Questrial', sans-serif;*/
  font-family: var(--font-logo);
}
/*MENU INPUT*/
@media (min-width: 768px) {
  .menu-input .input-group{
    width: 400px !important;
    width: 360px !important;
    max-width: 100% !important;
  }
}
#inputlg,
#inputlg-menu{
  /*font-family: comixno;*/
  /*font-family: 'Assistant', sans-serif;*/
  font-family: var(--font-logo);
  font-family: var(--font-body);
}
.nav.navbar-nav.navbar-right{
  /*font-family: comixno;*/
}
/*MODOL*/
.modal-content{
  /*font-family: comixno;*/
}
#new_form,
.pro-container,
.upd-container,
.cha-stop-container{
  /*font-family: comixno;*/
  font-size: 18px;
}
.cha-stop-container{
  padding-top: 36px;
  padding-bottom: 36px;
}
.reg-title,
.pro-title,
.upd-title{
  /*font-family: noot;*/
  /*font-family: 'Assistant', sans-serif;*/
  font-weight: bold;
  color: #007bff;
}
.reg-intro{
  color: #806749;
  font-weight: bold;
}
#new_form{
  margin-bottom: 50px;
}
.pro-img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

#res_form_alert{
  /*font-family: comixno;*/
  /*font-family: 'Assistant', sans-serif;*/
  padding-top: 20px;
  padding-bottom: 20px;
}
.div-pro-pic{
  text-align: center;
  padding-top: 20px;

}
.div-pro-pic .picuser{
    text-align: center;
    color: #fff;
    background: #009688;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.8em;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    margin-left: -2.5em;
    display: inline-block;
    vertical-align: bottom;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
#imgupl{
  display: none;
}
h2{
  /*font-family: comixno;*/
  font-size: 36px;
  /*color: #007bff;*/
  /*color: #337ab7;*/
  /*font-family: 'Questrial', sans-serif;*/
}
.comments{
  /*font-family: comixno;*/
  /*font-family: 'Assistant', sans-serif;*/
}
.comments .col-lg-3,
.comments .col-lg-4{
  padding: 1em;
}
.comments .col-lg-3 div,
.comments .col-lg-4 div{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  padding: 1em;
  border-radius: 1em;
  text-align: center;
  background: #fff;
  /*background-image: url(abstract-antique-backdrop-129731.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto auto;
  background-color: #fff; 
}
.comments .col-lg-3 div img,
.comments .col-lg-4 div img{
  /*width: 80px;*/
  /*height: 80px;*/
  /*width: 100px;*/
  /*height: 100px;*/
  /*border-radius: 50%;*/

}

.comments .col-lg-3 div p,
.comments .col-lg-4 div p{
  padding-top: 10px;
  font-size: 15px;
  font-size: 18px;
  font-weight: bold;

  /*font-family: comixno;*/
}
.comments img{
  max-width: 100%;
  border-radius: 10px;
}
.comments h3,
.comments p{
  text-align: center;
}

.imgs img{
  height: 200px;
}
h2{
  text-align: center;
}
.contactus{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}
.center{
  text-align: center;
}
h3{
  font-weight: bold;
}
h4{
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}
h3,label,p,.alert-danger{
  /*font-family: 'Questrial', sans-serif;*/
}
footer{
  /*background-color: #0d7ec4!important;*/
  padding-bottom: 36px;
  padding-top: 36px;
  background: #fff;
  /*font-family: 'Assistant', sans-serif;*/
}
footer a,
footer a:focus,
footer a:hover{
  color: #000;
}
h5{
  font-size: 18px;
  font-weight: bold;
  /*font-family: 'Questrial', sans-serif;*/
}
li, ul {
    list-style: none;
    /*margin: 0;
    /*padding: 0;*/
    /*border: 0;*/
}
li{
  padding-bottom: 1em; 
}
.sm-logos img{
  margin: 0px -10px -25px -9px;
}
.col-count-4-2 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
@media (max-width: 767px){
  .col-count-4-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
/*FONTS*/
@font-face {
    font-family: comixno;
    src: url(../font/comixno/comixno2clm_medium-webfont.woff);
}
@font-face {
    font-family: noot;
    src: url(../font/noot/noot-aj.woff);
}
@font-face {
    font-family: migdal;
    src: url(../font/migdal-haemeq/migdalfontwin-webfont.woff);
}
@font-face {
    font-family: abraham;
    src: url(../font/abraham/Abraham-Regular.woff);
}
@font-face {
    font-family: gan;
    src: url(../font/gan/ganclm_bold-webfont.woff);
}