.owl1 {
  position: relative;
}

.owl1 .owl-prev {
  position: absolute;
  top: -340px;
  left: 15px;
}

.owl1 .owl-next {
  position: absolute;
  top: -340px;
  right: 15px;
}

.owl1 .owl-nav .owl-prev,
.owl1 .owl-nav .owl-next {
  /* background-color: rgba(42, 203, 53, 0.6) !important; */
  color: #ea2130 !important;
  padding: 10px !important;
}

.owl1 .owl-nav .owl-prev:hover,
.owl1 .owl-nav .owl-next:hover {
  background-color: transparent !important;
}

.owl1 .owl-nav i {
  font-size: 40px;
}

.new_arrivals_title {
  margin-top: 0;
}
.main_slider {
  height: 650px !important;
}

.titmr {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .titmr {
    margin-top: -10px;
  }
  .main_slider {
    height: 230px !important;
  }
  .owl1 .item {
    position: relative;
  }
  .owl1 .item .img1 {
    height: 400px;
    background: url("images/slider_2.jpg");
    background-size: cover;
    background-position: center;
    /* background-position: 0 -85px; */
  }
  .owl1 .item .img2 {
    height: 400px;
    background: url("images/slider_3.jpg");
    background-size: cover;
    background-position: center;
    /* background-position: 0 -85px; */
  }
  .owl1 .item .img3 {
    height: 400px;
    background: url("images/slider_4.jpg");
    background-size: cover;
    background-position: center;
    /* background-position: 0 -85px; */
  }
}

#home-clients {
  height: 400px;
  padding-top: 90px;
}
#home-clients .clients-cont {
  margin-top: 60px;
}

/* second */

.section-ftproducts .item .products-card {
  border-right: 0;
  /* border-right: 1px solid rgb(233, 233, 233); */
  padding: 15px;
  position: relative;
}
.section-ftproducts .item .products-card::after {
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 1px);
  height: 100%;
  pointer-events: none;
  content: "";
  border: solid 2px rgba(235, 235, 235, 0);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-ftproducts .item .products-card:hover::after {
  box-shadow: 0 25px 29px rgba(63, 78, 100, 0.15);
  border: solid 2px rgba(235, 235, 235, 1);
}
.section-ftproducts .item a {
  color: #1e1e27;
  line-height: 20px;
  text-decoration: none;
  font-weight: 500;
}
/* .section-ftproducts .item a:hover{
    box-shadow: 0 25px 29px rgba(63, 78, 100, 0.15);
    border: solid 2px rgba(235,235,235,1);
} */
.section-ftproducts .item .products-card .title {
  text-align: center;
  margin-top: 15px;
  min-height: 60px;
  font-weight: normal;
  font-size: 12px;
}

.section-ftproducts .owl-prev {
  position: absolute;
  top: -240px;
  left: -40px;
}
.section-ftproducts .owl-next {
  position: absolute;
  top: -240px;
  right: -40px;
}

.section-ftproducts .owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 40px;
  height: 40px;
  /* border-radius: 100px !important; */
  background-color: none !important;
  border: 0 !important;

  color: #ea2130 !important;
  padding: 10px !important;
  /* -webkit-box-shadow: 0 4px 27px rgba(191, 203, 255, 0.8);
box-shadow: 0 4px 27px rgba(191, 203, 255, 0.8);  */
}

.section-ftproducts .owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: transparent !important;
  color: #ea2130 !important;
}

.section-ftproducts .owl-nav i {
  font-size: 30px;
}

.section-ftproducts .owl-item {
  text-align: center;
}

.section-ftproducts .all-title h2 {
  margin: 0;
  text-align: center;
  margin-bottom: 30px;
}

.mrex {
  margin-top: 100px;
}

.mrex .owl-prev {
  position: absolute;
  top: -200px;
  left: -40px;
}
.mrex .owl-next {
  position: absolute;
  top: -200px;
  right: -40px;
}

@media only screen and (max-width: 768px) {
  .section-ftproducts .item .products-card {
    border-right: 0;
  }
  .mrex {
    margin-top: 10px;
  }
  .section-ftproducts .owl-prev {
    position: absolute;
    top: -420px;
    left: -20px;
  }
  .section-ftproducts .owl-next {
    position: absolute;
    top: -420px;
    right: -20px;
  }

  .mrex .owl-prev {
    position: absolute;
    top: -270px;
    left: -20px;
  }
  .mrex .owl-next {
    position: absolute;
    top: -270px;
    right: -20px;
  }
}
