* {
  margin: 0px;
  padding: 0px;
  outline: 0!important;
}

body {
  line-height: 28px;
  font-size: 16px;
  color: #666;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  overflow-x: hidden;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul {
 margin-bottom: 0px;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}


.hmbanner {
  background: url(..//images/bg51.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  background-size: cover;
}

/*.logoimg img {
  width: 300px;
  margin: 0 auto;
}
*/
.underhm {
  padding-top: 200px;
}

.logoimg {
  margin-bottom: 50px;
}

.logoimg img {
    width: 300px;
}

/*.underhm {
  text-align: center;
}*/

.undertext h3 {
  font-family: 'Oswald', sans-serif;
  color: #000;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.4;
  /*border-bottom: 5px solid #000;*/
  display: inline-block;
  margin-top: 0px;
}

.undertext h4 {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.4;
    /*border-bottom: 5px solid #000;*/
    display: inline-block;
    margin-top: 20px;
}

.undertext p a {
    font-size: 20px;
    color: #2556c4;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.helptext {
  margin-top: 30px;
}

.helptext h4 {
  color: #000;
  text-transform: uppercase;
}

.helptext a {
  color: #81399a;
}

.social {
  margin-top: 50px;
}

.social ul li {
  float: none;
  display: inline-block;
  padding: 0 10px;
}

.social ul li a {
  width: 30px;
  height: 30px;
  background: #81399a;
  color: #fff;
  border-radius: 50px;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
}