#logos-wrapper {
    background: #fff;
    height: 60px!important;
    overflow: hidden;
}

#logos {
    background: #fff;
    height: 60px!important;
    overflow: hidden;
}

#clients {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#clients {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#clients .clients-wrap {
    display: block;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

#clients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


#clients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

#common-home .swiper-viewport{
  width: 99.5vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border-width: 0px;
  box-shadow: none;
}

#common-home .swiper-viewport  h1 {
  color:#e9e9e9;
  font-size: 208px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* slider */

.slider-area {
  position: relative;

}


@media only screen and (max-width: 800px) {
.slider-area {
   position: relative;
  margin-top: 0px
  }
}



.slider-1 {
  padding: 10px 0 0px;
}
.slider-text-img {
  margin-bottom: -10px;
}
.slider-text-img h6 {
  color: #5d5d5d;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 11px 0 0;
  position: relative;
  top: 18px;
}
.slider-content h2 {
  color: #e9e9e9 !important;
  font-size: 208px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: -68px;
  margin-left: -13px;
	
}
.slider-single-img {
  overflow: hidden;

}
.slider-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
	
}
.slider-single-img > img {
  float: right;
  max-width: 100%;
  padding-left: 60px;
}
.slider-content h2 span {
  color: #ed1c24;
}
.slider-content p {
  color: #787878;
  font-size: 16px;
  margin: 10px 0 21px;
  width: 90%;
		min-height: 1150px
}
.slider-active .owl-dots {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
}
.slider-active .owl-dot {
  background: #F90106 repeat scroll 0 0;
  border: 1px solid #898989;
  border-radius: 50%;
  height: 16px;
  margin: 19px 0;
  width: 16px;
}
.slider-active .owl-dot.active {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #2f2f2f;
}
.slider-social {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  z-index: 9;
}
.slider-social ul li {
  margin: 15px 0;
}
.slider-social ul li a {
  border: 2px solid #b0b0b0;
  border-radius: 50%;
  color: #656565;
  display: inline-block;
  font-size: 18px;
  height: 36px;
  text-align: center;
  width: 36px;
}
.slider-social ul li.facebook a:hover {
  border: 2px solid #3b5999;
  color: #fff;
  background-color: #3b5999;
}
.slider-social ul li.twitter a:hover {
  border: 2px solid #55acee;
  color: #fff;
  background-color: #55acee;
}
.slider-social ul li.pinterest a:hover {
  border: 2px solid #cb2027;
  color: #fff;
  background-color: #cb2027;
}
.slider-social ul li a i {
  line-height: 33px;
}

.swiper-pagination {

}

#common-home .swiper-pagination .swiper-pagination-bullet {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #898989;
  border-radius: 50%;
  height: 16px;
  margin: 0px 20px;
  width: 16px;
}

#common-home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2f2f2f none repeat scroll 0 0;
  border: 1px solid #2f2f2f;
}

#common-home .swiper-pagination {
  bottom: 40px;
}

#common-home .swiper-pager {
  display: none;
}

#common-home .swiper-slide h1{
  text-align: left !important;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .swiper-slide {
    padding: 240px 0 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #common-home .swiper-viewport h1 {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  #common-home .swiper-viewport h1 {
    font-size: 45px;
  }
}

.slider-social ul li{
  list-style: none;
}

.product-content-wrapper {
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  opacity: 1;
  padding: 30px 40px 42px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.product-wrapper:hover .product-content-wrapper {
  opacity: 0;
  bottom: -30px;
}
.product-title-spreed > h4 {
  color: #353535;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 7px;
  font-family: "Oswald",sans-serif;
}
.product-price > span {
  color: #353535;
  font-family: "Oswald",sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-top: 2px;
  display: inline-block;
}
.product-title-spreed > span {
  color: #9b9b9b;
}

.product-action {
  bottom: 55px;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  z-index: 99;
  padding: 10px;
}
.product-wrapper:hover .product-action {
  bottom: 45px;
  opacity: 1;
}

.product-action a {
  background-color: transparent;
  color: #202020;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  margin: 0 5.5px;
  padding: 7px 0;
  transition: all 0.3s ease 0s;
  width: 50px;
  font-size: 18px;
  border: 1px solid #e8e8e8;
  position: relative;
}
.product-action a:hover {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
}
.product-action a i {
  line-height: 21px;
}
.product-slider-active.owl-carousel .owl-nav {
  float: right;
  margin-top: 10px;
}
.product-slider-active.owl-carousel .owl-nav div , .latest-product-slider.owl-carousel .owl-nav div {
  display: inline-block;
  margin: 0 0 0 17px;
  color: #9b9b9b;
  font-weight: bold;
  font-size: 18px;
  font-family: "Oswald",sans-serif;
  position: relative;
  transition: all .3s ease 0s;
}

.product-slider-active.owl-carousel .owl-nav div:hover , .latest-product-slider.owl-carousel .owl-nav div:hover {
  color: #ed1c24;
}
.product-slider-active.owl-carousel .owl-nav div.owl-prev::before , .latest-product-slider.owl-carousel .owl-nav div.owl-prev::before {
  background-color: #9b9b9b;
  content: "";
  height: 2px;
  left: 37px;
  position: absolute;
  top: 12px;
  transform: rotate(-70deg);
  transition: all 0.4s ease 0s;
  width: 17px;
}

