.wap{
	display: none;
	margin-bottom:20px;
}
.wap img{
	display: block;
	width:100;
}
@media(max-width:999px){
	.wap{
		display: block!important;
	}
	.pc{
		display: none!important;
	}
}
.banner{
	width:100%;
	position: relative;
	margin-top:168px;
}
.banner .swiper-slide img{
	width:100%;
	display: block;
}
.banner-pagination{
	bottom:65px!important;
}
.banner-pagination .swiper-pagination-bullet{
	height:7px;
	width:46px;
	background: #fff;
	border-radius: 5px!important;
	opacity: 1!important;
}
.banner-pagination .swiper-pagination-bullet-active{
	background: #fe9806;
}
@media(max-width:999px){
	.banner{
		margin-top:50px;
	}
	.banner-pagination{
		bottom: 15px !important;
	}
}
.index-title{
	text-align: center;
	padding-bottom:60px;
}
.index-p1{
	font-size:24px;
	font-weight:600;
	color:#fe9806;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 4px;
}
.index-p2{
	margin-top:10px;
	font-size:46px;
	font-weight:800;
	color:#000000;
	text-transform: uppercase;
	line-height: 1;
}
.index-divider{
	display: inline-block;
	position: relative;
	border: 3px solid #fe9806;
	width: 90px;
	height: 10px;
	border-radius: 15px;
}
.index-divider:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 7px;
    width: 15px;
    border-radius: 15px;
    background: #fe9806;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(72px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(72px);
  }
  100% {
    transform: translateX(-1px);
  }
}
.pt-100{
	padding-top:100px;
}
.s1-con{
	width:100%;
}
.s1-nav{
	justify-content: center;
}
.s1-nav-tab{
	display: inline-block;
	background: #eaeaea;
	color: #000;
	border-radius: 25px;
	margin: 0 25px 8px 25px;
	padding: 10px 25px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}
.s1-nav-tab:hover{
	background: #fe9806;
	color: #fff;
}
.s1-pro{
	margin-top:80px;
	width:100%;
}
.s1-pro-tab{
	width:calc((100% - 60px) / 3);
	display: block;
	border:1px solid #c9c9c9;
	padding:0 50px 50px;
	box-sizing: border-box;
	position: relative;
	transition: 0.3s;
}
.pro-logo{
	position: absolute;
	top:20px;
	left:20px;
}
.s1-img img{
	transition: 0.3s;
}
.s1-pro-tab:hover{
	border:1px solid #fe9806;
}
.s1-pro-tab:hover .s1-img img{
	transform: scale(1.1);
}
.s1-p1{
	font-size:28px;
	line-height: 1;
	color:#000000;
	font-weight:800;
	margin-bottom:15px;
}
.s1-p2{
	font-size:20px;
	line-height: 1.6;
	color:#666666;
	font-weight:400;
}
.s1-p3{
	font-size:18px;
	line-height: 1.6;
	color:#2a2a2a;
	font-weight:400;
	margin-top:15px;
	transition: 0.3s;
}
.s1-p3 i{
	transition: 0.3s;
}
.s1-pro-tab:hover .s1-p3{
	color:#fe9806;
}
.s1-pro-tab:hover .s1-p3 i{
	color:#fe9806;
	padding-left: 20px;
}
@media(max-width:999px){
	.pt-100{
		padding-top:30px;
	}
	.index-p1{
		font-size: 16px;
	}
	.index-p2{
		font-size: 20px;
	}
	.index-title{
		padding-bottom:20px;
	}
	.s1-pro{
		margin-top:20px;
	}
	.s1-pro-tab{
		width:100%;
		margin-bottom:20px;
		padding: 10px 20px 20px;
	}
}
.s2 .container{
	padding-left:50px;
	padding-right:50px;
}
.s2 .witr_section_title p {
	color: #000;
}

.s2 p {
	color: #292929;
}

.s2 .ab_img_inner {
	position: relative;
	z-index: 1;
	direction: ltr; 
}
.s2 .ab_img_inner .row{
	position: relative;
	z-index: 9;
}
.ab_inner_coun{
	padding-top:0px;
}
.s2 .witr_section_title_inner h2 {
	font-size: 16px;
	display: inline-block;
	color: #fe9806;
}

