#about-us {
background-color: white;
padding: 60px 0;
}

#about-us h2 {
margin-top: 0;
color: #333;
}

#about-us .lead {
font-size: 16px;
margin-bottom: 10px;
}

#about-us h1 {
margin-bottom: 30px;
}

.progress-title{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px 0;
}

.progress{
    height: 20px;
    line-height: 15px;
    border-radius: 5px;
    background: #f0f0f0;
    margin-bottom: 30px;
    box-shadow: none;
    overflow: visible;
}

.progress-bar{
    position: relative;
    border-radius: 0;
    opacity: 0;
}

.progress .progress-value{
    display: block;
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 8px;
}

#features {
  text-align: center;
}

#features i {
  font-size: 48px;
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

.fade-block {
    opacity: 0;
    margin:10px auto;
}

.fly-left {
    position: relative;
    opacity: 0;
    margin: 10px auto;
}


.fly-left {
    left:-300px;
}

@-webkit-keyframes fly{
    100% { left: 0px; opacity: 1; }
}

@keyframes fly{
    100% { left: 0px; opacity: 1; }
}

@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive{
    0% { width: 0%; }
}

img.home-thumb {
    width: 360px;
    height: 240px;
    object-fit: cover;
}

section {
    padding-top: 40px;    
}

.top-button {
    bottom:0px; 
    right:0px;
    margin: 5px;
    padding: 10px 20px;
    z-index: 1010;
}

.bar {
    width:100%;
    height:40px;
    object-fit: cover;
}