
/** error-section **/

.error-section{
  position: relative;
}

.error-section .inner-box{
  position: relative;
  display: block;
}

.error-section .inner-box .error-title{
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.error-section .inner-box .error-title h1{
  font-size: 250px;
  line-height: 300px;
  font-weight: 800;
  opacity: 0.2;
}

.error-section .inner-box .error-title .vector-image{
  position: absolute;
  left: 56%;
  transform: translateX(-50%);
  bottom: 35px;
  width: 129px;
  height: 141px;
  background-repeat: no-repeat;
}

.error-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 60px;
}



/** RTL **/



/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .error-section{
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 599px){
  .error-section .inner-box .error-title h1{
    font-size: 140px;
    line-height: 140px;
  }
}

@media only screen and (max-width: 499px){

}










































