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

body {
  line-height: 28px;
  font-size: 14px;
  color: #666;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background: #000;
}

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;
}


.outer1 {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.middle1 {
    display: table-cell;
    vertical-align: middle;
}

.inner1 {
    margin-left: auto;
    margin-right: auto;
}

.intrologo img {
  width: 500px;
  margin: 0 auto;
}


.introtext {
  padding: 30px 0;
  text-align: center;
  color: #ddd;
  font-size: 18px;
  line-height: 2;
}


.introbtn a {
  background: #ff0103;
  padding: 15px 25px;
  border-radius: 5px;
  color: #fff;
}

.introbtn {
  text-align: center;
}

.name {
    margin: 0 auto;
    text-align: center;
    margin-top: 5px;
}

.name ul li {
    display: inline;
    padding: 0 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    /* margin-top: 28px; */
}


.our-work-img-box img{
    width:100%
}