html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #ffffff;
}

ul,
li {
  list-style: none;
}

.section-overlay {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 700px;
    width: 100%;
    z-index: -100;
}

.section-overlay.overlay-opacity {
      background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.3;
    z-index: 0;
}

.main-wrap {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  /*background: url(../img/bg8.jpg) no-repeat top center;*/
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5% 15px;
  z-index: 4;
}

.main-wrap-cover {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  height: 100%;
}

.main-wrap-center {
  margin: 0 auto;
  width: 1200px;
  max-width:100%;
}

.text {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
}
.not-found-gen-text {
    font-weight: 700 !important;
    font-size: 20px !important;
}
.first-line-notfound {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
}
.second-line-notfound {
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    margin-top: 22px;
}
.contact-list ul {
    display: flex !important;
    justify-content: space-evenly;
}
    .contact-list ul li{
        width: auto !important;
    }
    .text img {
        max-width: 100%;
        max-height: 100%;
    }

.img-box {
  width: 100%;
}

.img-box img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.contact-list {
  max-width: 823px;
  margin-top: 100px;
  position: relative;
  margin: 0 auto;
}

.contact-list ul {
  width: auto;
  display: inline;
  padding: 0 0 0 0;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.contact-list ul li {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-bottom: 5px;
}

.contact-list ul li:first-child {
  width: 100%;
  margin: 0 0 30px 0;
}

.contact-list ul li:first-child span {
  display: block;
  margin: 0 auto;
  width: 230px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.contact-list ul li span {
  font-size: 18px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  z-index: 9999;
  position: relative;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  display: block;
  text-align: center;
}

.contact-list ul li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.return-link {
  display: inline-block;
  background-color: #7BBB31;
  border-radius: 30px;
  padding: 10px 20px;
  text-align: center;
}

.return-link .fa {
  margin-right: 5px;
}

.return-link:hover {
  color: #7BBB31;
  background-color: #fff;
}

.contact-list ul li a:hover {
  color: #333;
}
.not-found-content{
    display:flex;
}
.not-found-content-left {
    width:60%;
}
.not-found-content-right {
    width: 40%;
}
.not-found-content-right img{
    max-width:100%;
}
.fixed-social ul li a img {
    -webkit-filter: initial !important;
    filter: initial !important;
    -webkit-transition: all .4s;
}
.fixed-social ul li a:hover img {
    -webkit-filter: brightness(0) invert(1) opacity(1) !important;
    filter: brightness(0) invert(1) opacity(1) !important;
    -webkit-transition: all .4s;
}
@media (min-width: 1229px) {
    .container {
        max-width: 100%;
    }
}
@media(max-width: 767px) {
    .text {
    font-size: 34px;
  }
  .contact-list ul li {
    width: 100%;
  }
    .not-found-content{
        flex-wrap:wrap;
    }
    .not-found-content-left {
        width: 100% !important;
        margin-bottom: 50px;
    }

    .not-found-content-right {
        width: 100% !important;
    }
}

@media(max-width: 480px) {
  .text {
    font-size: 21px;
  }
}