body {
    overflow-x: hidden;
}
nav {
    position: relative;
    z-index: 9999999;
}
.hmain .himg {
    background: url('images/head.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 60vh;
    padding: 30px;
}
.inner .himg, .inner .htxt {
    height: 10vh;
    padding: 30px;
}
.inner .htext-wrap {
    padding: 120px 0;
}
.himg nav {
    border-radius: 50px;
}
.hrow {
    background: #fafafa;
    padding: 0 !important;
}
.htxt {
    height: 60vh;
    padding: 30px;
}
.htext-wrap {
    padding-top: 10%;
}

#feat {
    background: #fafafa;
}
#feat ul {
    padding-left: 5px;
}
#feat ul li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: 0;
   
}

@media screen and (max-width: 768px) {
    .himg nav {
        padding: 20px;
        border-radius: 4px;
    }
}