.navbar-nav li a:hover{
    color: white !important;
  }
  .navbar-nav li a {
    position: relative;
    display: inline-block;
    color: orange !important;
    text-decoration: none;
    font-size: 15px;
  }
  .navbar-brand img {
    max-width: 80px;
  }
  
  
  
  
  .navbar {
    height: 80px;
 
  }
  
  .navbar-brand {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .navbar-brand img {
    height: 65px;
  }
  
  
  .navbar-nav li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff ;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.2s ease-in-out 0s;
  }
  
  .navbar-nav li a:hover::before {
    visibility: visible;
    transform: scaleX(1);
  }
  
  .navbar-nav li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f8dc81;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.2s ease-in-out 0s;
  }
  
  .navbar-nav li a:hover:after {
    visibility: visible;
    transform: scaleX(1);
  }

  #one{
    background-image: url(../images/download.png);
    background-attachment: fixed;
    height: 750px;
    background-size: cover;

}



.ibtc{
    background-image: url(../images/download.png);
    background-attachment: fixed;
    height: 350px;
}



.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 2s ease;
}

.reveal.active{
  transform: translateY(0px);
  opacity: 1;
}


.progress {
  height: 20px;
    border-radius:20px;

}

.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}
span {
  
    display:block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    text-transform:uppercase;
    color: #888888;
	line-height: 17px;
	margin-bottom:5px;
}
.progress-bar {
  text-align: left;

  border-radius:20px;
  transition-duration: 3s;
}