body {
    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 400;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-padding {
    padding: 130px 0;
}

.header-top {
    padding: 10px 0;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
h6 {
    color: #777;
    font-size: 12px !important;
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.header-top h6 i {
    font-size: 18px;
    position: relative;
    top: 2px;
}
.header-top h6 {
    margin-top: 6px;
}
.header-top h6 a {
  color: #777;
}

.header-top .social-links ul {
    float: right;
    margin-top: 5px;
}
.header-top .social-links ul li {
    display: inline;
    margin-left: 15px;
}
.header-top .social-links ul li a {
    color: #777;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


#header {
    padding: 14px 0;
    position: fixed;
    left: 0;
    top: 48px;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}
.banner-area {
    padding: 400px 0 350px;
    background-color: #b0b0b0;
    background-image: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.footer-widget {
  padding-top: 80px;
}
.footer-bottom {
  padding-top: 130px;
}
