/*main wrapper*/

.main-wrapper {
  width: 100%;
}

/*banner part*/

#banner {
  /* background: url(../images/.jpg) no-repeat center; */
  background-size: cover;
  padding: 100px 15px;
  min-height: 850px;
  width: 100%;
}

#banner .banner-wrapper {
  position: relative;
  padding: 150px 15px 0;
  text-align: center;
  margin: 25px 0 0;
}

.banner-wrapper p {
  color: #fff;
  width: 70%;
  text-align: center;
  margin: 0 auto !important;
  font-size: 20px;
}

.banner-wrapper .btn {
  width: auto !important;
  font-weight: bold;
  height: auto !important;
  padding: 15px 60px !important;
  border-radius: 50px;
  background: #ff9800;
  border-style: none !important;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 50px;
}

.banner-wrapper .btn:hover {
  background: #818181;
}

.banner-wrapper .banner-cont .navbar-form .input-group {
  margin: 0 auto;
  width: 100%;
}

.banner-wrapper .banner-cont .navbar-form .input-group .form-control {
  float: none;
}

@media screen and (max-device-width: 991px) {
  .banner-wrapper p {
    width: 100%;
  }
}

@media screen and (max-device-width: 731px) {
  .searchform {
    width: 100% !important;
  }
  .navbar-form .btn {
    margin-top: 15px !important;
  }
}

@media screen and (max-device-width: 560px) {
  #banner {
    padding: 35px 0;
    min-height: 500px;
  }
  #banner .banner-wrapper {
    padding: 150px 0;
  }
  .banner-wrapper p {
    font-size: 16px;
  }
}

@media screen and (max-device-width: 390px) {
  #banner .banner-wrapper {
    padding: 100px 0;
  }
  .banner-wrapper .btn {
    font-size: 18px;
  }
}

/*about us part*/

#aboutus .aboutus-wrapper {
  width: 100%;
  padding: 70px 0px;
  display: inline-block;
  position: relative;
}

.aboutus-img {
  display: inline-block;
  width: auto;
  position: relative;
}

.aboutus-img img {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

.aboutus-content {
  display: inline-block;
  width: 100%;
}

.aboutus-content h2 {
  color: #ff9800;
  font-size: 40px !important;
}

.aboutus-content h2 span {
  color: #1a1a1a;
  font-size: 32px !important;
}

@media screen and (max-device-width: 991px) {
  .aboutus-img {
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
  }

  .aboutus-content h2 {
    text-align: center;
  }
}

@media screen and (max-device-width: 390px) {
  .aboutus-content h2,
  .aboutus-content h2 span {
    font-size: 28px !important;
  }
}

/*BENEFITS OF MINING WITH US*/

#benefits {
  /* background: url(../images/.jpg) no-repeat center; */
  background-size: cover;
  background-attachment: fixed;
}

.benefits-wrapper {
  padding: 75px 15px 25px 0;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}

.benefits-wrapper h2 {
  color: #fff;
  margin-bottom: 50px;
}

.benefits-wrapper .benefits-ul {
  display: inline-block;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

.benefits-ul .benefits-li {
  display: inline-block;
  padding: 10px;
  width: 520px;
  min-height: 250px;
}

.benefits-li .benefits-img {
  padding: 5px;
}

.benefits-li .benefits-img img {
  width: auto;
  display: inline-block;
  margin: 0;
}

.benifits-content {
  padding: 5px;
  display: inline-block;
  margin: 20px 0;
}

.benifits-content p {
  color: #fff;
  text-align: left;
}

.benifits-content .benefits-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25em;
  margin: 0 0 5px 0;
}

@media screen and (max-device-width: 991px) {
  .benefits-ul .benefits-li {
    width: 100%;
    min-height: auto;
  }
  .benifits-content p {
    text-align: center;
  }
}

/*OUR PACKAGES*/
#packages .packages-wrapper {
  padding: 70px 15px;
  display: inline-block;
}

.packages-wrapper h2 {
  text-align: center;
  margin-top: 0;
}

.packages-group {
  display: inline-block;
  width: 100%;
  margin-top: 35px;
}

.package-field-wrap {
  display: inline-block;
}

.package-field {
  -webkit-box-shadow: 1px 1px 5px 3px #e0e0e0;
  box-shadow: 1px 1px 5px 3px #e0e0e0;
  text-align: center;
}

.package-field h3 {
  background: #d88100;
  padding: 35px 0;
  display: inline-block;
  width: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.pack-listing {
  display: inline-block;
  padding: 10px;
  width: 100%;
  position: relative;
}

.pack-listing .package-ul {
  display: inline-block;
  padding: 15px;
  width: 100%;
  list-style-type: none;
}

.package-ul .package-li {
  margin: 15px 0;
  text-align: left;
}

.package-field-wrap:nth-child(2) .package-field h3 {
  background: #1a1a1a;
}

.package-field .btn {
  margin-bottom: 25px;
}

@media screen and (max-device-width: 991px) {
  .package-field-wrap {
    width: 100% !important;
    margin: 25px 0;
  }
}

/*OUR VIDEOS*/

#videos,
#newcontact,
#newcontent {
  /* background: url(../images/.jpg) no-repeat center; */
  background-size: cover;
  background-attachment: fixed;
}

#videos .video-wrapper,
#newcontact .newcontact-wrapper,
#newcontent .newcontent-wrapper {
  text-align: center;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 70px 15px;
}

.video-wrapper h2 {
  color: #fff;
}

.video-field-wrapper,
.newcontact-field-wrapper,
.newcontent-field-wrapper {
  margin: 50px 0 0;
  display: inline-block;
}

.insert-video {
  margin: 25px 0;
}

/*faqs*/

#faqs h2 {
  text-align: center;
}

.faqs-wrapper {
  display: inline-block;
  padding: 70px 15px;
}

#faqs .faqs-group {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 25px 0;
}

.sorted-arrow {
  width: auto;
  display: inline-block;
  float: right;
  top: -21px;
  position: relative;
}

.panel {
  -webkit-box-shadow: 1px 1px 5px 3px #e0e0e0;
  box-shadow: 1px 1px 5px 3px #e0e0e0;
  background: #fff;
  width: 100% !important;
  display: inline-block;
  margin: 12px 0 !important;
}

.panel-heading {
  padding: 5px 15px;
  background: #fff !important;
}

.panel-heading a {
  text-decoration: none;
  color: #1a1a1a;
}

@media screen and (max-device-width: 390px) {
  .faqs-wrapper {
    padding: 50px 0px;
  }
}

/*contact*/

#contact {
  background: #1a1a1a;
}

.contact-wrap {
  padding: 70px 0px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.contact-info {
  display: inline-block;
  color: #fff;
}

.contact-info h2 {
  font-size: 28px !important;
  color: #ffc107;
  /* margin: 0 0 35px 0; */
}

.contact-info p {
  line-height: 1.75em;
}

.contact-info a {
  color: #ffa200;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

textarea {
  min-height: 250px;
}

input,
button,
select,
textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #c5c5c5;
}

@media screen and (max-device-width: 991px) {
  .contact-info {
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
  }

  #videos,
  #newcontact,
  #newcontent {
    /* background: url(../images/.jpg) no-repeat center; */
    background-size: cover;
    background-attachment: fixed;
  }

  #videos .video-wrapper,
  #newcontact .newcontact-wrapper,
  #newcontent .newcontent-wrapper {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 30px 15px;
  }
}
.spacing {
  height: 70px;
}
#sponsor {
  color: #555;
}
