body {
  background:  #000;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}


.errorpage_logo {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-top: 3vw;
}
.errorpage_logo img{
  width: 60vw;
}
.errorpage_logo a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 6vw;
  line-height: 3vw;
}

.error_content {
  min-height: calc(100vh - 9vw);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error_links a{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.8vw;
  line-height: 2.6vw;
  text-align: center;
}
.error_heading,.belowLink{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.8vw;
  line-height: 2.6vw;
  text-align: center;
}
.footer-section-wrapper { 
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1vw;
}
.footerLogo {
  padding-bottom: 2vw;
}
.copyrightWrapper,
.copyrightWrapper a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 0.85vw;
  line-height: 1.3vw;
  vertical-align: middle;  
}
.curfont{
  font-family: cursive;
}
a:hover{
  opacity: 0.5;
}
.footer-socials a:hover{
  opacity: 1;
}
span.sep {
  padding: 0 0.2vw;
  vertical-align: middle;
}
.linkspace{
  padding: 0 0.2vw;
}
.footer-socials a{
  color: #fff;
  font-size: 1.4vw;
  padding-right: 1.8vw;
  text-decoration: none;
  vertical-align: middle;
}
.footer-socials{
  padding-bottom: 0.8vw;
}
.footer-socials .snapimg{
  width: 1.8vw;
}
/* .footer-socials a:last-child{
  padding-right: 0;
} */
.mobbrkcls{
  display: none;
}
.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.btn-default {
  border: 1px solid #2f2f2f;
  color: #fff;
  background-color: #2f2f2f;
  margin: 5px;
  /* text-shadow: 0px 0px 1px #000; */
}
.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-top: 14px;
}
.btn-group-lg>.btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-default:hover, .btn-default:focus {
  border: 1px solid #fff;
  outline: 0;
  color: #fff;
  background-color: #2f2f2f;
}
.footer-socials i{
  padding-right: 0.4vw;
}

@media (max-width: 1024px) and (orientation:portrait) {
  .footer-section-wrapper{
    width: 92%;
  }
  .errorpage_logo img {
      width: 76vw;
  }
  .footer-socials .snapimg {
      width: 5.3vw;
  }
  .error_content {
    min-height: calc(100vh - 49.5vw);
  }
  .errorpage_logo a {
    font-size: 12vw;
    line-height: 15vw;
  }
  .error_heading {   
    font-size: 5.1vw;
    line-height: 7vw;
  }
  .belowLink{
    font-size: 4.5vw;
    line-height: 6vw;
  }
  .error_links a{
    font-size: 5.1vw;
    line-height: 7vw;
  }
  .copyrightWrapper, .copyrightWrapper a{
    font-size: 4.1vw;
    line-height: 6vw;
  }
  .footerLogo {
      padding-bottom: 5vw;
      width: 39vw;
      margin: 0 auto;
  }
  .mobbrkcls{
    display: block;
  }
  .footer-socials {
      padding-bottom: 2.8vw;
  }
  .footer-socials a {
      font-size: 5.3vw;
      padding-right: 4vw;
  }
  span.sep {
    padding: 0 1.1vw;
    vertical-align: top;
  }
  .sep.mob{
    display: none;
  }
  a.ot-sdk-show-settings {
      display: block;
      line-height: 8vw;
  }
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 10vw;
    padding: 0;
}
ul.banner-social-buttons {
  margin-top: 15px;
  padding-left: 0;
}
}
@media (max-width: 767px) and (orientation:portrait) {
  .error_content {
    min-height: calc(100vh - 61.5vw);
  }
  .errorpage_logo {
    padding-top: 15vw;
  }
  .errorpage_logo img {
    width: 84vw;
  }
}