/*======Slider============*/
.main-header,.sticky{
	transition: all .8s;
}
.hero-main-slider{
	position: relative;
}
.hero-main-slider .main_slider .swiper-slide:before{
	content: '';
	height: 100%;
	width: 100%;
	background-color: #0000005e;
	top:0;
	z-index: 2;
	position: absolute;
}
.sticky .main-header {
	position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;  

}

 section.main_slider {
  width: 100%;
  height: 100vh;
}

.main_slider .swiper-container {
  width: 100%;
  height: 100%;
}

.main_slider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.main_slider .slide-image {
  position: absolute;
  top: -200px;
  left: -200px;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  background-position: 50% 50%;
  background-size: cover;
}
.main_slider .slide-title {
  font-size: 4rem;
  line-height: 1;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  z-index: 3;
  position: relative;

}
@media (min-width: 45em) {
  .main_slider .slide-title {
    font-size: 7vw;
    max-width: none;
  }
}
.main_slider .slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.main_slider .slideshow {
  position: relative;
}
.main_slider .slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s opacity;
  z-index: 10;
  
}
.main_slider .slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.main_slider .slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.main_slider .slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.main_slider .slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.main_slider .slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.main_slider .slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.main_slider .slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all 0.3s ease;
  color: #FFF;
}
.main_slider .slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.main_slider .slideshow-navigation-button.prev {
  left: 0;
}
.main_slider .slideshow-navigation-button.next {
  right: 0;
}

.main_slider .pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  padding: 0 0.5rem;
}

.main_slider .pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}
@media (min-width: 45em) {
  .main_slider .pagination-separator {
    display: block;
  }
}
.main_slider .pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}
/*======End Slider============*/
.category_posts{
  display: flex;
  flex-wrap: wrap;
}
.category_posts article{
  width: 33.33%;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.category_posts .post_items{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 20px;
  transition: all .6s;
  height: 100%;
}
.category_posts .post_items:hover{
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

main.category_post_section.site-main{
      max-width: 1140px;
}
.category_posts .image{
  height: 300px;
}
.category_posts .image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category_posts .entry-title{
  font-size: 28px;
  text-align: center;
}
.pro-slider .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .pro-slider .swiper-slide {
      background-size: cover;
    display: flex;
    background-position: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
      
    }
    .pro-slider .gallery-top {
      height: 400px;
      width: 100%;
    }
    .pro-slider .gallery-thumbs {
      height: 100px;
      box-sizing: border-box;
      padding: 10px 0;

    }
    .pro-slider .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
      border:1px solid black;
      padding: 10px;
    }
    .pro-slider .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
  .product_slider.swiper-container {
      
      height: 400px;
   
  } 
  .product_slider .swiper-slide{ padding: 15px; background: #fff } 
  .product_slider .image{
    height:300px;
  }
  .product_slider .image img{
    height: 100%;
    width: 100%;
    object-fit: contain;

  }
  .img-gallary img{
    width: 320px;
    height: 320px;
    object-fit: contain;
    padding:10px; 
  }
  .logo-slider img{ height: 250px; object-fit: cover; }
  @media only screen and (max-width: 900px) {
    .category_posts article{
      width: 50%;
    }
  }
  @media only screen and (max-width: 768px) {
    .category_posts article{
      width: 100%;
    }
  }