html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #333;
}

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;
}

.text {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
}

.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: #E8760F;
  border-radius: 30px;
  padding: 10px 20px;
  text-align: center;
}

.return-link .fa {
  margin-right: 5px;
}

.return-link:hover {
  color: #E8760F;
  background-color: #fff;
}

.contact-list ul li a:hover {
  color: #333;
}

@media(max-width: 767px) {
  .text {
    font-size: 34px;
  }
  .contact-list ul li {
    width: 100%;
  }
}

@media(max-width: 480px) {
  .text {
    font-size: 21px;
  }
}