.q-links {
  position: relative;
  z-index: 999;
  background-color: #ece5dc;
}
.q-links .box {
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.2);
  background-color: #cb750d;
  border-radius: 10px;
  padding: 10px;
  max-width: 395px;
  margin-top: -55px;
}
.q-links .box img {
  margin-top: 25px;
}
.q-links .box .title {
  padding: 15px 0 10px 0;
}
.q-links .box .title,
.q-links .box .text {
  color: #fff;
}
.q-links .box .text {
  font-size: 12px;
  padding: 0 15px;
}
.q-links .box a {
  background-color: #a25b05;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  padding: 13px;
  width: 100%;
  border-radius: 5px;
  margin: 15px 0 0 0;
  text-transform: uppercase;
}
.q-links .box a:hover {
  background-color: #623d31;
}
.h-sec1 {
  background-color: #ece5dc;
}
.h-sec1 .btn,
.h-sec2 .btn,
.h-sec5 .btn {
  background-color: #cb750d;
  color: #fff;
  padding: 16px 60px;
  text-transform: uppercase;
  border-radius: 7px;
  display: inline-block;
  margin: 10px 0 20px 0;
}
.h-sec1 .btn:hover,
.h-sec2 .btn:hover,
.h-sec5 .btn:hover {
  background-color: #623d31;
}
.h-sec2 {
  background-image: url(../images/h-sec2-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.h-sec2 img {
  border: 7px solid #fff;
  box-shadow: 0 0 114px rgba(0, 0, 0, 0.23);
}
.h-sec2 .btn {
  margin: 20px 0 0 0;
}
.h-sec2 .divider {
  height: 1px;
  background-color: #a2a1a1;
  margin: 70px 0 80px 0;
}
.h-sec3 {
  background-image: url(../images/h-sec3-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.h-sec3 .head {
  color: #fff;
}
.news-post a:hover {
  color: #000000;
}
.h-sec3 a.btn {
  background-color: #fff;
  color: #cb750d;
  display: inline-block;
  font-weight: 600;
  padding: 12px 40px;
  border-radius: 5px;
}
.h-sec3 a.btn:hover {
  background-color: #603a2e;
  color: #fff;
}
.h-sec4 {
  padding: 130px 0;
  background-image: url(../images/h-sec4-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.h-sec4 .z-container {
  padding: 0 80px;
}
.h-sec4 .testimain {
  position: relative;
  padding: 80px 60px 60px 60px;
  position: relative;
  border: 3px solid #623d31;
  line-height: 28px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
.h-sec4 .testimain:before {
  content: "";
  width: 101px;
  height: 101px;
  background-image: url(../images/testi-q.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -55px;
  margin-left: -66px;
}
.h-sec4 .testimain .slider-previous-button,
.h-sec4 .testimain .slider-next-button {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}
.h-sec4 .testimain .slider-previous-button {
  left: -115px;
  background-color: transparent;
  height: 34px;
  width: 34px;
}
.h-sec4 .testimain .slider-next-button {
  right: -115px;
  background-color: transparent;
  height: 34px;
  width: 34px;
  left: auto;
}
.h-sec5 {
  background-image: url(../images/h-sec5-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 180px 0 100px 0;
}
.h-sec5,
.h-sec5 .head {
  color: #fff;
}
.h-sec4 .testi-con {
  margin-bottom: 0;
}
.h-sec4 .content-slider .slider-pager {
  bottom: -120px;
}
.h-sec4 .slider-pager span {
  background-color: transparent !important;
  border: 1px solid #cb750d;
}
.h-sec4 .slider-pager span.active {
  background: #cb750d !important;
}

@media screen and (max-width: 1362px) {
  .h-sec5 {
    padding: 140px 0 90px 0;
  }
}
@media screen and (max-width: 992px) {
  .q-links .box {
    margin-top: 0;
  }
  .q-links {
    padding-top: 50px;
  }
  .h-sec5 {
    padding: 40px 0 0px 0;
    background-color: #533229;
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .h-sec2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .h-sec2 .divider {
    margin: 10px 0 40px 0;
  }
  .h-sec4 {
    padding: 90px 0 110px 0;
  }
  .h-sec4 .z-container {
    padding: 0 40px;
  }
  .h-sec4 .testimain {
    padding: 60px 20px 40px 20px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .h-sec4 .testimain .slider-previous-button,
  .h-sec4 .testimain .slider-next-button {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .h-sec1 {
    padding-bottom: 40px;
    padding-top: 10px;
  }
  .h-sec3 .more {
    text-align: left !important;
  }
  .h-sec4 .z-container {
    padding: 0;
  }
  .h-sec4 .testimain .slider-previous-button,
  .h-sec4 .testimain .slider-next-button {
    display: none;
  }
  .h-sec4 .testimain {
    padding: 35px 10px 30px 10px;
  }
  .h-sec4 .testimain::before {
    width: 90px;
    height: 90px;
    top: -50px;
    margin-left: -45px;
  }
  .h-sec4 .content-slider .slider-pager {
    bottom: -95px;
  }
}
