.feature-box img {
    text-align: center !important;
    float: none;
    display: block;
    margin: 0 auto;
    max-height: 100px;
}
.common-grids-system .section-grid {
    background: #fff;
}
.svg-wrapper:after {
    transform: rotateY(180deg);
    right: 0;
    top: -120px;
}
.svg-wrapper:after {
    background: url(https://www.mkspamp.com/themes/custom/mks/images/rectangle.png) no-repeat 0 0;
    width: 155px;
    height: 165px;
    content: "";
    display: block;
    position: absolute;
    background-size: 100%;
    top: -105px;
    transform: rotateY(180deg);
    float: left;
    left: 0px;
}
.section-even .svg-wrapper:after {
    transform: rotateY(0deg);
    left: -25px;
    top: -115px;
}
.section-even .svg-wrapper .text {
    margin-left: 70px;
}
.text-teaser {
    color: rgb(51, 62, 72);
    font-family: TheSans-B3Light, helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
    float: left;
}
.section-odd .section-content {
    padding: 0px 40px 0px 0px;
}
.section-odd .section-content .section-number {
    left: -40px;
}
.section-even .section-content {
    padding-left: 5em;
}
.section-even .section-content .section-number {
    left: 35px;
}
header#site-header {
    margin: 0 auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    border-bottom: 1px solid rgba(206, 159, 84, 0.5);
}
/*Hero slider css start*/
.hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.swiper-container, .swiper-slide {
  height: 100%;
}

.slider-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: white;
  font-size: 2rem;
}

.swiper {
  position: relative;
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #000;
  color: white;
  padding-left: 60px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.slide-content {
  position: relative;
  z-index: 1;
  max-width: 550px;
  text-align: left;
  margin-left: 60px;
  margin-top: 100px;
}

.slide-content h2 {
  font-size: 3rem;
  margin-bottom: 15px;
}

.slide-content p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.slider-btn {
  display: inline-block;
  background: #b99455;
  color: #fff;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #b99455;
}