* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#notfound {
  background-color: #0093FF;
  position: relative;
}


.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  padding: 0px 15px 15px 15px;
  margin: 0 auto;
  
}

.notfound .notfound-404 {
  position: relative;
  height: 150px;
  line-height: 150px;
  /* margin-bottom: 25px; */
}

.notfound .notfound-404 h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 186px;
  font-weight: 900;
  margin: 0px;
  text-transform: uppercase;
  /* background: url('../img/404.png'); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  line-height: 81px;
  background-size: cover;
  background-position: center;
  margin-bottom: 0px;
}

.notfound h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.notfound p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #dedede;
  text-transform: uppercase;
}

.notfound a {
  font-family: 'Titillium Web', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #545965;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 1px;
  margin-top: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background: #FFF;
  color: #8089ff;
  border-radius: 20px;
  margin: 15px;
}

.notfound a:hover {
  opacity: 0.8;
  background: #545965;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 110px;
    line-height: 110px;
  }
  .notfound .notfound-404 h1 {
    font-size: 120px;
  }
}
#notfound{
  font-family: 'Titillium Web', sans-serif;   
  padding: 0px 15px;
  color: #fff;
  text-align: center;
}
.oops-content{
font-size: 20px;
font-size: 20px;
max-width: 700px;
margin: auto;
}
.oops-heading{
    font-size: 90px;
    text-align: center;
    color: #fff;
}
html, body, #notfound{
  min-height: 100vh!important;
}
.img-404-wrap img{
  width: 100%;
  padding: 15px 0px;
}
.img-404-wrap{
  width: 100%;
}