* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}
.logo {margin-bottom:8px;}
.btn_cnt {text-decoration: none;
    padding: 9px 37px;
    font-weight: 400;
    background-color: #277FD9;
    font-size: 14px;
    color: #fff;
	transition: all 0.5s ease;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;}
.btn_cnt i {padding-left:10px;transition: all 0.5s ease;}  
.btn_cnt:hover{background-color:#333;}
.btn_cnt:hover i{padding-left:15px;}
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top:49%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
position: relative;
    height: 380px;
}

.notfound .notfound-404 h1 {
font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 50%;
    top:16%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 42px;
    font-weight:600;
    margin: 0px;
    color: #000;
    text-transform: capitalize;
}

.notfound .notfound-404 h1>span {
  text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
  font-family: 'Cabin', sans-serif;
  position: relative;
  font-size: 16px;
  font-weight: 700;
text-transform: capitalize;
  color: #262626;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}


.notfound h2 {
	    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-19%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight:500;
    text-transform: capitalize;
   color: #727171;
    margin-top: 0px;
    position: absolute;
    margin-bottom: 0;
    left: 30%;
    top:30%;
}

@media only screen and (max-width: 767px) {
	#notfound .notfound {    top: 51%;}
.notfound .notfound-404 {
    height: 379px;
}
  .notfound .notfound-404 h1 {
   font-size: 42px;
       top: 15%;
  }
  .notfound h2 {top: 30%;}
}

@media only screen and (max-width: 480px) {
	#notfound .notfound {
    top: 71%;
}
	.mb_w {    width: 520px;}
.notfound .notfound-404 {
    height: 398px;
}
  .notfound .notfound-404 h1 {
       font-size: 42px;
    height: 61px;
	    top:13%;
  }
  .notfound h2 {
      font-size: 16px;
    top: 115px;
    left: 31%;
  }
}
