body {
    overflow-x: hidden;
}
  
#ange-wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#ange-wrapper.toggled {
  padding-left: 250px;
}
  
#sidebar-ange-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
  
#ange-wrapper.toggled #sidebar-ange-wrapper {
  width: 250px;
}

#page-content-ange-wrapper {
  width: 100%;
  position: absolute;
  padding: 0;
}

.navbar_ange {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;

}


#ange-wrapper.toggled #page-content-ange-wrapper {
  position: absolute;
  margin-right: -250px;
}


/* Sidebar Styles */
  
  .sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
  }
  
  .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
  }
  
  .sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
  }
  
  .sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
  }
  
  .sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
  }
  
  .sidebar-nav>.sidebar-brand a {
    color: #999999;
  }
  
.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.menu-ange{
  color: white !important;
  font-size: 11px;
}


.container-ange{
  transform: translateY(13%);
}

.subsection_ange{
  margin-bottom: 40px;
}

.subsection_experience_ange{
  transform: translateY(15%);
}

@media(max-width:800px) {
  .navbar_respo{
    margin-right: 230px;
  }

  .subsection_experience_ange{
    transform: translateY(0%);
  }
}

@media(min-width:768px) {
  #ange-wrapper {
    padding-left: 0;
  }

  .navbar_respo{
    margin-right: 250px;
  }

  .menu-ange{
    color: white !important;
    margin-right: 0px !important;
    font-size: 17px;
  }

  #ange-wrapper.toggled {
    padding-left: 250px;
  }
  #sidebar-ange-wrapper {
    width: 0;
  }
  #ange-wrapper.toggled #sidebar-ange-wrapper {
    width: 250px;
  }
  #page-content-ange-wrapper {
    padding: 0;
    position: relative;
  }
  #ange-wrapper.toggled #page-content-ange-wrapper {
    position: relative;
    margin-right: 0;
  }
}


.ange_sidebar a {
  color: #e6f0f2 ;
  text-decoration: none;
  background-color: transparent;
}

.ange_sidebar a:hover {
  color: #a7bb2f ;
}

.ange_sidebar .nav-sidebar a {
  color: #e6f0f2 ;
  text-decoration: none;
  background-color: transparent;
}

.ange_sidebar .nav-sidebar a:hover {
  color: #a7bb2f !important;
}

.mylanguage{
  color: white;
}