.wps_pagination .mr_pagination{
    position: relative;
    display: block;
}  
.wps_pagination .mr_pagination li{
    position: relative;
    display: inline-block;
    margin: 0px 3.5px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #141417;
}  
.wps_pagination .mr_pagination li:last-child{
    margin: 0px !important;
}  
.wps_pagination .mr_pagination li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #141417;
    z-index: 1;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    border-radius: 4px;
    font-weight: 600;
}  
.wps_pagination .mr_pagination li a:hover,
.wps_pagination .mr_pagination li a.current{
    color: #fff;
}  
.wps_pagination .mr_pagination li.dot a{
    border: none;
}
.wps_pagination .mr_pagination li a:hover, 
.wps_pagination .mr_pagination li a.current {
    background: #040404;
    border-color: #040404;
}

.wps_pagination .mr_pagination li .current{
    position: relative;
    display: inline-block;
    margin: 0px 3.5px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: #040404;
    border-radius: 4px;
    font-weight: 600;
}

.wps_pagination .mr_pagination li .dots {
    position: relative;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #141417;
    z-index: 1;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    border-radius: 4px;
    font-weight: 600;
}
.wps_pagination .mrwidget .widget-title h3{
	font-size:23px;
	font-weight:6pp;
	color:#222;
}

.wps_pagination .mr_pagination{
	margin-top:30px;
	margin-bottom:30px;
}
.wps_pagination .mr_pagination a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #141417;
    z-index: 1;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    border-radius: 4px;
    font-weight: 600;
}
.wps_pagination .mr_pagination a:hover {
    background: #040404;
    border-color: #040404;
	color:#fff!important;
}
.wps_pagination .mr_pagination span.current {
    position: relative;
    display: inline-block;
    margin: 0px 3.5px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: #040404;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #040404;
}
.wps_pagination .pagination a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #141417;
    z-index: 1;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    border-radius: 4px;
    font-weight: 600;
    margin: 0px 3.5px;
}
.wps_pagination .pagination a:hover{
    position: relative;
    display: inline-block;
    margin: 0px 3.5px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: #040404;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #040404;
}
.wps_pagination .pagination span.current {
    position: relative;
    display: inline-block;
    margin: 0px 3.5px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: #040404;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #040404;
}



 .banner-section{
 	position: relative;
 }

.banner-section .swiper-slide {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-section .content-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.banner-section .content-box .inner {
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
}
.banner-section .swiper-slide-active .content-box .inner {
	opacity: 1;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.banner-slider-2 .content-box .inner {
    transform: translateX(0px);
    transition: .5s;
}
.banner-section .content-box .swiper_title_anim {
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	margin-bottom: 20px;
}
.banner-section .swiper-slide-active .content-box .swiper_title_anim {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.banner-section h4 {
	position: relative;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);

}
.banner-section .swiper-slide-active h4 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.banner-section .inner p {
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}
.banner-section .swiper-slide-active .inner p {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.banner-section .link-box {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	-webkit-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	margin: 0 -10px;
}
.banner-section .swiper-slide-active .link-box {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.banner-section .link-box a {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	margin: 0 10px 10px;
}
.banner-section .link-box a i {
	margin-left: 12px;
}

.banner-section .banner-feature-image {
    transform: translateX(-0) translateY(100px);
    opacity: 0;
    background-size: cover;
    -webkit-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    transition-delay: 100ms;
}

.banner-section .swiper-slide-active .banner-feature-image {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1000ms;
}

.banner-section .banner-slider-nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	z-index: 99;
}
.banner-section .wps_swiper_button {
	position: relative;
	width: 68px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	font-size: 20px;
	transition: .5s;
	border: 2px solid #fff;
	color: #fff;
}
.banner-section .wps_swiper_button:hover {
	color: var(--theme-color);
	border-color: #fff;
	background-color: #fff;
}
.wps_floating_img_area img {
    position: absolute;
}


.slider_path_slide{
	position:relative;
}

.slider_path_slide:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    mix-blend-mode: multiply;
    z-index: 1;
}
.slider_path_slide:after {
    position: absolute;
    content:  " ";
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    opacity: 0.6;
}

.slider_path_container{
position:relative;
z-index: 999;
}

.wps_slider_bg_zoom{
  position:absolute;
  left:0px;
  top:0px;
  right: 0px;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.wps_slider_path .swiper-slide-active .wps_slider_bg_zoom{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}



.banner-section .swiper-slide {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-section .content-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.banner-section .content-box .inner {
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
}
.banner-section .swiper-slide-active .content-box .inner {
	opacity: 1;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.banner-slider-2 .content-box .inner {
    transform: translateX(0px);
    transition: .5s;
}
.banner-section .content-box h1 {
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	margin-bottom: 20px;
}
.banner-section .swiper-slide-active .content-box h1 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.banner-section h4 {
	position: relative;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);

}
.banner-section .swiper-slide-active h4 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.banner-section .inner p {
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}
.banner-section .swiper-slide-active .inner p {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.banner-section .link-box {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	-webkit-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	margin: 0 -10px;
}
.banner-section .swiper-slide-active .link-box {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.banner-section .link-box a {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	margin: 0 10px 10px;
}
.banner-section .link-box a i {
	margin-left: 12px;
}

.banner-section .banner-feature-image {
    transform: translateX(-0) translateY(100px);
    opacity: 0;
    background-size: cover;
    -webkit-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    transition-delay: 100ms;
}

.banner-section .swiper-slide-active .banner-feature-image {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1000ms;
}

.banner-section .banner-slider-nav {
	position: absolute;
	bottom: 30px;
	right: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 68px;
}
.banner-section .banner-slider-button-next {
	position: relative;
	width: 68px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	font-size: 20px;
	transition: .5s;
	border: 2px solid #fff;
	color: #fff;
}
.banner-section .banner-slider-button-next:hover {
	color: var(--theme-color);
	border-color: #fff;
	background-color: #fff;
}
.banner-section .banner-slider-button-prev {
	position: relative;
	width: 68px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	font-size: 20px;
	transition: .5s;
	border: 2px solid #fff;
	color: #fff;
	top: 2px;
}
.banner-section .banner-slider-button-prev:hover {
	color: var(--theme-color);
	border-color: #fff;
	background-color: #fff;
}

.wps_floating_img_area img {
    position: absolute;
}




.wps_slider_bg_zoom{
  position:absolute;
  left:0px;
  top:0px;
  right: 0px;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.wps_slider_path .swiper-slide-active .wps_slider_bg_zoom{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}





/* slider text animation */

.slider-text-anim {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}

.slider-text-anim:before {
  content: " ";
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff; 
  -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
  -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
  transition: 1s cubic-bezier(.858, .01, .068, .99);
  z-index: 3;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.swiper-slide-active .slider-text-anim:before {
  -webkit-transform: translateX(1%);
  -ms-transform: translateX(1%);
  transform: translateX(1%);
}

.wps_slider_bg_area{
    overflow: hidden;
}
