section.moza-slider-area {
	position: relative;
	overflow: hidden;
}
.moza-slider-height {
	height: 950px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.moza-slider-height:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background: #000;
	opacity: 0.7;
}
.moza-slider-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	 transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: transform 9000ms ease, opacity 1500ms ease-in; 
	transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}
.moza-slider-wrapper .swiper-slide.swiper-slide-active .moza-slider-bg {
	-webkit-transform: scale(1.2);
	transform: scale(1.1);
}
.moza-slider-content {
	padding-top: 55px;
}
.moza-slider-title-box {
	opacity: 0;
	z-index: 3;
	position: relative;
	transform: translateY(-150px);
}
.moza-slider-title-box {
	opacity: 0;
	z-index: 3;
	position: relative;
	transform: translateY(-150px);
}
.moza-slider-sub-title {
	font-size: 25px;
	color: #ffffff;
	font-weight: 400;
}
h1.moza-slider-title {
	font-size: 140px;
	color: #ffffff;
	font-weight: 400;
	margin-top: 15px;
}
.moza-slider-wrapper .swiper-slide.swiper-slide-active .moza-slider-title-box {
	opacity: 1;
	transform: translatey(0px);
	transition: all 2500ms ease;
}
.moza-slider-btn {
	transform: translateY(150px);
	opacity: 0;
}
.slider-btn {
	display: inline-block;
}
.slider-btn a {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	background: #97aa85;
	padding: 15px 42px;
	margin-right: 14px;
	position: relative;
	z-index: 1;
	transition: 0.5s;
}
.slider-btn a::before {
	position: absolute;
	content: "";
	width: 141px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	left: 0px;
	top: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.slider-btn a::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #97aa85;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: scale(0);
	transition: 0.5s;
	z-index: -1;
}
.slider-btn a:hover {
	color: #fff;
}
.slider-video-btn {
	display: inline-block;
}
.slider-video-btn a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 65px;
	background-color: #232323;
	text-align: center;
}
.slider-video-btn a i {
	font-size: 20px;
	color: #97aa85;
}
.moza-slider-wrapper .swiper-slide.swiper-slide-active .moza-slider-btn {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2500ms ease;
  z-index: 3;
  position: relative;
}
.moza-slider-arrow-box button {
	transition: 0.4s;
}
.moza-slider-arrow-box button {
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	width: 60px;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
	color: #fff;
	position: absolute;
	left: 30px;
	top: 472px;
	z-index: 5;
	border: 0;
	border: 1px solid rgb(151 170 133 / 95%);
	background: rgb(151 170 133 / 95%);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.moza-slider-arrow-box button.slider-next {
	margin-bottom: 10px;
	left: auto;
	right: 60px;
}
button.slider-next {
	background: rgb(151 170 133 / 95%);
	border: 1px solid rgb(151 170 133 / 95%);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
button.slider-next:hover,
.moza-slider-arrow-box button:hover {
	background: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
h1.moza-slider-title {
	font-size: 70px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.moza-slider-height {
	height: 500px;
}
h1.moza-slider-title {
	font-size: 40px;
}
.moza-slider-arrow-box button {
	display: none;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.moza-slider-height {
	height: 400px;
}
.moza-slider-sub-title {
	font-size: 17px;
}
h1.moza-slider-title {
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 40px;
}
.moza-slider-arrow-box button {
	display: none;
}
.slider-btn a {
	padding: 7px 30px;
}
.slider-btn a::before {
	height: 30px;
}
.slider-video-btn a {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
}
@media (min-width: 320px) and (max-width: 479px) {
.moza-slider-sub-title {
	font-size: 16px;
}
h1.moza-slider-title {
	font-size: 30px;
	margin-bottom: 15px;
}
.moza-slider-height {
	height: 400px;
}
.moza-slider-arrow-box button {
	display: none;
}
.slider-btn a {
	padding: 7px 30px;
}
.slider-btn a::before {
	height: 30px;
}
.slider-video-btn a {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
}