.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none;
    }
  }
  .offcanvas h5{
    
        color:#407D5A !important;
        font-size: 17px;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        text-decoration: none;
    
    
  }
.offcanvas  a{
    color:rgba(0,0,0,0.87) !important;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
.offcanvas  a i{
  color:rgba(0,0,0,0.3) !important;
}
.offcanvas  a:hover{
    color:#749F85;
}
  .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  .offcanvas-backdrop.fade {
    opacity: 0;
  }
  .offcanvas-backdrop.show {
    opacity: 0.5;
  }
  
  .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
  }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  
  .offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
  }
  
  .offcanvas-start {
    top: 0;
    left: 0;
    width: 300px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
  }
  
  .offcanvas-end {
    top: 0;
    right: 0;
    width: 320px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
  }
  
  .offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
  }
  
  .offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
  }
  
  .offcanvas.show {
    transform: none;
  }
  .collapse:not(.show) {
    display: none;
  }
  
  .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none;
    }
  }
#main-header{
    position:fixed;
    width: 100%;
    height: 55px;
    z-index: 99;
    margin:0px auto;
    left:0px;
    right: 0px;
    top:0px;
}

#main-header #bars{
    margin:20px 50px;
    float: right;
    color:rgba(0, 0, 0, 0.32) !important;
}
#main-header #globe{
    margin:15px 50px;
    float: left;

}
#main-header #background{
  height: 0px;
  position: absolute;
  z-index: -1;
  width: 100%;
  transition: all .25s;
}
#main-header #background.scrolled{
  height:70px;
  background-color: #F8F6F1;
}
.collapse, .collapsing{
    box-sizing: border-box !important;
    padding-left:30px;
}
/*----------------------------------------
**************  6. RESPONSIVE  ***************
-----------------------------------------*/
@media screen and (max-width: 900px) {
  #globe{
    display: none;
  }
  #main-header #background.scrolled{
    background-color: transparent;
  }
}
