@media (min-width: 992px) {
  .edc-intro {
    margin-top: -30px;
  }
}

.edc-intro .container-wrap {
  z-index: 2 !important;
  position: relative;
}

.edc-intro .wrap {
  width: 100%;
}

.edc-intro .wrap .info {
  background: #000;
  padding: 30px;
}

.edc-vertical-space {
  height: 40px;
}

@media (min-width: 1200px) {
  .edc-intro .wrap .info {
    width: calc(100% - 25%);
    padding: 2% 5% 2% 5%;
  }
}

@media (max-width: 767.98px) {
  .edc-intro .wrap .info {
    width: 100%;
  }
}

.edc-intro .wrap .info p {
  margin-bottom: 0;
}

.edc-intro .wrap .book {
  width: 35%;
  background: #c49b63;
}

@media (max-width: 767.98px) {
  .edc-intro .wrap .book {
    width: 100%;
  }
}

.edc-intro .wrap .book h3 {
  text-transform: uppercase;
}

.edc-intro .wrap h3 {
  font-size: 16px;
}

.edc-intro .wrap .text {
  width: calc(100% - 40px);
}

.edc-intro .wrap .icon {
  width: 40px;
}

.edc-intro .wrap .icon span {
  color: #c49b63;
  font-size: 20px;
}

/* About Section */

.edc-about .one-half {
  width: 100%;
  padding: 30px 15px;
}

@media (min-width: 768px) {
  .edc-about .one-half {
    padding: 8% 13% 8% 5%;
    width: 50%;
  }
}

.edc-about .one-half.img {
  display: block;
}

@media (max-width: 767.98px) {
  .edc-about .one-half.img {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .edc-about .one-half .overlap {
    margin-left: -150px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
  }
}

/* Heading Section */

.heading-section {
  z-index: 0;
}

.heading-section .subheading {
  font-size: 50px;
  display: block;
  font-family: "Great Vibes", cursive;
  color: #c49b63;
  line-height: 1;
  margin-bottom: -18px;
  z-index: 1;
}

.heading-section h2 {
  z-index: 1;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 28px;
  }
}

.heading-section h2 span {
  color: #c49b63;
}

.heading-section p.flip {
  position: relative;
  display: block;
  width: 100%;
}

.heading-section p.flip:after {
  position: absolute;
  bottom: 4px;
  left: -100px;
  right: 0;
  content: '';
  width: 40px;
  height: 1px;
  background: #423119;
  margin: 0 auto;
}

.heading-section p.flip:before {
  position: absolute;
  bottom: 4px;
  left: 100px;
  right: 0;
  content: '';
  width: 40px;
  height: 1px;
  background: #423119;
  margin: 0 auto;
}

.heading-section p.flip span {
  position: absolute;
}

.heading-section p.flip span.deg1 {
  position: absolute;
  bottom: 2px;
  left: -30px;
  right: 0;
  width: 6px;
  height: 6px;
  content: '';
  background: #c49b63;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0 auto;
}

.heading-section p.flip span.deg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  content: '';
  background: #c49b63;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0 auto;
}

.heading-section p.flip span.deg3 {
  position: absolute;
  bottom: 2px;
  left: 30px;
  right: 0;
  width: 6px;
  height: 6px;
  content: '';
  background: #c49b63;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0 auto;
}

.heading-section-dark h2 {
  color: #000;
}

.heading-section-dark p.flip {
  position: relative;
  display: block;
  width: 100%;
}

.heading-section-dark p.flip:after {
  position: absolute;
  bottom: 4px;
  left: -100px;
  right: 0;
  content: '';
  width: 40px;
  height: 1px;
  background: #c49b63;
  margin: 0 auto;
}

.heading-section-dark p.flip:before {
  position: absolute;
  bottom: 4px;
  left: 100px;
  right: 0;
  content: '';
  width: 40px;
  height: 1px;
  background: #c49b63;
  margin: 0 auto;
}

.edc-footer {
  font-size: 16px;
  /* padding: 7em 0; */
  padding-top: 7em;
  padding-right: 0px;
  padding-bottom: 7em;
  padding-left: 0px;

  background: #120f0f; }
  .edc-footer .edc-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .edc-footer .edc-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .edc-footer .edc-footer-widget ul li a span {
    color: #fff; }
  .edc-footer .edc-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .edc-footer .edc-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .edc-footer p {
    color: rgba(255, 255, 255, 0.7); }
  .edc-footer a {
    color: rgba(255, 255, 255, 0.7); }
    .edc-footer a:hover {
      color: #fff; }
  .edc-footer .edc-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000; }
  .edc-footer .block-21 .text .heading {
    font-size: 16px;
    font-weight: 300; }
    .edc-footer .block-21 .text .heading a {
      color: rgba(255, 255, 255, 0.9); }
      .edc-footer .block-21 .text .heading a:hover, .edc-footer .block-21 .text .heading a:active, .edc-footer .block-21 .text .heading a:focus {
        color: #c49b63; }
  .edc-footer .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; }
    .edc-footer .block-21 .text .meta > div a {
      color: gray; }

.edc-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .edc-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .edc-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .edc-footer-social li a:hover {
      color: #fff; }

.edc-icon {
  font-size: 20px;
  color: #c49b63;
  }
  