/* @font-face{
	font-family: 'Poppins';
  	src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face{
	font-family: 'Poppins-Bold';
  	src: url('../fonts/Poppins-Bold.otf') format('otf');
}

@font-face{
	font-family: 'Poppins-Medium';
  	src: url('../fonts/Poppins-Medium.otf') format('otf');
} */
 
@font-face{
	font-family: 'Times New Roman';
  	src: url('../fonts/Times New Roman.ttf') format('truetype');
}




.top-header-wrap{
	background:#29a744;
	height:8px;
}
/* =======================  brand - start  ========================================================= */
/* =======================  brand - end   ========================================================== */
/* =======================  search - start  ======================================================== */
.navbar-dom{
	height:112px;
}
.mysearch2{
	position: relative;
	z-index: 3000;
}
.pro_search_cate {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top:4px;
	/* margin: 20px 0px 20px 15px; */
}
.pro_search_cate .pro_select {
	position: relative;
	/* box-shadow: 6px 8px 15px 0px rgb(91 93 96 / 25%); */
	padding: 0 15px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #d1d1d1;
	background-color: rgba(255,255,255,0);
	height: 40px;
	width:123px;
	max-width: 200px;
	line-height: 40px;
	color: #0f221c;
	font-size: 14px;
	vertical-align: bottom;
}
.pro_select span{
	position:absolute;
	right:10px;
	top:17px;
	margin:0px auto;
	width: 10px;
	height: 6px;
	background: url(../img/top_arrow.png);
}

.pro_search_cate ul {
	position: absolute;
	display: none;
	background: #fff;
	z-index: 100;
	left:20px;
	top: 39px;
	box-shadow: 0 3px 5px 0 rgb(74 74 74 / 43%);
	border-radius: 0px 0px 4px 4px;
	width: 240px;
}
.pro_search_cate .pro_input {
	/* box-shadow: 6px 8px 15px 0px rgb(91 93 96 / 25%); */
	border: 1px solid #d1d1d1;
	border-left:none;
	outline: 0;
	display: inline-block;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 13px;
	vertical-align: bottom;
	width: 260px;
	text-indent: 10px;
}
.pro_search_cate .pro_input::placeholder{
	font-size:13px;
}
.pro_search_cate button {
	/* box-shadow: 6px 8px 15px 0px rgb(91 93 96 / 25%); */
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	cursor: pointer;
	min-width:50px;
	width: 50px;
	height: 40px;
	border: none;
	background-color: #59b754;
	background-image: url(../img/top_s.png);
	/* background: url(../img/sprite2.png?v={$Think.config.site.version|htmlentities}) no-repeat;
	background-size: 1444%;
	background-position: 50.9% 19.9%; */
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	vertical-align: bottom;
}
#autocomplete-list {
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgb(62 62 62 / 28%);
	top: 39px;
	left: 123px;
	width: 310px;
	z-index: 9;
	color: #666666;
	padding: 15px 20px;
	display: none;
	gap: 5px;
	flex-wrap: wrap;
	border-bottom: 4px solid #58bb53;
	font-size: 12px;
}
.pro_search_cate ul li {
	cursor: pointer;
	padding: 5px 15px;
	color: #202020;
	font-size: 14px;
}
.col-lg-7{padding:0px;}
.autocomplete-item {
	padding: 0 15px;
	cursor: pointer;
	border: 1px solid #e9e9e9;
	background: #e9e9e9;
	border-radius: 15px;
}
/* =======================  search - end   ========================================================= */
/* =======================  login - start  ========================================================= */
.login-vertical-pd{
	padding: 0.8rem 0.2rem;
}
.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
}
.bd-navbar {
	min-height: 4rem;
	height: 200px;
}
.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	/* height:112px; */
	border:1px solid red;
}
.navbar-dark .navbar-nav .nav-link {
	color: red;
}
/* =======================  login - end   ========================================================== */
/* ============  menu - start ================= */
.menu-dom{
	height:49px;
 }
 .menu-dom .menu-wrap{
	 background:#29a845; 
	 height:49px;
 }
 .nav-pills .nav-link {
	 border-radius: 0rem;
	 height:49px;
 }
 .nav-pills > li{
	 margin-right: 0px;
 }
 .nav-pills > li > a {            
	 height:49px;
 }
 .menu-wrap .nav .nav-item a.nav-link{
	 color:#fff;
	 font-size:16px;
	 font-weight: bold;
	 width:100%;
	 padding: 10px 15px;
	 background-color: #29a845;
	 border-bottom: 3px solid #29a845;
 }
 .menu-wrap .nav .nav-item a.selected{
	 background: #3d3d3d;
	 border-bottom:3px solid #ff7d00;
 }
 .nav-pills .show>.nav-link{
	 color:#fff;
	 background-color: #3d3d3d;
 }    
 .menu-dom{
	height: auto;
}
.menu-wrap .menu-item a.nav-link:hover{
	background: #3d3d3d;
	border-bottom:3px solid #ff7d00;
}    
 /* ============  menu - end   ================= */



