@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:300,400,500,600,700,800');
/*=======================================================================

Template Name: 404 Page | Responsive HTML5 Template
Template URI: https://psdboss.com/
Description: 404 Page | 404 Page Responsive HTML5 Template.
Author: PSD Boss
Author URI: https://psdboss.com/
Version: 1.0

/*=======================================================================
[Table of content]
=========================================================================

[01] Typography
[02] General
[03] Error Demo 1 Area
[04] Error Demo 2 Area
[05] Error Demo 3 Area
[06] Error Demo 4 Area


=========================================================================
[ End table of content ]
=========================================================================*//*=======================================================================
[01] Typography
=========================================================================*/
html,
body {
  height: 100%;
  font-family: 'Raleway', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #444444;
}
body {
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open+Sans', sans-serif;
  line-height: 1.5;
  margin: 0 0 20px 0;
  color: #212121;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
p {
  line-height: 1.5;
  margin: 0 0 20px 0;
}
/*=======================================================================
[02] General
=========================================================================*/
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
#wrapper {
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.error-btn-1 {
  border: 2px solid #ffffff;
  display: inline-block;
  background: #37474f;
  border-radius: 45px;
  color: #ffffff;
  padding: 20px 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.error-btn-1:hover {
  color: #ffffff;
  background: transparent;
}
.error-btn-2 {
  border: 2px solid #fecf42;
  display: inline-block;
  background: #fecf42;
  border-radius: 45px;
  color: #ffffff;
  padding: 20px 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  -moz-box-shadow: inset 0 -1px 1px #60448e, 0 5px 0 #60448e, 0 6px 8px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 -1px 1px #60448e, 0 5px 0 #60448e, 0 6px 8px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 -1px 1px #60448e, 0 5px 0 #60448e, 0 6px 8px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.error-btn-2:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.error-btn-3 {
  -webkit-transform: rotate(-5deg);
  -ff-transform: rotate(-5deg);
  transform: rotate(-5deg);
  position: absolute;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 14%;
  z-index: 1;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.error-btn-3:hover {
  color: #469F4B;
}
.error-btn-4 {
  display: inline-block;
  background: #ffffff;
  border-radius: 45px;
  color: #212121;
  padding: 20px 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  -moz-box-shadow: inset 0 -1px 1px #b33022, 0 5px 0 #bf3425, 0 6px 8px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 -1px 1px #b33022, 0 5px 0 #bf3425, 0 6px 8px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 -1px 1px #b33022, 0 5px 0 #bf3425, 0 6px 8px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.error-btn-4:hover {
  color: #e14938;
}
.section-space {
  padding: 200px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding: 150px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding: 100px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space {
    padding: 60px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 320px) {
  .section-space {
    padding: 20px 0;
  }
}
/*=======================================================================
[03] Error Demo 1 Area
=========================================================================*/
.error-demo-1 {
  height: 100%;
  text-align: center;
  color: #ffffff;
  background: #fdc800;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.error-demo-1 .error-top-wrapper {
  margin-bottom: 100px;
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error-demo-1 .error-top-wrapper {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-demo-1 .error-top-wrapper {
    margin-bottom: 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .error-demo-1 .error-top-wrapper {
    margin-bottom: 60px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .error-demo-1 .error-top-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .error-demo-1 .error-top-wrapper {
    margin-bottom: 20px;
  }
}
.error-demo-1 .error-top-wrapper .error-top-item {
  flex: 1;
}
.error-demo-1 .error-top-wrapper .error-top-item img {
  margin: 0 auto;
}
.error-demo-1 .error-top-wrapper .error-top-item:nth-child(1n) {
  padding-left: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error-demo-1 .error-top-wrapper .error-top-item:nth-child(1n) {
    padding-left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-demo-1 .error-top-wrapper .error-top-item:nth-child(1n) {
    padding-left: 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .error-demo-1 .error-top-wrapper .error-top-item:nth-child(1n) {
    padding-left: 60px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .error-demo-1 .error-top-wrapper .error-top-item:nth-child(1n) {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .error-demo-1 .error-top-wrapper .error-top-item:nth-child(1n) {
    padding-left: 20px;
  }
}
.error-demo-1 .error-top-wrapper .error-top-item:nth-child(2n) {
  padding: 0;
}
.error-demo-1 .error-top-wrapper .error-top-item:nth-child(3n) {
  padding-right: 150px;
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error-demo-1 .error-top-wrapper .error-top-item:nth-child(3n) {
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-demo-1 .error-top-wrapper .error-top-item:nth-child(3n) {
    padding-right: 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .error-demo-1 .error-top-wrapper .error-top-item:nth-child(3n) {
    padding-right: 60px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .error-demo-1 .error-top-wrapper .error-top-item:nth-child(3n) {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 320px) {
  .error-demo-1 .error-top-wrapper .error-top-item:nth-child(3n) {
    padding-right: 20px;
  }
}
.error-demo-1 .error-bottom-wrapper h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error-demo-1 .error-bottom-wrapper h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-demo-1 .error-bottom-wrapper h2 {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .error-demo-1 .error-bottom-wrapper h2 {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .error-demo-1 .error-bottom-wrapper h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .error-demo-1 .error-bottom-wrapper h2 {
    font-size: 26px;
  }
}
.error-demo-1 .error-bottom-wrapper p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 45px;
}
/*=======================================================================
[04] Error Demo 2 Area
=========================================================================*/
.error-demo-2 {
  height: 100%;
  background: #553981;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.error-demo-2 .error-top-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.error-demo-2 .error-top-wrapper .error-top-item {
  position: relative;
  display: inline-block;
}
.error-demo-2 .error-top-wrapper .error-top-item > img {
  border-radius: 50%;
  margin: 0 auto;
}
.error-demo-2 .error-top-wrapper .error-top-item .drop1-img {
  position: absolute;
  top: 30px;
  right: 130px;
  z-index: 1;
}
.error-demo-2 .error-top-wrapper .error-top-item .drop2-img {
  position: absolute;
  top: 70px;
  right: 110px;
  z-index: 1;
}
.error-demo-2 .error-bottom-wrapper {
  text-align: center;
  color: #ffffff;
}
.error-demo-2 .error-bottom-wrapper h2 {
  font-size: 120px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error-demo-2 .error-bottom-wrapper h2 {
    font-size: 80px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-demo-2 .error-bottom-wrapper h2 {
    font-size: 70px;
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .error-demo-2 .error-bottom-wrapper h2 {
    font-size: 50px;
    margin-bottom: 15px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .error-demo-2 .error-bottom-wrapper h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .error-demo-2 .error-bottom-wrapper h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.error-demo-2 .error-bottom-wrapper p {
  font-size: 30px;
  margin-bottom: 65px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error-demo-2 .error-bottom-wrapper p {
    font-size: 28px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-demo-2 .error-bottom-wrapper p {
    font-size: 26px;
    margin-bottom: 55px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .error-demo-2 .error-bottom-wrapper p {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .error-demo-2 .error-bottom-wrapper p {
    font-size: 22px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 320px) {
  .error-demo-2 .error-bottom-wrapper p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
/*=======================================================================
[05] Error Demo 3 Area
=========================================================================*/
.error-demo-3 {
  height: 100%;
  padding-top: 50px;
  position: relative;
  background: #e3eef3;
}
.error-demo-3 .cloud1-img {
  position: absolute;
  top: 5%;
  left: 10%;
}
.error-demo-3 .cloud2-img {
  position: absolute;
  top: 10%;
  left: 30%;
}
.error-demo-3 .bird-img1 {
  position: absolute;
  top: 30%;
  left: 20%;
}
.error-demo-3 .cloud3-img {
  position: absolute;
  top: 5%;
  right: 10%;
}
.error-demo-3 .cloud4-img {
  position: absolute;
  top: 10%;
  right: 30%;
}
.error-demo-3 .bird-img2 {
  position: absolute;
  top: 30%;
  right: 20%;
}
.error-demo-3 .error-top-wrapper {
  padding: 0 30px;
  text-align: center;
}
.error-demo-3 .error-top-wrapper img {
  margin: 0 auto;
}
.error-demo-3 .error-bottom-wrapper {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.error-demo-3 .error-bottom-wrapper p {
  font-size: 36px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error-demo-3 .error-bottom-wrapper p {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-demo-3 .error-bottom-wrapper p {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .error-demo-3 .error-bottom-wrapper p {
    font-size: 26px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .error-demo-3 .error-bottom-wrapper p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 320px) {
  .error-demo-3 .error-bottom-wrapper p {
    font-size: 20px;
  }
}
.error-demo-3 .error-bottom-bg {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .error-demo-3 .error-bottom-bg {
    margin-top: 40px;
    text-align: center;
  }
}
.error-demo-3 .error-bottom-bg img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .error-demo-3 .error-bottom-bg a {
    top: -50px;
    transform: inherit;
    border: 2px solid #469f4b;
    color: #469f4b;
    display: inline-block;
    padding: 12px 40px;
    background: transparent;
    position: relative;
    border-radius: 45px;
  }
  .error-demo-3 .error-bottom-bg a:hover {
    background: #469f4b;
    color: #ffffff;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .error-demo-3 .error-bottom-bg a {
    font-size: 18px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .error-demo-3 .error-bottom-bg a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 320px) {
  .error-demo-3 .error-bottom-bg a {
    font-size: 16px;
  }
}
/*=======================================================================
[06] Error Demo 4 Area
=========================================================================*/
.error-demo-4 {
  height: 100%;
  text-align: center;
  background: #e14938;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.error-demo-4 .error-top-wrapper {
  display: inline-block;
  margin: 0 auto 30px;
  position: relative;
}
.error-demo-4 .error-top-wrapper img {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.error-demo-4 .error-top-wrapper .error-top-item {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error-demo-4 .error-top-wrapper .error-top-item {
    top: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-demo-4 .error-top-wrapper .error-top-item {
    top: 70%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .error-demo-4 .error-top-wrapper .error-top-item {
    top: 65%;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .error-demo-4 .error-top-wrapper .error-top-item {
    top: 60%;
  }
}
@media only screen and (max-width: 320px) {
  .error-demo-4 .error-top-wrapper .error-top-item {
    top: 58%;
  }
}
.error-demo-4 .error-top-wrapper .error-top-item p {
  font-size: 36px;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .error-demo-4 .error-top-wrapper .error-top-item p {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-demo-4 .error-top-wrapper .error-top-item p {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .error-demo-4 .error-top-wrapper .error-top-item p {
    font-size: 20px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .error-demo-4 .error-top-wrapper .error-top-item p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .error-demo-4 .error-top-wrapper .error-top-item p {
    font-size: 16px;
  }
}
.error-demo-4 .error-top-wrapper:before {
  content: url("img/11.png");
  position: absolute;
  left: 98%;
  top: 0;
  z-index: 1;
}
.error-demo-4 .error-bottom-wrapper {
  margin-top: 50px;
  text-align: center;
}
