html {
  scroll-behavior: smooth;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
* {
  box-sizing: border-box;
}
.d-grid {
  display: grid;
}
.d-flex {
  display: flex;
  display: -webkit-flex;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
button,
input,
select {
  -webkit-appearance: none;
  outline: none;
}
button,
.btn,
select {
  cursor: pointer;
}
a {
  text-decoration: none;
}
iframe {
  border: none;
}
ul {
  margin: 0;
  padding: 0
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0
}
p {
  color: #485460;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.p-fixed {
  position: fixed;
}
.p-sticky {
  position: sticky;
}
.btn,
button,
.actionbg {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
.btn:hover,
button:hover {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
}
/*--/wrapper--*/
.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }
}
.wrapper-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/*--//wrapper--*/
.w3l-error-61-404 .error-61-mian {
  background: url(../images/bg.png) no-repeat bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  height: 100vh;
  z-index: 0;
  position: relative;
  display: grid;
  align-items: center;
}
.w3l-error-61-404 .error-61-mian:before {
  content: "";
  background: rgba(66, 21, 2, 0.45);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}
.w3l-error-61-404 .errors-16-top {
  max-width: 700px;
}
.w3l-error-61-404 .error-61-mian h3 {
  margin-bottom: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.w3l-error-61-404 .error-61-mian p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1px;
}
.w3l-error-61-404 .error-page-form {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 25px 0;
}
.w3l-error-61-404 .error-page-form input {
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  display: block;
  padding: 0.4em 1em;
  background: rgb(109 95 94 / 50%);
  letter-spacing: 1px;
  width:79%;
  border-radius: 5px;
  margin-right: 10px;
  line-height: 27px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
background:transparent;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
background:transparent;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
background:transparent;
}
:-moz-placeholder { /* Firefox 18- */
 color: #fff;
background:transparent;
}
.w3l-error-61-404 .error-page-form button {
  color: var(--theme-green);
  background:#fff;
  border: none;
  padding: 10px 15px;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  width: 20%;
  display: block;
  border-radius: 5px;
}
.w3l-error-61-404 .error-page-form button:hover {
  color:#fff;
  background:#745ad0;
}
.w3l-error-61-404 .social-coming-icons a {
    background: transparent;
    border-radius: 5px;
    width: 110px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin-right: 25px;
    border: 1px solid #fff;
    color: #fff;
}
.w3l-error-61-404 .social-coming-icons a:hover {
  color:#745ad0;
  border: 1px solid #745ad0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
}
.w3l-error-61-404 .copyright-footer {
  margin: 150px auto 0;
}
.w3l-error-61-404 .copy-right p {
  font-size: 22px;
  line-height: 29px;
  color: #f9f9f9;
}
.w3l-error-61-404 .copy-right a {
  color: #f9f9f9;
}
@media (max-width: 1280px) {
  .w3l-error-61-404 .error-61-mian h3 {
    font-size:180px;
    line-height:170px;
  }
}
@media (max-width: 1280px) {
  .w3l-error-61-404 .error-61-mian h3 {
    font-size:125px;
    line-height:120px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media (max-width: 990px) {
  .w3l-error-61-404 .error-61-mian h3 {
    font-size:125px;
    line-height:110px;
  }
}
@media (max-width: 667px) {
  .w3l-error-61-404 .error-61-mian h3 {
    font-size:115px;
    line-height:110px;
  }
}
@media (max-width:600px) {
  .w3l-error-61-404 .error-61-mian {
    background: url(../images/banner1.jpg) no-repeat right;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
  }
}
@media (max-width: 440px) {
  .w3l-error-61-404 .error-61-mian h3 {
    font-size:105px;
    line-height:100px;
  }
}
@media (max-width: 384px) {
  .w3l-error-61-404 .error-61-mian h3 {
    font-size:95px;
    line-height:90px;
  }
}