/*===============================================
Template Name: purify - Drinking Water HTML5 Template
Author:  https://templatemonster/user/drtheme
Description: Description
Version: 1.0.0
Text Domain: purify
Tags: agency, consulting, digital agency, digital marketing, digital marketing agency, marketing, marketing agency, media agency, portfolio, seo, seo agency, seo agency theme, seo marketing, smm, social media marketing agency.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. purify Header Top Menu Area Css
02. purify Nav Menu Area Css 
03. purify Slider Area Css
04. purify Section Title Css
05. purify Service Area css
06. purify About Area Css
07. purify Counter Area Css
08. purify Case Study Area Css
09. purify Testimonial Area Css
10. purify Process Area Css
11. purify Team Area Css
12. purify Faq Area Css
13. purify Brand Section Css
14. purify Call Do Section Css
15. purify Form Box Css
16. purify Skill Area Css
17. purify Blog Area Css
18. purify footer Area Css
19. purify Subscribe Area Css
20. purify Lines CSS
21. purify Prossess Ber Css
22. purify Scrollup Section
23. purify Bounce Animation Css 
24. purify Animation Dance
25. purify Breadcumb Area Css
26. purify abouts_areas Css
27. purify Feture-Area Css
28. purify Pricing Section Css
29. purify Web Development Section CSS
30. purify Contact  US Css
31. purify Blog Sidber Widget CSS
32. purify Case Study Details Css
33. purify Search Box Css
34. purify Loader Css
=======================*/

/*=====================================
<!-- Start purify Header Top Area -->
=======================================*/
.header-top-area {
    background: #181818;
    padding: 0px 0 0;
    position: relative;
    z-index: 1;
}

.header-top-area:before {
    position: absolute;
    z-index: -1;
    content: "";
    background: #feb301;
    width: 330px;
    height: 100%;
    left: 0;
    top: 0;
}

.header-top-social-icon {
    padding: 8px 0 8px 40px;
}



.header-top-social-icon ul li a {
    font-size: 14px;
    color: #ffffff;
    transition: 0.5s;
}

/*social icon hover */
.header-top-social-icon ul li a:hover{
    color:#ffca01;
}

.header-top-social-icon ul li {
    list-style: none;
    display: inline-block;
    margin-left: 14px;
}

.header-info ul li {
    list-style: none;
    display: inline-block;
}

.header-top-info {
    padding: 8px 0;
}

.header-info ul li a i {
    font-size: 14px;
    color: #ffca01;
    margin-right: 11px;
}

.header-info ul li i {
    font-size: 14px;
    color: #ffca01;
    margin-right: 10px;
    padding-left: 30px;
}

