.mos-img img {display: none !important;}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.mx_ds_slider {
  position: relative;
  display: block;
}

.mx_ds_slider__inner {
  position: relative;
  display: block;
}

.mx_ds_slider__thumb-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 580px;
  width: 100%;
  height: 120px;
  z-index: 5;
  background: #fff;
  border: 10px solid #fff;
}

#mx_ds_slider__thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
}

.mx_ds_slider__img-holder {
  position: relative;
  display: block;
  cursor: pointer;
  width: 130px;
  overflow: hidden;
  background-color: #3c3531;
}

.mx_ds_slider__img-holder img {
  width: 100%;
  opacity: 0.6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin: 0px !important;
}

.mx_ds_slider__img-holder:hover img,
.swiper-slide-thumb-active .mx_ds_slider__img-holder img {
  opacity: 1;
}

.mx_ds_slider__main-content {
  position: relative;
  display: block;
}

.mx_ds_slider__left {
  position: relative;
  display: block;
}

.mx_ds_slider__img {
  position: relative;
  display: block;
  margin: 0px !important;
}

.mx_ds_slider__img img {
  width: 100%;
  margin: 0px !important;
}

.mx_ds_slider__right {
  position: absolute;
  bottom: 40px;
  right: 20px;
  width: 60%;
}
.mx_ds_slider__content-box {
  position: relative;
  display: block;
}

.mx_ds_slider-shape-1 {
  position: absolute;
  top: -43px;
  right: -71px;
}

.mx_ds_slider-shape-1 img {
  width: auto;
}

.mx_ds_slider__content {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
}

.mx_ds_slider__title {
  font-weight: 700;
  line-height: 50px;
  font-family: Furore;
  font-size: 40px;
}

.mx_ds_slider__text {
  padding-top: 10px;
  padding-bottom: 30px;
}

.mx_ds_slider__nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 0;
  padding: 0 43px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.mx_ds_slider__thumb-box:hover .mx_ds_slider__nav {
  opacity: 1;
  visibility: visible;
}

.mx_ds_slider__nav .swiper-button-next,
.mx_ds_slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #ffffff;
  background-color: rgba(225, 3, 3, 0.9);
  border-radius: 0;
  margin: 0;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mx_ds_slider__nav .swiper-button-next:hover,
.mx_ds_slider__nav .swiper-button-prev:hover {
  color: #ffffff;
  background-color: #3c3531;
}

.mx_ds_slider__nav .swiper-button-next::after,
.mx_ds_slider__nav .swiper-button-prev::after {
  display: none;
}

.mx_ds_slider__nav .swiper-button-prev {
  margin-bottom: 0px;
}

.mx_ds_slider__nav .swiper-button-prev .angle-left {
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mx_ds_slider__more-project {
  position: relative;
  display: block;
  margin-top: 50px;
}

.mx_ds_slider__more-project-content {
  position: relative;
  display: block;
  text-align: center;
  border: 2px solid #3c3531;
  border-radius: 30px;
  max-width: 635px;
  margin: 0 auto;
  padding: 13px 0px;
}

.mx_ds_slider__more-project-content p {
  font-size: 18px;
  color: #3c3531;
  font-weight: 500;
}

.mx_ds_slider__more-project-content p a {
  color: #a47c68;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mx_ds_slider__more-project-content p a:hover {
  color: #3c3531;
}
.mx_ds_slider .thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: #3c3531;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px 10px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}
.mx_ds_slider .thm-btn:hover {
  color: #800;
  background-color: #f9af85;
}  

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .mx_ds_slider__left {
        margin-right: 0;
    }

    .mx_ds_slider__thumb-box {
        position: relative;
        top: auto;
        left: 30px;
        right: auto;
        bottom: auto;
    }

    .mx_ds_slider__right {
        position: absolute;
        padding: 10px;
        bottom: 0px;
        width: 100%;
        right: 0px;
    }
    .mx_ds_slider__content  {
        background-color: rgba(255, 255, 255, 0.9);
    }
    .mx_ds_slider-shape-1 {
        display: none;
    }

    .mx_ds_slider__more-project {
        margin-top: 60px;
    }

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .mx_ds_slider__content {
        padding: 30px;
        box-shadow: none;
    }

    .mx_ds_slider__thumb-box {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        max-width: 100%;
    }

    .mx_ds_slider__more-project {
        margin-top: 60px;
        padding: 0 30px;
    }

    .project-three__title {
        font-size: 20px;
    }

    .mx_ds_slider-shape-1 {
        display: none;
    }

    .mx_ds_slider__right {
        position: relative;
        bottom: auto;
        width: 100%;
        right: 0px;
    }
    .mx_ds_slider__left {
        margin: 0;
    }

    .mx_ds_slider__img-holder {
        width: 100%;
        height: auto;
    }

 .mx_ds_slider__inner .tags {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	justify-content: center;
	display: block;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 10px !important;
}

.mx_ds_slider__inner .tags > li {
	margin: 0;
}

.mx_ds_slider__inner .tags > li a {
  display: inline-block;
  background: #f4f4f4;
  padding: 6px 16px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  color: #333;
}

.mx_ds_slider__inner .tags > li a:hover {
  background-color: #333;
  color: #fff !important;
}

.mx_ds_slider__inner .tags > li {margin-left: 5px;}
}