.s2 .witr_section_title_inner p {
	width: 100%;
	padding: 0 0 0;
	margin: 10px auto 0;
	line-height: 1.6;
}

.s2 .witr_counter_single {
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	background-color: #fe9806;
	box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.16);
	margin: 0px 75px 0px 0px;
	padding: 40px 0px 30px 0px;
}

.s2 .witr_counter_number_inn {
	overflow: hidden;
}

.s2 .witr_counter_number_inn h3,
.s2 .witr_counter_number_inn span {
	font-size: 40px;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 0;
	color: #fff;
	padding: 5px 0px 0px 0px;
}

.s2 .witr_counter_number_inn span {
	line-height: 0;
}

.s2 .all_counter_color h4 {
	font-size: 16px;
	color: #fff;
}

.s2 .ab_img_inner .single_image_area {
	margin: -205px 0 0 0;
}

.s2 .ab_img_inner .witr_shape_item_inner {
	top: 280px;
	left: 150px;
}

.s2 .ab_img_inner .witr_shape_item_inner {
	position: absolute;
	z-index: -1;
	content: "";
	transition: 0.5s;
}

.s2 .ab_img_inner .witr_shape_image {
	animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}

@keyframes witr_movelr_box45 {
	0% {
		transform: translateX(0px);
	}

	100% {
		transform: translateX(45px);
	}
}

.s2 .ab_witr_content .witr_section_title {
	margin-bottom: 15px;
}

.s2 .medi_singleService {
	position: relative;
	padding: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
	background: #eaeaea;
	margin-bottom: 20px;
	transition: 0.3s;
}
.s2 .medi_singleService:hover{
	background: #fe9806;
}

.s2 .medi_singleService:before {
	position: absolute;
	width: 0;
	height: 2px;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	z-index: 3;
	transition: all 0.4s ease-out;
	background: #b1191900;
}

.s2 .medi_singleService i {
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fe9806;
	font-size: 30px;
	color: #000;
	margin-right: 15px;
	border-radius: 50px;
	transition: 0.5s;
	display: inline-block;
	vertical-align: middle;
}

.s2 .medi_singleService h3 {
	line-height: 28px;
	display: inline-block;
	margin: 12px 0 15px;
	color: #2a2a2a;
}
.s2 .medi_singleService:hover h3 {
	color: #fff;
}
.s2 .medi_singleService:hover p {
	color: #fff;
}
.s2 .medi_singleService i img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	transform: translate(-50%, -50%);
}

.s2 .medi_singleService p {
	padding: 8px 0 0 0;
	margin: 0;
	line-height: 1.6;
}