.header-top-info ul li span {
    opacity: 0.800;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.header-info ul li a span {
    opacity: 0.800;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Plus Jakarta Sans";
}

.header-top-address {
    text-align: right;
    padding-right: 176px;
}

.top-address-icon {
    display: inline-block;
}

.top-address-text {
    display: inline-block;
}

.top-address-icon span i {
    font-size: 14px;
    color: #ffca01;
    margin-right: 10px;
}

.top-address-text p {
    opacity: 0.800;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    padding: 8px 0;
}
/*=====================================
	<!-- End purify Header Top Area -->
=======================================*/

.our_services{
	background-color: #F3F7F6;
	padding: 130px 0;
}
.service {
	margin-bottom: 30px;
	transition: all 0.4s ease 0s;
	padding: 55px 20px 55px;
	border-radius: 8px;
	transition: transform 0.5s ease-in-out;
	background-color: #fff;
	text-align: center;
	position: relative;
	border-top: 4px solid #f4ca1e;
	z-index: 1;
}
.service:hover{
	border-top: 4px solid #f4ca1e;
}
.service::before {
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:#f4ca1e;
	border-radius: 5px 5px 8px 8px;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.5s ease-in-out;
	z-index: -1;
}
.service:hover:before {
  transform: scaleX(1);
  transform-origin: left;
  color:#fff
}



.service:hover .icon,
.service:hover h4,
.service:hover p,
.service:hover a{
	color: #000;
}
.service .icon {
	color: #f4ca1e;
	margin-bottom: 0px;
	display: inline-block;
}
.service .icon img{
	width: 80px;
}
/*
.service .icon svg path{
	 fill: #f4ca1e;
}
*/
.ser_text{
	overflow: hidden;
}
.service h4 {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: capitalize;
	line-height:30px
}
.service p{ font-size:20px}
.s_btn {
	color: #f4ca1e;
	text-decoration: decoration;
	display: inline-block;
	font-weight: 500;
	margin-top: 7px;
}

.afeature {

}
.single_afeature {
	box-shadow: 0 0 39px rgba(0,0,0,0.04);
	padding: 14px;
	margin-bottom: 25px;
	border-left: 4px solid #f4ca1e;
	border-radius: 8px;
	height:240px
}


.single_afeature h4{
	font-size: 18px;
	display: inline-block;
	padding-left: 10px;
}
.single_afeature i{
	display: inline-block;
}

.single_afeature img{
	width: 47px;
	display: inline-block;
	padding-left: 15px;
}
.about .btn_yellow{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.pt15{
	padding-top: 15px;
}


/*???????*/
@media screen and (min-width: 320px) {
	.cpzx-nav li{ text-align: center; width: 33.333333333%; float: left;}
	.cpzx-nav li:after{ content: ' '; overflow: hidden; clear: both;}
	.cpzx-nav i:before{ height: 46px; line-height: 46px; font-size: 28px; color: #00144C;}
	.cpzx-nav b{ font-weight: normal; line-height:16px; display: block;  font-size: 12px; color: #666; height: 32px;}
	.cpzx-nav .on b{ font-weight: bold; color: #f4ca1e;}
	.cpzx-nav .on i:before{color: #f4ca1e;}
	
	.cpzx-nav li:nth-child(4n+1){ background: #f4f4f4;}
	.cpzx-nav li:nth-child(4n+3){ background: #f4f4f4;}
	.cpzx-nav a{display: block; padding: 10px 5px;}
	.cpzx-nav a:hover i:before,.cpzx-nav a:hover b{color: #f4ca1e;}
	
	.cpzx-line{ position: relative; overflow:auto}
	.cpzx-line:after{ content:  ''; width: 100%; height: 1px; position: absolute;left: 0; bottom: 0; background:#EEEEEE;}
	
	.cpzx-nav-sub ul{ display: flex; padding: 15px 0; justify-content: center; flex-wrap: wrap;}
	.cpzx-nav-sub li{padding: 0 20px;}
	.cpzx-nav-sub li a{font-size: 12px;}
	.cpzx-nav-sub a{ color: #333333;}
	.cpzx-nav-sub .on a,.cpzx-nav-sub a:hover{ color: #f4ca1e;}
	
	.cpzx-list-bg{   -webkit-background-size: contain;
	background-size: contain;}
	
	a:hover i.pic-size-no img{ -webkit-transform: none; transform: none;}
	
	.cpzx-list{overflow: hidden;}
	.cpzx-list ul{ margin: -5px;}
	.cpzx-list li{ width: 50%; float: left; padding: 5px;}
	.cpzx-list li a{ display: block; -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
	.cpzx-list li a dt{ position: relative;}
	.cpzx-list li a dt i{ z-index: 2;}
	.cpzx-list li a dt span{ background: url(../img/cpzx-logo@2x.png) center no-repeat; -webkit-background-size: cover;
	background-size: cover; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; -webkit-transform: rotate(-23.5deg) scale(.9); transform: rotate(-23.5deg) scale(.9); transition-delay: .1s;}
	.cpzx-list li a dd b{ color: #333;font-size: 10px;}
	.cpzx-list li a dd .tit{ display: block; text-align: center; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; white-space: nowrap;}
	.cpzx-list li a dd div{  text-align: center; color: #333; font-size: 12px; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; white-space: nowrap; margin-top:0px!important}
	.cpzx-list li a dd span{width: 120px; padding: 0 20px; line-height: 32px; background: #fff; -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px; display: block; overflow: hidden; margin: 0 auto; margin-top: 15px; -webkit-transform: translateY(-5px); transform:  translateY(-5px); opacity: 0;}
	.cpzx-list li a dd span small{ line-height: 32px; float: left; color: #333; display:none}
	.cpzx-list li a dd span i:before{ float: right; color: #333333; line-height: 32px;}
	.cpzx-list li a:hover{ background: #f4ca1e;}
	.cpzx-list li a:hover dd .tit{color: #fff;}
	.cpzx-list li a:hover dd b{color: #fff;}
	.cpzx-list li a:hover dd div{color: #fff;}
	.cpzx-list li a:hover dd span{ -webkit-transform: translateY(10px); transform:  translateY(10px); opacity: 1;}
	.cpzx-list li a:hover dt span{ -webkit-transform: none; transform: none; opacity: 1;}
	
	.cpzx-nav li .icon-omon img{max-width: 100%;height: 30px;}
	.cpzx-nav li .icon-omon .on{display: none;}
	.cpzx-nav li a:hover .icon-omon .on{display: inline-block!important;}
	.cpzx-nav li a:hover .icon-omon .om{display: none;}
	
}
@media screen and (min-width: 480px) {
	.cpzx-list li{ width: 50%;}
}
@media screen and (min-width: 992px) {
	.cpzx-nav ul{ position: relative; z-index: 2;}
	.cpzx-nav a{ padding: 0 0 15px 0;}
	.cpzx-nav li:nth-child(n){ width: 14.2%; background: none;}
	.cpzx-nav i:before{ font-size: 36px;}
	.cpzx-nav b{ padding-top: 15px;}
	.cpzx-nav li{ position: relative;}
	.cpzx-nav li.on div{display: block; position: absolute; left: 0; width: 100%; height: 100%; top: 0; pointer-events: none;}
	.cpzx-nav li.on div:before{ content: ' '; height: 3px; position: absolute; left: 15%; right: 15%; bottom: 0; background: #f4ca1e;}
	
	.cpzx-list li a dd b{ font-size: 12px; line-height: 24px; height: 24px;}
	.cpzx-list li a dd div{ font-size: 12px; height: 24px; line-height: 24px;}
	
	.cpzx-list li{ width: 25%;}
	
	.cpzx-nav li .icon-omon img{height: 39px;}
	
}
@media screen and (min-width: 1260px) {
	.cpzx-nav i:before{ line-height: 1; font-size: 48px;}
	.cpzx-nav b{ font-size: 14px; padding-top: 25px; line-height: 1.2; height: auto;}
	.cpzx-nav a{padding-bottom: 25px;}
	.cpzx-nav-sub ul{ padding: 25px 0;}
	.cpzx-nav-sub li{ padding: 0 15px;}
	.cpzx-nav-sub li a{ font-size: 14px; line-height: 2; display: block;}
	
	.cpzx-list ul{ margin: -15px;}
	.cpzx-list li{ padding: 15px;}
	.cpzx-list li a{ padding: 10px;}
	.cpzx-list li a dd b{ font-size: 16px; line-height: 30px; height: 30px;}
	.cpzx-list li a dd div{ font-size: 16px; height: 30px; line-height: 30px;}
	.cpzx-list li div{ margin: 0 -25px;}
	.cpzx-nav li .icon-omon img{height: 51px;}
}

@media screen and (min-width: 1440px) {
	.cpzx-nav i:before{ font-size: 64px;}
	.cpzx-nav b{ font-size: 16px; padding-top: 30px;}
	.cpzx-nav a{ padding-bottom: 30px;}
	.cpzx-nav-sub ul{ padding: 35px 0;}.cpzx-nav-sub li{ padding: 0 36px;}
	.cpzx-nav-sub li a{ font-size: 16px;}
	
	.cpzx-list ul{ margin: -20px;}
	.cpzx-list li{ padding: 20px;}
	.cpzx-list li a{ }
	
	.cpzx-list li a dd b{ font-size: 14px;}
	.cpzx-list li a dd div{ font-size: 14px;}
	
	.cpzx-list li a dd b{ font-size: 18px; line-height: 34px; height: 34px;}
	.cpzx-list li a dd div{ font-size: 18px; height: 34px; line-height: 34px;}
}

/*???????-???*/
@media screen and (min-width: 320px) {
	.cpzx-info-r{ position: relative;}
	.cpzx-info-r span{ position: absolute; left: 0; top: 50%; width: 100%;}
	.cpzx-info-r span img{max-width: 100%;}
	
	.cpzx-info-tit{ font-size: 26px; color: #f4ca1e; font-weight: bold;}
	.cpzx-info-l{color: #000;}
	
	.cpzx-info-mess-sub{ padding-top: 20px;}
	.cpzx-info-mess{ padding-top: 20px;}
	.cpzx-info-tit-sub{font-size: 16px; font-weight: bold; color: #333; display: block; padding-bottom: 15px;}
	
	.cpzx-info-mess ul{ margin: -5px 0;}
	.cpzx-info-mess li{ line-height: 20px; padding: 5px 0 5px 20px; position: relative;}
	.cpzx-info-mess li:before{ content:' '; width: 10px; height: 10px; background: #f4ca1e;position: absolute; left: 0;-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; top: 10px;}
	
	.cpzx-cpcs-tit{font-size: 16px; font-weight: bold; color: #333; text-align: center; padding-top: 20px;}
	
	.cpzx-cpcs-info{ padding-top: 20px;}
}
@media screen and (min-width: 480px) {
	
}
@media screen and (min-width: 992px) {
	.cpzx-info-mess-sub{ padding-top: 40px; font-size: 14px;}
	.cpzx-info-tit{ font-size: 36px;}
	.cpzx-info-mess{ padding-top: 40px; font-size: 14px;}
	.cpzx-info-tit-sub{font-size: 16px; padding-bottom: 25px;}
	
	.cpzx-info-l{ float: left; width: 50%; position: relative; right: 50%; z-index: 2;}
	.cpzx-info-r{ float: left; width: 50%; position: relative; left: 50%; padding-top: 103px;}
	
	.cpzx-info-r-box{position: relative; width: 100%;}
	.cpzx-info-r span{ width: 120%; left: 20%; top: 60%;}
	.cpzx-info-mess ul{ margin: -10px 0;}
	.cpzx-info-mess li{ padding-top: 10px; padding-bottom: 10px;}
	.cpzx-info-mess li:before{ top: 16px;}
	
	.cpzx-cpcs-tit{font-size: 16px; padding-top: 40px;}
	.cpzx-cpcs-info{ padding-top: 30px;}
}
@media screen and (min-width: 1260px) {
	.cpzx-info-mess-sub{ padding-top: 50px; font-size: 16px;}
	.cpzx-info-tit{ font-size: 42px;}
	.cpzx-info-mess{ padding-top: 50px; font-size: 16px;}
	.cpzx-info-tit-sub{font-size: 22px; padding-bottom: 35px;}
	
	.cpzx-info-l{ width: 710px; right: 490px;}
	.cpzx-info-r{ width: 490px; left: 710px;}
	
	.cpzx-info-mess li{ line-height: 30px;}
	.cpzx-info-mess li:before{ top: 20px;}
	
	.cpzx-info-r span{ width: 700px; left: 20%; top: 55%;}
	
	.cpzx-cpcs-tit{font-size: 22px; padding-top: 50px;}
	.cpzx-cpcs-info{ padding-top: 40px;}
}
@media screen and (min-width: 1440px) {
	.cpzx-info-mess-sub{ padding-top: 60px; font-size: 18px;}
	.cpzx-info-tit{ font-size: 50px;}
	.cpzx-info-mess{ padding-top: 60px; font-size: 18px;}
	.cpzx-info-tit-sub{font-size:28px; padding-bottom: 40px;}
	
	.cpzx-info-l{ width: 710px; right:670px;}
	.cpzx-info-r{ width: 670px; left: 710px; padding-left: 20px;}
	
	.cpzx-cpcs-tit{font-size: 28px; padding-top: 60px;}
	.cpzx-cpcs-info{ padding-top: 50px;}
}

table{
    caption-side: bottom;
    border-collapse: collapse;
    margin: 0 auto;
	width:100%;
	    border: 1px solid;
		text-align:center
}
table p{
    margin-bottom: 0rem;
	height:40px;
	line-height:40px
}
tr,td {

	    border: 1px solid;
			text-align:center;
			width:auto
}
/*???????จน????*/
i.pic-size{ width: 100%; height: 0; padding-bottom: 100%; position: relative; display: block; overflow: hidden;}
i.pic-size img{ width: 100% !important; height: 100% !important; max-width: 100%; max-height: 100%; position: absolute; /* left: -100%; top: -100%; right: -100%; bottom: -100%;*/ margin: auto; object-fit: contain;}
i.pic-size-cover img{object-fit: cover;}
i.pic-size-scale-down img{object-fit: scale-down;}
i.pic-size-none img{object-fit: none;}


.layui-form-checked[lay-skin=primary] i{ border-color: #E75204; background-color: #E75204;}
.layui-form-checkbox[lay-skin=primary]:hover i{ border-color: #E75204;}

/*================================
<--  purify Nav Menu Area Css -->
==================================*/
.purify_nav_manu {
    padding: 0 34px 0;
    background-color: #f3f6f6;
    position: relative;
    z-index: 3;
}

.purify_nav_manu::before {
    position: absolute;
    z-index: -1;
    content: "";
    background: #ffffff;
    top: 0;
    left: 0;
    width: 330px;
    height: 100%;
}

.sticky-header .purify_nav_manu::before {
    background: #001442 !important;
}



.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #f4ca1e !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .purify_menu>ul>li>a {
    color:#333;
}

.sticky.purify_nav_manu::before {
    display: none;
}

.sticky .purify_menu>ul>li>a i {
    color: #595a5e;
    transition: 0.5s;
}

.sticky .purify_menu>ul>li>a i:hover{
    color: #f4ca1e;
}

.sticky .header-button a {
}

.sticky .header-button a i {
    color: #fff;
}

/* purify Menu Css*/
nav.purify_menu {

}

.purify_menu ul {
    list-style: none;
    display: inline-block;
}

.purify_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.purify_menu>ul>li>a {
    font-size: 17px;
    display: block;
    margin: 36px 13px;
    transition: .5s;
    color: #101210;
    font-weight: 500;
}

nav.purify_menu span {
    font-size: 14px;
    padding-left: 6px;
    color: #181818;
    transition: 0.5s;
}

nav.purify_menu span:hover {
    color: #64cdf5;
}

.purify_menu>ul>li>a:hover {
    color: #333;
}

/*menu button*/
.header-search-button {
    display: inline-block;
}

.header-main-button {
    display: inline-block;
    margin-left: 18px;
}

.header-main-button:hover:before{
	width:100%;
    opacity: 1;
}

.search-button {
    display: inline-block;
}

.header-button a i {
    background-color: #feb301;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    transition: all 500ms ease;
}

.header-button a i:hover{
    background-color: #ffca01;
}

.header-main-button a {
    display: inline-block;
    background-color: #ffca01;
    padding: 11px 40px;
    border-radius: 25px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.header-main-button a::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #181818;
    border-radius: 25px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

/* header-button hover */
.header-button a:hover:before{
    transform: scale(1);
}

.apage {
	line-height: 25px;
	background: #ffffff;
	padding: 0 5px;
	text-align: center;
	padding:20px
}
.page-num-current {
background-color: #f4ca1e;
color:#ffffff
}
.apage a {
	border: 1px solid #cccccc;
	padding: 5px 14px;
	margin-right: 5px;
	margin: 0 3px;
	line-height:50px
}
.apage .num_btns {
	float: right;
	font-family: Tahoma;
}
.apage a:hover, .apage .cur {
	border: 1px solid #f4ca1e;
	background-color: #f4ca1e;
	color: #fff;
	text-decoration: none;
}
.apage .cust_txt {
	float: left;
}
.apage .oran_pg_fp {
	background: url(../images/first_page.gif) 4px 4px no-repeat;
	padding-right: 9px;
}
.apage .oran_pg_pp {
	background: url(../images/pre_page.gif) 4px 4px no-repeat;
	padding-right: 5px;
}
.apage .oran_pg_np {
	background: url(../images/next_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage .oran_pg_lp {
	background: url(../images/last_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage select {
	font-size: 8px;
	margin-top: 5px;
}
.apage .oran_pg_txt {
	height: 15px;
	border: solid 1px #d4e3e9;
	width: 20px;
	margin-left: 5px;
}
.apage .oran_pg_btn {
	height: 15px;
	border: solid 1px #d4e3e9;
	margin-left: 5px;
	font-size: 9px;
	background: #5984ac;
	color: #fff;
}
.banner-part {
  height: 800px;
  position: relative;
  z-index: 2;
}
.banner-part .owl-carousel .items-sliders {
    height: 800px;
    width: 100%;
}
.fixed-menu{
  position: fixed !important;
  top:0;
  left: 0;
  right: 0;
  z-index: 999;
}
.banner-part .btn-about {
  background: #ffca02;
  box-shadow: none !important;
  letter-spacing: inherit !important;
  font-weight: 700 !important;
  font-size: 16px;
  padding: 10px 27px;
  border-radius: 12px;
  color: var(--darkcolor) !important;
  margin-top: 20px;
  transition: ease-in-out 0.5s;
}
.banner-part .btn-about:hover{
  background-color: #fff;
  color:#fff
}

.banner-part .btn-about a{
  color:#fff
}
.banner-part .btn-about svg{
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-left: 5px;
}
.banner-part .owl-dots {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-part .owl-dots .owl-dot {
  display: table !important;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 2px transparent !important;
  text-align: center;
}
.banner-part .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  opacity: 9 !important;
  background: #fff !important;
  margin: auto;
  display: block;
  margin: 0 auto !important;
}
.banner-part .owl-dots .active {
  border: solid 2px !important;
}
.banner-part .owl-dots .active span {
  background:#efd125 !important;
}
.banner-part .owl-carousel .items-sliders {
  height: 800px;
}
.banner-part .owl-carousel .items-sliders .container {
  position: relative;
  z-index: 2;
  height:800px;
  display: grid;
  align-content: center;
}
.banner-part .owl-carousel .items-sliders .container h2 {
  margin-bottom: 0;
  color: #fff;
  text-shadow: 2px 2px 2px #000000;

}
.banner-part .owl-carousel .items-sliders figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 800px;
}
.banner-part .owl-carousel .items-sliders figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}
.nunts{
  position: absolute;
  width: 220px;
  display: inline-block;
  left: 0;
  bottom: -90px;
  z-index: 4;
}
.cherry02{
  position: absolute;
  width: 338px;
  display: inline-block;
  right: 0;
  bottom: -90px;
  z-index: 4;
}
.banner-part .owl-carousel .nunts{
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.banner-part .owl-carousel h2 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 15px;
  font-size: 50px;
}
.banner-part .owl-carousel h2 span{
  font-family: 'Anybody', sans-serif;
}
.banner-part .owl-carousel .cherry02{
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name:fadeOutLeft;
}
.banner-part .owl-carousel h6 {
  font-size: 45px;
  color: #fff;
  text-shadow: 2px 2px 2px #000000;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  font-family: 'Anybody', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.banner-part .owl-carousel .btn-contact {
  background: var(--lightcolor);
  border-radius: 50px 0 50px 0;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  font-size: 16px;
  text-transform:capitalize;
  padding: 18px 35px;
  font-weight: 600;
  margin-top: 20px;
  color: var(--darkcolor) !important;
  box-shadow: #000 61 4px 7px 30px;
}
.banner-part .owl-carousel .btn-contact svg {
  width: 20px;
  height: 20px;
}
.banner-part .owl-carousel .button-divu {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.banner-part .owl-carousel .active .nunts{
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner-part .owl-carousel .active .cherry02{
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name:fadeInLeft;
}
.banner-part .owl-carousel .active h2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner-part .owl-carousel .active h6 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner-part .owl-carousel .active .btn-contact {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner-part .owl-carousel .active .button-divu {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


@-webkit-keyframes fadeInLeft {
  0% {
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  }
  100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
    0% {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    }
    100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    }
    100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
            opacity: 1;
    }
    100% {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
            opacity: 1;
    }
    100% {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    }
}


@media (max-width: 667px) {
    .banner-part .owl-carousel .items-sliders .container, .banner-part, .banner-part .owl-carousel .items-sliders figure {
        height: 450px;
    }
	.banner-part .owl-dots {
    position: absolute;
    right: 30px;
    top: 40%;
    transform: translateY(-50%);
}
.banner-part .owl-carousel h2{ font-size:25px; margin-top:0px}
.banner-part .owl-carousel h6{ font-size:20px}
.banner-part .btn-about{ font-size:12px; margin-top:0px}
}
/*** Sub Menu Style 
==========================***/

.purify_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #ffca01;
    opacity: 0;
}

.purify_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.purify_menu ul .sub-menu li {
    position: relative;
}

.purify_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #101210 !important;
}

.purify_menu ul .sub-menu li:hover>a,
.purify_menu ul .sub-menu .sub-menu li:hover>a,
.purify_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.purify_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #ffca01;
    color: #fff !important;
}

/* sub menu 2 
=================*/

.purify_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.purify_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/

.purify_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.purify_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.purify_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #ffca01;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span{
    background: rgba(255,255,255, 0.20);
}

/* sub menu 4 
====================*/

.purify_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.purify_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.purify_menu li a:hover:before {
    width: 101%;
}

.purify_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.purify_nav_manu.sticky .main_sticky {
    display: inherit;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

.header-button {
    text-align: right;
    padding-right: 180px;
}


/*
<!-- ============================================================== -->
<!-- Start purify hero Section Css -->
<!-- ============================================================== -->*/

.hero-section {
    background: url(../image/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 800px;
    position: relative;
}

.hero-content {
    animation: 3.1s running fadeInLeft;
    margin-left: -22px;
}

.hero-sub-title h5 {
    font-size: 18px;
    color: #ffca01;
    font-weight: 500;
    margin-bottom: 21px;
}

.hero-title h1 {
    font-size: 60px;
    line-height: 65px;
    color: #ffffff;
    font-weight: 700;
}

.hero-text p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    width: 92%;
    padding: 16px 0 40px;
}

.hero-main-button {
    display: inline-block;
    margin-right: 18px;
}

.hero-main-button a {
    display: inline-block;
    font-size: 16px;
    padding: 11px 40px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    background-color: #ffca01;
    border-radius: 25px;
    transition: 0.5s;
}

.hero-main-button a:hover{
    background-color: transparent;
    border:1px solid #ffca01;
}

.hero-right-button {
    display: inline-block;
}

.hero-right-button a {
    display: inline-block;
    font-size: 16px;
    padding: 11px 40px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ffca01;
    border-radius: 25px;
    transition: 0.5s;
}

.hero-right-button a:hover {
    background: #ffca01;
}

.hero-thumb {
    text-align: right;
}

.hero-thumb img {
    animation: 3.1s running fadeInRight;
    margin-right: -70px;
}

.hero-shape {
    position: absolute;
    top: 118px;
    right: 612px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 10s linear infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

/*Section title
===================================*/

.purify-section-title.text-center {
    padding: 0 0 45px;
}

.purify-section-title h2 {
    font-size: 18px;
    color: #ffca01;
    font-weight: 500;
}

.purify-section-title h1 {
    font-size: 45px;
    color: #131414;
    font-weight: 700;
    margin: 0;
}

.purify-section-title p {
    padding: 24px 0 13px;
    width: 100%;
}

.purify-section-title.padding-lg {
    padding: 0 0 68px;
}

.text-center.purify-section-title p {
    padding: 18px 0 0;
    width: 43%;
    margin: auto;
}

.purify-section-title.padding-lg.text-center.dreamit {
    padding: 0 0 39px;
}

.purify-section-title.padding-lg2 {
    padding: 0 0 76px;
}

/**
======================================================
<--  purify service Section -->
======================================================**/
.service-section {
    padding: 74px 0;
	background-color:#f6f6f6
	
}

.single-service-box {
    display: flex;
    background-color: #fff;
    filter: drop-shadow(0px 5px 7.5px rgba(19,20,20,0.08));
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
}

.single-service-thumb {
    margin-right: 25px;
    transition: 0.5s;
}

.single-service-thumb img {
    transform: scale(1);
    transition: 0.5s;
}

.single-service-thumb img:hover {
    transform: scale(1.1);
}

.service-content {
    padding: 0px 12px 0;
}

.service-box-button a {
    font-size: 16px;
    color: #ffca01;
    font-weight: 600;
}

.service-box-button i {
    padding-left: 8px;
}

.service-icon {
    position: absolute;
    left: 251px;
    bottom: 91px;
}

.service-box-title h4 {
    font-size: 16px;
    color: #131414;
    font-weight: 700;
}

.service-box-text p {
    font-size: 14px;
    color: #818181;
    font-weight: 400;
    margin: 0;
}

.service-box-button {
    padding: 8px 0 0;
}

/* all hover */
.single-service-box:hover .service-box-button a{
    color: #595a5e;
}
.D7 .box .hhh h2, .D6 .box .hhh h2, .D5 .box .hhh h2, .D40 .box .hhh h2, .D3 .box .hhh h2, .D0 .box .hhh h2 {
	font-size:2.2rem;
	font-weight:bold;
	line-height:1
}
.D7 .box .hhh .en, .D6 .box .hhh .en, .D5 .box .hhh .en, .D40 .box .hhh .en, .D3 .box .hhh .en, .D0 .box .hhh .en {
	font-size:1.3rem;
	line-height:1.4;
	color:#666
}
.D7 .box .hhh .line, .D6 .box .hhh .line, .D5 .box .hhh .line, .D40 .box .hhh .line, .D3 .box .hhh .line, .D0 .box .hhh .line {
	background:#f4ca1e;
	height:3px;
	display:inline-flex
}
.banner_ii {
	position:fixed
}
.banner_ii .swiper .pic {
	width:100%
}
.banner_ii .swiper .pic img {
	width:100%;
	height:auto
}
.D0 {
	margin:4rem 0 0 0
}
.D0 .box .hhh {
	text-align:center
}
.D0 .box .hhh .line {
	width:4vw
}
.D0 .box .ccc {
	margin:2rem 0 0 0
}
.D0 .box .ccc>div p {
	text-indent:2em;
	line-height:1.7;
	font-size:1.1rem;
	color:#626060
}
.D1 {
	margin:3rem 0 0 0
}
.D1 .box .list {
	display:flex;
	justify-content:space-between
}
.D1 .box .list li .t0 {
	display:flex;
	align-items:baseline;
	justify-content:center
}
.D1 .box .list li .t0 b {
	font-size:2.8rem;
	color:#f4ca1e;
	line-height:1
}
.D1 .box .list li .t0 sub {
	align-self:flex-start;
	font-size:1.3rem
}
.D1 .box .list li .t0 span {
	color:#666;
	line-height:1
}
.D1 .box .list li .t1 {
	font-size:1rem;
	height:auto;
	color:#555;
	text-align:center
}
.D1 {
    margin: 5rem 0 0 0
}

.D1 .box .lv1 {
    display: flex;
    justify-content: space-between
}

@media(max-width: 768px) {
    .D1 .box .lv1 {
        flex-direction:column
    }
}

.D1 .box .lv1 .l {
    flex: 1;
    margin: 0 3% 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(../images/index_about_di.png) no-repeat bottom center;
    background-size: contain
}

.D1 .box .lv1 .l .hhh .line {
    width: 10%
}

.D1 .box .lv1 .l .content {
    line-height: 1.8;
    font-size: 1.2rem
}

.D1 .box .lv1 .l .content p {
    text-indent: 2em
}

.D1 .box .lv1 .l .more {
    margin: 0 0 8% 0
}

@media(max-width: 768px) {
    .D1 .box .lv1 .l .more {
        margin:8% 0 8% 0
    }
}

.D1 .box .lv1 .l .more a {
    display: inline-flex;
    padding: .8rem 2.3rem;
    color: #fff;
    background: #555555;
    background: linear-gradient(90deg, #3D96FF 0%, #0D7CFF 100%);
    border-radius: 0 1.2rem 0 1.2rem;
    transition-property: all;
    transition-duration: 1.2s;
    transition-timing-function: "ease";
    transition-delay: "0s"
}

.D1 .box .lv1 .l .more a:hover {
    padding: .8rem 2.5rem;
    border-radius: 0 1.5rem 0 1.5rem
}

.D1 .box .lv1 .r {
    width: 40%
}

@media(max-width: 768px) {
    .D1 .box .lv1 .r {
        width:100%
    }
}

.D1 .box .lv1 .r img {
    width: 100%;
    border-radius: .7rem
}

.D1 .box .lv2 {
    margin: 2.6rem 2% 0 2%
}

.D1 .box .lv2 .list {
    display: flex;
    justify-content: space-between
}

@media(max-width: 768px) {
    .D1 .box .lv2 .list {
        flex-wrap:wrap;
        gap: 1.6rem 0
    }
}

@media(max-width: 768px) {
    .D1 .box .lv2 .list li {
        width:50%
    }
	    .D1 .box .lv2 .list li:nth-child(5){ display:none
    }
}
ul li {
    list-style: none;
}
.D1 .box .lv2 .list li .t0 {
    display: flex;
    align-items: baseline;
    justify-content: center
}

.D1 .box .lv2 .list li .t0 b {
    font-size: 2.8rem;
    color: #333;
    line-height: 1
}

.D1 .box .lv2 .list li .t0 sub {
    align-self: flex-start;
    font-size: 1.3rem
}

.D1 .box .lv2 .list li .t0 span {
    color: #666;
    line-height: 1
}

.D1 .box .lv2 .list li .t1 {
    font-size: 1rem;
    height: auto;
    color: #555;
    text-align: center
}

.D1 .box .lv3 {
    margin: 2.6rem 0 0 0
}

@media(max-width: 768px) {
    .D1 .box .lv3 {
        margin:2.6rem 5% 0 5%
    }
}

.D1 .box .lv3 .photo {
    position: relative
}

.D1 .box .lv3 .photo .conl .lll {
    left: 0;
    top: 50%;
    transform: translateX(-115%) translateY(-50%)
}

.D1 .box .lv3 .photo .conl .rrr {
    right: 0;
    top: 50%;
    transform: translateX(115%) translateY(-50%) rotate(180deg)
}

.D1 .box .lv3 .photo .conl a {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23000000'%3E%3Cpath d='M 34.980469 3.992188 C 34.71875 3.996094 34.472656 4.105469 34.292969 4.292969 L 14.292969 24.292969 C 13.902344 24.683594 13.902344 25.316406 14.292969 25.707031 L 34.292969 45.707031 C 34.542969 45.96875 34.917969 46.074219 35.265625 45.980469 C 35.617188 45.890625 35.890625 45.617188 35.980469 45.265625 C 36.074219 44.917969 35.96875 44.542969 35.707031 44.292969 L 16.414063 25 L 35.707031 5.707031 C 36.003906 5.417969 36.089844 4.980469 35.929688 4.601563 C 35.769531 4.21875 35.394531 3.976563 34.980469 3.992188 Z' fill='%23aaaaaa'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain
}

.D1 .box .lv3 .photo .swiper-slide img {
    width: 100%;
    border-radius: .7rem;
    overflow: hidden;
    height: 12vw;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 1240px) {
    .D1 .box .lv3 .photo .swiper-slide img {
        height:18vw
    }
}

@media(max-width: 768px) {
    .D1 .box .lv3 .photo .swiper-slide img {
        height:32vh
    }
	.D1 .box .lv2 .list li .t0 b {
    font-size: 1.8rem;
    color: #333;
    line-height: 1;
}
.D1 .box .lv2 .list li .t1{  line-height: 2; padding-top:10px}
}

.D2 {
	margin:3rem 0 0 0
}
.D2 .box .video {
	height:30vw;
border-radius:.5rem;
	overflow:hidden;
	position:relative;
	width:100%
}
.D2 .box .video .play {
	background:url(../images/icon_play.png) no-repeat center;
	background-size:auto 4rem;
	position:absolute;
	inset:0;
	z-index:18;
	cursor:pointer;
	transition-property:all;
	transition-duration:0.6s;
	transition-timing-function:"ease";
	transition-delay:"0s"
}
.D2 .box .video .play:hover {
	transform:scale(1.3)
}
.D2 .box .video .mask {
	position:absolute;
	inset:0;
	background:rgba(0, 0, 0, .3137254902);
	z-index:15
}
.D2 .box .video .fm {
	position:absolute;
	z-index:10;
	inset:0
}
.D2 .box .video .fm img {
	width:100%;
	height:100%
}
.D2 .box .video video {
	width:100%;
	height:100%;
	-o-object-fit:contain;
	object-fit:contain
}
.D3 {
	margin:4rem 0 0 0
}
.D3 .box .hhh {
	text-align:center
}
.D3 .box .hhh .line {
	width:5vw
}
.D3 .box .list {
	display:flex;
	height:33vw;
gap:0 .6rem;
	margin:3rem 0 0 0
}
.D3 .box .list li {
	flex:1;
border-radius:.6rem;
	position:relative;
	transition-property:all;
	transition-duration:0.6s;
	transition-timing-function:"ease";
	transition-delay:"0s"
}
.D3 .box .list li .text0 {
	position:absolute;
	left:0;
	top:0;
	inset:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.6rem;
	transition-property:all;
	transition-duration:0.6s;
	transition-timing-function:"ease";
	transition-delay:"0s";
	font-weight:bold
}
.D3 .box .list li .text1 {
	position:absolute;
	inset:0;
	box-sizing:border-box;
	padding:4vw;
	opacity:0;
	transform:scale(0.8);
	transition-property:all;
	transition-duration:0.6s;
	transition-timing-function:"ease";
	transition-delay:"0s"
}
.D3 .box .list li .text1 h5 {
	font-size:1.4rem;
	font-weight:bold
}
.D3 .box .list li .text1 p {
	font-size:1.1rem;
	color:#777
}
.D3 .box .list li.selected {
	flex:2.4
}
.D3 .box .list li.selected .text0 {
	opacity:0;
	transform:translateY(2vw)
}
.D3 .box .list li.selected .text1 {
	opacity:1;
	transform:scale(1)
}
.D3 .box .list li:nth-of-type(1) {
background:url("/images/about_c0.jpg") no-repeat center;
background-size:cover
}
.D3 .box .list li:nth-of-type(2) {
background:url("/images/about_c1.jpg") no-repeat center;
background-size:cover
}
.D3 .box .list li:nth-of-type(3) {
background:url("/images/about_c2.jpg") no-repeat center;
background-size:cover
}
.D40 {
	margin:3rem 0 0 0
}
.D40 .box .hhh {
	text-align:center
}
.D40 .box .hhh .line {
	width:4%
}
.D40 .box .devel {
	margin:0 0 100px 0;

	background:url(../images/about_devel.jpg) no-repeat center;
	background-size:cover;
	position:relative
}
.D40 .box .devel .conl .lll {
	left:0;
	top:50%;
	transform:translateX(-145%) translateY(-50%)
}
.D40 .box .devel .conl .rrr {
	right:0;
	top:50%;
	transform:translateX(145%) translateY(-50%) rotate(180deg)
}
.D40 .box .devel .conl a {
	position:absolute;
	width:3rem;
	height:3rem;
	background:#eee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23000000'%3E%3Cpath d='M 34.980469 3.992188 C 34.71875 3.996094 34.472656 4.105469 34.292969 4.292969 L 14.292969 24.292969 C 13.902344 24.683594 13.902344 25.316406 14.292969 25.707031 L 34.292969 45.707031 C 34.542969 45.96875 34.917969 46.074219 35.265625 45.980469 C 35.617188 45.890625 35.890625 45.617188 35.980469 45.265625 C 36.074219 44.917969 35.96875 44.542969 35.707031 44.292969 L 16.414063 25 L 35.707031 5.707031 C 36.003906 5.417969 36.089844 4.980469 35.929688 4.601563 C 35.769531 4.21875 35.394531 3.976563 34.980469 3.992188 Z' fill='%23aaaaaa'/%3E%3C/svg%3E") no-repeat center;
	background-size:auto 50%;
	border-radius:100rem;
	transition-property:all;
	transition-duration:0.6s;
	transition-timing-function:"ease";
	transition-delay:"0s"
}
.D40 .box .devel .conl a:hover {
	box-shadow:0 0 0 3px rgba(16, 124, 252, .1882352941)
}
.D40 .box .devel .DEFS {
	position:relative
}
.D40 .box .devel .swiper {
	height:500px
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide {
	height:250px;
	cursor:pointer;
	text-align:center
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide:nth-of-type(2n) {
margin:auto 0 0 0
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide:nth-of-type(2n) .coo {
flex-direction:column-reverse;
transform:translateY(calc(-1rem - 3px))
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide:nth-of-type(2n) .coo .soo {
flex-direction:column-reverse
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide:nth-of-type(2n) .coo .title1 {
top:-85%
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide:nth-of-type(2n) .coo .title1 span::after {
transform:scaleX(1.3) translateY(-30%) rotate(45deg) translateX(-50%);
top:100%;
transition-property:all;
transition-duration:0.6s;
transition-timing-function:"ease";
transition-delay:"0s"
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide:hover .coo {
	color:#f4ca1e
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide:hover .coo .dian {
	box-shadow:0 0 0 3px #f4ca1e, 0 0 0 4px #f4ca1e
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide:hover .coo .soo::after, .D40 .box .devel .swiper .swiper-wrapper .swiper-slide:hover .coo .soo::before {
background:#f4ca1e
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide:nth-last-of-type(1) .coo .title span {
background:#e62729
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide:nth-last-of-type(1) .coo .title span::after {
background:#e62729
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide .coo {
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	height:100%;
	transform:translateY(calc(1rem + 3px))
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide .coo .zhu .year {
	font-size:1.8rem;
	font-weight:bold
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide .coo .zhu .ms {
margin:.4rem 0;
	color:#666;
font-size:1rem;
	min-height:4rem
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide .coo .zhu .ms ul {
	list-style:decimal
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide .coo .zhu .ms ol {
	list-style:decimal
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide .coo .zhu .ms li {
	list-style:decimal
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide .coo .soo {
	display:flex;
	flex-direction:column;
	align-items:center
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide .coo .soo::before {
content:"";
width:1px;
height:1rem;
transition-property:all;
transition-duration:0.6s;
transition-timing-function:"ease";
transition-delay:"0s";
background:#444
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide .coo .soo::after {
content:"";
border-radius:10px;
width:5px;
height:5px;
transition-property:all;
transition-duration:0.6s;
transition-timing-function:"ease";
transition-delay:"0s";
background:#444
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide .coo .dian {
	margin:1rem;
	background:#f4ca1e;
	min-height:6px;
	min-width:6px;
	width:6px;
	height:6px;
	border-radius:10rem;
	align-self:center;
	display:inline-flex;
	box-shadow:0 0 0 3px #fff, 0 0 0 4px #f4ca1e;
	transition-property:all;
	transition-duration:0.6s;
	transition-timing-function:"ease";
	transition-delay:"0s"
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide .coo .title1 {
	text-align:center;
	width:100%;
	position:absolute;
	top:100%
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide .coo .title1 span {
	border-radius:7px;
	font-weight:bold;
	font-size:1.1rem;
	display:inline-flex;
padding:.5rem 1.4rem;
	background:#f4ca1e;
	color:#fff;
	position:relative
}
.D40 .box .devel .swiper .swiper-wrapper .swiper-slide .coo .title1 span::after {
content:"";
width:10px;
height:10px;
transform:scaleX(1.3) translateY(-5%) rotate(45deg) translateX(-50%);
background:#f4ca1e;
position:absolute;
left:50%;
top:0;
transition-property:all;
transition-duration:0.6s;
transition-timing-function:"ease";
transition-delay:"0s"
}
.D40 .box .devel .line {
	position:absolute;
	left:0;
	width:100%;
	height:2px;
	top:50%;
	transform:translateY(-50%);
	border-radius:10rem;
	background:#555
}
.D40 .box .devel .line::after {
position:absolute;
content:"";
width:1rem;
height:1rem;
right:-1%;
top:50%;
transform:translateY(-50%);
background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23444444'%3E%3Cpath d='M 4 2 L 4 22 L 21.3125 12 Z' fill='%23444444'/%3E%3C/svg%3E");
background-size:contain
}
.D5 .box {
	margin:4rem 0 0 0
}
.D5 .box .hhh {
	text-align:center
}
.D5 .box .hhh .line {
	width:4%
}
.D5 .box .honor {
	margin:2rem 0 0 0;
	background:url(../static/index/img/about_honor.jpg) no-repeat center;
	background-size:cover
}
.D5 .box .honor .swiper-slide .pic {

	background:#fff
}
.D5 .box .honor .swiper-slide .pic img {
	width:100%
}
.D5 .box .honor .swiper-slide .title {
padding:.5rem 0;
	font-size:1.1rem;
	text-align:center;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;

}
.D5 .box .honor .more {
	text-align:center;
	margin:4rem 0 0 0
}
.D5 .box .honor .more a {
	display:inline-flex;
padding:.6rem 2.5rem;
	border:1px solid #9e9e9e;
	color:#555;
border-radius:.4rem;
	font-size:1.1rem;
	transition-property:all;
	transition-duration:0.6s;
	transition-timing-function:"ease";
	transition-delay:"0s"
}
.D5 .box .honor .more a:hover {
	background:#0000fe;
	color:#fff;
	transform:scale(1.1)
}

.D6 {
	margin:4rem 0 0 0
}
.D6 .box .hhh {
	text-align:center
}
.D6 .box .hhh .line {
	width:5vw
}
.D6 .box .newslist {
	margin:2.5rem 0 0 0;
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:0 1vw
}
.D6 .box .newslist a {
border-radius:.5rem;
	overflow:hidden;
	display:flex;
	flex-direction:column
}
.D6 .box .newslist a .pic {
	width:100%
}
.D6 .box .newslist a .pic img {
	width:100%;
	height:17vw;
	-o-object-fit:cover;
	object-fit:cover
}
.D6 .box .newslist a .text {
	padding:1rem 6%;
	box-sizing:border-box;
	background:#f2f2f2
}
.D6 .box .newslist a .text .title {
	font-size:1.3rem;
	font-weight:bold
}
.D6 .box .newslist a .text .ms {
margin:.5rem 0 0 0;
	font-size:1rem;
	color:#777;
	height:7rem
}
.D7 {
	margin:4rem 0 4rem 0
}
.D7 .box .hhh {
	text-align:center
}
.D7 .box .hhh .line {
	width:5vw
}
.D7 .box .team {
	margin:4rem 0 0 0
}
.D7 .box .team .swiper-slide.swiper-slide-active .pic img, .D7 .box .team .swiper-slide.swiper-slide-duplicate-active .pic img {
	height:24vw
}
.D7 .box .team .swiper-slide.swiper-slide-active .pic .add, .D7 .box .team .swiper-slide.swiper-slide-duplicate-active .pic .add {
	transform:scale(1)
}
.D7 .box .team .swiper-slide .pic {
	height:24vw;
	display:flex;
	flex-direction:column;
	justify-content:center
}
.D7 .box .team .swiper-slide .pic img {
	-o-object-fit:cover;
	object-fit:cover;
	overflow:hidden;
	width:100%;
	height:22vw;
	transition-property:all;
	transition-duration:0.6s;
	transition-timing-function:"ease";
	transition-delay:"0s"
}
.D7 .box .team .swiper-slide .pic .add {
	position:absolute;
	transform:scale(0);
	transition-property:all;
	transition-duration:0.6s;
	transition-timing-function:"ease";
	transition-delay:"0s";
	right:4%;
	bottom:4%;
	width:2rem;
	height:2rem;
	background:#f39c33 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23000000'%3E%3Cpath d='M 23 9 L 23 23 L 9 23 L 9 27 L 23 27 L 23 41 L 27 41 L 27 27 L 41 27 L 41 23 L 27 23 L 27 9 Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center;
	background-size:60% auto;
	border-radius:10rem
}
.D7 .box .team .more {
	text-align:center;
	margin:4rem 0 0 0
}
.D7 .box .team .more a {
	display:inline-flex;
padding:.6rem 2.5rem;
	border:1px solid #9e9e9e;
	color:#555;
border-radius:.4rem;
	font-size:1.1rem;
	transition-property:all;
	transition-duration:0.6s;
	transition-timing-function:"ease";
	transition-delay:"0s"
}
.D7 .box .team .more a:hover {
	background:#0000fe;
	color:#fff;
	transform:scale(1.1)
}
.D8 {
	padding:3rem 0 3rem 0
}
.D8 .box .fengwo {
	width:100%;
	display:flex;
	gap:0 1%
}
.D8 .box .fengwo .li {
	flex:1;
	display:flex;
	flex-direction:column
}
.D8 .box .fengwo .li:nth-of-type(2n) {
flex-direction:column-reverse
}
.D8 .box .fengwo .li .sss img {
	width:100%;
	transform:scale(1.46)
}
.D8 .box .fengwo .li .ttt {
	margin:1rem 10%
}

/** ======================================
<--  purify about-area Css -->
==========================================**/
.about-area {
    padding: 106px 0 66px;
	background: #fff;
}

.about-thumb img {
    margin: 0 0 0 0px;
}

.about-items {
    padding-bottom: 23px;
}

.about-items span {
    font-size: 16px;
    color: #131414;
    font-weight: 500;
}

.about-items p i {
    display: inline-block;
    color: #ffca01;
    padding-right: 10px;
    font-size: 21px;
}

.about-button a {
    display: inline-block;
    background-color: #ffca01;
    padding: 12px 42px;
    border-radius: 25px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
  
}

.about-button a::before{
    position:absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #181818;
    border-radius: 25px;
    transform: scale(0);
    z-index: -1;
    transition: 0.5s;
}

.about-button a:hover:before{
    transform: scale(1);
}

.about-area.style-two {
    padding: 108px 0 100px;
}

/**
======================================================
<-- about-us area  Css -->
======================================================**/
.about-us-area {
    padding: 168px 0 20px;
}

.about-us-single-box-left {
    display: flex;
    text-align: right;
    padding: 0 0px 0 89px;
    margin-bottom: 54px;
    animation: 3.1s running fadeInRight;
    position: relative;
}

.about-us-single-box-right {
    display: flex;
    text-align:left;
    padding: 0 85px 0 0;
    margin-bottom: 54px;
    animation: 3.1s running fadeInRight;
    position: relative;
}

.about-us-content-left {
    margin-right: 23px;
    position: relative;
}

.about-us-icon {
    position: relative;
    top: 18px;
}

.about-us-icon img {
    width: 45px;
    height: 45px;
}

.about-us-content-right{
    margin-left: 23px;
}

.about-us-title h4 {
    font-size: 22px;
    color: #131414;
    font-weight: 700;
}

.about-us-description p {
    font-size: 16px;
    color: #818181;
    font-weight: 400;
}

.about-us-title h4 {
    font-size: 22px;
    color: #131414;
    font-weight: 700;
    margin-bottom: 13px;
}

.about-us-thumb img {
    width: 95%;
    position: relative;
    left: 24px;
    top: 30px;
}
/*all hover*/
.about-us-single-box-left:before{
    position: absolute;
    content: '';
    right: 0;
    top:  0;
    width: 0%;
    height: 100%;
    background: url(../image/why-purify-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: .5s;
    z-index: -1;
}

.about-us-single-box-left:hover:before {
    width: 100%;
}
 
.about-us-single-box-right::before{
    position: absolute;
    content: '';
    left: 0;
    top:  0;
    width: 0%;
    height: 100%;
    background: url(../image/why-purify-shape.png);
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    background-position: center center;
    background-size: cover;
    transition: .5s;
    z-index: -1;
}

.about-us-single-box-right:hover:before {
    width: 100%;
}
/**
======================================================
<--   purify contacts-section Css -->
======================================================**/
.contacts-section {
    position: relative;
    z-index: 1;
    padding: 23px 0 0px;
    height: 720px;
}

.contacts-section::before {
    position: absolute;
    z-index: -1;
    content: "";
    background: url(../image/contact-right-thumb.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 0;
    width: 47%;
    height: 100%;
    border-bottom-left-radius: 100px;
}

.form_box {
    padding: 0 0 20px;
}

.contacts-purify-text {
    margin-bottom: 38px;
    padding-top: 77px;
}

.form_box input {
    border-radius: 5px;
    background-color: #f8fafc;
    border: 1px solid #efefef;
    width: 100%;
    height: 56px;
    padding-left: 20px;
}

.form_box textarea {
    border-radius: 5px;
    background-color: #f8fafc;
    border: 1px solid #efefef;
    width: 100%;
    height: 166px;
    padding-left: 24px;
    padding-top: 12px;
}

.form-button {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    background: #ffca01;
    padding: 13px 42px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    margin-top: 17px;
}

.form-button a{
    color: #ffffff;
}

.form-button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #181818;
    border-radius: 25px;
    transform: scale(0);
    z-index: -1;
    transition: 0.5s;
}
 
.form-button:hover::before{
    transform: scale(1);
}

.contacts-section ::placeholder {
    color: #181818;
}

/**
======================================================
<--  purify Our Product area Css -->
======================================================**/
.our-product-area {
    padding: 10px 0 50px;
	background: #edfff5;
}

.single-our-product-box {
    text-align: center;
    transition: 0.5s;
}

.single-our-product-box:hover {
    filter: drop-shadow(5px 3px 10px rgba(19,20,20,0.08));
    background-color: #ffffff;
}

.our-product-box-inner {
}

.Our-product-btn {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #ffca01;
    font-weight: 500;
    padding: 14px 140px;
    border: 1px solid #d9d9d9;
}

.Our-product-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffca01;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
}

.Our-product-btn:hover:before{
transform: scale(1);
}

.Our-product-btn a {
    color:#ffca01;
    transition: 0.5s;
}
.Our-product-btn:hover a{
    color:#fff;
}

.Our-product-thumb {

    position: relative;
}

.Our-product-thumb img {
    transform: scale(1);
    transition: 0.5s;
	width:100%;
	    border-radius: 10px; 
}

.single-our-product-box:hover .Our-product-thumb img {
    transform: scale(1.1);
}

.product-review-icon i {
    color: #ffca01;
    letter-spacing: 7px;
}

.our-product-box-text p {
    font-size: 16px;
    color: #818181;
    font-weight: 400;
}

.product-review {
    padding: 11px 0 4px;
}

.product-cart-button {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    background: #ffca01;
    padding: 12px 32px;
    border-radius: 25px;
    position: relative;
    transition: 0.5s;
    margin-top: 20px;
    z-index: 1;
}

.product-cart-button:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #181818;
    border-radius: 25px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
}

.product-cart-button:hover:before{
    transform: scale(1);
}

.product-cart-button a {
    color: #ffffff;
}

.Our-product-box-title {

}

/**
======================================================
<--  purify testimonial section  Css -->
======================================================**/
.testimonial-section {
    padding: 105px 0 50px;
}

.single-testimonial-box {
    position: relative;
    padding: 72px 48px;
}

.testimonial-autor {
    display: flex;
}

.testimonial-autor-title h5 {
    font-size: 22px;
    line-height: 32px;
    color: #131414;
    font-weight: 700;
}

.testimonial-autor-title span {
    font-size: 16px;
    line-height: 28px;
    color: #818181;
    font-weight: 400;
}

.testimonial-box-description p {
    font-size: 16px;
    line-height: 28px;
    color: #818181;
    font-weight: 400;
    padding-bottom: 5px;
    width: 93%;
}

.testimonial-autor-image {
    margin-right: 34px;
}

.autor-image-shape {
    position: absolute;
    top: 257px;
    left: 105px;
}

.owl-prev, .owl-next {
    display: inline-block;
}

.owl-nav {
    position: relative;
    top: -73px;
    left: -439px;
}

.owl-prev {
    margin-right: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #ffca01;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    transition: 0.5s;
}

.owl-prev:hover {
    background-color: white;
    color: #ffca01;
    border: 1px solid rgba(129,129,129,0.4);
}

.owl-next {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #ffca01;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color:#fff;
    font-size: 20px;
    font-weight: 800;
    transition: 0.5s;
}

.owl-next:hover{
    background-color: white;
    color: #ffca01;
    border: 1px solid rgba(129,129,129,0.4);
    }


/**
======================================================
<!-- start purify blog area css-->
======================================================**/
.blog-area {
    padding: 47px 0 100px;
}

.row.blog-box {
    margin-top: 40px;
}

.single-blog{
    filter: drop-shadow(0px 5px 7.5px rgba(19,20,20,0.05));
    background-color: #ffffff;
	margin-bottom:20px;
}

.blog-thumb{
    position: relative;
}

.blog-thumb img {
    border-radius: 10px;
}

.blog-thumb img {
    width: 100%;
}


.single-blog:hover .blog-thumb:before{
	width:100%;
}

.blog-meta-date {
    position: relative;
    top: -21px;
    left: 40px;
}

.blog-content {
    padding: 4px 30px 20px 30px;
}

.blog-meta-date span {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    background-color: #f4ca1e;
    padding: 6px 24px 6px 24px;
}

.blog-meta span {
    margin-right: 14px;
}

.blog-meta span i {
    font-size: 16px;
    color: #f4ca1e;
    margin-right: 10px;
}

.blog-meta-title h2 {
    padding: 4px 0 37px;
    font-size: 22px;
    line-height: 32px;
    color: #131414;
    font-weight: 700;
    transition: 0.5s;
	height:220px
}

.blog-meta-title h2 a {
    font-weight: 700;
    transition: 0.5s;
}

.blog-meta-title h2 a:hover{
    color:#f4ca1e;
}
.blog-button a {
    display: inline-block;
    font-size: 16px;
    color: #f4ca1e;
    font-weight: 500;
    border: 1px solid #f4ca1e;
    padding: 8px 30px 8px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}

.blog-button a:before {
    position: absolute;
    content: "";
    left: 0;
    top: -1px;
    height: 105%;
    width: 0%;
    background:#595a5e;
    border-radius: 5px;
    z-index: -1;
    transition: .5s;
}

.single-blog:hover .blog-button a:before{
    width: 101%;
}

.single-blog:hover .blog-button a{
    color: #fff;
}


/**
======================================================
<--  purify Footer Section Css -->
======================================================**/
.footer-area {
    padding-top: 156px;
	background:url(/static/picture/footer.png) top  no-repeat
}

.footer-widget-logo {
    padding-top: 8px;
}

.subscribe-widget {
    padding-top: 46px;
}

.widget-recent-info {
    padding-top: 36px;
}

.footer-menu {
    padding-top: 35px;
}

.footer-widget-text p {
    padding: 24px 0 4px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
	line-height:40px;
	width:90%
}

.footer-title h6 {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    font-weight: 700;
    padding-bottom: 19px;
}

.footer-title span {
    display: inherit;
    font-size: 16px;
    color: #333333;
}

.widget-title h2 {
    font-size: 22px;
    line-height: 32px;
    color: #333;
    font-weight: 700;
}

.footer-menu ul li a {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
    transition: 0.5s;
}

.footer-menu ul li a:hover {
    color: #f4ca1e;
}

.widget-desc p {
    color: #fff;
}

.widget-recent-info ul li a {
    color: #333;
    display: flex;
    transition: 0.5s;
}

.widget-recent-info ul li a:hover {
    color: #333;
}

.widget-recent-info ul li {
    list-style: none;
    padding-bottom: 16px;
}

.widget-recent-info ul li a i {
    color: #333;
    margin-right: 21px;
    font-size: 16px;
    font-weight: 400;
}

.footer-menu ul li {
    list-style: none;
    padding-bottom: 14px;
}

.subscribe-widget input {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid rgb(0, 0, 0,8.102);
}

input.src-input-box {
    padding: 5px 0 5px 20px;
    color: #333;
    margin-bottom: 17px;
}

.subscribe-widget button {
    width: 100%;
    background: #fff;
    border: none;
    padding: 8px 0 8px 0;
    color: #131414;
    font-weight: 600;
}

.widget-desc p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
    padding-top: 22px;
}

.row.footer-bg-bottom {
    border: 2px dashed  #595a5e;
    border-width: 1px 0 0 0;
    margin-top: 55px;
}

.coppy-right-text-left p {
    padding-top: 33px;
    padding-bottom: 21px;
    color: #333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.coppy-right-text p {
    padding-top: 35px;
    color: #333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-align: right;
}


/**
======================================================
<!-- start purify about section  -->
======================================================*/
.about-section {
    background: url(../image/About-section-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
}

.about-section-title h3 {
    font-size: 30px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
}

.about-section-content-text a {
    display: inline-block;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
}

.about-section-content-text span {
    display: inline-block;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
}

.about-section-content-text i {
    display: inline-block;
    font-size: 11px;
    line-height: 26px;
    color: #ffffff;
    margin: 0 5px;
}

/**==================================================
<!-- start purify counter-area -->
======================================================**/
.counter-area {
    padding: 56px 0 77px;
}

.row.counter-bg {
    background: url(../image/couter-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 320px;
}

.counter-number h2 {
    display: inline-block;
    font-size: 40px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
}

.counter-title h6 {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}

/**==================================================
<!-- start purify team-area -->
======================================================**/
.team-area {
    padding: 0 0 68px;
}

.team-content {
    margin-bottom: 36px;
}

.single-team-box {}

.team-thumb{
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height:0%;
    bottom: 0;
    left: 0;
    opacity: 0.702;
    border-radius: 5px;
    background-color: #f4ca1e;
    transition: 0.5s;
}

.single-team-box:hover .team-thumb::before{
height: 100%;
}

.single-team-box:hover .team-social-icon {
    opacity: 1;
}

.team-social-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 12px;
}

.team-social-icon {
    position: absolute;
    z-index: 1;
    top: 46%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: 0.5s;
}

.team-social-icon a i {
    color: #fff;
}

.single-team-content h3 {
    font-size: 22px;
    line-height: 32px;
    color: #131414;
    font-weight: 700;
    padding: 3px 0 8px;
    text-align: center;
}

.single-team-content p {
    font-size: 16px;
    line-height: 28px;
    color: #65cdf4;
    font-weight: 400;
    text-align: center;
}

/**==================================================
<!-- start purify breadcumb-area -->
======================================================**/
.breadcumb-area {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
}

.breadcumb-content-menu ul li {
    list-style: none;
    display: inline-block;
}

.breadcumb-title h2 {
    font-size: 30px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
	text-shadow: 2px 2px 2px #000000;
}

.breadcumb-content-menu a {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
	text-shadow: 2px 2px 2px #000000;
    font-weight: 600;
}

.breadcumb-content-menu span {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
}

.breadcumb-content-menu i {
    display: inline-block;
    font-size: 11px;
    line-height: 26px;
    color: #ffffff;
    margin: 0 5px;
}


.working-process-section {
    padding: 100px 0 120px;
}
.working-process-box {
    text-align: center;
}

.working-process-number h1 {
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: #DFDFDF;
    font-size: 150px;
    font-weight: 700;
    position: relative;
    transition: 0.5s;
	line-height:150px
}
/*
.working-process-box:hover .working-process-number h1{
    color:#ffca01;
    -webkit-text-stroke-color: #ffca01;
}

.working-process-number h1:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 20px;
    right: 68px;
    bottom: 10px;
    background: #ffca01;
    display: inline-block;
}*/

.working-process-number.tow h1:before {
    right: 48px;
}
.working-process-box{ font-size:20px; line-height:38px}


.working-process-number.three h1:before {
    right: 55px;
}

.working-process-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 48px 0 -6px;
}



/*.blog-area.style-two*/

.blogs-section {
    padding: 22px 0 100px;
}

=================================*/



.contact-information {
    padding: 113px 0 130px;
    background: #F8F8F8;
}

.contact-information .section-title {
    padding: 0 0 65px;
}

.contact-infor-box {
    background: #fff;
    border-radius: 10px;
    padding: 39px 0px 24px;
}

.contact-infor-icon i {
    font-size: 38px;
    display: inline-block;
    color: #f4ca1e;
}

.contact-infor-content h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: Rubik;
    margin-top: 0;
}

.contact-infor-content p {
    font-size: 20px;
    line-height: 30px;
}



/*==================================
<---contact-tow-section--->
=================================*/
.contact-form-tow {
    padding: 130px 0 130px;
}

.contact-form-content p {
    font-size: 18px;
    font-family: Roboto;
    padding: 19px 0 0;
}

.contact-form-tow .form-box input {
    width: 90%;
}

.contact-form-tow .form-box textarea {
    width: 95%;
    height: 130px;
    padding: 11px 22px;
    background: #f5f5f5;
    border: transparent;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 35px;
}


.form-box input {
    width: 100%;
    border: transparent;
    background: #f5f5f5;
    height: 54px;
    border-radius: 5px;
    margin-bottom: 28px;
    padding: 0 25px;
    outline: 0;
}

.submit-button button {
    background: #f4ca1e;
    border: transparent;
    color: #fff;
    font-size: 14px;
    padding: 14px 36px;
    border-radius: 5px;
    border: 1px solid #f4ca1e;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.submit-button button:hover{
    color:#f4ca1e;
}

.submit-button button:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#fff;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
    border-radius: 5px;
}

.submit-button button:hover:before{
    transform: scale(1);
}

.pagination-menu {
    padding-top: 52px;
}

.pagination-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
}

.pagination-menu ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid rgba(129,129,129,0.4);
    transition: 0.5s;
}

.pagination-menu ul li a:hover{
    color:#fff;
    border: 1px solid #ffca01;
    background-color: #ffca01;
}

.blogs-section .blog-content {
    padding: 4px 10px 24px 10px;
}

.meta-blog {
    padding: 30px 0 28px;
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
}

.meta-blog a {
    font-size: 15px;
    padding: 8px 20px;
    background: #eeeeee;
    margin-right: 10px;
    border-radius: 3px;
}

.blogs-section h2.blog-title2 a {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 0 2px;
}

span.social-text {
    font-size: 17px;
    font-weight: 500;
    color: #101210;
}

p.blog-desc2 {
    padding: 15px 0 0px;
}

.blogs-social-share {
    padding: 24px 0px 25px;
    margin: 40px 0 40px;
    border-top: 1px solid rgba(16,18,16,0.10196078431372549);
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
}

span.social-text {
    font-size: 17px;
    font-weight: 500;
    color: #101210;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #f6f6f6;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #545654;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

h2.tab-title {
    font-size: 28px;
    font-weight: 500;
    padding: 0 0 32px;
}

h4.post-title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    padding: 0px 0 20px;
}

/*contacts-section.style-two*/

.contacts-section.style-two {
    padding: 100px 0 0px;
}

/*google-area*/

.google-area {
    padding: 200px 0 100px;
}

.google-maps iframe{
    width:100%;
    height:600px;
}

/*our-product-area.style-two*/

.our-product-area.style-two {
    padding: 103px 0 0;
}

.pagination-menu.style-two {
    padding-top: 43px;
    padding-bottom: 122px;
}

.service-section.service-two {
    padding: 72px 0 95px;
}

/*===========================
<-- purify Blog List Css -->
=============================*/
.single-sidebar_search_box {
    position: relative;
    display: block;
}

.sidebar-search-box {
    position: relative;
    display: block;
}

.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background-color: #ecf2f6;
    border: 1px solid #ecf2f6;
    color: #585858;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 60px;
    border-radius: 27px;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 42px;
    background:#feb301;
    display: block;
    text-align: center;
    border-radius: 50%;
    border: 0px solid #e7e7e8;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
    position: relative;
    top: -2px;
    color: #ffffff;
    font-size: 16px;
}

.blogs-section ::placeholder {
    color: #181818;
}
 
.widget_search input::placeholder {
    color: #101010;
}

.sidebar-content-box {
    width: 100%;
    background: #ffffff;
    border: 2px solid #f4ca1e;
    border-radius: 10px;
    padding: 50px 17px 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.widget-sidebar-box {
    padding: 35px 40px 50px;
    margin-bottom: 30px;
}

.widget-sidebar-box li a span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #ecf2f6;
    border-radius: 100%;
    color: #98a1a7;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    float: right;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.widget-sidebar-box li a span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    background:#f4ca1e;
    transform: scale(0);
    z-index: -1;
    transition: all 0.4s linear;
}

.widget-sidebar-box  li:hover a span:before{
    transform: scale(1.0);
}
.widget-sidebar-box  li:hover a{
   color:#f4ca1e;
    letter-spacing: 0.03em;
}
.widget-sidebar-box  li:hover a span{
    color: #fff;
}

.rpost-title h4 {
    margin-top: 2px;
    transition: 0.5s;
}

.rpost-content h4 a:hover {
    color: #f4ca1e;
}

.blogs-section h4.sidebar-title {
    padding: 0 0 30px;
    font-size: 20px;
    font-weight: 500;
}

.blogs-section h4.sidebar-title.upp {
    padding: 0 0 20px;
}

.widget-recent-post {
    display: flex;
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
    padding: 0 0 25px;
    margin-bottom: 25px;
}

.rpost-title span {
    font-size: 15px;
    padding: 6px 0 0;
    display: inline-block;
    transition: 0.5s;
}

.rpost-title span:hover {
    color: #f4ca1e;
}

.widget-recent-post.upper {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.rpost-thumb {
    margin-right: 20px;
}

.rpost-thumb img {
    transform: scale(1);
    transition: 0.5s;
}

.rpost-thumb img:hover {
    transform: scale(1.2);
}

.rpost-content h4 a {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #101010;
    display: inline-block;
    transition: .5s;
}

ul.sidebar-menu li {
    display: block;
    padding: 0px 0px 14px 0px;
    margin-bottom: 14px;
    border-bottom: 1px solid #dae5ec;
}

li.sidbr-mb {
    padding: 0 !important;
}

ul.sidebar-menu li a {
    color: #7b7b7b;
    transition: .5s;
}

ul.sidebar-menu li a i {
    font-size: 13px;
    display: inline-block;
}

ul.sidebar-menu li a:hover {
    color: #f4ca1e;
    letter-spacing: 0.03em;
}

/* Blog tag
==================*/

.tag-item ul li {
    display: inline-block;
    list-style: none;
}

li.item1 {
    padding: 15px 0 0 !important;
}

.tag-item a {
    font-size: 15px !important;
    background: #ffff;
    display: inline-block;
    font-weight: 500;
    color: #98a1a7;
    border: 1px solid #dae5ec;
    border-radius: 27px;
    padding: 7px 15px 6px;
    margin: 0 5px 10px 0px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.tag-item a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f4ca1e;
    color: #fff;
    border-radius: 27px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.tag-item a:hover:before {
   transform: scale(1); 
   color:#fff;
}

.tag-item a:hover {
   color:#fff!important; 
}

a.item {
    margin: 0;
}


/*Blog Social Share
=======================*/

.blogs-social-share {
    padding: 24px 0px 25px;
    margin: 40px 0 40px;
    border-top: 1px solid rgba(16,18,16,0.10196078431372549);
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
}

span.social-text {
    font-size: 17px;
    font-weight: 500;
    color: #101210;
}

ul.social-share {
    float: right;
}

ul.social-share li {
    display: inline-block;
    list-style: none;
}

ul.social-share li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #eeeeee;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #545654;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

ul.social-share li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f4ca1e;
    border-radius: 3px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

ul.social-share li a:hover:before {
    transform: scale(1);
}

ul.social-share li a:hover {
    color: #101010;
}

/*Post Comment
=================*/

.blog-post-comment2 {
    padding: 38px 40px 55px;
    background: #eeeeee;
    border-radius: 5px;
}

.reply-author p span {
    color: #f4ca1e;
}

.blog-post-comment2 .post-comment-thumb {
    float: inherit;
    margin-right: 10px;
    margin-top: 0;
    display: inline-block;
}

.blog-post-comment2 .post-comment {
    background: #fff;
    padding: 30px 30px 0;
    border-radius: 5px;
}

.authority {
    display: inline-block;
}

.blog-post-comment2 .post-content {
    padding: 24px 0px 10px;
    margin-top: 17px;
    border-top: 1px solid rgba(16,18,16,0.10196078431372549);
}

.blogs-social-autor ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.blogs-social-autor ul li a {
    display: inline-block;
    color: #909090;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
}

.blogs-social-autor ul li a:hover{
    color: #f4ca1e;
}

/*===========================
<-- purify Blog detalis Css -->
=============================*/
.blog-content1 {
    display: inline-block;
    background: #f4ca1e;
    padding: 6px 10px 3px;
    padding-right: 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.blog-content1 h6 {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.blog-content1 h6 i {
    display: inline-block;
    padding-right: 10px;
}

.blog-title3 a {
    font-size: 24px;
    font-weight: 600;
}

/*our-team
======================*/
.about-team-area {
    padding: 90px 0 100px;
}

.about-team-area .purify-section-title p {
    padding: 10px 0 0px;
    width: 81%;
}

.about-team-content-inner-text h2 {
    margin: 0;
    font-size: 16px;
    color: #010E22;
    font-weight: 400;
}

.about-team-content-inner {
    display: flex;
    align-items: center;
}

.about-team-content-icon i {
    font-size: 17px;
    display: inline-block;
    text-align: left;
    margin-right: 12px;
    color: #ffca01;
}

.purify-section-title h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
}

.single-team {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    transition: .5s;
    border: 1px solid#E6E6E8;
    margin-bottom: 30px;
    position: relative;
}

.single-team:hover{
    box-shadow: 0px 15px 100px 0px rgba(219, 219, 221, 0.4);
    border-color:#ffca01;
}

.single-team:hover .team-social {
    opacity: 1;
    transform: translateY(-28px);
}

.team-social ul li a:hover i {
    color: #ffca01;
}


.single-team-thumb img {
    width: 100%;
}

.single-team-title h3 {
    display: block;
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}

.team-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 8px;
    display: block;
    color: #63636b;
    transition: 0.5s;
}

.team-social {
    position: absolute;
    text-align: center;
    margin-top: 0;
    left: 0;
    right: 0;
    top: 92%;
    transition: .5s;
    opacity: 0;
}

.team-social ul li {
    list-style: none;
    display: inline-block;
}

.team-social ul li a i {
    width: 0;
    display: inline-block;
    color: #616161;
    margin: 0 13px;
    transition: .5s;
    font-size: 14px;
}

/*company-interior
======================*/
.team-interior-area {
    padding: 90px 0 100px;
}

.interior-bg {
    background: url(../image/company-intor.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.single_company-interior {
    margin-bottom: 30px;
    padding: 42px 30px 20px;
    margin-top: 10px;
    text-align: center;
}

.interior_des p {
    width: 92%;
    margin: auto;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 33px;
    color: #fff;
}

.interior-thumb {
    display: flex;
    justify-content: center;
    margin-top: 44px;
    align-items: center;
}

.interior-title h2 {
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.interior-title span {
    display: inherit;
    font-size: 16px;
    color: #fff;
}

.interior-thumb img {
    width: 70px;
    height: 70px;
}

.interior-title {
    margin-left: 20px;
}


/*Contact Form
======================*/

.contact-form-box2 {
    padding: 26px 30px 50px;
    border-radius: 5px;
    border: 1px solid rgba(16,18,16,0.1);
    margin-top: 60px;
}

.contact-form-box2 .sidebar-description p {
    margin: 6px 0 35px;
}


.contact-form button {
    padding: 11px 30px;
    color: #101010;
    display: inline-block;
    margin-top: 25px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    background: #f4ca1e;
    transition: 0.5s;
    font-weight: 500;
}

.contact-form button i {
    padding-left: 6px;
    position: relative;
    top: 2px;
}

.contact-form button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    color: #101010;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
}

.contact-form button:hover:before {
    transform: scale(1);
    opacity: 1;
    color: #101010!important;
}

.contact-form-box2 .form-box textarea::placeholder {
    color: #101010;
}

/*===========================
<-- purify Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #ffca01;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #2871ff;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #f23d3d;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/

.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}


/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 1.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #333;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: #2871ff;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #333333;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}