.my-slide {height: 300px;}
.pf-slider-mouse-event-off > * {pointer-events: none;}
.pf-slider-inner {width: 100%;height: 250px!important; overflow: hidden;display: block;position: relative;}
.pf-slider-slide {will-change: contents;width: 100%;position: absolute !important;transform: translate3d(100%, 0, 0);top: 0;}
.pf-slider-wrapper {overflow: hidden;position: relative;}
.pf-slider-nav {position: absolute;z-index: 999;display: block;text-decoration: none;font-size: 18px;cursor: pointer;}
.pf-slider-nav:focus {text-decoration: none;}
.pf-slider-nav.nav-style-1::before,
.pf-slider-nav.nav-style-2::before,
.pf-slider-nav.nav-style-3::before,
.pf-slider-nav.nav-style-4::before,
.pf-slider-nav.nav-style-5::before {font-size: 14px;color: #fff;font-family: FontAwesome;}
.pf-slider-nav.nav-style-1,.pf-slider-nav.nav-style-2,.pf-slider-nav.nav-style-3,.pf-slider-nav.nav-style-4{}
.slide-1,.slide-2,.slide-3,.slide-4,.slide-5,.slide-6,.slide-7,.slide-8,.slide-9{position: relative;}
.in-per-slide-img{position: absolute;left: 0;top: 30%;overflow: hidden;}
.in-per-slide-img img{width: 100%;transition: all 0.5s;}
.slide-1:hover .in-per-slide-img img{transform: scale(1.1);}
/* Arrow Style 1 */
.pf-slider-nav.nav-style-1 {width: 47px;height: 47px;display: flex;align-items: center;justify-content: center;text-align: center;
background-color: #171717;opacity: 0.5;border-radius: 100%;transition: all .3s;}
.pf-prev-nav.nav-style-1:hover,.pf-next-nav.nav-style-1:hover{opacity: 1;text-decoration: none;}
.pf-prev-nav.nav-style-1{width: 47px;height: 47px;background: url(../images/arrow-l.png) no-repeat center center;left: 0;bottom: 0;}
.pf-next-nav.nav-style-1{width: 47px;height: 47px;background: url(../images/arrow-r.png) no-repeat center center;right: 0;bottom: 0;}

/* Arrow style 2 */
.pf-slider-nav.nav-style-2 {
  width: 46px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 43px;
  background-color: #030303;
  color: #fff;
  transition: all .3s;
  border-radius: 3px;
}
.pf-prev-nav.nav-style-2:hover,
.pf-next-nav.nav-style-2:hover {
  text-decoration: none;
  color: #fff;
  background-color: #171717;
}
.pf-prev-nav.nav-style-2:before {
  content: "\f104";
}
.pf-next-nav.nav-style-2:before {
  content: "\f105";
}
.pf-prev-nav.nav-style-2 {
  left: -46px;
  opacity: 0;
}
.pf-next-nav.nav-style-2 {
  right: -46px;
  opacity: 0;
}
.pf-slider-wrapper:hover .pf-prev-nav.nav-style-2 {
  left: 20px;
  opacity: 1;
}
.pf-slider-wrapper:hover .pf-next-nav.nav-style-2 {
  right: 20px;
  opacity: 1;
}

/* Arrow style 3 */
.pf-slider-nav.nav-style-3 {
  color: #fff;
  padding: 20px;
  text-shadow: 0 0 1px #000;
  transition: all .3s;
}
.pf-prev-nav.nav-style-3:hover,
.pf-next-nav.nav-style-3:hover {
  text-decoration: none;
}
.pf-prev-nav.nav-style-3:before {
  content: "\f104";
  font-size: 24px;
}
.pf-next-nav.nav-style-3:before {
  content: "\f105";
  font-size: 24px;
}
.pf-prev-nav.nav-style-3 {
  left: 40px;
  opacity: 0;
}
.pf-next-nav.nav-style-3 {
  right: 40px;
  opacity: 0;
}
.pf-slider-wrapper:hover .pf-prev-nav.nav-style-3 {
  left: 0;
  opacity: 1;
}
.pf-slider-wrapper:hover .pf-next-nav.nav-style-3 {
  right: 0;
  opacity: 1;
}

/* Arrow style 4 */
.pf-slider-nav.nav-style-4 {
  width: 46px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 43px;
  background-color: #030303;
  color: #fff;
  transition: all .3s;
  border-radius: 3px;
}
.pf-prev-nav.nav-style-4:hover,
.pf-next-nav.nav-style-4:hover {
  text-decoration: none;
  color: #fff;
  background-color: #171717;
}
.pf-prev-nav.nav-style-4:before {
  content: "\f177";
}
.pf-next-nav.nav-style-4:before {
  content: "\f178";
}
.pf-prev-nav.nav-style-4 {
  left: -46px;
  opacity: 0;
}
.pf-next-nav.nav-style-4 {
  right: -46px;
  opacity: 0;
}
.pf-slider-wrapper:hover .pf-prev-nav.nav-style-4 {
  left: 20px;
  opacity: 1;
}
.pf-slider-wrapper:hover .pf-next-nav.nav-style-4 {
  right: 20px;
  opacity: 1;
}

/* Arrow style 5 */
.pf-slider-nav.nav-style-5 {
  width: 46px;
  height: 43px;
  bottom: 5%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 43px;
  background-color: #030303;
  color: #fff;
  transition: all .3s;
}
.pf-prev-nav.nav-style-5:hover,
.pf-next-nav.nav-style-5:hover {
  text-decoration: none;
  color: #fff;
  background-color: #171717;
}
.pf-prev-nav.nav-style-5:before {
  content: "\f177";
}
.pf-next-nav.nav-style-5:before {
  content: "\f178";
}
.pf-prev-nav.nav-style-5 {
  right: 67px;
  border-radius: 3px 0 0 3px;
}
.pf-next-nav.nav-style-5 {
  border-radius: 0 3px 3px 0;
}

.pf-slider-nav-disabled {
  pointer-events: none;
}


/* Pagination */
.pf-slider-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 1;
}
.pf-slider-pagination:hover {
  cursor: pointer;
}
.pf-slider-pagination li {
  display: inline-block;
  margin: 0 5px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background: #bbb;
  opacity: 1;
  transition: all .3s;
  border: 0;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
}
.pf-slider-pagination li:hover {
  background: #212121;
}
.pf-slider-pagination li.active {
  background: #212121;
}

/* Pagination style 1 */
.pf-slider-pagination.pagination-style-1 li {
  width: 20px !important;
  height: 5px !important;
  border-radius: 0px;
}

/* Pagination style 2 */
.pf-slider-pagination.pagination-style-2 li {
  position: relative;
  width: 8px !important;
  height: 8px !important;
  margin: 0 6px !important;
  background: transparent;
}
.pf-slider-pagination.pagination-style-2 li.active,
.pf-slider-pagination.pagination-style-2 li:hover {
  background-color: #212121;
}
.pf-slider-pagination.pagination-style-2 li:after {
  transition: all .3s;
  width: 0;
  height: 0;
}
.pf-slider-pagination.pagination-style-2 li:after {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #212121;
  border-radius: 50%;
}

/* Pagination style 3 */
.pf-slider-pagination.pagination-style-3 li {
  position: relative;
  width: 16px !important;
  height: 16px !important;
  margin: 0 5px !important;
  border: 2px solid #ffffff;
  background: transparent;
}
.pf-slider-pagination.pagination-style-3 li.active:after {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  width: 6px;
  border: #fff solid 2px;
  border-radius: 100%;
}

@media screen and (max-width: 800px) {
	.in-per-bg{padding: 60px 0;}
	.in-per-title{height: 40px; background-size: 60%;}
	.my-slide{margin-top: 32px;height: 200px;}
	.pf-slider-inner{height: 200px!important;}
	.in-per-num img{width: 30px;}
	.in-per-slide-title h3{width: 100%; font-size: 16px;margin: 8px 0 0 0;}
	.in-per-slide-text{display: none;}
	.in-per-slide-img{position: static;margin-top: 16px;}
	.pf-prev-nav.nav-style-1{width: 32px;height: 32px;}
	.pf-next-nav.nav-style-1{width: 32px;height: 32px;}
}
@media screen and (max-width: 800px) {
	.my-slide{margin-top: 32px;height: 100px;}
	.pf-slider-inner{height: 100px!important;}
	.pf-slider-pagination{bottom: 0;}

}