#home{
    height: 100vh !important;
}
.home-content{
    /* background-color: rgba(255, 255, 255, .8); */
    color: #000 !important;
    padding: 3rem;
}
.home .home-content h1{
  font-weight: 700;
}
.home .home-content h4{
  font-size: 1.3rem;
  line-height: 1.5;
}
.home .home-content h1, .home .home-content h4{
    color: #000 !important;
}
.banner_description{
  width: 30rem;
}
.a76376478362_hidden{
  visibility: hidden;
  display: none;
}
#message{
  background: #22b978;
  color: white;
  text-align: center;
  padding: 1.5rem 3rem;
  border-radius: 10px;
}
.no-margin{
  margin: 0;
}
#about{
    height: 25vh !important;
    background-color: #d8e2f3;
}
.service{
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.langWrap{
    display: none;
}
.langWrap:hover{
    display: block;
}
.langWrap a{
    position: relative;
    display: block !important;
    padding: 10px 15px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, .9);
    color:#444;
}
.langWrap a:hover{
    cursor: pointer;
    background-color: rgba(255, 255, 255, .8);
    color: #444;
}
.langWrap a.active{
    background: #444;
    color: #fff;
}
.table{
    border: 1px solid #ccc;
}
.table thead tr:first-child{
    background-color: rgba(0, 0, 0, .7);
    color: white;
}
.table tbody{
    background: white;
}
.table tbody tr td:first-child{
    text-align: left;
}
.text-bold{
    font-weight: bold;
}

/* Table */

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
  }
  
  table th,
  table td {
    padding: .625em;
    text-align: center;
  }
  
  table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  
  @media screen and (max-width: 600px) {
    table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }
    .table tbody tr td:first-child{
        text-align: right;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }
  