.hero-block {
  position: relative;
  color: #fff;
  padding: 150px 0 50px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .hero-block {
    padding: 150px 0 70px;
  }
}
@media (min-width: 1024px) {
  .hero-block {
    padding: 200px 0 100px;
  }
}
@media (min-width: 1280px) {
  .hero-block {
    padding: 200px 0 120px;
  }
}
.hero-block .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -30px;
}
.hero-block .row .col {
  width: 100%;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  padding: 0 30px;
}
@media (min-width: 1024px) {
  .hero-block .row .col {
    width: 57%;
  }
}
@media (min-width: 1024px) {
  .hero-block .row .col:nth-child(2) {
    width: 43%;
  }
}
.hero-block .bg-img {
  position: absolute;
  inset: 0;
}
.hero-block .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: none;
          filter: none;
}
.hero-block .container {
  position: relative;
  z-index: 1;
}
.hero-block .image {
  max-width: 500px;
  margin: 30px auto 0;
}
@media (min-width: 1024px) {
  .hero-block .image {
    margin: 0;
  }
}
.hero-block .image img {
  -webkit-filter: none;
          filter: none;
  width: 100%;
}
.hero-block p {
  margin: 0 0 30px;
}
.hero-block p strong {
  font-style: italic;
  font-weight: 400;
  color: #a67c4f;
}
.hero-block .btn {
  font-weight: 18px;
  padding: 15px 20px;
  min-width: 200px;
  background: #a57b4d;
  border: 0;
  font-weight: 600;
}
.hero-block h1 {
  font-size: 40px;
}
@media (min-width: 640px) {
  .hero-block h1 {
    font-size: 50px;
  }
}
@media (min-width: 1280px) {
  .hero-block h1 {
    font-size: 60px;
  }
}
.hero-block h1 span {
  color: #a57b4d;
}
.hero-block h2 {
  font-size: 18px;
  margin: 0 0 20px;
  position: relative;
}
@media (min-width: 640px) {
  .hero-block h2 {
    font-size: 26px;
  }
}
.hero-block h2:after {
  content: "";
  display: block;
  max-width: 600px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(169, 126, 80, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(169, 126, 80, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  margin: 30px 0 0;
}
.hero-block h2:before {
  width: 10px;
  height: 10px;
  content: "";
  background: #a57b4d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
@media (min-width: 1024px) {
  .hero-block .text {
    max-width: 560px;
  }
}
.hero-block .container {
  padding: 0 20px;
}

.general-content {
  position: relative;
  background: #1c2120;
  text-align: center;
  color: #fff;
  padding: 40px 0;
  font-size: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .general-content {
    padding: 70px 0;
  }
}
@media (min-width: 1024px) {
  .general-content {
    padding: 100px 0;
  }
}
.general-content:before {
  content: "";
  background-image: url(../img/abstract.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.4;
}
.general-content .top-text {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0 20px;
}
@media (min-width: 640px) {
  .general-content .top-text {
    padding: 0 0 30px;
  }
}
.general-content .container {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.general-content .title {
  position: relative;
  display: block;
  color: #a57b4d;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 30px;
}
.general-content .title:after {
  content: "";
  display: block;
  max-width: 300px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(169, 126, 80, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(169, 126, 80, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  margin: 10px auto 0;
  opacity: 0.5;
}
.general-content .title:before {
  width: 10px;
  height: 10px;
  content: "";
  background: #a57b4d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.general-content h2 {
  font-size: 30px;
}
@media (min-width: 640px) {
  .general-content h2 {
    font-size: 40px;
  }
}
.general-content h2 span {
  color: #a57b4d;
}
.general-content .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.general-content .row .col {
  width: 100%;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .general-content .row .col {
    width: 33.33%;
  }
}
.general-content .btn-holder {
  padding: 30px 0 0;
}
.general-content .btn-holder .btn {
  font-size: 16px;
  padding: 10px 25px;
  font-weight: 600;
}
.general-content .casestudy-card {
  background: #1c2120;
}
.general-content .casestudy-card .image {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}
.general-content .casestudy-card .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  -webkit-filter: none !important;
          filter: none !important;
}
.general-content .casestudy-card:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.general-content .casestudy-card .text {
  padding: 30px;
  text-align: left;
}
.general-content .casestudy-card h3 {
  font-size: 20px;
  margin: 0 0 20px;
}
.general-content .casestudy-card .meta {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 14px;
  font-weight: 600;
}
.general-content .casestudy-card .meta li + li:before {
  content: "|";
  margin: 0 10px 0 10px;
  opacity: 0.5;
}
.general-content .casestudy-card .meta li:first-child {
  color: #a57b4d;
}
.general-content .casestudy-card .counter {
  display: block;
  font-size: 40px;
  line-height: 1;
  color: #a57b4d;
  font-weight: 700;
  margin: 0 0 10px;
}
.general-content .casestudy-card .sub-title {
  display: block;
  margin: 0 0 15px;
  font-size: 14px;
}
.general-content .casestudy-card .sub-title:after {
  content: "";
  display: block;
  max-width: 70px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(169, 126, 80, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(169, 126, 80, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  margin: 15px 0 0;
  opacity: 0.5;
}
.general-content .casestudy-card .view {
  font-size: 14px;
  font-weight: 700;
}
.general-content .casestudy-card .view:hover {
  color: #fff;
}
.general-content .casestudy-card.quote {
  padding: 25px;
  border: solid 1px rgba(255, 255, 255, 0.1);
}
.general-content .casestudy-card.quote .text {
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
}
.general-content .casestudy-card.quote i {
  color: #a57b4d;
  font-size: 40px;
  margin: 0 0 20px;
}
.general-content .casestudy-card.quote .cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: 14px;
  position: relative;
  padding: 30px 0 0;
  margin: 20px 0 0;
}
.general-content .casestudy-card.quote .cite:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  content: "";
  display: block;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(169, 126, 80, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(169, 126, 80, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  margin: 10px auto 0;
  opacity: 0.5;
}
.general-content .casestudy-card.quote .cite:after {
  width: 10px;
  height: 10px;
  content: "";
  background: #a57b4d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -5px;
}
.general-content .casestudy-card.quote .cite .image {
  width: 70px;
  height: 70px;
  position: relative;
  padding: 0;
  border-radius: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 15px 0 0;
  border: solid 1px #a57b4d;
}
.general-content .casestudy-card.quote .cite .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.general-content .casestudy-card.quote .title {
  text-transform: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0;
}
.general-content .casestudy-card.quote .title:after, .general-content .casestudy-card.quote .title:before {
  display: none;
}
.general-content .casestudy-card.quote .sub-title {
  margin: 0;
  color: #a57b4d;
  font-style: italic;
}
.general-content .casestudy-card.quote .sub-title:after {
  display: none;
}
.general-content .row.swiper {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.general-content .swiper-pagination {
  position: static !important;
  margin-top: 30px;
}
.general-content .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.general-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a57b4d;
}
.general-content .swiper-button-next, .general-content .swiper-button-prev {
  margin: 50px -100px 0;
  color: #a57b4d;
}
.general-content .swiper-button-next svg, .general-content .swiper-button-prev svg {
  display: none !important;
}

#wrapper-navbar #main-menu .menu-item:not(:last-child):after {
  display: none;
}