.s2 .ab_page_ab {
	padding: 128px 0 92px 0;
}
.s2 .index-title{
	text-align: left;
	padding-bottom:20px;
}
@media(max-width: 1600px){
	.s2 .container{
		padding-right: var(--bs-gutter-x, .75rem);
		padding-left: var(--bs-gutter-x, .75rem);
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.s2 {
		padding: 100px 0 122px 0;
	}

	.s2 .witr_counter_single {
		margin: 0;
	}

	.s2 .ab_page_ab {
		padding: 128px 0 112px 0;
	}

	.s2 .ab_img_inner .single_image_area {
		margin: 0;
	}

	.s2 .ab_img_inner .witr_shape_item_inner {
		top: 370px;
		left: 90px;
	}

	.s2 .azela_about_image_inner {
		padding-right: 0;
	}

	.s2 .about_content_inner {
		padding-left: 15px;
		margin-top: 0;
	}

	.s2 .about_service_inner .text_box {
		padding: 0;
	}

	.s2 .witr_section_title_inner h3 {
		font-size: 38px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.s2 .witr_counter_single {
		margin: 0;
	}

	.s2 .ab_img_inner .single_image_area {
		margin: 0;
	}

	.s2 .ab_left_content .witr_btn {
		margin-bottom: 20px;
	}

	.s2 .ab_img_inner {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.s2 .witr_counter_single {
		margin: 0;
	}

	.s2 .ab_img_inner .single_image_area {
		margin: 0;
	}

	.s2 .ab_img_inner .witr_shape_item_inner {
		top: 230px;
	}

	.s2 .ab_left_video {
		margin-right: 0;
		margin-left: 15px;
	}

	.s2 .ab_middle_img {
		margin: 10px 0 10px 0px;
	}

	.s2 .azela_about_image_inner {
		margin-top: 40px;
	}

	.s2 .azela_about_image_inner img {
		padding-right: 0;
	}

	.s2 .about_service_inner {
		display: inherit;
	}

	.s2 .witr_text_widget_inner p,
  .s2 .about-content span {
		font-size: 16px;
	}

	.s2 .ab_left_content .witr_button_area {
		margin-top: 15px;
	}

	.s2 .ab_left_content {
		padding: 0 0 20px 0;
	}

	.s2 .ab_img_inner {
		padding: 0 0 20px 0;
	}

	.s2 .witr_section_title_inner h2 {
		font-size: 16px !important;
		padding-top: 10px;
	}
}

.s3-img{
	width:100%;
	display:block;
}
.s3-img-block{
	margin-top:20px;
}
.s3-img-tab{
	width:calc((100% - 60px) / 4); 
	overflow: hidden;
}
.s3-img-tab img{
	width:100%;
	display:block;
	transition:0.3s;
}
.s3-img-tab:hover img{
	transform: scale(1.1);
}
@media(max-width:999px){
	.s3-img-tab{
		margin-bottom:20px;
		width:100%;
	}
}
.s4-con{
	position:relative;
	min-height:700px;
	background-image: url(../img/s4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-attachment: fixed;
}
.s4-con p{
	padding-top:80px;
	text-align: left;
	color:#fff;
	font-size:23px;
	font-weight:600;
	text-transform: uppercase;
}
.s4-con p span{
	padding-top: 20px;
	display: inline-block;
}
.s4-logo{
	width:100%;
	max-width:450px;
}

.play2 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.play2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: 0 0;
    background: #fff;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1
}

.play2:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: #fff;
    background: 0 0;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes round {
    from {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-moz-keyframes round {
    from {
        -moz-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes round {
    from {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@-moz-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}
.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 999999999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../img/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index:999;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 90%;
    height:auto;
    top: 0;
    max-width:1200px;
    max-height:80%;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}
@media(max-width:999px){
	.s4-con{
		background-attachment: scroll;
		min-height:300px;
	}
}
.s5-con{
	position: relative;
	padding-bottom:100px;
	padding-left:20px;
	padding-right:20px;
}
.s5swiper img{
	width:100%;
	display: block;
	box-shadow: 0 13px 20px 11px rgba(0, 0, 0, 0.1);
}
.s5swiper .slide{
	overflow: auto!important;
}
.s5swiper p{
	margin-top:40px;
	font-size:30px;
	color:#000000;
	font-weight:800;
	text-transform: uppercase;
}
.s5-pagination{
	top: auto !important;
	bottom:160px!important;
	width:100%;
	max-width: 400px;
	margin: 0 auto;
	left:calc(50% - 200px)!important;
}
.s5swiper {
	overflow-y: auto!important;
}
.s5-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #fe9806!important;
}
.s5-button{
	margin:0 auto;
	position: relative;
	width:160px;
	margin-top:150px;
}
.s5-next{
	width: 60px !important;
	height:60px!important;
	line-height: 60px!important;
	border-radius: 50%!important;
	border:1px solid #bfbfbf!important;
}
.s5-next:after{
	color: #000!important;
	font-size:20px!important;
}
.s5-prev{
	width:60px!important;
	height:60px!important;
	line-height: 60px!important;
	border-radius: 50%!important;
	border:1px solid #bfbfbf!important;
}
.s5-prev:after{
	color: #000!important;
	font-size:20px!important;
}
@media(max-width:999px){
	.s5swiper p{
		font-size:18px;
	}
	.s5-button{
		display: none;
	}
	.s5-pagination{
		bottom: 0px !important;
	}
	.s5-con{
		padding-bottom: 30px;
	}
}
.s6{
	background-image: url(../img/s6-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding-bottom: 100px;
}
.s6-con{
	/* justify-content: center; */
}
.s6-img{
	width:calc((100% - 60px) / 3);
}
.s6-tab{
	width:calc((100% - 60px) / 3);
	background: #fff;
	border-radius: 15px;
	padding:50px 40px;
	box-sizing: border-box;transition: 0.3s;
	background-image: url(../img/s6-icon.png);
	background-repeat: no-repeat;
	background-position:right 30px bottom 30px;
	background-size:auto;
}
.s6-tab:hover{
	transform: translate(0px,-5px);
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.s6-t{
	justify-content: flex-start;
	align-items: center;
}
.s6-title{
	margin-left:15px;
}
.s6-p1{
	margin-top:15px;
	font-size:24px;
	font-weight:800;
	color:#000;
	margin-bottom: 0;
	text-transform: uppercase;
}
.s6-p2{
	margin-top:10px;
	font-size:18px;
	font-weight:600;
	color:#fe9806;
	margin-bottom: 0;
}
.s6-b{
	margin-top:20px;
}
.s6-p3{
	font-size:18px;
	font-weight:300;
	line-height: 1.6;
	color:#333;
	margin-bottom: 0;
}
@media(max-width:999px){
	.s6-img{
		width:100%;
		margin-bottom:20px;
	}
	.s6-tab{
		width:100%;
		margin-bottom:20px;
	}
	.s6{
		padding-bottom:10px;
	}
}
.s7{
	padding-bottom: 100px;
}
.s7 .index-title{
	text-align: left;
}
.index-p3{
	margin-top:45px;
	width:160px;
	height:50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:0 15px;
	box-sizing: border-box;
	border: 2px solid #c9c9c9;
	font-size:18px;
	transition: 0.3s;
}
.index-p3:hover{
	background: #fe9806;
	border:2px solid #fe9806;
	color:#fff;
}
.index-p3:hover svg path{
	fill:#fff;
}
.s7-con{
	margin-top:0px;
}
.s7-left{
	width:calc(50% - 20px)
}
.s7-right{
	width:calc(50% - 20px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-self: stretch;
}
.s7-tab1{
	display: block;
	width:100%;
}
.s7-img1{
	width:100%;
	overflow: hidden;
}
.s7-img1 img{
	transition: 0.3s;
}
.s7-tab1:hover img{
	transform: scale(1.1);
}
.s7-text{
	background: #eeeeee;
	padding:20px 25px;
	box-sizing: border-box;
	width:100%;
}
.s7-p1{
	font-size:24px;
	color:#000;
	font-weight:800;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow: hidden;
	transition: 0.3s;
}
.s7-tab1:hover .s7-p1{
	color:#fe9806;
}
.s7-p2{
	margin-top:10px;
	font-size:16px;
	line-height: 1.6;
	color:#909090;
	font-weight:400;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.s7-p3{
	margin-top:15px;
	font-size:16px;
	line-height: 1;
	color:#909090;
	font-weight:400;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.s7-tab2{
	width:100%;
}
.s7-img2{
	width:27%;
	overflow: hidden;
	position: relative;
}
.s7-img2 img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:auto;
	max-width: fit-content;
	height: 100%;
}
.s7-tab2 .s7-text{
	width:73%;
}
.s7-tab2 .s7-p2{
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.s7-tab2:hover .s7-p1{
	color:#fe9806;
}
@media(max-width:1500px){
	.s7-tab2 .s7-p2{
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		overflow: hidden;
	}
}
@media(max-width:999px){
	.s7{
		padding-bottom: 20px;
	}
	.s7 .index-title{
		text-align: center;
	}
	.s7 .index-p3{
		display: none;
	}
	.s7-left{
		width:100%;
	}
	.s7-right{
		width:100%;
	}
	.s7-right .s7-img2{
		display: none;
	}
	.s7-right .s7-text{
		width:100%;
	}
	.s7-right .s7-tab2{
		margin-top: 10px;
	}
}