/* global area - start
==================================================================================================== */
body {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
	font-style: normal;
	/* color: #636778; */
	font-family: 'Poppins','Line Awesome Free','Heebo',sans-serif;
	background-color: #fff;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
/* p{
	margin-top: 0px;
	margin-bottom: 0px;
} */
/* custom test css - start
==================================================================================================== */

.br{
	border: 1px solid red;
}
.brb{
	border: 1px solid blue;
}
.brr{
	border: 1px solid red;
}
.brg{
	border: 1px solid green;
} 


.hide{
	display: none;
}
.show{
	display: block;
}
.w1200{
	width:1200px;
	margin:auto;
	padding:0px;
}
.w1920{
	width:1920px;
	margin:auto;
	padding:0px;
}
.w_100{
	width: 100%;
}
.p-relative{
	position: relative;
}
/* custom test css - end
==================================================================================================== */
::selection {
	color: #fff;
	background: #334eff;
}

::-moz-selection {
	color: #fff;
	background: #334eff;
}

main {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1200px;
}

.wrap-1600 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.wrap-1500 {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

.masonry-grid {
	margin: -15px;
}

.masonry-grid .grid-item,
.masonry-grid .grid-sizer {
	float: left;
	display: inline-block;
}

.masonry-grid .grid-item {
	padding: 15px;
}

.decoration-wrap {
	z-index: 1;
	position: relative;
}

.decoration-wrap .decoration-image {
	z-index: -1;
	position: absolute;
}

.la-search {
	transform: rotate(-90deg);
}

button {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-family: 'Poppins', "Heebo", sans-serif;
}
a {
	cursor: pointer;
	text-decoration: none;
	font-family: 'Poppins',"Heebo", sans-serif;
}

a:hover,
button:hover {
	text-decoration: none;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

button {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}

button:focus {
	outline: none;
}

img {
	height: auto;
	max-width: 100%;
}

.advantage-item img{
	width: 100%;
}

[data-background] {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #07260F;
	font-family: 'Poppins',"Heebo", sans-serif;
}

strong,
span,
small,
label,
i {
	font-family: 'Poppins',"Heebo", sans-serif;
}

.form-item {
	position: relative;
	margin-bottom: 30px;
}

.form-item .form-title {
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 12px;
	color: #636778;
}

.form-item input,
.form-item textarea,
.form-item select {
	width: 100%;
	outline: none;
	box-shadow: none;
	border-radius: 3px;
	border: 1px solid #f0f0f0;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.form-item input:focus,
.form-item textarea:focus,
.form-item select:focus {
	outline: none;
	box-shadow: none;
	border-color: #334eff;
}

.form-item input,
.form-item select {
	height: 55px;
	padding: 0px 25px;
}

.form-item textarea {
	width: 100%;
	padding: 25px;
	display: block;
	min-height: 150px;
}

.form-item select {
	color: #636778;
}

:-moz-placeholder {
	text-transform: capitalize;
}

::-moz-placeholder {
	text-transform: capitalize;
}

:-ms-input-placeholder {
	text-transform: capitalize;
}

::-webkit-input-placeholder {
	text-transform: capitalize;
}

.checkbox-btn input {
	float: left;
	width: 17px;
	height: 17px;
	outline: none;
	margin-top: 2px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	margin-right: 10px;
	position: relative;
	border-radius: 100%;
	background-color: #fff;
	border: 1px solid #e2e4f4;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.checkbox-btn input:before {
	top: 55%;
	left: 55%;
	width: 6px;
	height: 6px;
	content: "";
	opacity: 0;
	line-height: 1;
	position: absolute;
	border-radius: 100%;
	background-color: #334eff;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
	transform: translate(-55%, -55%);
}

.checkbox-btn input:checked {
	border-color: #334eff;
}

.checkbox-btn input:checked:before {
	opacity: 1;
}

.checkbox-btn label {
	margin: 0px;
	cursor: pointer;
	color: #36415a;
}

.select-option>button {
	display: block;
	font-weight: 500;
	color: #636778;
}

.select-option>button:after {
	margin: 0px;
	border: none;
	font-size: 12px;
	margin-left: 3px;
	content: "";
	font-weight: 900;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Poppins',"Line Awesome Free";
}

/* .select-option>button i {
	float: left;
	margin-top: 1px;
	font-size: 20px;
	margin-right: 5px;
} */

.select-option .dropdown-menu {
	border: none;
	padding: 15px 0px;
	border-radius: 3px;
	box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}

.select-option .dropdown-menu>ul>li>a {
	display: block;
	line-height: 1;
	font-size: 14px;
	padding: 10px 20px;
	color: #636778;
}

.select-option .dropdown-menu>ul>li:hover>a,
.select-option .dropdown-menu>ul>li.active>a {
	color: #334eff;
	background-color: #f4f8fb;
}

/* owl settings - start
================================================== */
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0px;
	opacity: 0.3;
	margin-right: 15px;
	background: #334eff;
	transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.owl-theme .owl-dots .owl-dot:last-child span {
	margin-right: 0px !important;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
	opacity: 1;
	transform: scale(1.4);
	background: #334eff;
}

.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
	margin: 0px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.owl-theme .owl-nav .owl-next>span,
.owl-theme .owl-nav .owl-prev>span {
	display: none;
}

.owl-theme .owl-nav .owl-next:before,
.owl-theme .owl-nav .owl-prev:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	font-size: 16px;
	font-weight: 900;
	line-height: 48px;
	text-align: center;
	color: #334eff;
	position: absolute;
	border-radius: 100%;
	border: 2px solid #dee3f3;
	background-color: #fff;
	font-family: 'Poppins', "Line Awesome Free";
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
	background: transparent;
	box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}

.owl-theme .owl-nav .owl-next:hover:before,
.owl-theme .owl-nav .owl-prev:hover:before {
	color: #334eff;
	border-color: #fff;
	background-color: #fff;
}

.owl-theme .owl-nav .owl-prev {
	margin-right: 5px;
}

.owl-theme .owl-nav .owl-prev:before {
	content: "";
}

.owl-theme .owl-nav .owl-next:before {
	content: "";
}

.owl-theme.arrow-right-left .owl-nav {
	margin-top: 0px;
}

.owl-theme.arrow-right-left .owl-next,
.owl-theme.arrow-right-left .owl-prev {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.owl-theme.arrow-right-left .owl-prev {
	left: -110px;
}

.owl-theme.arrow-right-left .owl-next {
	right: -110px;
}

/* owl settings - end
================================================== */
/* list style settings - start 
================================================== */
.ul-li>ul {
	margin: 0px;
	padding: 0px;
	display: table;
}

.ul-li>ul>li {
	float: left;
	list-style: none;
	display: inline-block;
}

.ul-li-block>ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: table;
}

.ul-li-block>ul>li {
	width: 100%;
	display: table;
	list-style: none;
}

.ul-li-right>ul {
	margin: 0px;
	padding: 0px;
	float: right;
	display: table;
}

.ul-li-right>ul>li {
	float: left;
	list-style: none;
	display: inline-block;
}

.ul-li-center>ul {
	padding: 0px;
	margin: 0 auto;
	display: table;
}

.ul-li-center>ul>li {
	float: left;
	list-style: none;
	display: inline-block;
}
.main-menu>ul {
	margin: 0;
}


/* pagination*/
.paging {
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	margin: 30px 0 40px;
}
.paging a {
	background-color: #fff;
	border-radius: 2px 0 0 2px;
	color: #333;
	font-size: 14px;
	display: inline-block;
	margin: 0 4px;
	border: 1px solid #e2e2e2;
	padding: 1px 17px;
}
.paging a:hover, .paging a.thisclass {
	background-image: linear-gradient(to bottom,#8dd97d 0,#85bf54 100%);
	color: #fff;
}

/* post meta - start
================================================== */
.post-meta>ul>li {
	position: relative;
	margin-right: 14px;
	padding-right: 14px;
}

.post-meta>ul>li:after {
	top: 0px;
	content: "/";
	right: -2.5px;
	position: absolute;
}

.post-meta>ul>li:last-child {
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.post-meta>ul>li:last-child:after {
	display: none;
}

.post-meta>ul>li .post-admin {
	display: table;
	font-size: 14px;
	color: #334eff;
}

.post-meta>ul>li .post-admin .admin-thumb {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: -9px 0px;
	margin-right: 10px;
	border-radius: 100%;
	border: 1px solid #e2e8fe;
	background-color: #edf6fe;
}

/* post meta - end
================================================== */
/* padding - margin setting - start 
================================================== */
.sec-ptb-60 {
	padding: 60px 0px;
}
.sec-ptb-80 {
	padding: 80px 0px;
}

.sec-ptb-100 {
	padding: 100px 0px;
}

.pl-20 {
	padding-left: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}
.pb-80 {
	padding-bottom: 80px;
}

.mt--30 {
	margin-top: -30px;
}

.mt--40 {
	margin-top: -40px;
}

.mt--70 {
	margin-top: -70px;
}


.mb-15 {
	margin-bottom: 15px !important;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mt-60 {
	margin-top: 60px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-40{
	margin-top: 40px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-65{
	margin-top: 65px;
}
.m-auto{
	margin:auto;
}
.ml-20{
	margin-left: 20px;
}
.ml-15{
	margin-left: 15px;
}
.pl-0{
	padding-left: 0px;
}
.pr-0{
	padding-right: 0px;
}
.rounded-10{
	border-radius: 10px;
}

.bg-white{
	background-color: #fff;
}
.pos-relative{
    position: relative;
}



/* padding - margin setting - end
================================================== */
/* button style - start
================================================== */
.btn {
	z-index: 1;
	border: none;
	line-height: 1;
	color: #fff;
	font-size: 15px;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	text-align: center;
	letter-spacing: 2px;
	padding: 22px 30px;
	padding-bottom: 21px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Poppins', "Heebo", sans-serif;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.btn:before {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: auto;
	width: 0px;
	z-index: -1;
	content: "";
	position: absolute;
	background: #1aa536;
	transition: width 0.3s linear;
}

.btn:hover {
	color: #fff;
}

.btn:hover:before {
	left: 0px;
	width: 100%;
	right: auto;
}

.btn.bg-default-black:before {
	background: #2e384f;
}

.btn.bg-royal-blue:before {
	background: #14b10f;
}

.btn.bg-light-green:before {
	background: #0fb296;
}

.store-btn {
	z-index: 1;
	overflow: hidden;
	color: #fff;
	position: relative;
	padding: 15px 30px;
	border-radius: 3px;
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.store-btn:hover {
	color: #fff;
}

.store-btn .icon-wrap {
	float: left;
	width: 32px;
	line-height: 1;
	font-size: 30px;
	margin-left: -5px;
	margin-right: 10px;
}

.store-btn .content-wrap {
	display: table;
}

.store-btn .content-wrap small,
.store-btn .content-wrap strong {
	display: block;
	line-height: 1;
}

.store-btn .content-wrap small {
	font-size: 12px;
	margin-bottom: 5px;
}

.store-btn .content-wrap strong {
	font-size: 14px;
	font-weight: 500;
}

.store-btn.bg-default-black:hover {
	background-color: #2e384f;
}

.store-btn.bg-royal-blue:hover {
	background-color: #233ff3;
}

.btn-underline {
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	color: #36415a;
	display: inline-block;
}

.btn-underline:after,
.btn-underline:before {
	left: 0;
	bottom: -2px;
	height: 1px;
	width: 100%;
	content: "";
	line-height: 1;
	position: absolute;
	background-color: #36415a;
}

.btn-underline:before {
	transform-origin: 100% 50%;
	transition: transform 0.3s linear;
}

.btn-underline:after {
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: 0.3s linear 0.2s;
	background-color: #334eff;
}

.btn-underline:hover {
	color: #334eff;
}

.btn-underline:hover:after,
.btn-underline:hover:before {
	background-color: #334eff;
}

.btn-underline:hover:before {
	transform: scaleX(0);
}

.btn-underline:hover:after {
	transform: scaleX(1);
}

/* button style - end
================================================== */
/* title text - start
================================================== */
/*.section-title .small-title {*/
/*	font-size: 15px;*/
/*	color: #334eff;*/
/*	margin-bottom: 7px;*/
/*	display: inline-block;*/
/*	font-family: "Roboto", sans-serif;*/
/*}*/

/*.section-title .title-text {*/
/*	font-size: 30px;*/
/*}*/

/*.section-title p {*/
/*	font-size: 16px;*/
/*}*/

/*.section-title.size-lg .title-text {*/
/*	font-size: 38px;*/
/*}*/

/* title text - end
================================================== */
/* back to top - start
================================================== */
#thetop {
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	position: absolute;
}

#backtotop {
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 999;
	bottom: 50px;
	display: none;
	position: fixed;
}

#backtotop #scroll {
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 20px;
	line-height: 55px;
	color: #334eff;
	text-align: center;
	position: relative;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.15);
}

/* back to top - end
================================================== */
/* preloader - start
================================================== */
#preloader {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1005;
	position: fixed;
	overflow: visible;
	background: #fff url("../images/preloader.gif") no-repeat center center;
}

/* preloader - end
================================================== */
/* custom colors - start
================================================== */
.bg-royal-blue {
	background-color: #099b04;
	font-size: 16px;
	padding: 16px 28px;
}

.bg-light-green {
	background-color: #00c9a7;
}
.bg-light-green-small {
	background-color: #00c9a7;
	padding: 13px 14px;
}

.bg-default-black {
	background-color: #36415a;
}

.text-royal-blue {
	color: #334eff !important;
}

.text-light-green {
	color: #00c9a7 !important;
}

/* custom colors - end
================================================== */
/* bootstrap reset - start
================================================== */
.border-bottom {
	border-bottom: 1px solid #e2e4f4 !important;
}

.border-top {
	border-top: 1px solid #e2e4f4 !important;
}

/* bootstrap reset - end
================================================== */
/* css animation - start
================================================== */
.pulse:before,
.pulse:after {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #c7a17a;
}

.pulse:before {
	animation: pulse 3s cubic-bezier(0.16, 1, 0.3, 1) infinite both;
}

.pulse:after {
	animation: pulse 3s 0.6s cubic-bezier(0.16, 1, 0.3, 1) infinite both;
}

@keyframes pulse {
	0% {
		opacity: 0.5;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(2.1);
	}
}

/* css animation - end
================================================== */
/* transition - start
================================================== */
a,
button {
	transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

/* transition - end
================================================== */

/* paginate css - start
================================================== */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 18px 0;
	border-radius: 3px;
}
.pagination > li {
	display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	margin-left: 0;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.pagination a {
	padding: 6px 12px;
	line-height: 1.428571429;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 2;
	color: #262a3b;
	background-color: #eeeeee;
	border-color: #ddd;
}
.pagination a {
	padding: 6px 12px;
	line-height: 1.428571429;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #444c69;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #444c69;
	border-color: #444c69;
	cursor: default;
}
/* paginate css - end
================================================== */



/* global area - end
==================================================================================================== */



/* 设备屏幕分辨率适配 1140px - begin ====================================================================================== */
@media (max-width: 1140px) {
	.navbar-dom{
		height:auto;
	}
}
@media (min-width: 1140px) {
	
}
/* 设备屏幕分辨率适配 - 960 ====================================================================================== */
@media (max-width: 960px) {
	.header ,.menu-dom,.top-header-wrap, .service-left-menu, .product-left-menu, .pro-search-dom, .article-left-menu,.article-right-side, .vertical-space,.history-dom{
		display: none !important;
	}
	.carousel-item{
		height: 32rem !important;
	}
	.carousel-caption-default{
		left:8% !important;
		right:8% !important;
		bottom:30px !important;
	}
	.pro-btn, .service-btn{
		padding: 15px 10px !important;
		padding-bottom: 15px !important;
		letter-spacing: 0.1px !important;
	}
	.top-header-wrap{
		display: none;
	}
	.bt-title-bg{
		background-size: 50% !important;
	}
	.aboutus-desc{
		padding: 10px !important;
		text-align:left !important;
	}
	/* service info page tab */
	.pro-detail-ul-wrap{
		background-color: #f5f6f8;
        /* border-radius: 10px; */
        width: 100%;        
		margin-top: 50px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.pro-detail-ul-wrap li{
        padding:15px 5px 15px 5px;
        background-color: #f5f6f8;
        border-radius: 0;
    }
	.pro-tab-item a{
        background-color: transparent;
        color: #000103;
        font-size: 13px;
        font-weight: 550;
    }
	.activity-info-title, .article-title, .cat-title, .aboutus-title{
		font-size: 24px;
	}
	.blog-item{
		padding: .55rem 1rem;
	}
	.dl-left-title{
		font-size: 16px !important;
	}
	.mob-success-body{
		font-size: 20px !important;
	}
	.artice-cat-title{
		font-size: 20px;
	}
	.blog-item-info h5{
		font-size: 16px;
	}
}
@media (min-width: 960px) {
	.mob-header, .responsive-menu-h, .mob-history-dom{
		display: none !important;
	}
	.pro-detail-ul-wrap{
		background-color: #f5f6f8;
        border-radius: 10px;
        width: 100%;        
		margin-top: 50px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	/* service info page tab */
	.pro-detail-ul-wrap{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.pro-detail-ul-wrap li{
        padding:20px 20px 20px 20px;
        background-color: #f5f6f8;
        border-radius: 0;
    }
	.pro-tab-item a{
        background-color: transparent;
        color: #000103;
        font-size: 13px;
        font-weight: 550;
    }
	.pro-container{
		margin-top: 50px;
	}	
	.blog-item-info{
		margin-left: 15px !important;
	}
	.pro-left-menu-dom{
        border-radius: 10px;
        border:1px solid #eee;
        border-top: 9px solid #27a746;
    }
	.article-right-list{
		padding-left: 35px;
	}
	/* .pro-left-menu-dom{
        border-radius: 10px;
        border-top: 9px solid #27a746;
    } */
}
/* 设备屏幕分辨率适配 - 720 ====================================================================================== */
@media (max-width: 720px) {
	
}
@media (min-width: 720px) {
	
}
/* 设备屏幕分辨率适配 - 720 ====================================================================================== */
@media (max-width: 576px) {
	.details-image{
		display: none !important;
	}
}
@media (min-width: 576px) {
	.mob-details-image{
		display: none !important;
	}
}




  
/* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */
  
/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption-default{
	position: absolute;
	right: 18%;
	bottom: 160px;
	left: 18%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #201612;
	text-align: center;
}
.carousel-caption-default h1{
	color: #014924;
}
.carousel-caption-default p{
	color: #201612;
	line-height: 1.1;
}
/* Declare heights because of positioning of img element */
.carousel-item {
	height: 710px;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
}   
/* RESPONSIVE CSS -------------------------------------------------- */
@media (min-width: 40em) {
/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 14px;
		font-weight: bold;
		line-height: 0.8;
		/* letter-spacing: 1px; */
	}
	.carousel-caption h1 {
		font-size: 3.70rem;
		line-height: 1.0;
	}

	.featurette-heading {
		font-size: 50px;
	}
	}

	@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}

/************************************************************************************/
.stuck{
	position:fixed;
	left:0px;
	top:0px;
	z-index: 3000;
}

.pro-detail-table tbody tr:nth-of-type(odd){
	background-color: #f1f4fb;
}

.service-con .site_txt_new {
	font-size: 14px;
	padding-left: 25px;
	margin-top: 10px;
	color: #252525;
}
.service-con .service-fangan-dom{
	background-color: transparent;
	border-radius: 0;
}
.service-fangan-item{
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}
.service-fangan-dom .service-fangan-item:first-child{
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.service-fangan-dom .service-fangan-item:last-child{
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.zoomout-btn{
	width: 120px;
	height: 24px;
	border-radius: 12px;
	border: 1px solid #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 14px;
	color: #525252;
	cursor: pointer;
}

.zhiliang-btns button{
	min-width: 100px;
	margin:0px 20px;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}
.zhiliang-btns .active{
	background-color: #1fa63d;
	border: 1px solid #1fa63d;
	color: #fff;
}


.chzn-container {
	width: 287px;
	font-size: 1rem;
	position: relative;
	display: inline-block;
	zoom: 1;
}
.chzn-container-active .chzn-single-with-drop {
	border: 1px solid #aaa;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single {
	/* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3); */
	border: 1px solid #aaa;
}
.chzn-container-single .chzn-single {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 0 0 8px;
	padding-left: 16px;
	font-size: 1rem;
	color: #6c757d;
	text-decoration: none;
	background-color: #fff;
	border: 1px #c4cdd5 solid;
	border-radius: 5px;
	position: relative;
	display: block;
	white-space: nowrap;
}
.chzn-container-single .chzn-single span {
	text-align: left;
}
.chzn-container-single .chzn-single span {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	color: 333;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.chzn-container-active .chzn-single-with-drop div {
	background: transparent;
	border-left: none;
}
.chzn-container-single .chzn-single div {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 30px;
}
.chzn-container-single .chzn-single div b {
	background: url(https://ueeshop-static.ly200-cdn.com/static/custom/UPAZ/UPAZ946/images/cart/icon_select.png) no-repeat 7px center;
	display: block;
	width: 100%;
	height: 100%;
}
.ueeshop_responsive_article_feedback .rows .chzn-container-single .chzn-drop {
	width: 100%;
}
.chzn-container-single .chzn-drop {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	width: 285px;
	left: -9000px;
}
.chzn-container .chzn-drop {
	background: #fff;
	border: 1px solid #aaa;
	border-top: 0;
	position: absolute;
	top: 29px;
	left: 0;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	z-index: 999;
	overflow: hidden;
}

.chzn-container-single .chzn-search {
	padding: 4px 20px 4px 5px;
	position: relative;
	margin: 3px 4px;
	white-space: nowrap;
	/* border: 1px solid #aaa; */
}
.chzn-container-single .chzn-search input {
	width: 100%;
	height: 30px;
	padding: 10px;
	padding-left: 20px;
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
	float: right;
	margin-bottom: 10px;
	border: 1px solid #eee;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.chzn-container .chzn-drop .chzn-results {
	margin: 0 4px 4px 0;
	max-height: 190px;
	padding: 0 0 0 4px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	width: 95%;
}
.ueeshop_responsive_article_feedback .rows .chzn-container .chzn-results .group-option {
	text-align: left;
}
.chzn-container .chzn-results .group-option {
	padding-left: 20px;
}
.chzn-container .chzn-results .active-result {
	cursor: pointer;
	display: list-item;
}
.chzn-container .chzn-results li {
	display: none;
	line-height: 100%;
	padding: 10px 10px 10px 10px;
	margin: 0;
	list-style: none;
}
.chzn-container .chzn-results li:hover{
	background-color: #27a844;
	color: #fff;
}

.service-table > tbody > tr > th {
	white-space: nowrap;
}
.service-table > tbody > tr > td {
	word-break: keep-all;
}
.img-zoom-modal {
    display: none;
    position: fixed;
    z-index: 3001;
    /* padding-top: 100px; */
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.img-zoom-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px; 
}

@media (max-width: 768px)
{
	#cookies_agreement{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		box-sizing: border-box;
		max-width: calc(100% - 40px);
	}
}
@media (max-width: 768px)
{
	#cookies_agreement>.content{
		float: unset;
		max-width: 100%;
		width: 100%;
	}
}
#cookies_agreement{
	/* background-color: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 20px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100001;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	transition: opacity 300ms ease-in-out;
	opacity: 1; */

	padding: 20px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100001;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	transition: opacity 300ms ease-in-out;
	background: rgba(40, 39, 40, .95);
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
#cookies_agreement>.message{
	width: 400px;
	font-size: 14px;
	line-height: 20px;
	float: left;
	color: #fff;
}
#cookies_agreement>.button{
	/* display: block;
	max-width: 80px;
	height: 29px;
	line-height: 29px;
	background-color: #0BB8B6;
	border: 0;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0 10px;
	float: right;
	font-size: 12px;
	color: #fff;
	cursor: pointer; */
	display: inline-block !important;
    padding: .75rem 1rem !important;
    font-family: var(--uwTextFont, 'Red Hat Text'), sans-serif !important;
    font-size: .925rem !important;
    font-weight: 630 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    white-space: nowrap;
    background-color: #28a745 !important;
    border-radius: 2px !important;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    color: #fff !important;
    border: 0 !important;
}
.link-dom{
	font-size:13px;
}
.link-dom span{
	color: #aaa;
}
.link-dom a{
	color: #aaa;
}
.input-group > .msg-box.n-right{
	position: absolute;
	top: 100%;
	margin-top: 0px;
}
/** ## login form css **/
.login-section .n-bootstrap .controls, .form-section .n-bootstrap .controls {
	position: relative;
}
.login-section .n-bootstrap .n-right, .form-section .n-bootstrap .n-right{
	margin-top: 0;
	top: -20px;
	position: absolute;
	left: 0;
	text-align: right;
	width: 100%;
}
@media (max-width: 767px) {
	.n-bootstrap .n-right {
		margin-top: 0;
		top: -20px;
		position: absolute;
		left: 0;
		text-align: right;
		width: 100%;
	}
}