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;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.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/banner1.jpg) 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: 600px;
}

.w3l-error-61-404 .error-61-mian h3 {
  font-size: 223px;
  line-height: 200px;
  color: #fff;
  font-weight: bold;
  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: 2px solid #fff;
  border-radius: 25px;
  padding: 5px;
  margin: 20px 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: rgba(114, 51, 23, 0.75);
  letter-spacing: 1px;
  width:100%;
  border-radius: 25px;
  margin-right: 1%;
}
::-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;
  display: block;
  border-radius: 25px;
}

.w3l-error-61-404 .error-page-form button:hover {
  color:#fff;
  background:#394247;
  
}

.w3l-error-61-404 .social-coming-icons a {
  background: transparent;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  display: inline-block;
  margin-right: 12px;
  border: 2px solid #fff;
  color:#fff;
}

.w3l-error-61-404 .social-coming-icons a span {
  font-size: 12px;
  line-height: 30px;
}

.w3l-error-61-404 .social-coming-icons a:hover {
  color:#394247;
  border: 2px solid #394247;
  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: 100px auto 0;

}

.w3l-error-61-404 .copy-right p {
  font-size: 14px;
  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;
  }
}