/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR INDEXT               ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. common styles
* 2. topbar styles
* 3. header styles
* 4. slider styles
* 5. about styles
* 6. search-popup styles
* 7. footer styles
* 8. inner-banner styles
* 9. contact styles
* 10. sidebar styles
* 11. blog styles
* 12. faq styles
* 13. service styles
* 14. portfolio styles
* 15. cta styles
* 16. fact styles
* 17. team styles
* 18. feature styles
* 19. testimonials styles
* 20. video styles
* 21. shop styles
* 22. cart styles
* 23. checkout styles
* 24. history styles
001659 深蓝色
青色21bcd8

深蓝色03033e
蓝黑020229

thm-btn  
红色ff5860
绿色21ac96
tawk.to 颜色03a84e
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1. common styles
*/
body {
	font-family: "Arial";
	font-size: 20px;
	line-height: 24px;
	color: #848484;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Arial";
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.block-title {
	margin-bottom: 50px;
}

.block-title__tag-line {
	margin: 0;
	line-height: 1em;
	text-transform: uppercase;
	color: #ff5860;
	font-size: 17px;
	font-family: "Rubik";
	letter-spacing: .1em;
}

.block-title__tag-line.block-title__white {
	opacity: .7;
}

.block-title__title {
	margin: 0;
	color: #222222;
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	letter-spacing: .03em;
	margin-top: 20px;
}

@media (max-width: 480px) {
	.block-title__title {
		font-size: 35px;
		line-height: 1.3em;
	}

	.block-title__title br {
		display: none;
	}
}

@media (max-width: 320px) {
	.block-title__title {
		font-size: 30px;
	}
}

.block-title__text {
	margin: 0;
	color: #848484;
	font-size: 18px;
	line-height: 26px;
	margin-top: 25px;
}

.block-title__bold {
	font-weight: 700;
}

.block-title__white {
	color: #fff;
}

.block-title__base {
	color: #ff5860;
}

.block-title__black {
	color: #222222;
}

.post-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	margin-bottom: 50px;
}

.post-filter li+li {
	margin-left: 25px;
}

.post-filter li span {
	font-size: 15px;
	font-weight: 500;
	font-family: "Rubik";
	color: #222222;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

.post-filter li span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0, 1);
	transform: translate(-50%, -50%) scale(0, 1);
	height: 2px;
	width: 120%;
	background-color: #ff5860;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.post-filter li.active span:before,
.post-filter li:hover span:before {
	-webkit-transform: translate(-50%, -50%) scale(1, 1);
	transform: translate(-50%, -50%) scale(1, 1);
}

.thm-btn {
	border: none;
	outline: none;
	background-color: #21ac96;
	display: inline-block;
	vertical-align: middle;
	font-family: "Rubik";
	font-weight: 600;
	font-size: 17px;
	color: #fff;
	padding: 18px 31.4px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.thm-btn:hover {
	background-color: #222222;
	color: #fff;
}

.thm-btn i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	font-size: 18px;
	margin-left: 13px;
}

/* Cursor Style */
.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* bootstrap select */
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
	background-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid #f2f2f2;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
	padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
	padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: #ff5860;
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 9px 20px;
	color: #222222;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: #ff5860;
	color: #fff;
	cursor: pointer;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
}

.preloader span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/resources/preloader.gif);
}

.scroll-to-top {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #03a84e;
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 990;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	border-radius: 50%;
}

@media (max-width: 480px) {
	.scroll-to-top {
		width: 40px;
		height: 40px;
	}
}

.scroll-to-top i {
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	position: relative;
	z-index: 10;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media (max-width: 480px) {
	.scroll-to-top i {
		font-size: 14px;
		line-height: 40px;
	}
}

.scroll-to-top:hover {
	background: #ff5860;
}

.scroll-to-top:hover i {
	color: #fff;
}

/*
* 2. topbar styles
*/
.topbar-one {
	background-color: #03033e;
	padding: 16px 0;

}

/*手机端不显示顶部topbar-one*/
@media (max-width: 768px) {
    .topbar-one {
        display: none;
    }
}

.topbar-one .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.topbar-one .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 991px) {
	.topbar-one__left {
		margin-bottom: 15px;
	}
}

.topbar-one__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.topbar-one__social a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.topbar-one__social a+a {
	margin-left: 30px;
}

.topbar-one__social a:hover {
	color: #ff5860;
}

.topbar-one__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.topbar-one__links a {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		text-align: center;
	}
}

.topbar-one__links a+a {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px dashed rgba(225, 227, 226, 0.2);
}

@media (max-width: 767px) {
	.topbar-one__links a+a {
		padding-left: 0;
		margin-left: 0;
		border: none;
	}
}

.topbar-one__search,
.topbar-one__cart {
	font-size: 19px;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media (max-width: 767px) {

	.topbar-one__search,
	.topbar-one__cart {
		border-bottom: 1px dashed rgba(225, 227, 226, 0.2) !important;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 425px) {

	.topbar-one__search,
	.topbar-one__cart {
		margin-bottom: 0;
	}
}

.topbar-one__search:hover,
.topbar-one__cart:hover {
	color: #fff;
}

.topbar-one__link {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.topbar-one__link:hover {
	color: #fff;
}

.topbar-one__link i {
	color: #ff5860;
	font-size: 18px;
	margin-right: 10px;
}

@media (max-width: 425px) {
	.topbar-one__link {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 10px;
	}
}

@media (max-width: 375px) {
	.topbar-one__link {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 100% !important;
		flex: 1 1 100% !important;
	}
}

/*
* 3. header styles
*/
.header-navigation {
	background-color: transparent;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
}

.header-navigation .container {
	background: transparent;
	position: relative;
	display: block;
}

.header-navigation .container .logo-box {
	float: left;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
	height: auto;
	margin: 0;
}

.header-navigation .container .menu-toggler {
	display: none;
}

.header-navigation .container .right-side-box {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
}

.header-navigation .main-navigation {
	float: right;
	text-align: right;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 1200px) {
	.header-navigation .main-navigation {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

.header-navigation ul.navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
	display: none;
}

.header-navigation ul.navigation-box>li {
	position: relative;
	padding: 48px 0;
	display: inline-block;
	vertical-align: middle;
	/* Second Level Menu */
	/* Thrid Level Menu */
}

.header-navigation ul.navigation-box>li+li {
	margin-left: 30px;
}

.header-navigation ul.navigation-box>li:first-child {
	padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
	padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
	font-weight: 500;
	font-family: "Rubik";
	font-size: 19px;
	color: #222222;
	padding: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
}

.header-navigation ul.navigation-box>li>a:after {
	content: "\f107";
	font-family: FontAwesome;
	margin-left: 10px;
}

.header-navigation ul.navigation-box>li>a:only-child:after {
	content: '';
	display: none;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
	color: #ff5860;
}

.header-navigation ul.navigation-box>li>.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 220px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #222222;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateY(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	border-top: 4px solid #21ac96;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1200px) {
	.header-navigation ul.navigation-box>li>.submenu {
		display: block !important;
	}
}

.header-navigation ul.navigation-box>li>.submenu.right-align {
	left: auto;
	right: 0;
}

.header-navigation ul.navigation-box>li>.submenu.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%)  translateY(30px);;
	transform: translateX(-50%) translateY(30px);;
}

.header-navigation ul.navigation-box>li>.submenu>li {
	display: block;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.submenu>li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>.submenu>li>a {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	padding: 12px 30px;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.submenu>li:hover>a {
	color: #fff;
	background: #ff5860;
}

.header-navigation ul.navigation-box>li:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

.header-navigation ul.navigation-box>li:hover>.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.header-navigation ul.navigation-box>li>ul>li>.submenu {
	position: absolute;
	top: 0%;
	left: 100%;
	z-index: 1000;
	float: left;
	min-width: 220px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #222222;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateX(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	border-top: 4px solid #21ac96;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1200px) {
	.header-navigation ul.navigation-box>li>ul>li>.submenu {
		display: block !important;
	}
}

.header-navigation ul.navigation-box>li>ul>li>.submenu.right-align {
	left: auto;
	right: 100%;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu.center-align {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li {
	display: block;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li>a {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	padding: 12px 30px;
	display: block;
	line-height: 26px;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>ul>li>.submenu>li:hover>a {
	color: #fff;
	background: #ff5860;
}

.header-navigation ul.navigation-box>li>ul>li:hover>.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.header-navigation ul.navigation-box>li>ul>li ul {
	/* no more nested showen */
	display: none;
}

.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
	box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.stricked-menu ul.navigation-box>li {
	padding-top: 28px;
	padding-bottom: 28px;
}

.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.header-one__btn {
	padding: 12px 37px;
}

.site-header__header-one .header-navigation {
	z-index: 991;
}

/*调整logo-box距离padding: 26.15px 41.5px;为padding: 43.15px 41.5px;*/
.site-header__header-one .header-navigation .logo-box {
	background-color: #21ac96;
	padding: 43.15px 41.5px;
}

.site-header__header-one .header-navigation .logo-box::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 60px;
	background-color: #21ac96;
	top: 100%;
	left: 0;
	z-index: 10;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
}

.site-header__header-one .stricked-menu .logo-box:before {
	height: 30px;
}

.site-header__header-one .header-navigation .main-navigation {
	float: none;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 55px;
}

.site-header__header-one .header-navigation .container {
	padding-right: 15px;
}

.site-header__header-one .header-navigation ul.navigation-box+ul.navigation-box {
	margin-left: 50px;
}

.site-header__header-one .header-navigation ul.navigation-box>li>a {
	font-size: 18px;
	font-weight: 500;
	font-family: "Rubik";
	color: #222222;
}

.site-header__header-one .header-navigation ul.navigation-box>li.current>a,
.site-header__header-one .header-navigation ul.navigation-box>li:hover>a {
	color: #ff5860;
}

.site-header__header-two {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}

.site-header__header-two .header-navigation {
	background-color: #fff;
	max-width: 1170px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.site-header__header-two .header-navigation .main-navigation {
	padding-left: 0;
}

.site-header__header-two .header-navigation .logo-box {
	padding: 0;
	background-color: transparent;
}

.site-header__header-two .header-navigation .logo-box::before {
	display: none;
}

.site-header__header-two .stricked-menu {
	width: 100%;
	max-width: 100%;
}

.site-header__header-four {
	background-color: #21ac96;
}

.site-header__header-four .header-navigation .logo-box {
	background-color: transparent;
	padding: 0;
}

.site-header__header-four .header-navigation .logo-box::before {
	display: none;
}

.site-header__header-four .header-navigation ul.navigation-box>li>a {
	color: #BFF5FF;
}

.site-header__header-four .header-navigation .main-navigation {
	padding-left: 0;
}

.site-header__header-four .site-header__qoute-btn {
	background-color: #fff;
	color: #222222;
}

.site-header__header-four .site-header__qoute-btn:hover {
	background-color: #ff5860;
	color: #fff;
}

.site-header__header-four .stricked-menu {
	background-color: #21ac96;
}

.site-header__header-five {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.site-header__header-five .header-navigation .logo-box {
	background-color: transparent;
	padding: 0;
}

.site-header__header-five .header-navigation .logo-box::before {
	display: none;
}

.site-header__header-five .header-navigation ul.navigation-box>li>a {
	color: #ffffff;
}

.site-header__header-five .header-navigation .main-navigation {
	padding-left: 0;
}

.site-header__header-five .stricked-menu {
	background-color: #21ac96;
}

.site-header__home-one .header-navigation .logo-box {
	padding-left: 0;
	padding-right: 85px;
	background-color: transparent;
}

.site-header__home-one .header-navigation .logo-box img {
	position: relative;
	z-index: 13;
}

.site-header__home-one .header-navigation .logo-box::before {
	top: 0;
	right: 0;
	height: calc(100% + 20px);
	width: 100000px;
	left: auto;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	-webkit-clip-path: none;
	clip-path: none;
	z-index: 12;
}

@media (max-width: 1199px) {
	.site-header__home-one .header-navigation .logo-box::before {
		display: none;
	}
}

.site-header__home-one .header-navigation .logo-box:after {
	content: '';
	position: absolute;
	background-color: #21ac96;
	z-index: 10;
	top: 0;
	right: -15px;
	height: calc(100% + 35px);
	width: 100000px;
	opacity: 0.2;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

@media (max-width: 1199px) {
	.site-header__home-one .header-navigation .logo-box:after {
		display: none;
	}
}

.site-header__home-one .header-navigation .main-navigation {
	padding-left: 80px;
}

/*padding-bottom: 5px;调整距离为padding-bottom: 15px;*/
.site-header__home-one .stricked-menu .logo-box {
	padding-top: 25px;
	padding-bottom: 25px;
}

.site-header__home-one .stricked-menu .logo-box::before {
	height: calc(100% + 10px);
}

.site-header__home-one .stricked-menu .logo-box:after {
	content: '';
	height: calc(100% + 25px);
}

/*
* 4. slider styles
*/
.slider-one__title {
	margin: 0;
	color: #fff;
	font-size: 70px;
	line-height: 75px;
	font-weight: 700;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@media (max-width: 767px) {
	.slider-one__title {
		font-size: 40px;
		line-height: 1.25em;
	}
}

@media (max-width: 375px) {
	.slider-one__title {
		font-size: 35px;
	}
}

@media (max-width: 320px) {
	.slider-one__title {
		font-size: 28px;
	}

	.slider-one__title br {
		display: none;
	}
}

.slider-one__text {
	margin: 0;
	color: #fff;
	font-size: 21px;
	letter-spacing: .02em;
	margin-top: 15px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@media (max-width: 767px) {
	.slider-one__text {
		width: 70%;
		line-height: 1.4em;
	}
}

@media (max-width: 375px) {
	.slider-one__text {
		width: 100%;
	}
}

.slider-one .active .slider-one__title {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.slider-one .active .slider-one__text {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

[class*=slider-one__slider-],
[class*=slider-two__slider-],
[class*=slider-three__slider-] {
	background-color: #222222;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

[class*=slider-one__slider-] {
	padding-top: 196px;
	padding-bottom: 281px;
}

@media (max-width: 767px) {
	[class*=slider-one__slider-] {
		padding-top: 140.5px;
		padding-bottom: 140.5px;
	}
}

[class*=slider-two__slider-] {
	padding-top: 333px;
	padding-bottom: 213px;
}

@media (max-width: 767px) {
	[class*=slider-two__slider-] {
		padding-top: 190px;
		padding-bottom: 100px;
	}
}

@media (max-width: 375px) {
	[class*=slider-two__slider-] {
		background-position: top left;
	}
}


.slider-one .owl-theme .owl-dots,
.slider-two .owl-theme .owl-dots {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
}

@media(max-width: 767px) {

	.slider-one .owl-theme .owl-dots,
	.slider-two .owl-theme .owl-dots {
		display: none !important;
	}
}

.slider-two .owl-theme .owl-dots .owl-dot+.owl-dot,
.slider-one .owl-theme .owl-dots .owl-dot+.owl-dot {
	margin-top: 15px;
}

.slider-one .owl-theme .owl-dots .owl-dot span,
.slider-two .owl-theme .owl-dots .owl-dot span {
	padding: 0;
	margin: 0;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 2px solid #fff;
	transition: all 500ms ease;
}

.slider-one .owl-theme .owl-dots .owl-dot:hover span,
.slider-two .owl-theme .owl-dots .owl-dot:hover span,
.slider-two .owl-theme .owl-dots .owl-dot.active span,
.slider-one .owl-theme .owl-dots .owl-dot.active span {
	background-color: #fff;
}

.slider-two__linear-text {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
}

.slider-two__btn {
	margin-top: 50px;
	padding-left: 36px;
	padding-right: 36px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@media (max-width: 767px) {
	.slider-two__btn {
		margin-top: 20px;
	}
}

.slider-two .slider-one__title {
	font-size: 60px;
	line-height: 65px;
}

@media (max-width: 767px) {
	.slider-two .slider-one__title {
		font-size: 40px;
		line-height: 45px;
	}
}

@media (max-width: 375px) {
	.slider-two .slider-one__title {
		font-size: 35px;
		line-height: 40px;
	}
}

@media (max-width: 320px) {
	.slider-two .slider-one__title {
		font-size: 27px;
		line-height: 35px;
	}
}

.slider-two .slider-one__text {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.slider-two .slider-one__text {
		margin-top: 10px;
	}
}

.slider-two .active .slider-one__title {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.slider-two .active .slider-one__text {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.slider-two .active .slider-two__btn {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.slider-one__home-three [class*=slider-one__slider-] {
	text-align: center;
}

.slider-one__home-four [class*=slider-one__slider-] {
	padding-top: 183px;
	padding-bottom: 298px;
}

.slider-two__home-five [class*=slider-two__slider-] {
	padding-top: 260px;
	padding-bottom: 280px;
}

.slider-two__home-five .slider-two__btn {
	background-color: #fff;
	color: #222222;
}
.slider-two__home-five .slider-two__btn:hover {
	background-color: #21ac96;
	color: #ffffff;
}

/*
* 5. about styles
*/
.about-one .block-title {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	padding-bottom: 35px;
}

@media (max-width: 991px) {
	.about-one .block-title {
		margin-bottom: 20px;
	}
}

.about-one__inner-container {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #fff;
	-webkit-box-shadow: 0px 21px 35px 0px RGBA(28, 58, 104, 0.1);
	box-shadow: 0px 21px 35px 0px RGBA(28, 58, 104, 0.1);
	position: relative;
	z-index: 100;
	margin-top: 0px;
}

@media (max-width: 767px) {
	.about-one__inner-container {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.about-one__inner-container {
		margin-top: 30px;
	}
}

@media (max-width: 375px) {
	.about-one__inner-container {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 30px;
	}
}

.about-one__inner-container::before,
.about-one__inner-container::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background-color: #fff;
}

.about-one__inner-container::before {
	top: -15px;
	-webkit-transform: scaleX(0.948);
	transform: scaleX(0.948);
	opacity: 0.7;
}

.about-one__inner-container::after {
	top: -30px;
	-webkit-transform: scaleX(0.897);
	transform: scaleX(0.897);
	opacity: 0.5;
}

.about-one__inner-container .row {
	position: relative;
	z-index: 10;
}

.about-one__feature {
	width: 100%;
	max-width: 267px;
}

@media (max-width: 991px) {
	.about-one__feature {
		margin-top: 40px;
	}
}

.about-one__feature-icon {
	font-size: 60px;
	color: #ff5860;
}

.about-one__feature-title {
	margin: 0;
	font-size: 24px;
	color: #222222;
	margin-top: 45px;
}

.about-one__feature-title a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.about-one__feature-title a:hover {
	color: #ff5860;
}

/*此处字体由15px改为20px*/
.about-one__feature-text {
	margin: 0;
	font-size: 20px;
	line-height: 26px;
	color: #222222;
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.about-one__content .row {
		position: relative;
	}

	.about-one__content .row:before {
		content: '';
		width: 1px;
		height: 222px;
		background-color: #e5e5e5;
		position: absolute;
		top: 50%;
		left: 44.5%;
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 1199px) {
	.about-one__image {
		display: none;
	}
}

@media (max-width: 991px) {
	.about-one__image {
		display: inline-block;
		position: absolute;
		bottom: 0px;
		right: -100px;
	}
}

@media (max-width: 767px) {
	.about-one__image {
		position: relative;
		bottom: 0px;
		right: 0px;
		margin-top: 40px;
		max-width: 100%;
	}
}

.about-two__content {
	padding-left: 30px;
}

.about-two__img {
	padding-right: 30px;
	position: relative;
	display: inline-block;
}

.about-two__img::before {
	content: '';
	background-image: url(../images/resources/pattern-1-1.png);
	background-position: 0 0;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 28%;
	left: -1.5%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}

[class*=about-two__img-] {
	-webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
	box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
}

.about-two__img-2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	-webkit-transform: translateX(-70%) translateY(50%);
	transform: translateX(-70%) translateY(50%);
}

.about-two {
	padding-top: 120px;
	padding-bottom: 160px;
}

.about-two .block-title {
	margin-bottom: 0;
}

/*此处字体由15px改为18px*/
.about-two__text {
	font-size: 18px;
	line-height: 26px;
	color: #848484;
	margin: 0;
	margin-top: 25px;
}

.about-two__list {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 30px;
}

.about-two__list li {
	position: relative;
	font-size: 18px;
	color: #222222;
	padding-left: 25px;
}

.about-two__list li+li {
	margin-top: 15px;
}

.about-two__list li i {
	color: #ff5860;
	font-size: 10px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-two__home-two .about-two__img {
	padding-right: 0;
}

.about-two__home-two .about-two__content {
	padding-left: 0;
	padding-right: 30px;
}

.about-two__home-two .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.about-three {
	background-color: #fff2f2;
	padding-bottom: 10px;
	padding-top: 70px;
}

.about-three .block-title__bold {
	font-weight: 500;
}

.about-two__home-three {
	padding-bottom: 150px;
}

.about-two__home-three [class*=about-two__img-] {
	-webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0);
	box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0);
}

.about-two__home-three .about-two__img::before {
	display: none;
}

.about-two__home-three .about-two__text {
	margin-bottom: 30px;
}

.about-five {
	position: relative;
	z-index: 10;
	margin-top: -100px;
}

.about-five__content {
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	background-color: #fff;
	padding: 68px 0;
	padding-left: 40px;
	padding-right: 40px;
}

.about-five__content .row {
	position: relative;
}

.about-five__sep {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.about-five .block-title {
	padding: 70px 40px;
	background-color: #21ac96;
	margin-bottom: 0;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
}

.about-five .block-title__title {
	font-size: 34px;
	color: #fff;
}

.about-five .block-title__bold {
	font-weight: 500;
}

.about-five .block-title__tag-line {
	color: #fff;
	opacity: 0.7;
}

.about-six {
	padding: 120px 0;
}

.about-six .block-title {
	margin-bottom: 45px;
}

.about-six__image {
	display: inline-block;
	position: relative;
}

.about-six__image::before {
	content: '';
	background-image: url(../images/resources/pattern-1-1.png);
	background-position: 0 0;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 10%;
	right: -10%;
	z-index: -1;
}

.about-six__text {
	margin: 0;
	color: #222222;
	font-size: 15px;
	line-height: 26px;
}

.about-six__fact-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
}

.about-six__fact-counter {
	color: #ff5860;
	font-size: 40px;
	font-weight: bold;
	font-family: "Rubik";
	letter-spacing: .05;
	line-height: 1em;
}

.about-six__fact-title {
	font-size: 15px;
	margin: 0;
	font-family: "Rubik";
	color: #222222;
	line-height: 1em;
	margin-bottom: 10px;
}

.about-six__home-four {
	padding-top: 70px;
	background-color: #fff2f2;
}

.about-six__home-four .about-six__image {
	position: relative;
	right: 70px;
}

.about-six__home-four .about-six__image::before {
	display: none;
}

/*
* 6. search-popup styles
*/
.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
	cursor: none;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-popup__form {
	position: relative;
	z-index: 9991;
	width: 100%;
	padding: 15px;
	max-width: 600px;
	position: relative;
}

.search-popup__form input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	color: #222222;
	font-size: 18px;
	background-color: white;
	padding-left: 30px;
}

.search-popup__form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #222222;
}

.search-popup__form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #222222;
}

.search-popup__form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #222222;
}

.search-popup__form input:-moz-placeholder {
	/* Firefox 18- */
	color: #222222;
}

.search-popup__form button[type=submit] {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: #ff5860;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.search-popup__form button[type=submit]:hover {
	background-color: #222222;
	color: #ff5860;
}

/*
* 7. footer styles
*/
/*footer widget*/
@media (max-width: 991px) {
	.footer-widget {
		margin-bottom: 40px;
	}
}

.footer-widget__title {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 35px;
}

.footer-widget__text {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.7);
}

.footer-widget__text+.footer-widget__text {
	margin-top: 18px;
}

.footer-widget__logo {
	display: inline-block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-bottom: 5px;
}

.footer-widget__social {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-widget__social a {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 15px;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.footer-widget__social a+a {
	margin-left: 10px;
}

.footer-widget__social a.fa-facebook-f {
	background-color: #4a6fbe;
}

.footer-widget__social a.fa-facebook-f:hover {
	color: #4a6fbe;
	background-color: #fff;
}

.footer-widget__social a.fa-tumblr-f {
	background-color: #4a6fbe;
}

.footer-widget__social a.fa-tumblr-f:hover {
	color: #4a6fbe;
	background-color: #fff;
}

.footer-widget__social a.fa-whatsapp {
	background-color: #2cc54e;
}

.footer-widget__social a.fa-whatsapp:hover {
	color: #2cc54e;
	background-color: #fff;
}

.footer-widget__social a.fa-wechat {
	background-color: #07bc59;
}

.footer-widget__social a.fa-wechat:hover {
	color: #07bc59;
	background-color: #fff;
}

.footer-widget__social a.fa-twitter {
	background-color: #55ACEE;
}

.footer-widget__social a.fa-twitter:hover {
	color: #55ACEE;
	background-color: #fff;
}

.footer-widget__social a.fa-tumblr {
	background-color: #ff5860;
}

.footer-widget__social a.fa-tumblr:hover {
	color: #ff5860;
	background-color: #fff;
}

.footer-widget__social a.fa-dollar {
	background-color: #ff5860;
}

.footer-widget__social a.fa-mobile:hover {
	color: #ff5860;
	background-color: #fff;
}

.footer-widget__about-widget .footer-widget__text {
	width: 92%;
}

@media (max-width: 1199px) {
	.footer-widget__about-widget .footer-widget__text {
		width: 100%;
	}
}

.footer-widget__links-widget {
	padding-left: 60px;
}

@media (max-width: 1199px) {
	.footer-widget__links-widget {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.footer-widget__links-widget {
		padding-left: 0px;
	}
}

.footer-widget__contact-widget {
	padding-left: 29px;
}

@media (max-width: 1199px) {
	.footer-widget__contact-widget {
		padding-left: 0px;
	}
}

.footer-widget__links li+li {
	margin-top: 20px;
}

.footer-widget__links li a {
	color: #cdced1;
	font-size: 16px;
	position: relative;
	display: inline-block;
	padding-left: 10px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.footer-widget__links li a:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-widget__links li a:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ff5860;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.footer-widget__links li:hover a {
	color: #ff5860;
}

.footer-widget__links li:hover a:after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
}

/*site footer bottom*/
.site-footer {
	background-color: #020229;
}

.site-footer__upper {
	padding-top: 60px;
	padding-bottom: 20px;
}

@media (max-width: 991px) {
	.site-footer__upper {
		padding-bottom: 60px;
	}
}

.site-footer__bottom {
	background-color: #0E0F1D;
	padding-top: 23px;
	padding-bottom: 23px;
}

.site-footer__bottom .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 480px) {
	.site-footer__bottom .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.site-footer__links {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-footer__links a {
	font-size: 15px;
	color: #cdced1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.site-footer__links a:hover {
	color: #ff5860;
}

.site-footer__links li+li::before {
	content: '|';
	font-size: 15px;
	color: #cdced1;
	margin-left: 5px;
	margin-right: 5px;
}

.site-footer__copy {
	margin: 0;
	font-size: 15px;
	color: #cdced1;
}

.site-footer__copy a {
	color: #ff5860;
}

@media (max-width: 480px) {
	.site-footer__copy {
		margin-bottom: 10px;
	}
}

.site-footer__brand-carousel {
	padding-top: 122px;
	padding-bottom: 52px;
}

.site-footer__brand-hr {
	margin: 0;
	border-color: rgba(255, 255, 255, 0.15);
	border-width: 1px;
}

/*
* 8. inner-banner styles
*/
.inner-banner {
	position: relative;
	background-position: center top;
	background-image: url(../images/backgrounds/inner-banner-bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}

.inner-banner-screwblower {
	position: relative;
	background-position: center top;
	background-image: url(../images/backgrounds/screwblower.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}

.inner-banner-screwaircompressor {
	position: relative;
	background-position: center top;
	background-image: url(../images/backgrounds/inner-banner-bg-1-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}


.inner-banner-mobileaircompressor {
	position: relative;
	background-position: center top;
	background-image: url(../images/backgrounds/mobileaircompressor.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}

.inner-banner-accessories {
	position: relative;
	background-position: center top;
	background-image: url(../images/backgrounds/accessories.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}

.inner-banner-airknife {
	position: relative;
	background-position: center top;
	background-image: url(../images/backgrounds/inner-banner-bg-1-roots.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}

.inner-banner-product{
	position: relative;
	background-position: center top;
	background-image: url(../images/backgrounds/inner-banner-bg-1-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;

}

.inner-banner-service{
	position: relative;
	background-position: center top;
	background-image: url(../images/backgrounds/inner-banner-bg-1-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.inner-banner-resources{
	position: relative;
	background-position: center top;
	background-image: url(../images/backgrounds/inner-banner-bg-1-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.inner-banner-about{
	position: relative;
	background-position: center top;
	background-image: url(../images/backgrounds/inner-banner-bg-1-5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.inner-banner-contact{
	position: relative;
	background-position: center top;
	background-image: url(../images/backgrounds/inner-banner-bg-1-6.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.inner-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.65;
}

.inner-banner .container {
	padding-top: 193px;
	padding-bottom: 213px;
	position: relative;
	text-align: center;
}

.inner-banner-screwaircompressor .container {
	padding-top: 193px;
	padding-bottom: 213px;
	position: relative;
	text-align: center;
}

.inner-banner-accessories .container {
	padding-top: 193px;
	padding-bottom: 213px;
	position: relative;
	text-align: center;
}

.inner-banner-screwblower .container {
	padding-top: 193px;
	padding-bottom: 213px;
	position: relative;
	text-align: center;
}

.inner-banner-airknife .container {
	padding-top: 193px;
	padding-bottom: 213px;
	position: relative;
	text-align: center;
}

.inner-banner-mobileaircompressor .container {
	padding-top: 193px;
	padding-bottom: 213px;
	position: relative;
	text-align: center;
}

.inner-banner__title {
	margin: 0;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
}

.thm-breadcrumb {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.thm-breadcrumb li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.thm-breadcrumb li+li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}

.thm-breadcrumb li a {
	font-size: 16px;
	color: #fff;
}

.thm-breadcrumb li.active a {
	color: #ff5860;
}

/*
* 9. contact styles
*/
.contact-info-one {
	padding-top: 120px;
	padding-bottom: 90px;
}

.contact-info-one__single {
	text-align: center;
	background-color: white;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	padding-top: 78px;
	padding-bottom: 78px;
	margin-bottom: 30px;
}

.contact-info-one [class*=indext-icon-] {
	font-size: 62px;
	color: #ff5860;
}

.contact-info-one__title {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	color: #222222;
	margin-top: 40px;
}

.contact-info-one__text {
	margin: 0;
	color: #848484;
	font-size: 17px;
	line-height: 26px;
	margin-top: 30px;
}

.contact-form-one {
	overflow: hidden;
	background-color: #21ac96;
}

.contact-form-one__img {
	width: 100%;
	height: 758px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-form-one__form-wrap {
	width: 100%;
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1440px) {
	.contact-form-one__form-wrap {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 991px) {
	.contact-form-one__form-wrap {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.contact-form-one__form>.row>[class*=col-lg-] {
	padding-left: 10px;
	padding-right: 10px;
}

.contact-form-one__form input,
.contact-form-one__form textarea {
	border: none;
	outline: none;
	display: block;
	background-color: #fff;
	width: 100%;
	height: 60px;
	color: #848484;
	font-size: 15px;
	padding-left: 30px;
	margin-bottom: 20px;
}

.contact-form-one__form input::-webkit-input-placeholder,
.contact-form-one__form textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #848484;
}

.contact-form-one__form input::-moz-placeholder,
.contact-form-one__form textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #848484;
}

.contact-form-one__form input:-ms-input-placeholder,
.contact-form-one__form textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #848484;
}

.contact-form-one__form input:-moz-placeholder,
.contact-form-one__form textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #848484;
}

.contact-form-one__form textarea {
	height: 150px;
	padding-top: 10px;
}

.contact-form-one__form-btn {
	margin-top: 30px;
}

.google-map__contact {
	width: 100%;
	height: 758px;
	border: none;
	display: block;
}

/*
* 10. sidebar styles
*/
@media (max-width: 991px) {
	.sidebar {
		width: 100%;
		max-width: 370px;
	}
}

.sidebar__single {
	background-color: #fff2f2;
	padding: 40px;
}

.sidebar__single+.sidebar__single {
	margin-top: 30px;
}

.sidebar__title {
	margin: 0;
	color: #222222;
	font-size: 24px;
	font-weight: 500;
}

.sidebar__title-wrap {
	margin-bottom: 35px;
}

.sidebar__tag-line {
	font-size: 15px;
	line-height: 26px;
	color: #848484;
	margin: 0;
	margin-top: 15px;
}

.sidebar__search {
	width: 100%;
	background-color: #fff;
	position: relative;
}

.sidebar__search input {
	border: none;
	outline: none;
	background-color: transparent;
	height: 70px;
	padding-left: 30px;
	font-size: 16px;
	color: #848484;
}

.sidebar__search input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #848484;
}

.sidebar__search input::-moz-placeholder {
	/* Firefox 19+ */
	color: #848484;
}

.sidebar__search input:-ms-input-placeholder {
	/* IE 10+ */
	color: #848484;
}

.sidebar__search input:-moz-placeholder {
	/* Firefox 18- */
	color: #848484;
}

.sidebar__search button[type=submit] {
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 18px;
	color: #848484;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar__cat-list {
	padding-top: 40px;
	border-top: 1px solid #e5dada;
}

.sidebar__cat-list li+li {
	margin-top: 20px;
}

.sidebar__cat-list a {
	color: #222222;
	font-size: 17px;
	font-weight: 500;
	font-family: "Rubik";
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.sidebar__cat-list a:hover {
	color: #ff5860;
}

.sidebar__gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-top: -5px;
}

.sidebar__gallery img {
	margin-left: 5px;
	margin-top: 5px;
}

.sidebar__post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sidebar__post-date {
	font-size: 15px;
	font-family: "Rubik";
	color: #ff5860;
}

.sidebar__post-thumb {
	width: 90px;
}

.sidebar__post-thumb>img {
	width: 100%;
}

.sidebar__post-title {
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	color: #222222;
}

.sidebar__post-title a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.sidebar__post-title a:hover {
	color: #21ac96;
}

.sidebar__post-content {
	padding-left: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(100% - 90px);
	flex: 1 1 calc(100% - 90px);
}

.sidebar__post+.sidebar__post {
	margin-top: 30px;
}

.sidebar__tags {
	margin-left: -6px;
	margin-top: -10px;
}

.sidebar__tags a {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	font-size: 15px;
	padding: 13px 18.1px;
	color: #848484;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-left: 6px;
	margin-top: 10px;
}

.sidebar__tags a:hover {
	background-color: #ff5860;
	color: #fff;
}

.sidebar__questions {
	background-color: #222222;
	padding-top: 35px;
	padding-bottom: 60px;
}

.sidebar__questions .sidebar__title-wrap {
	margin-bottom: 20px;
}

.sidebar__questions .sidebar__title {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

.sidebar__questions-form input,
.sidebar__questions-form textarea {
	border: none;
	outline: none;
	display: block;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
	padding-left: 20px;
	height: 50px;
}

.sidebar__questions-form input::-webkit-input-placeholder,
.sidebar__questions-form textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}

.sidebar__questions-form input::-moz-placeholder,
.sidebar__questions-form textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.sidebar__questions-form input:-ms-input-placeholder,
.sidebar__questions-form textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}

.sidebar__questions-form input:-moz-placeholder,
.sidebar__questions-form textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.sidebar__questions-form textarea {
	height: 145px;
	padding-top: 15px;
}

.sidebar__questions-form .thm-btn:hover {
	background-color: #fff;
	color: #222222;
}

.shop-sidebar__single+.shop-sidebar__single {
	margin-top: 50px;
}

.shop-sidebar__search-form {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	height: 50px;
	width: 100%;
	position: relative;
}

.shop-sidebar__search-form input,
.shop-sidebar__search-form button[type=submit] {
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0;
}

.shop-sidebar__search-form input {
	width: 100%;
	height: 100%;
	color: #848484;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.shop-sidebar__search-form button[type=submit] {
	font-size: 15px;
	color: #222222;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
}

.shop-sidebar__title {
	margin: 0;
	color: #222222;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 25px;
}

.shop-sidebar__category-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -10px;
}

.shop-sidebar__category-list-item+.shop-sidebar__category-list-item {
	margin-top: 10px;
}

.shop-sidebar__category-list-link {
	color: #222222;
	font-size: 15px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.shop-sidebar__category-list-link:hover {
	color: #ff5860;
}

.shop-sidebar__price-filter .range-slider-price {
	margin-top: 0px;
	margin-bottom: 15px;
}

.shop-sidebar__price-filter .form-group {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shop-sidebar__price-filter button {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	background: #ff5860;
	border: none;
	outline: none;
	text-transform: uppercase;
	width: 73px;
	height: 35px;
	cursor: pointer;
}

.shop-sidebar__price-filter p {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	color: #222222;
	text-transform: capitalize;
}

.shop-sidebar__price-filter input {
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 500;
	color: #999;
	display: inline-block;
}

.shop-sidebar__price-filter .noUi-connect {
	background: #ff5860 !important;
	border-color: #ff5860;
}

.shop-sidebar__price-filter .noUi-background {
	background: #EBECEB !important;
}

.shop-sidebar__price-filter .noUi-handle {
	background: #fff !important;
	border-radius: 50% !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ff5860;
	cursor: pointer;
}

/*
* 11. blog styles
*/
.blog-one {
	padding-top: 120px;
	padding-bottom: 80px;
}

.blog-one__image {
	overflow: hidden;
	position: relative;
}

.blog-one__image::before {
	content: '';
	background-color: #222222;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: perspective(300px) translateZ(100px);
	transform: perspective(300px) translateZ(100px);
	z-index: 10;
	-webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: transform .4s ease, opacity .4s ease;
	transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

.blog-one__image>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.blog-one__image > a {
	font-size: 25px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 10;
	visibility: hidden;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__image> a {
	visibility: visible;
	opacity: 1;
}

.blog-one__single:hover .blog-one__image::before {
	opacity: 0.85;
	-webkit-transform: perspective(300px) translateZ(0px);
	transform: perspective(300px) translateZ(0px);
}

.blog-one__single:hover .blog-one__image>img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-one__single {
	margin-bottom: 30px;
}

.blog-one__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #222222;
	margin: 0;
	margin-top: -10px;
}

.blog-one__title a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.blog-one__title a:hover {
	color: #21ac96;
}

.blog-one__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.blog-one__meta a,
.blog-one__meta span {
	font-size: 14px;
	font-family: "Rubik";
	color: #848484;
	text-transform: uppercase;
	line-height: 1em;
	display: flex;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.blog-one__meta a:first-child {
	color: #ff5860;
	background-color: #ffd9db;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-right: 10px;
}

.blog-one__meta span {
	margin-left: 10px;
	margin-right: 10px;
	display: none;
}
.blog-one__meta a:first-child:hover {
	color: #ffffff;
	background-color: #ff5860;
}
.blog-one__meta a:hover {
	color: #21ac96;
}

.blog-one__link {
	color: #848484;
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
	transform: translateX(-20px);
	visibility: hidden;
	opacity: 0;
	transition: visibility 500ms ease, opacity 500ms ease, transform 500ms ease;
}

.blog-one__single:hover .blog-one__link {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.blog-grid {
	padding-top: 120px;
	padding-bottom: 55px;
}

.blog-grid .blog-one__single {
	margin-bottom: 65px;
}

.blog-classic {
	padding-top: 120px;
	padding-bottom: 50px;
}

.blog-classic .blog-one__single {
	margin-bottom: 70px;
}

.blog-classic .blog-one__title {
	font-size: 30px;
	line-height: 36px;
}

.blog-classic .blog-one__meta {
	margin-top: 40px;
}

.blog-classic .thm-btn {
	padding: 13px 31.4px;
}

.blog-classic .blog-one__text {
	margin-bottom: 35px;
	margin-top: 30px;
}

.blog-details {
	padding-top: 120px;
	padding-bottom: 120px;
}

.blog-details .blog-one__title {
	font-size: 30px;
	line-height: 36px;
}

.blog-details__subtitle {
	font-size: 24px;
	font-weight: 600;
	color: #222222;
	margin: 0;
	margin-bottom: 25px;
}

.blog-tags-list,
.blog-share-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-tags-list span,
.blog-share-links span {
	margin: 0;
	font-family: "Rubik";
	font-weight: 500;
	color: #222222;
	font-size: 20px;
}

.blog-tags-list a {
	color: #848484;
	font-size: 17px;
	line-height: 1em;
	margin-left: 10px;
}

.blog-share-links {
	margin-top: 10px;
}

.blog-share-links a {
	font-size: 17px;
	color: #c2c2c2;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-left: 30px;
}

.blog-share-links a:hover {
	color: #222222;
}

.comment-block {
	margin-top: 70px;
}

.comment-block__single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-block__single+.comment-block__single {
	border-top: 1px solid #e5e5e5;
	padding-top: 45px;
	margin-top: 45px;
}

.comment-block__img-block {
	width: 80px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 80px;
	flex: 1 1 80px;
}

.comment-block__img {
	border-radius: 50%;
	max-width: 100%;
}

.comment-block__content {
	position: relative;
	padding-left: 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(100% - 80px);
	flex: 1 1 calc(100% - 80px);
}

.comment-block__title,
.comment__title {
	margin: 0;
	color: #222222;
	font-size: 24px;
	font-weight: 500;
}

.comment__title {
	margin-bottom: 40px;
}

.comment-block__title {
	font-size: 20px;
	line-height: 1em;
}

.comment-block__text {
	margin: 0;
	font-size: 15px;
	line-height: 26px;
	margin-top: 10px;
}

.comment-block__date {
	font-size: 15px;
	font-style: italic;
	color: #848484;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.comment-block__btn {
	font-size: 15px;
	padding: 4px 15px;
	position: absolute;
	top: 0;
	right: 0;
}

.leave-comment {
	margin-top: 70px;
}

.leave-comment__input {
	border: none;
	outline: none;
	background-color: transparent;
	width: 100%;
	height: 55px;
	border: 1px solid #e5e5e5;
	padding-left: 20px;
	display: block;
	margin-bottom: 30px;
}

textarea.leave-comment__input {
	height: 200px;
	padding-top: 15px;
}

.blog-classic__home-four {
	padding-bottom: 120px;
}

.blog-one__carousel .blog-one__single {
	margin-bottom: 0;
}

.blog-one__carousel .blog-one__title {
	font-size: 24px;
	line-height: 30px;
}

.blog-one__carousel .owl-dots .owl-dot {
	outline: none;
}

.blog-one__carousel .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	background-color: transparent;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: #dedddc;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0 7.5px;
	padding: 0;
}

.blog-one__carousel .owl-dots .owl-dot:hover span,
.blog-one__carousel .owl-dots .owl-dot.active span {
	background-color: #ff5860;
	border-color: #ff5860;
}

.blog-one__carousel .owl-nav.disabled+.owl-dots {
	margin-top: 60px;
}

.blog-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog-pagination__link {
	border-style: solid;
	border-width: 2px;
	border-color: rgba(142, 209, 88, 0.5);
	background-color: rgba(255, 255, 255, 0);
	color: #848484;
	font-size: 17px;
	font-weight: 500;
	padding: 15px 23px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.blog-pagination__link.active,
.blog-pagination__link:hover {
	border-color: #ff5860;
	color: #fff;
	background-color: #ff5860;
}

.blog-pagination__link+.blog-pagination__link {
	margin-left: 10px;
}

/*
* 12. faq styles
*/
.faq-page {
	padding-top: 120px;
	padding-bottom: 120px;
}

.faq-page .accrodion-grp .accrodion {
	border-style: solid;
	border-width: 1px;
	border-color: #e6e6e6;
}

.faq-page .accrodion-grp .accrodion+.accrodion {
	margin-top: 20px;
}

.faq-page .accrodion.active {
	border-color: transparent;
	background-color: white;
	-webkit-box-shadow: 0px 21px 35px 0px rgba(28, 58, 104, 0.1);
	box-shadow: 0px 21px 35px 0px rgba(28, 58, 104, 0.1);
}

.faq-page .accrodion-title {
	padding: 33px 0;
	padding-left: 40px;
	padding-right: 40px;
	cursor: pointer;
}

.faq-page .accrodion-title h4 {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	font-family: "Rubik";
	color: #222222;
	position: relative;
	padding-left: 0px;
}

.faq-page .accrodion-title h4:before {
	content: '\f107';
	font-family: FontAwesome;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 18px;
	color: #222222;
	border-radius: 50%;
	background-color: #f3f4f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq-page .accrodion-content {
	padding: 27px 0;
	padding-top: 0;
	padding-left: 40px;
	padding-right: 40px;
}

.faq-page .accrodion-content p {
	margin: 0;
	color: #848484;
	font-size: 15px;
	line-height: 26px;
}

.faq-page .accrodion.active .accrodion-title h4:before {
	content: '\f106';
}

.faq-page .sidebar__digger {
	background-color: #fff;
	padding: 0;
	margin-top: 80px;
}

/*
* 13. service styles
*/
.service-one {
	background-color: #16172e;
	padding-top: 110px;
	position: relative;
	margin-bottom: 160px;
}

.service-one__cog {
	position: absolute;
	top: -80px;
	left: -80px;
	opacity: 0.05;
	animation: cogMove 10s linear infinite;
}

@keyframes cogMove {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(45deg);
	}

	50% {
		transform: rotate(90deg);
	}

	75% {
		transform: rotate(135deg);
	}

	100% {
		transform: rotate(180deg);
	}
}

.service-one__moc {
	position: absolute;
	bottom: -22%;
	left: 45px;
	animation: carenMove 5s ease-in infinite;

}

@keyframes carenMove {
	0% {
		transform: translateY(0px);
	}

	25% {
		transform: translateY(15px);
	}

	50% {
		transform: translateY(30px);
	}

	75% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(0px);
	}
}

.service-one__title-block .block-title {
	margin-bottom: 35px;
}

.service-one__title-block .block-title__text {
	margin-top: 25px;
}

.service-one__title-block .block-title__title,
.service-one__title-block .block-title__text {
	color: #fff;
}

.service-one__img {
	overflow: hidden;
	position: relative;
}

.service-one__img::before {
	content: '';
	background-color: #222222;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: perspective(300px) translateZ(100px);
	transform: perspective(300px) translateZ(100px);
	z-index: 10;
	-webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: transform .4s ease, opacity .4s ease;
	transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

.service-one__img>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.service-one__single:hover .service-one__img::before {
	opacity: 0.85;
	-webkit-transform: perspective(300px) translateZ(0px);
	transform: perspective(300px) translateZ(0px);
}

.service-one__single:hover .service-one__img>img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.service-one__content {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 40px;
	position: relative;
	top: 160px;
	margin-top: -160px;
}

.service-one__single {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
}

.service-one__single:hover i {
	color: #ffffff;
}

.service-one__single i {
	font-size: 60px;
	color: #ff5860;
	z-index: 11;
	transition: all 500ms ease;
}

.service-one__single-inner {
	padding-top: 71px;
	padding-bottom: 71px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	transition: all 500ms ease;
}

/*产品列表页，产品图片下面title与name的样式*/
.service-one__singleproduct-inner {
	padding-top: 71px;
	padding-bottom: 71px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 0px 0px 0px rgba(8, 18, 109, 0.08);
	transition: all 500ms ease;
}

.service-one__title {
	margin: 0;
	color: #222222;
	font-weight: 500;
	font-size: 24px;
	margin-top: 45px;
}

.service-one__title a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.service-one__title a:hover {
	color: #fff;
}
/*修改颜色*/
.service-one__single:hover .service-one__single-inner {
	background-color:#3bb0af;
}
.service-one__single:hover .service-one__title a,
.service-one__single:hover .service-one__single i {
	color: #fff;
}

/*此处字体由15px改为18px*/
.service-one__text {
	margin: 0;
	color: #848484;
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
	transition: all 500ms ease;
}

.service-one__single:hover .service-one__text {
	color: #ffffff;
}

.service-one__btn:hover {
	background-color: #fff;
	color: #222222;
}

.service-two {
	padding-top: 120px;
	padding-bottom: 90px;
}

.service-two .service-one__single {
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 0;
}

.service-two .service-one__single .service-one__single-inner {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 45px;
	padding-right: 45px;
}

.service-two .service-one__single:hover {
	border-color: transparent;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
}

.service-three {
	background-color: #fff2f2;
	padding-top: 120px;
	padding-bottom: 90px;
}

.service-three .service-one__single {
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 0px;
	border-color: #e7e7e7;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 0;
	text-align: center;
}

.service-three .service-one__single i {
	width: 120px;
	height: 120px;
	background-color: #fff2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #222222;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.service-three .service-one__single .service-one__title {
	font-size: 22px;
	margin-top: 20px;
}

.service-three .service-one__single .service-one__text {
	margin-top: 30px;
	margin-bottom: 30px;
}

.service-three .service-one__single .service-one__link {
	font-size: 15px;
	font-family: "Rubik";
	font-weight: 500;
	color: #222222;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.service-three .service-one__single .service-one__link:hover {
	color: #ff5860;
}

.service-three .service-one__single .service-one__single-inner {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 68px 45px;
}

.service-three .service-one__single:hover {
	border-color: transparent;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
}

.service-three .service-one__single:hover i {
	background-color: #ff5860;
	color: #fff;
}

.service-page-one {
	padding-bottom: 90px;
	padding-top: 120px;
	background-color: #fff;
	margin-bottom: 0;
}

.service-page-one .service-one__single {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 30px;
}

.service-page-one .service-one__single i {
	color: #222222;
	font-size: 40px;
	background-color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 40px;
	bottom: 100%;
	position: absolute;
}

.service-page-one .service-one__single-inner {
	position: relative;
	padding: 40px 38px;
	border-style: solid;
	border-width: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #e7e7e7;
	background-color: white;
}

.service-page-one .service-one__title {
	font-size: 22px;
	margin-top: -5px;
}

.service-page-one i.indext-icon-service-1-5 {
	font-size: 30px;
}

.service-two__upper {
	background-color: #16172e;
	padding-top: 120px;
	padding-bottom: 210px;
}

.service-two__upper .block-title {
	margin-bottom: 0;
}

.service-two__home-two {
	padding-top: 0;
	padding-bottom: 0;
}

.service-two__carousel {
	margin-top: -160px;
	padding-bottom: 120px;
}

.service-two__carousel .owl-stage-outer {
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
}

.service-two__carousel .service-one__single {
	border: none;
	margin-bottom: 0;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
}

.service-two__carousel .owl-dots .owl-dot {
	outline: none;
}

.service-two__carousel .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	background-color: transparent;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: #dedddc;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0 7.5px;
	padding: 0;
}

.service-two__carousel .owl-dots .owl-dot:hover span,
.service-two__carousel .owl-dots .owl-dot.active span {
	background-color: #ff5860;
	border-color: #ff5860;
}

.service-two__carousel .owl-nav.disabled+.owl-dots {
	margin-top: 60px;
}

.service-two__home-three {
	background-color: #16172e;
	padding-top: 205px;
}

.service-two__home-three .service-two__upper {
	padding-top: 0;
}

.service-two__home-three .service-one__single .service-one__single-inner {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.17);
	padding-top: 71px;
	padding-bottom: 71px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.service-two__home-three .service-one__single:hover .service-one__single-inner {
	background-color: #ff5860;
	border-color: #ff5860;
}

.service-two__home-three .service-one__single i {
	width: auto;
	height: auto;
	background-color: transparent !important;
	border-radius: 0%;
	color: #ff5860;
}

.service-two__home-three .service-one__single .service-one__title {
	color: #fff;
	margin-top: 50px;
}

.service-two__home-three .service-one__single .service-one__title:hover a {
	color: #ffffff;
}

.service-two__home-three .service-one__single .service-one__text {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 18px;
}

.service-two__about-one {
	padding-top: 150px;
}

.service-details {
	padding: 120px 0;
}

.service-details__list {
	margin: 0;
}

.service-details__list li a {
	font-size: 17px;
	font-weight: 500;
	color: #222222;
	display: block;
	background-color: #fff2f2;
	font-family: "Rubik";
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 40px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.service-details__list li+li {
	margin-top: 3px;
}

.service-details__list li:hover a,
.service-details__list li.active a {
	background-color: #ff5860;
	color: #fff;
}

.service-details__broucher {
	margin-top: 30px;
	background-color: #16172e;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 70px;
	padding-bottom: 70px;
}

.service-details__broucher-title {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.service-details__broucher-text {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 26px;
	margin-top: 25px;
	margin-bottom: 35px;
}

.service-details__broucher-btn {
	padding: 13px 39.4px;
}

.service-details__title {
	font-size: 30px;
	font-weight: bold;
	color: #222222;
	margin: 0;
}

.service-details__subtitle {
	font-size: 24px;
	font-weight: 500;
	color: #222222;
	margin: 0;
}

.service-details__text {
	font-size: 15px;
	line-height: 26px;
	color: #848484;
	margin: 0;
}

.service-details__feature-list {
	margin: 0;
}

.service-details__feature-list li {
	font-size: 16px;
	color: #222222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.service-details__feature-list li+li {
	margin-top: 10px;
}

.service-details__feature-list li i {
	color: #ff5860;
	font-size: 20px;
	margin-right: 15px;
}

.service-details .row.low-gutters {
	margin-left: -5px;
	margin-right: -5px;
}

.service-details .row.low-gutters [class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.service-two__home-four {
	padding: 0;
	background-color: #fff2f2;
}

.service-two__home-four .service-one__single {
	position: relative;
	z-index: 10;
	margin-top: -100px;
	background-color: #fff;
	border: none;
}

.service-two__home-four .service-one__title,
.service-two__home-four .service-one__text,
.service-two__home-four i {
	-webkit-transition: color .4s ease;
	transition: color .4s ease;
}

.service-two__home-four .service-one__single-inner {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
}

.service-two__home-four .service-one__single-inner:hover {
	background-color: #ff5860;
}

.service-two__home-four .service-one__single-inner:hover .service-one__title a,
.service-two__home-four .service-one__single-inner:hover .service-one__text,
.service-two__home-four .service-one__single-inner:hover i {
	color: #fff;
}


.service-one__home-four .service-two__carousel .service-one__single {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.service-one__home-four .service-two__carousel {
	margin-top: 0;
	padding-bottom: 0;
}

.service-one__home-four .service-one__single-inner {
	border-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
	background-color: white;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.service-one__home-four .service-two__carousel .owl-stage-outer {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*
* 14. portfolio styles
*/
.project-one {
	padding-top: 120px;
	padding-bottom: 110px;
}

.project-one .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 60px;
}

.project-one .owl-theme .owl-dots .owl-dot {
	border: none;
	outline: none;
}

.project-one .owl-theme .owl-dots .owl-dot span {
	border-style: solid;
	border-width: 2px;
	border-color: #dedddc;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: transparent;
	margin: 0 7.5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.project-one .owl-theme .owl-dots .owl-dot.active span {
	background-color: #ff5860;
	border-color: #ff5860;
}

.project-one__single {
	position: relative;
	overflow: hidden;
}

.project-one__single img {
	width: 100%;
}

.project-one__single:hover .project-one__content {
	opacity: 1;
	-webkit-transform: perspective(0px) translateZ(0px);
	transform: perspective(0px) translateZ(0px);
}

/*单个产品鼠标悬停背景色background-color: rgba(255, 88, 96, 0.9) 修改为rgba(237, 237, 237, 0.3)0.3为透明度 或transparent*/

.project-one__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(255, 88, 96, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	opacity: 0;
	-webkit-transform: perspective(250px) translateZ(50px);
	transform: perspective(250px) translateZ(50px);
	-webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, transform .4s ease;
	transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}


/*单个产品鼠标悬停背景色background-color: rgba(255, 88, 96, 0.9) 修改为rgba(237, 237, 237, 0.3)0.3为透明度 或transparent*/

.project-oneproduct__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(237, 237, 237, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	opacity: 0;
	-webkit-transform: perspective(250px) translateZ(50px);
	transform: perspective(250px) translateZ(50px);
	-webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, transform .4s ease;
	transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
/*单个产品鼠标悬停标题color #fff 修改为000黑色*/
.project-oneproduct__title {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	width: 60%;
	
}

.project-one__title {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	width: 60%;
	
}

.project-one__title a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.project-one__title a:hover {
	color: #222222;
}

.project-one__home-two {
	padding-bottom: 0;
}

.project-one__home-two .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.project-one__project-page-one {
	padding-bottom: 90px;
}

.project-one__project-page-one .project-one__single {
	margin-bottom: 30px;
}

.project-one__project-page-one .project-one__title {
	width: 63%;
}

.project-one__project-page-two {
	padding-bottom: 65px;
}

.project-one__project-page-two .project-one__single {
	margin-bottom: 45px;
}

.project-one__project-page-two .project-one__title {
	width: auto;
	color: #222222;
	margin: 0;
	margin-top: 10px;
}

.project-one__project-page-two .project-one__category {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ff5860;
	margin: 0;
	font-family: "Rubik";
	margin-top: 25px;
}

.project-one__project-page-two .project-one__content {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	background-color: transparent;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
}

.project-one__project-page-two .project-one__img {
	overflow: hidden;
	position: relative;
}

.project-one__project-page-two .project-one__img::before {
	content: '';
	background-color: #222222;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: perspective(300px) translateZ(100px);
	transform: perspective(300px) translateZ(100px);
	z-index: 10;
	-webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: transform .4s ease, opacity .4s ease;
	transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

.project-one__project-page-two .project-one__img>img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.project-one__project-page-two .project-one__single:hover .project-one__img::before {
	opacity: 0.85;
	-webkit-transform: perspective(300px) translateZ(0px);
	transform: perspective(300px) translateZ(0px);
}

.project-one__project-page-two .project-one__single:hover .project-one__img>img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.project-one__project-page-three {
	padding-bottom: 0px;
}

.project-one__project-page-three .project-one__single {
	margin-bottom: 0px;
}

.project-one__project-page-three .project-one__title {
	width: 63%;
}

.project-details {
	padding: 120px 0;
}

.project-details .block-title__text,
.project-details .block-title__tag-line,
.project-details .project-details__text,
.project-details .block-title__title {
	margin: 0;
}

.project-details .block-title__tag-line {
	margin-bottom: 10px;
}

.project-details .block-title__text+.block-title__text,
.project-details .project-details__text+.project-details__text {
	margin-top: 25px;
}

.project-details .block-title__title {
	margin-bottom: 25px;
}

.project-details .service-details__feature-list {
	margin-top: 25px;
}

.project-details .inner-gutter {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.project-details__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.project-details__social a {
	color: #b2b2b2;
	font-size: 20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.project-details__social a+a {
	margin-left: 25px;
}

.project-details__social a:hover {
	color: #ff5860;
}

.project-details__top {
	background-color: #fff;
	padding: 80px 0;
	padding-left: 95px;
	padding-right: 95px;
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	position: relative;
	z-index: 10;
	margin-top: -100px;
}

.project-details__list {
	width: 100%;
	max-width: 290px;
	margin-top: 30px;
}

.project-details__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #848484;
	font-size: 15px;
	font-family: "Rubik";
}

.project-details__list li+li {
	margin-top: 10px;
}

.project-details__list li a {
	color: #ff5860;
}

.project-details__list-name {
	color: #222222;
}

/*
* 15. cta styles
*/
.cta-one {
	background-color: #ff5860;
	padding-top: 70px;
	padding-bottom: 70px;
}

.cta-one .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cta-one__title {
	margin: 0;
	color: #fff;
	font-size: 34px;
	font-weight: 500;
}

.cta-one__btn {
	background-color: #fff;
	color: #222222;
}

.cta-two {
	background-color: #21ac96;
	position: relative;
	padding-top: 114px;
	padding-bottom: 114px;
}

.cta-two__title {
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-bottom: -15px;
}

.cta-two__text {
	color: #fff;
	margin: 0;
	font-size: 17px;
	margin-bottom: 35px;
	margin-top: 40px;
	opacity: 0.8;
}

.cta-two__moc {
	position: absolute;
	bottom: -30%;
	left: 2%;
	animation: carenMove 5s ease-in infinite;
}

.cta-two__about-page-one {
	background-color: #21ac96;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/backgrounds/cta-bg2.jpg);
	position: relative;
}

.cta-two__about-page-one::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #21ac96;
	opacity: 0.9;
}

.cta-two__about-page-one .container {
	position: relative;
}

.cta-two__home-four {
	background-color: #ff5860;
}

.cta-two__home-four .cta-two__btn {
	background-color: #fff;
	color: #222222;
}

.cta-two__home-four .cta-two__btn:hover {
	background-color: #222222;
	color: #fff;
}

.cta-three {
	background-color: #222222;
	background-image: url(../images/backgrounds/cta-bg1.jpg);
	background-position: center center;
	background-attachment: fixed;
	position: relative;
	padding: 160px 0;
}

.cta-three::before {
	content: '';
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
}

.cta-three .container {
	position: relative;
}

.cta-three__title {
	margin: 0;
	margin-top: -10px;
	margin-bottom: -15px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

.cta-three__text {
	margin: 0;
	color: #fff;
	opacity: 0.8;
	font-size: 17px;
	margin-top: 40px;
	margin-bottom: 40px;
}

/*
* 16. fact styles
*/
.fact-one .inner-container {
	background-color: #21ac96;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 39px;
	padding-bottom: 39px;
}

.fact-one__single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fact-one__icon {
	margin-right: 20px;
}

.fact-one__icon i {
	font-size: 60px;
	color: #fff;
}

.fact-one__title {
	margin: 0;
	color: #fff;
	font-size: 38px;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: -10px;
}

.fact-one__text {
	margin: 0;
	font-size: 15px;
	font-family: "Rubik";
	font-weight: 400;
	color: #fff;
	margin-top: 20px;
}

.fact-one__home-three {
	margin-bottom: -85px;
	position: relative;
	z-index: 10;
}

/*
* 17. team styles
*/
.team-one {
	padding-top: 120px;
	padding-bottom: 70px;
}

.team-one .block-title__text {
	color: #222222;
}

.team-one__btn {
	padding: 6px 25.75px;
	margin-top: 30px;
}

.team-one__single {
	margin-bottom: 50px;
}

.team-one__single:hover .team-one__image>img {
	opacity: 0.2;
}

.team-one__single:hover .team-one__social {
	opacity: 1;
	-webkit-transform: perspective(40px) translateZ(0px);
	transform: perspective(40px) translateZ(0px);
}

.team-one__image {
	position: relative;
	background-color: #222222;
}

.team-one__image>img {
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.team-one__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 40px;
	left: 0;
	text-align: center;
	width: 100%;
	opacity: 0;
	-webkit-transform: perspective(40px) translateZ(10px);
	transform: perspective(40px) translateZ(10px);
	-webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, transform .4s ease;
	transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.team-one__social a {
	color: #fff;
	font-size: 20px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.team-one__social a+a {
	margin-left: 25px;
}

.team-one__content {
	text-align: center;
}

.team-one__name {
	margin: 0;
	font-size: 24px;
	color: #222222;
	font-weight: 500;
	margin-top: 25px;
	margin-bottom: 20px;
}

.team-one__designation {
	font-size: 15px;
	color: #848484;
	margin: 0;
	line-height: 1em;
	margin-top: -10px;
}

.team-one__about-page {
	background-color: #fff2f2;
}

.team-one__about-page .team-one__content {
	padding-top: 25px;
	padding-bottom: 30px;
	background-color: #ffffff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.team-one__about-page .team-one__name {
	margin-top: 0;
}

.team-one__about-page .team-one__single:hover .team-one__content {
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.08);
}

/*
* 18. feature styles
*/
.feature-one {
	position: relative;
}

.feature-one::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 120px);
	background-color: #16172e;
}

.feature-one .container {
	position: relative;
}

.feature-one .block-title {
	position: relative;
	z-index: 10;
}

.feature-one .block-title__title {
	color: #fff;
}

.feature-one .block-title__tag-line,
.feature-one .block-title__text {
	color: rgba(255, 255, 255, 0.7);
}

.feature-one__person {
	position: absolute;
	bottom: 0;
	left: 5%;
}

.feature-one__block {
	position: relative;
	padding-left: 35px;
	padding-top: 115px;
	padding-bottom: 115px;
}

.feature-one__block::after {
	content: '';
	width: 650px;
	background-color: #21ac96;
	height: 100%;
	position: absolute;
	left: -65px;
	top: 0;
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}

.feature-one__single {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.feature-one__single+.feature-one__single {
	margin-top: 120px;
}

.feature-one__title {
	font-weight: 500;
	font-size: 24px;
	color: #fff;
	margin: 0;
	line-height: 1em;
	margin-bottom: 10px;
}

.feature-one__title a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.feature-one__title a:hover {
	color: #ff5860;
}

.feature-one__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 26px;
	width: 82%;
}

.feature-one__icon i {
	width: 75px;
	height: 75px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
	font-size: 34px;
	color: #fff;
}

/*
* 19. testimonials styles
*/
.testimonials-one {
	border-top: 1px solid #e5e5e5;
	padding-top: 120px;
	padding-bottom: 160px;
}

.testimonials-one .block-title__title {
	margin-top: 0;
}

.testimonials-one .container {
	position: relative;
}

.testimonials-one__carousel {
	padding: 50px;
	background-color: white;
	-webkit-box-shadow: 0px 21px 35px 0px rgba(28, 58, 104, 0.1);
	box-shadow: 0px 21px 35px 0px rgba(28, 58, 104, 0.1);
}

.testimonials-one__carousel .owl-item img {
	width: auto;
	display: inline-block;
}

.testimonials-one__carousel .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 50px;
	bottom: 50px;
}

.testimonials-one__carousel .owl-nav button.owl-next,
.testimonials-one__carousel .owl-nav button.owl-prev {
	outline: none;
	padding: 0;
	margin: 0;
	background-color: transparent !important;
}

.testimonials-one__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.testimonials-one__content img {
	border-radius: 50%;
	margin-right: 20px;
}

.testimonials-one__title {
	font-size: 20px;
	font-weight: 500;
	font-family: "Rubik";
	color: #222222;
	margin: 0;
	line-height: 1em;
}

.testimonials-one__text {
	font-size: 18px;
	line-height: 34px;
	color: #222222;
	margin: 0;
	margin-top: 30px;
}

.testimonials-one__stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}

.testimonials-one__stars i {
	font-size: 15px;
	color: #fed61d;
}

.testimonials-one__nav-left,
.testimonials-one__nav-right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonials-one__nav-left i,
.testimonials-one__nav-right i {
	display: inline-block;
	font-size: 43px;
	color: #848484;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	line-height: 14px;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.testimonials-one__nav-left:hover i,
.testimonials-one__nav-right:hover i {
	-webkit-transform: rotate(0) scale(0);
	transform: rotate(0) scale(0);
}

.testimonials-one__nav-left:hover .testimonials-one__nav-text,
.testimonials-one__nav-right:hover .testimonials-one__nav-text {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.testimonials-one__nav-right {
	border-left: 1px solid #848484;
	padding-left: 20px;
	margin-left: 20px;
}

.testimonials-one__nav-right i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.testimonials-one__nav-right:hover i {
	-webkit-transform: rotate(180deg) scale(0);
	transform: rotate(180deg) scale(0);
}

.testimonials-one__nav-text {
	font-size: 18px;
	color: #848484;
	font-family: "Rubik";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	display: block;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	line-height: 14px;
}

.video-one {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 15px;
}

.video-one:before,
.video-one:after {
	content: '';
	background-image: url(../images/resources/pattern-1-1.png);
	background-position: 0 0;
	width: 125px;
	height: 125px;
	position: absolute;
	z-index: -1;
}

.video-one:before {
	top: 100px;
	left: -80px;
}

.video-one:after {
	bottom: -40px;
	right: -40px;
}

.video-one__btn {
	border-radius: 50%;
	background-color: #ff5860;
	-webkit-box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
	box-shadow: 0px 30px 50px 0px rgba(8, 13, 62, 0.15);
	width: 100px;
	height: 100px;
	position: absolute;
	right: 35%;
	bottom: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.video-one__btn:hover {
	background-color: #fff;
}

.video-one__btn:hover i {
	color: #222222;
}

.video-one__btn i {
	font-size: 18px;
	color: #fff;
}

.testimonials-two .inner-container {
	background-color: #fff2f2;
	position: relative;
}

.testimonials-two .inner-container::before {
	content: '';
	background-image: url(../images/resources/pattern-1-1.png);
	background-position: 0 0;
	width: 125px;
	height: 125px;
	position: absolute;
	bottom: -22.4%;
	right: -8.5%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}

.testimonials-two .my-auto {
	width: 100%;
}

.testimonials-two .testimonials-one__carousel {
	padding: 0;
	max-width: 470px;
	margin-right: auto;
	background-color: transparent;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	right: 30px;
}

.testimonials-two .testimonials-one__stars,
.testimonials-two .testimonials-one__content {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.testimonials-two .testimonials-one__info {
	width: 100%;
}

.testimonials-two .testimonials-one__text {
	line-height: 30px;
}

.testimonials-two .owl-nav {
	display: none !important;
}

.testimonials-two .testimonials-one__nav-wrap {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.testimonials-two .testimonials-one__nav-wrap button {
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
}

.testimonials-two .testimonials-one__nav-left i,
.testimonials-two .testimonials-one__nav-right i {
	color: #ccbcbc;
}

.testimonials-two .testimonials-one__qoute {
	width: 90px;
	height: 90px;
	background-color: #f7ebeb;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
}

.testimonials-two .testimonials-one__text {
	margin-bottom: 10px;
}

.testimonials-two .testimonials-one__title {
	font-weight: 400;
}

.testimonials-two__img {
	position: relative;
	display: inline-block;
}

.testimonials-two__img::before {
	content: '';
	background-image: url(../images/resources/pattern-1-1.png);
	background-position: 0 0;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 30%;
	right: -25%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 9;
}

.testimonials-two__img>img {
	position: relative;
	z-index: 11;
}

.testimonials-three {
	padding-top: 120px;
	padding-bottom: 120px;
}

.testimonials-three .block-title {
	margin-bottom: 20px;
}

.testimonials-three .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 60px;
}

.testimonials-three .owl-theme .owl-dots .owl-dot {
	border: none;
	outline: none;
}

.testimonials-three .owl-theme .owl-dots .owl-dot span {
	border-style: solid;
	border-width: 2px;
	border-color: #dedddc;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: transparent;
	margin: 0 7.5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.testimonials-three .owl-theme .owl-dots .owl-dot.active span {
	background-color: #ff5860;
	border-color: #ff5860;
}

.testimonials-three .owl-carousel .owl-item img {
	width: auto;
}

.testimonials-three__home-three {
	border-bottom: 1px solid #e5e5e5;
}

.testimonials-three__single {
	padding: 0 55px;
	padding-top: 90px;
	padding-bottom: 40px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	position: relative;
	margin-top: 92.5px;
}

.testimonials-three__text {
	margin: 0;
	color: #222222;
	font-family: "Rubik";
	font-size: 18px;
	line-height: 30px;
}

.testimonials-three__name {
	margin: 0;
	color: #222222;
	font-size: 18px;
	font-weight: 500;
	margin-top: 25px;
}

.testimonials-three__designation {
	margin: 0;
	font-size: 15px;
	color: #848484;
	margin-top: 0px;
}

.testimonials-three__qoute {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 20px 70px 0px rgba(8, 18, 109, 0.13);
	box-shadow: 0px 20px 70px 0px rgba(8, 18, 109, 0.13);
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
}

.testimonials-four {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #fff2f2;
	background-image: url(../images/backgrounds/testi-bg-3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials-four .block-title {
	margin-bottom: 20px;
}

.testimonials-four .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 60px;
}

.testimonials-four .owl-theme .owl-dots .owl-dot {
	border: none;
	outline: none;
}

.testimonials-four .owl-theme .owl-dots .owl-dot span {
	border-style: solid;
	border-width: 2px;
	border-color: #dedddc;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: transparent;
	margin: 0 7.5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.testimonials-four .owl-theme .owl-dots .owl-dot.active span {
	background-color: #ff5860;
	border-color: #ff5860;
}

.testimonials-four .owl-carousel .owl-item img {
	width: auto;
}

.testimonials-four__single {
	padding: 0 55px;
	padding-top: 90px;
	padding-bottom: 40px;
	text-align: center;
	background-color: #fff;
	position: relative;
	margin-top: 92.5px;
}

.testimonials-four__text {
	margin: 0;
	color: #222222;
	font-family: "Rubik";
	font-size: 17px;
	line-height: 30px;
}

.testimonials-four__name {
	margin: 0;
	color: #222222;
	font-size: 18px;
	font-weight: 500;
	margin-top: 25px;
}

.testimonials-four__designation {
	margin: 0;
	font-size: 15px;
	color: #848484;
	margin-top: 0px;
}

.testimonials-four__qoute {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.testimonials-four__qoute>img {
	border-radius: 50%;
	-webkit-box-shadow: 0px 20px 70px 0px rgba(8, 18, 109, 0.13);
	box-shadow: 0px 20px 70px 0px rgba(8, 18, 109, 0.13);
}

.testimonials-four__qoute>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #ff5860;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-box-shadow: 0px 20px 70px 0px rgba(8, 18, 109, 0.13);
	box-shadow: 0px 20px 70px 0px rgba(8, 18, 109, 0.13);
}

.testimonials-one__about-page-two {
	border-bottom: 1px solid #e5e5e5;
}

.testimonials-five {
	background-color: #fff2f2;
	position: relative;
	padding-top: 265px;
}

.testimonials-five:before {
	content: '';
	width: 100%;
	height: calc(100% - 140px);
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/backgrounds/inner-banner-bg-1-1.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	z-index: 8;
}

.testimonials-five:after {
	content: '';
	width: 100%;
	height: calc(100% - 140px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 0.2;
	background-color: #16172e;
}

.testimonials-five__content {
	-webkit-box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.031);
	box-shadow: 0px 12px 39px 0px rgba(8, 18, 109, 0.031);
	position: relative;
	z-index: 10;
	background-color: #21ac96;
	background-image: url(../images/resources/testi-bg-map-1-1.png);
	background-position: center right;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	padding: 100px 115px;
	padding-right: 170px;
}

.testimonials-five__text {
	font-size: 20px;
	line-height: 40px;
	font-style: italic;
	color: #fff;
	margin: 0;
	font-family: "Rubik";
}

.testimonials-five__title {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	font-family: "Rubik";
	color: #fff;
	margin-top: 20px;
}

.testimonials-five__stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.testimonials-five__stars i {
	color: #fed61d;
	font-size: 15px;
}

.testimonials-five__stars i+i {
	margin-left: 5px;
}

.testimonials-five .owl-carousel .owl-nav button.owl-next,
.testimonials-five .owl-carousel .owl-nav button.owl-prev,
.testimonials-five .owl-carousel button.owl-dot {
	background-color: transparent !important;
}

.testimonials-five .testimonials-one__nav-text {
	color: #fff;
}

.testimonials-five .testimonials-one__nav-right {
	border-color: #fff;
}

.testimonials-five .testimonials-one__nav-left i,
.testimonials-five .testimonials-one__nav-right i {
	color: #fff;
}

.testimonials-five .owl-theme .owl-nav {
	text-align: left;
	margin-top: 50px;
}

.testimonials-five .block-title {
	margin-bottom: 35px;
}

/*
* 20. video styles
*/
.video-two {
	background-color: #fff2f2;
	margin-bottom: 95px;
	padding-top: 25px;
}

.video-two .feature-one__block {
	padding: 0;
	padding-top: 95px;
}

.video-two .feature-one__block::after {
	display: none;
}

.video-two .feature-one__icon i {
	background-color: rgba(255, 88, 96, 0.15);
	color: #ff5860;
}

.video-two .feature-one__title {
	color: #222222;
}

.video-two .feature-one__text {
	color: #848484;
	width: 77%;
}

.video-two__image {
	position: relative;
	z-index: 10;
	top: 95px;
}

.video-two__btn {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	background-color: #ff5860;
	color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	bottom: 30%;
	left: -50px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.video-two__btn:hover {
	background-color: #222222;
	color: #fff;
}

.video-two__home-5 {
	background-color: #16172e;
}

.video-two__home-5 .block-title__title {
	color: #fff;
}

.video-two__home-5 .block-title__text {
	color: #fff;
	opacity: 0.7;
}

.video-two__home-5 .feature-one__icon i {
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}

.video-two__home-5 .feature-one__title {
	color: #fff;
}

.video-two__home-5 .feature-one__text {
	color: #fff;
	opacity: 0.7;
}

.video-two__home-4 .video-two__image {
	top: 112px;
	left: 5px;
}

.video-two__home-4 .video-two__image:before {
	content: '';
	background-image: url(../images/resources/pattern-1-2.png);
	background-position: 0 0;
	width: 275px;
	height: 100%;
	position: absolute;
	top: -55px;
	left: calc(100% - 72px);
	z-index: -1;
	opacity: 0.4;
}

.video-two__home-4-title .container {
	background-color: #21ac96;
	position: relative;
	padding-top: 40.5px;
	padding-bottom: 40.5px;
	margin-top: -100px;
}

.video-two__home-4-title .container::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 10000px;
	height: 100%;
	background-color: #21ac96;
}

.video-two__home-4-text {
	position: relative;
	z-index: 10;
	color: #fff;
	margin: 0;
	font-size: 30px;
	font-weight: 500;
}

/*
* 21. shop styles
*/
.shop-one {
	padding: 120px 0;
}

.shop-one__single {
	margin-bottom: 50px;
	text-align: center;
}

.shop-one__single:hover .shop-one__image:before {
	opacity: .4;
}

.shop-one__single:hover .shop-one__btn__wrap {
	opacity: 1;
	-webkit-transform: perspective(70px) translateZ(0px);
	transform: perspective(70px) translateZ(0px);
}

.shop-one__image {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.shop-one__image:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.shop-one__image>img {
	width: 100%;
}

.shop-one__btn__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transform: perspective(70px) translateZ(10px);
	transform: perspective(70px) translateZ(10px);
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.shop-one__cart {
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 7px 20px;
	font-size: 15px;
}

.shop-one__title {
	font-size: 17px;
	color: #222222;
	font-weight: 500;
	font-family: "Rubik";
	font-size: 18px;
}

.shop-one__title a {
	color: inherit;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.shop-one__title a:hover {
	color: #ff5860;
}

.shop-one__price {
	margin: 0;
	color: #222222;
	font-size: 16px;
	font-weight: 600;
}

.shop-one__price-regular {
	opacity: .5;
	text-decoration: line-through;
	margin-left: 5px;
}

[class*=shop-one__btn-] {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	color: #222222;
}

[class*=shop-one__btn-]+[class*=shop-one__btn-] {
	margin-left: 10px;
}

[class*=shop-one__btn-] i {
	font-size: 17px;
}

[class*=shop-one__btn-]:hover {
	background-color: #ff5860;
	color: #fff;
}

.shop-one__product-query {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 575px) {
	.shop-one__product-query {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.shop-one__product-query-text {
	margin: 0;
	color: #777777;
	font-size: 15px;
	margin-bottom: 30px;
}

.shop-one__product-query-text span {
	color: #222222;
}

.shop-one__product-query .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 210px;
	margin-bottom: 30px;
}

.shop-one__product-query-select>.dropdown-toggle {
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	background-color: #fff !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #777777;
	font-size: 14px;
	padding: 13.5px 30px;
	padding-right: 15px;
}

.related-product__carousel .shop-one__single {
	margin-bottom: 0;
}

.product-details {
	padding: 120px 0;
}

.product-details .row.high-gutters {
	margin-left: -35px;
	margin-right: -35px;
}

.product-details .row.high-gutters>[class*=col-lg-] {
	padding-left: 35px;
	padding-right: 35px;
}

.product-details__image {
	position: relative;
}

.product-details__image>img {
	max-width: 100%;
}

.product-details__image-popup {
	width: 50px;
	height: 50px;
	text-align: center;
	color: #222222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: absolute;
	top: 20px;
	right: 20px;
}

.product-details__image-popup i {
	font-size: 15px;
}

.product-details__image-popup:hover {
	background-color: #222222;
	color: #fff;
}

.product-details__cat-list,
.product-details__social,
.product-details__price,
.product-details__btn__wrap,
.product-details__review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-details .bootstrap-touchspin {
	width: 80px;
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
}

.product-details .bootstrap-touchspin input {
	border: none !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 60px;
	padding: 0;
	padding-left: 20px;
	color: #222222;
	font-size: 18px;
}

.product-details .bootstrap-touchspin input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #222222;
}

.product-details .bootstrap-touchspin input::-moz-placeholder {
	/* Firefox 19+ */
	color: #222222;
}

.product-details .bootstrap-touchspin input:-ms-input-placeholder {
	/* IE 10+ */
	color: #222222;
}

.product-details .bootstrap-touchspin input:-moz-placeholder {
	/* Firefox 18- */
	color: #222222;
}

.product-details .bootstrap-touchspin .btn {
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	color: #222222;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical>.btn {
	height: auto;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical {
	height: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-details .thm-btn {
	margin-left: 10px;
	margin-right: 10px;
}

.product-details__love-btn {
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	font-size: 17px;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #222222;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.product-details__love-btn i {
	color: inherit;
}

.product-details__love-btn:hover {
	background-color: #ff5860;
	color: #fff;
	border-color: #ff5860;
}

.product-details__title {
	margin: 0;
	color: #222222;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 20px;
}

.product-details__review-stars i {
	font-size: 16px;
	color: #fa7720;
}

.product-details__review-star i+i {
	margin-left: 10px;
}

.product-details__review-text {
	font-size: 14px;
	color: #777777;
	margin-left: 10px;
}

.product-details__price {
	color: #777777;
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 25px;
}

.product-details__price-regular {
	opacity: .5;
	margin-left: 15px;
	text-decoration: line-through;
}

.product-details__text {
	margin: 0;
	color: #777777;
	font-size: 14px;
	line-height: 26px;
}

.product-details__btn__wrap {
	margin-top: 40px;
	margin-bottom: 40px;
}

.product-details__social {
	margin-top: 40px;
}

.product-details__social a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #8A8D91;
	font-size: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.product-details__social a:hover {
	background-color: #ff5860;
	border-color: #ff5860;
	color: #fff;
}

.product-details__social a+a {
	margin-left: 10px;
}

.product-details__cat-list {
	font-size: 15px;
	color: #222222;
	margin: 0;
}

.product-details__cat-list a {
	margin-left: 10px;
	color: #777;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.product-details__cat-list a:hover {
	color: #ff5860;
}

.product-details__tab__list {
	border-bottom: 0;
	text-align: center;
	margin-bottom: 20px;
}

.product-details__tab__list .nav-item.show .nav-link,
.product-details__tab__list .nav-link.active {
	background-color: transparent;
}

.product-details__tab__list-item {
	margin: 0 !important;
}

.product-details__tab__list-item+.product-details__tab__list-item {
	margin-left: 15px !important;
}

.product-details__tab__list-link {
	border-radius: 0 !important;
	border: none !important;
	padding: 0;
	border: 1px solid #e5e5e5 !important;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.product-details__tab__list-link.active,
.product-details__tab__list-link:hover {
	background-color: #ff5860 !important;
	border-color: #ff5860 !important;
}

.product-details__tab__list-link.active .product-details__tab__list-title,
.product-details__tab__list-link:hover .product-details__tab__list-title {
	color: #fff;
}

.product-details__tab__list-title {
	display: block;
	color: #8a8d91;
	padding: 12px 37px;
	font-size: 17px;
	font-family: "Rubik";
	font-weight: 500;
}

.product-details__tab .tab-pane {
	position: relative;
}

.product-details__tab .tab-content {
	border-top: 1px solid #e5e5e5;
	padding-top: 35px;
}

.product-details__tab-title {
	margin: 0;
	color: #222222;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 35px;
}

.product-details__tab-text {
	margin: 0;
	color: #777777;
	font-size: 14px;
	line-height: 26px;
}

.product-details__tab .comment-block {
	margin-top: 0;
	margin-bottom: 50px;
}

/*
* 22. cart styles
*/
.cart-section {
	padding-top: 110px;
	position: relative;
}

.cart-section ul {
	margin: 0;
	padding: 0;
}

.cart-section ul li {
	list-style: none;
}

.cart-section .thm-btn {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #ff5860;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 30px;
}

.cart-section .cart-outer {
	position: relative;
}

.cart-section .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}

.cart-section .sec-title {
	margin-bottom: 30px;
}

.cart-section .sec-title h2 {
	font-size: 24px;
	font-weight: 600;
	color: #222222;
}

.cart-section .cart-table {
	width: 100%;
	min-width: 900px;
	border: 1px solid #DDDEE4;
	border-top: 0;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 7px;
	color: #fff;
	background: #ff5860;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 20px 15px;
	min-width: 120px;
	font-weight: 500;
}

.cart-table thead tr th.prod-column {
	text-align: left;
	padding-left: 40px;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 15px 10px;
	min-width: 100px;
	font-size: 16px;
	font-weight: 500;
	color: #222;
}

.cart-table tbody tr .qty {
	padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: black;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 90px;
	padding-left: 100px;
	padding-top: 15px;
	text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	left: 0px;
	top: 11px;
	background: #172245;
	padding: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
	font-size: 18px;
	color: #222;
	font-weight: 500;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
	font-weight: 500;
	color: #222;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 16px;
	color: #172245;
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	top: 2px;
	padding-right: 10px;
	font-size: 24px;
	line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
	color: #172245;
}

.cart-table tbody tr {
	border-bottom: 1px solid #DDDEE4;
}

.cart-table tbody tr td {
	vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
	padding: 5px 0px 5px 20px;
	line-height: 24px;
	height: 43px;
	display: block;
	width: 0px;
	font-size: 20px;
	position: relative;
	padding: 0;
	text-align: center;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #EDEDED;
}

.cart-table tbody tr td .bootstrap-touchspin .input-group-btn [class*=bootstrap-touchspin-] {
	background-color: #fff;
	color: #222;
	border-color: #EDEDED;
}

.cart-table tbody .available-info {
	position: relative;
	padding-left: 50px;
	color: #999999;
	font-size: 14px;
}

.cart-table tbody .available-info .fa {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #172245;
	border-radius: 50%;
}

.cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	background: #EDEDED;
	border-color: #EDEDED;
}

.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
	color: green;
	left: 6px;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #fff;
	border: 1px solid #EDEDED;
}

.cart-section .apply-coupon {
	position: relative;
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	display: block;
	line-height: 24px;
	padding: 9px 15px;
	border-radius: 0px;
	width: 230px;
	background: none;
	font-weight: 500;
	outline: none;
	height: 50px;
	border-style: solid;
	border-width: 1px;
	color: #9FA2A6;
	border-color: #dddee4;
}

.cart-section .apply-coupon .form-group input[type="text"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #9FA2A6;
}

.cart-section .apply-coupon .form-group input[type="text"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #9FA2A6;
}

.cart-section .apply-coupon .form-group input[type="text"]:-ms-input-placeholder {
	/* IE 10+ */
	color: #9FA2A6;
}

.cart-section .apply-coupon .form-group input[type="text"]:-moz-placeholder {
	/* Firefox 18- */
	color: #9FA2A6;
}

.cart-section .estimate-form {
	position: relative;
}

.cart-section h3 {
	font-size: 24px;
	font-weight: 700;
	color: #172245;
	margin-bottom: 30px;
}

.cart-section .estimate-form .row {
	margin-left: -7px;
	margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
	padding: 0px 7px !important;
	margin-bottom: 31px;
}

.cart-section .totals-table {
	position: relative;
	border: 1px solid #f8f8f8;
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	padding: 10px 15px;
	line-height: 24px;
	width: 50%;
}

.cart-section .totals-table .col-title {
	font-size: 14px;
	color: #353535;
	border-right: 1px solid #f8f8f8;
	font-weight: 500;
}

.cart-section .totals-table li {
	position: relative;
	border-bottom: 1px solid #f8f8f8;
}

.cart-section .totals-table li:last-child {
	border-bottom: none;
}

.cart-section .update-cart-box {
	padding-top: 40px;
}

.cart-section .estimate-form h3 {
	text-transform: uppercase;
	font-size: 24px;
	color: #172245;
	margin: 0;
	margin-bottom: 40px;
	margin-top: 80px;
}

.cart-section .cart-total h3 {
	text-transform: uppercase;
	font-size: 24px;
	color: #172245;
	margin: 0;
	margin-bottom: 40px;
	margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
	margin-top: 30px;
}

.cart-section .estimate-form input {
	width: 100%;
	border: 1px solid #172245;
	outline: none;
	height: 50px;
	padding-left: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #dddee4;
}

.cart-section .qty .input-group {
	background: #ededed;
}

.cart-section .thm-btn.update-cart {
	border: 1px solid black;
	color: #172245;
	background-color: transparent;
}

.cart-table tbody tr td,
.cart-table tbody tr .remove-btn {
	color: #999999;
}

.cart-section .thm-btn.update-cart {
	color: #161827;
	border: 1px solid #DDDEE4;
}

.cart-section .estimate-form input {
	border-color: #DDDEE4;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
	background: #fff;
	color: #CECECE;
	border-color: #DDDEE4;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
	color: #cecece;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	padding: 0px;
	background: #DDDEE4;
}

.cart-table tbody tr .prod-column .column-box {
	margin-left: 15px;
}

.cart-section .thm-btn.update-cart:hover {
	background: #172245;
	color: #fff;
	border-color: #172245;
}

.cart-table tbody tr td {
	padding: 10px 10px 20px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
	color: #999;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
	color: #fff;
}

.cart-confirmation-box {
	padding-top: 70px;
	padding-bottom: 90px;
}

.cart-section .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.cart-section .bootstrap-select>.dropdown-toggle {
	border-style: solid;
	border-width: 1px;
	border-color: #dddee4;
	height: 50px;
	padding: 0;
	background-color: #fff;
	border-radius: 0;
	line-height: 48px;
	font-size: 14px;
	color: #222222;
	font-weight: 500;
	padding-left: 15px;
	padding-right: 15px;
}

.cart-section .bootstrap-touchspin {
	width: 80px;
	height: 59px;
	border-style: solid;
	border-width: 1px;
	border-color: #e5e5e5;
}

.cart-section .bootstrap-touchspin input {
	border: none !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 56px !important;
	padding: 0;
	padding-left: 20px;
	color: #222222;
	font-size: 18px;
}

.cart-section .bootstrap-touchspin input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #222222;
}

.cart-section .bootstrap-touchspin input::-moz-placeholder {
	/* Firefox 19+ */
	color: #222222;
}

.cart-section .bootstrap-touchspin input:-ms-input-placeholder {
	/* IE 10+ */
	color: #222222;
}

.cart-section .bootstrap-touchspin input:-moz-placeholder {
	/* Firefox 18- */
	color: #222222;
}

.cart-section .bootstrap-touchspin .btn {
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	color: #222222;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
	height: auto;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical {
	height: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*
* 23. checkout styles
*/
.checkout-section {
	padding-bottom: 120px;
}

.checkout-section.cart-section .billing-info-form form .form-group .field-label {
	color: yellow;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 3px;
}

.checkout-section.cart-section .billing-info-form form .form-group input {
	border: 2px solid yellow;
	color: yellow;
	font-size: 16px;
	height: 48px;
	padding: 0 20px;
	width: 100%;
}

.checkout-section.cart-section .bottom {
	padding-top: 40px;
}

.checkout-section .column.default-column h3 {
	color: yellow;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 36px;
}

.checkout-section.cart-section .bottom .totals-table {
	border: 2px solid yellow;
}

.checkout-section.cart-section .bottom .totals-table li {
	border-bottom: 1px solid yellow;
}

.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
	border-right: 1px solid yellow;
	color: yellow;
	font-size: 16px;
	font-weight: 400;
}

.checkout-section.cart-section .bottom .totals-table li span.col {
	color: yellow;
	font-size: 16px;
}

.checkout-section .payment-options {
	padding-top: 30px;
}

.checkout-section .payment-options .option-block .radio-block.active .icon i {
	color: yellow;
}

.checkout-section .payment-options .option-block {
	margin-bottom: 10px;
}

.checkout-section .payment-options .option-block .radio-block .icon {
	float: left;
	padding-right: 15px;
}

.checkout-section .payment-options .option-block .radio-block .icon i {
	color: yellow;
	font-size: 16px;
	line-height: 28px;
}

.checkout-section .payment-options .option-block .radio-block label.radio-label {
	color: yellow;
	font-size: 16px;
	font-weight: normal;
	display: block;
}

.checkout-section .payment-options .text {
	padding-left: 30px;
}

.checkout-section .payment-options .text p {
	color: yellow;
	font-size: 16px;
	font-weight: 400;
}

.checkout-section.cart-section .thm-btn {
	margin-top: 40px;
}

.checkout-section.cart-section .cart-table {
	width: 100%;
	min-width: auto;
}

.checkout-section.cart-section .billing-info-form form .form-group .field-label {
	color: #848484;
}

.checkout-section.cart-section .billing-info-form form .form-group input {
	border-color: #f2f2f2;
	outline: none;
	color: #848484;
}

.checkout-section.cart-section .bottom .totals-table,
.checkout-section.cart-section .bottom .totals-table li,
.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
	border-color: #f2f2f2;
}

.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
	color: #222222;
}

.checkout-section.cart-section .bottom .totals-table li span.col,
.checkout-section .payment-options .text p {
	color: #848484;
}

.checkout-section .payment-options .option-block .radio-block label.radio-label {
	color: #222222;
}

.checkout-section .payment-options .option-block .radio-block.active .icon i,
.checkout-section .payment-options .option-block .radio-block .icon i {
	color: #222222;
}

/*
* 24. history styles
*/
.history-one {
	background-color: #fff2f2;
	padding: 120px 0;
}

@media (min-width: 1200px) {
	.history-one .container {
		max-width: 970px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.history-one__row {
	position: relative;
}

.history-one__sep:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #f2e6e6;
}

.history-one__sep:before {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #ff5860;
	position: absolute;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}

.history-one__row+.history-one__row {
	padding-top: 70px;
}

.history-one__row+.history-one__row .history-one__sep::before {
	top: 110px;
}

.history-one__row:nth-child(even) .history-one__content {
	padding-left: 70px;
}

.history-one__row:nth-child(even) .history-one__image {
	padding-right: 70px;
}

.history-one__row:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.history-one__row:nth-child(odd) .history-one__image {
	padding-left: 70px;
}

.history-one__row:nth-child(odd) .history-one__content {
	padding-right: 70px;
	text-align: right;
}

.history-one__year {
	margin: 0;
	color: #ff5860;
	font-size: 20px;
	font-weight: 500;
	font-family: "Rubik";
}

.history-one__title {
	margin: 0;
	color: #222222;
	font-size: 24px;
	font-weight: 700;
	font-family: "Rubik";
	margin-top: 10px;
	margin-bottom: 10px;
}

.history-one__text {
	color: #222222;
	margin: 0;
	font-size: 15px;
	line-height: 26px;
}

/*首页why choose rexblower选项卡*/

.cloud-card a {
    text-decoration: none;
    color: #08acee;
}

.cloud-card button {
    outline: 0;
}

.cloud-card img {
    border: 0;
}

.cloud-card button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

.cloud-card li {
    list-style: none;
}

.cloud-card a {
    color: #666;
}

.cloud-card a:hover {
    color: #eee;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.cloud-content {
    background: #ffffff;
    padding: 30px 0;
}

.cloud-header {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.cloud-header h3 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.cloud-header h3 em {
    display: block;
    margin-bottom: 14px;
    font-style: normal;
    font-size: 30px;
}

.cloud-header h3 span {
    font-size: 20px;
    opacity: .6;
}

.cloud-wrapper .cloud-card {
    float: left;
    padding: 20px;
    cursor: pointer;
    min-height: 310px;
    background: transparent;
    width: calc(24.8% - -3px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}


/* 自适应不同分辨率 */
@media screen and (max-width:4560px) {
	.cloud-wrapper .cloud-card {		
		width: 25%;
		margin: 0 auto;
	}
}

@media screen and (max-width:3840px) {
	.cloud-wrapper .cloud-card {		
		width: 25%;
		margin: 0 auto;
	}
}

@media screen and (max-width:3520px) {
	.cloud-wrapper .cloud-card {		
		width: 25%;
		margin: 0 auto;
	}
}



@media screen and (max-width:3200px) {
	.cloud-wrapper .cloud-card {		
		width: 25px;
		margin: 0 auto;
		
	}
}

@media screen and (max-width:2560px) {
	.cloud-wrapper .cloud-card {		
		width: 25%;
		margin: 0 auto;
		
	}
}

@media screen and (max-width:2048px) {
	.cloud-wrapper .cloud-card {		
		width: 25%;

	}
}

@media screen and (max-width:1920px) {
	.cloud-wrapper .cloud-card {		
		width: 25%;

	}
}

@media screen and (max-width:1680px) {
	.cloud-wrapper .cloud-card {		
		width: 25%;
	}
}

@media screen and (max-width:1600px) {
	.cloud-wrapper .cloud-card {		
		width: 25%;

	}
}

@media screen and (max-width:1440px) {
	.cloud-wrapper .cloud-card {		
		width: 25%;

	}
}

@media screen and (max-width:1280px) {
	.cloud-wrapper .cloud-card {		
		width: 25%;

	}
}

@media screen and (max-width:1024px) {
	.cloud-wrapper .cloud-card {		
		width: 25%;

	}
}

@media screen and (max-width:832px) {
	.cloud-wrapper .cloud-card {		
		width: 25%;

	}
}

@media screen and (max-width:800px) {
	.cloud-wrapper .cloud-card {		
		width: 25%;

	}
}


@media screen and (max-width:700px) {
	.cloud-wrapper .cloud-card {		
		width: 100%;

	}
}
.cloud-card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.cloud-card-text {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.cloud-card-image-back {
    width: 50%;
    height: 200px;
    background: url(../images/cloud001.png) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}

.cloud-card-image .cloud-card-image-back {
    z-index: 0;
    position: absolute;
}

.cloud-card-image-title {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 200px;
    position: absolute;
    z-index: 1;
}

.cloud-wrapper .cloud-card:hover .cloud-scale {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.cloud-wrapper .cloud-card:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
    -moz-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
    box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
}

.cloud-card-image-back01 {
    width: 100%;
    height: 200px;
    background: url(../images/cloud001.jpg) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}

.cloud-card-image-back02 {
    width: 100%;
    height: 200px;
    background: url(../images/cloud002.jpg) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}

.cloud-card-image-back03 {
    width: 100%;
    height: 200px;
    background: url(../images/cloud003.jpg) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}

.cloud-card-image-back04 {
    width: 100%;
    height: 200px;
    background: url(../images/cloud004.jpg) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}

.cloud-card-image-back05 {
    width: 100%;
    height: 200px;
    background: url(../images/cloud005.jpg) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}

.cloud-card-image-back06 {
    width: 100%;
    height: 200px;
    background: url(../images/cloud006.jpg) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}

.cloud-card-image-back07 {
    width: 100%;
    height: 200px;
    background: url(../images/cloud007.jpg) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}

.cloud-card-image-back08 {
    width: 100%;
    height: 200px;
    background: url(../images/cloud008.jpg) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 0;
    position: absolute;
}
/*分页*/
.pages {
	height: 26px;
	padding: 30px 0;
	margin-top: 5px;
	clear: both;
	line-height: 36px;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.pages li {
	float: left;
	margin-right: 5px;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
}
.pages li a:hover {
	border: 1px solid #333;
	background: #333;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}
.pages .current a {
	border: 1px solid #009465;
	background: #009465;
	color: #fff;
}

/*产品详情页面轮播图*/

.slick-slider {
  position:relative;
  display:block;
  box-sizing:border-box;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
  -khtml-user-select:none;
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -webkit-tap-highlight-color:transparent
}
.slick-list {
  position:relative;
  display:block;
  overflow:hidden;
  margin:0;
  padding:0
}
.slick-list:focus {
  outline:none
}
.slick-list.dragging {
  cursor:pointer;
  cursor:hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform:translate3d(0, 0, 0);
  -moz-transform:translate3d(0, 0, 0);
  -ms-transform:translate3d(0, 0, 0);
  -o-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0)
}
.slick-track {
  position:relative;
  top:0;
  left:0;
  display:block
}
.slick-track:before, .slick-track:after {
  display:table;
  content:''
}
.slick-track:after {
  clear:both
}
.slick-loading .slick-track {
  visibility:hidden
}
.slick-slide {
  display:none;
  float:left;
  height:100%;
  min-height:1px
}
[dir='rtl'] .slick-slide {
  float:right
}
.slick-slide img {
  display:block;
    margin: 0 auto;
}
.slick-slide.slick-loading img {
  display:none
}
.slick-slide.dragging img {
  pointer-events:none
}
.slick-initialized .slick-slide {
  display:block
}
.slick-loading .slick-slide {
  visibility:hidden
}
.slick-vertical .slick-slide {
  display:block;
  height:auto;
  border:1px solid transparent
}
.slick-arrow.slick-hidden {
  display:none
}
@charset 'UTF-8';
.slick-loading .slick-list {
  background:#fff url('../images/ajax-loader.gif') center center no-repeat
}

.slick-prev, .slick-next {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:20px;
  height:20px;
  padding:0;
  -webkit-transform:translate(0, -50%);
  -ms-transform:translate(0, -50%);
  transform:translate(0, -50%);
  cursor:pointer;
  color:transparent;
  border:none;
  outline:none;
  background:transparent
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color:transparent;
  outline:none;
  background:transparent
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity:1
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity:.25
}
.slick-prev:before, .slick-next:before {
  font-family:'slick';
  font-size:20px;
  line-height:1;
  opacity:.75;
  color:white;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.slick-prev {
  left:-25px
}
[dir='rtl'] .slick-prev {
  right:-25px;
  left:auto
}
.slick-prev:before {
  content:'\f104'
}
[dir='rtl'] .slick-prev:before {
  content:'\f104'
}
.slick-next {
  right:-25px
}
[dir='rtl'] .slick-next {
  right:auto;
  left:-25px
}
.slick-next:before {
  content:'\f105'
}
[dir='rtl'] .slick-next:before {
  content:'\f105'
}
.slick-dots {
  bottom:-25px;
  display:block;
  width:100%;
  padding:0;
  margin:0;
  list-style:none;
  text-align:center
}
.slick-dots li {
  position:relative;
  display:inline-block;
  width:40px;
  height:40px;
    border: 2px solid #ddd;
  margin:0 5px;
  padding:0;
  cursor:pointer;
}
.slick-dots li button {
  font-size:0;
  line-height:0;
  display:block;
  width:40px;
  height:40px;
  padding:5px;
  cursor:pointer;
  color:transparent;
  border:0;
  outline:none;
  background:transparent
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline:none
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity:1
}
.slick-dots li button:before {
  font-family:'slick';
  font-size:6px;
  line-height:20px;
  position:absolute;
  top:0;
  left:0;
  width:20px;
  height:20px;
  content:'â€¢';
  text-align:center;
  opacity:.25;
  color:black;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.slick-dots li.slick-active button:before {
  opacity:.75;
  color:black
}
.ey-showimg-con, .img-paralist {
  margin-top:30px;
  list-style:none;
}
.ey-imgs-slick.slick-dotted {
    padding-bottom: 80px;
}
.ey-imgs-slick {
    min-height: 150px;
}
.ey-imgs-slick .slick-dots li.slick-active {
    border-color: #ff6f06;
}
.ey-imgs-slick .slick-arrow i {
    font-size: 50px;
    color: #999;
}

/*用户留言表单*/
.white-pink {
	    margin-left: auto;
	         margin-right: auto;
	         max-width: 1200px;
	         background: # FFF;
	         padding: 30px 30px 20px 30px;
	         box-shadow: rgba(187, 187, 187, 1) 0 0px 20px -1px;
	         -webkit-box-shadow: rgba(187, 187, 187, 1) 0 0px 20px -1px;
	         font: 18px Arial, Helvetica, sans-serif;
	         color: # 666;
	         border-radius: 10px;
	         -webkit-border-radius: 10px;
}

.white-pink h1 {
	         font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	         padding: 0px 0px 10px 40px;
	         display: block;
	         border-bottom: 1px solid # F5F5F5;
	         margin: -10px -30px 10px -30px;
	         color: # 969696;
}

.white-pink h1>span {
	         display: block;
	         font-size: 11px;
	         color: # C4C2C2;
}

.white-pink label {
	         display: block;
	         margin: 0px 0px 5px;
}

.white-pink label>span {
	         float: left;
	         width: 20%;
	         text-align: right;
	         padding-right: 10px;
	         margin-top: 10px;
	         color: # 969696;
}

.white-pink input[type="text"], .white-pink input[type="email"], .white-pink textarea,.white-pink select {
	         color: # 555;
	         width: 70%;
	         padding: 3px 0px 3px 5px;
	         margin-top: 2px;
	         margin-right: 6px;
	         margin-bottom: 16px;
	         border: 1px solid # e5e5e5;
	         background: # fbfbfb;
	         height: 25px;
	         line-height: 15px;
	         outline: 0;
	         -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	         box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}

.white-pink input[type="tel"], .white-pink input[type="text"], .white-pink textarea,.white-pink select {
	         color: # 555;
	         width: 70%;
	         padding: 3px 0px 3px 5px;
	         margin-top: 2px;
	         margin-right: 6px;
	         margin-bottom: 16px;
	         border: 0px solid # e5e5e5;
	         background: # fbfbfb;
	         height: 25px;
	         line-height: 15px;
	         outline: 0;
	         -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	         box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}

.white-pink textarea {
	         height: 100px;
	         padding: 5px 0px 0px 5px;
	         width: 70%;
}

.white-pink .button {
	         -moz-box-shadow: inset 0px 1px 0px 0px # fbafe3;
	         -webkit-box-shadow: inset 0px 1px 0px 0px # fbafe3;
	         box-shadow: inset 0px 1px 0px 0px # fbafe3;
	         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, # ff5bb0), color-stop(1, # ef027d) );
	         background: -moz-linear-gradient( center top, # ff5bb0 5%, # ef027d 100% );
	         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='# ff5bb0', endColorstr='# ef027d');
	         background-color: # ff5bb0;
	         border-radius: 9px;
	         -webkit-border-radius: 9px;
	         -moz-border-border-radius: 9px;
	         border: 1px solid # ee1eb5;
	         display: inline-block;
	         color: # ffffff;
	         font-family: Arial;
	         font-size: 15px;
	         font-weight: bold;
	         font-style: normal;
	         height: 40px;
	         line-height: 30px;
	         width: 100px;
	         text-decoration: none;
	         text-align: center;
	         text-shadow: 1px 1px 0px # c70067;
}

.white-pink .button:hover {
	         background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, # ef027d), color-stop(1, # ff5bb0) );
	         background: -moz-linear-gradient( center top, # ef027d 5%, # ff5bb0 100% );
	         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='# ef027d', endColorstr='# ff5bb0');
	         background-color: # ef027d;
}

.white-pink .button:active {
	         position: relative;
	         top: 1px;
}

.white-pink select {
	         background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, # FBFBFB 0%, # E9E9E9 100%);
	         background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,# FBFBFB), color-stop(100%,# E9E9E9));
	         appearance: none;
	         -webkit-appearance: none;
	         -moz-appearance: none;
	         text-indent: 0.01px;
	         text-overflow: '';
	         width: 70%;
	         line-height: 15px;
	         height: 30px;
}

/*产品中心*/
.product-list {
	padding-top: 30px;
}
.product-list ul {
	margin: 0 -5px;
	padding-bottom: 20px;
}
.product-list li {
	padding: 0 5px;
	margin: 0 0 10px 0;
}
.product-list li a {
	border: 1px solid #e3e3eb;
	display: block;
}
.product-list li img {
	display: block;
	margin: 0 auto;
}
.product-list li .pro-img {
	background-color: #eaebf5;
}
.product-list li .pro-text {
	border-top: 1px solid #e3e3eb;
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 45px;
	color: #58596d;
}
 @media (min-width: 1024px) {
.product-list {
	padding-top: 57px;
	padding-bottom: 20px;
}
.product-list ul {
	padding-bottom: 30px;
}
.product-list li:hover img {
	-webkit-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}
.product-list li a {
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.product-list li .pro-img {
	overflow: hidden;
}
.product-list li .pro-img img {
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	transition: all ease 0.7s;
}
.product-list li .pro-text {
	font-size: 16px;
}
.product-list li:hover .pro-text {
	color: #009465;
}
.product-list li:hover a {
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

 @media (min-width: 1199px) {
.product-list ul {
	margin: 0 -15px;
}
.product-list li {
	padding: 0 15px;
	margin: 0 0 30px 0;
}
.product-list li .pro-text {
	line-height: 83px;
}

.commonweb {
	padding: 0px 15px;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
 *zoom: 1;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/*产品详情*/
.product-detail .mainimg-info {
	border: 1px solid #ebebeb;
}
/*产品轮播图大小*/
.product-detail .mainimg-info img {
	display: block;
	margin: 0 auto;
	width: 80%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.product-detail .maintxt-info {
	padding: 20px 0 0 0;
	line-height: 24px;
}
.product-detail .maintxt-info .name {
	color: #757575;
	padding: 15px 0;
	font-size: 14px;
}
.product-detail .maintxt-info .desc {
	border-top: 1px solid #eeeeee;
	color: #929292;
	padding: 15px 0 0 0;
}
 @media (min-width: 1024px) {
.product-detail {
	padding-top: 50px;
}
.product-detail .mainimg-info {
	float: left;
	width: 60%;
	max-width: 500px;
	
}
.product-detail .maintxt-info {
	overflow: hidden;
	padding: 0 0 0 20px;
}
}
 @media (min-width: 1199px) {
.product-detail {
	padding-top: 98px;
	padding-bottom: 71px;
}
.product-detail .maintxt-info {
	padding: 20px 20px 0 60px;
	
}
.product-detail .maintxt-info .name {
	font-size: 16px;
	line-height: 30px;
	padding: 29px 0 19px;
}
.product-detail .maintxt-info .desc {
	line-height: 10px;
	padding: 21px 0 0 0;
	max-width: 510px;
	font-size:16px;
}
}
.pro-datial-tab {
	color: #929292;
	padding-bottom: 25px;
}
/*20181107*/
.minimg-wrapper {
	overflow: hidden;
	position: relative;
}
.tab-options {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	background-color: #ffffff;
}
.tab-options a {
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
	position: relative;
	font-size: 16px;
	line-height: 40px;
	margin: 0 5px;
}
.tab-options a:after {
	content: "";
	height: 3px;
	position: absolute;
	bottom: -1px;
	left: 51%;
	right: 51%;
	z-index: -1;
	background-color: #0c337f;
	-o-transition-property: left, right;
	-moz-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-property: left, right;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
.tab-options a:hover:after, .tab-options a.cur:after {
	left: 0;
	right: 0;
	z-index: 1;
}
.pro-title {
	padding: 0 0 10px 0;
	color: #4c4c4c;
	font-size: 16px;
}
.pro-title img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.comtablemin {
	text-align: center;
}
.Features {
	border-bottom: 1px solid #e6e6e6;
}
 @media (min-width: 1024px) {
.pro-datial-tab {
	line-height: 30px;
}
.tab-options {
	height: 68px;
}
.tab-options a {
	line-height: 67px;
	margin: 0 47px;
	font-size: 20px;
}
.pro-title {
	font-size: 20px;
	padding: 0 0 16px 0;
}
.Features {
	padding-top: 71px;
	padding-bottom: 52px;
}
.Technical {
	padding-top: 40px;
}
.tab-optionsbox {
	height: 68px;
}
}

/*2018.11.16*/
.prodatile-btn {
	display: block;
	width: 30px;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 5;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
	transition: all ease 0.5s;
}
.prodatile-prev {
	background-image: url(../images/prevho.png);
	left: 0;
}
.prodatile-next {
	background-image: url(../images/nextho.png);
	right: 0;
}
 @media (min-width: 1024px) {
.prodatile-btn {
	background-size: 42px;
	width: 50px;
}
.prodatile-prev {
	background-position-x: -50px;
}
.prodatile-prev:hover {
	background-position-x: 0;
}
.prodatile-next {
	background-position-x: 50px;
}
.prodatile-next:hover {
	background-position-x: 0;
}

/*弹窗*/
.probg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: black;
	z-index: 90;
	display: none;
	opacity: 0.7;
}
.thumb-popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
.thumb-wraper {
	width: 80%;
	position: fixed;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	word-wrap: break-word;
	line-height: 28px;
	z-index: 9;
}
.thumb-copy-wrapper {
	position: relative;
	overflow: hidden;
}
.thumb-popup .swiper-wrapper {
	width: 100%;
}
.thumb-popup .swiper-wrapper li {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
}
.thumb-popup .swiper-wrapper li img {
	display: block;
	max-width: 100%;
	max-height: 70%;
	position: relative;
	top: 50%;
	left: 50%;
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
}
.thumb-popup .close {
	width: 35px;
	height: 35px;
	position: fixed;
	display: block;
	top: 20px;
	right: 3%;
	background-image: url(../images/winco04.png);
	background-position: center center;
	background-repeat: no-repeat;
	-o-background-size: 12px auto;
	background-size: 12px auto;
	cursor: pointer;
	z-index: 99;
	background-color: #009465;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.banner-btn {
	cursor: pointer;
}
.swiper-left {
	left: -40px;
}
.swiper-right {
	right: -40px;
	background-position: right 0;
}
.popup-btn {
	position: fixed;
	width: 50px;
	height: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1000;
}
.popup-btn:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.swiper-left:after {
	border-right: 15px solid #fff;
}
.swiper-right:after {
	border-left: 15px solid #fff;
}
.popup-btn:hover {
	border-color: #fff;
}
.thumb-text {
	text-align: center;
	font-size: 16px;
	padding: 20px 0;
	color: #fff;
	bottom: 20%;
	width: 100%;
	left: 0;
	position: absolute;
	left: 50%;
	max-width: 1200px;
	transform: translateX(-50%);
}

/*自适应代码*/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.show {
	display: block !important;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-5 {
	width: 41.66666667%;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

 @media (max-width: 320px) {
	 
}

 @media (min-width: 768px) {
.commonweb {
	padding: 0px 20px;
}
.commonwebbox {
	margin-left: -10px;
	margin-right: -10px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.visible-sm {
	display: block;
}
.hidden-sm {
	display: none;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
}

 @media (min-width: 992px) {
.commonweb {
	padding: 0px 40px;
}
.commonwebbox {
	margin-left: -10px;
	margin-right: -10px;
}
.visible-md {
	display: block;
}
.hidden-md {
	display: none;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.commonleft {
	float: left;
}
.commonright {
	float: right;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
}


 @media (min-width: 1200px) {
html {
	cursor: default;
}
.commonleft {
	float: left;
}
.visible-lg2 {
	display: inline-block;
}
.hidden-lg {
	display: none;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.col-lg-12 {
	width: 100%;
}
.commonright {
	float: right;
}
.visible-lg {
	display: block;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
}
 @media (min-width: 1260px) {
.commonweb {
	margin: 0px auto;
	max-width: 1200px;
	padding: 0;
}
}

/*swiper slide pigination */

.ipages {
	position: absolute;
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 10px;
	z-index: 10;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.ipages span {
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
	width: 10px;
	height: 10px;
	border: 2px solid #8e8987;
	margin: 0 6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: none;
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.ipages .swiper-pagination-bullet-active {
	background-color: #009465;
	border-color: #009465;
}
.indexbanner li a img {
	display: block;
	width: 100%;
	position: relative;
}
 @media (min-width: 1024px) {
.indexbanner .ipages {
	bottom: 20px;
}
.ipages span {
	width: 12px;
	height: 12px;
}
}

.index-text .en {
	font-family: 'raleway';
	text-transform: uppercase;
	font-weight: bold;
	color: #009465;
	padding: 5px 0 0 0;
}
.index-btn {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	position: absolute;
	z-index: 3;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	-moz-background-size: 30px;
	-o-background-size: 30px;
	background-size: 30px;
}
.index-btn.index-prev {
	background-image: url(../images/prev.png);
	left: 0;
}
.index-btn.index-prev:hover {
	background-image: url(../images/prevho.png);
}
.index-btn.index-next {
	background-image: url(../images/next.png);
	right: 0;
}
.index-btn.index-next:hover {
	background-image: url(../images/nextho.png);
}
.index-more a {
	display: inline-block;
	border: 2px solid #e1e1e4;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	padding: 0 20px;
	color: #6e6f7b;
	font-size: 13px;
}
 @media (min-width: 1024px) {
.index-text .en {
	padding: 13px 0 0 0;
}
.index-btn {
	width: 46px;
	height: 46px;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}
.index-btn.index-prev {
	left: -30px;
}
.index-btn.index-next {
	right: -30px;
}
.index-more a {
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	height: 60px;
	line-height: 60px;
	padding: 0 46px;
}
.index-more a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #009465;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	-moz-transition-property: transform, -moz-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.index-more a:hover {
	color: #ffffff;
	border-color: #ffffff;
}
.index-more a:hover:before {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
}
 @media (min-width: 1400px) {
.index-btn.index-prev {
	left: -80px;
}
.index-btn.index-next {
	right: -80px;
}
}
 @media (min-width: 1440px) {
.index-btn.index-prev {
	left: -106px;
}
.index-btn.index-next {
	right: -106px;
}
}


/*View product产品参数表格样式*/
/*产品详情参数table样式*/
.table {
  border-collapse: collapse;
  border: 1px solid black;
  width:95%;
}

tr:nth-child(even) {background-color: #f2f2f2;}

th {
  background-color: #b2b2b3;
  color: white;
}

tr:hover {background-color: #f5f5f5;}

/*Error Section*/

.error-section{
    position:relative;
    padding: 210px 0px 225px;
    background-repeat:no-repeat;
    background-size:cover;
}

.error-section .content{
    position:relative;
    text-align:center;
}

.error-section:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    background-color: rgb(31 31 32 / 0%);
}

.error-section h1{
    position:relative;
    font-size:200px;
    font-weight:800;
    line-height:1em;
    margin-bottom:10px;
    font-family: 'Open Sans', sans-serif;
}

.error-section h2{
    position:relative;
    color:#ffffff;
    font-size: 66px;
    font-weight: 700;
    line-height:1.2em;
    margin-bottom:10px;
}

.error-section .text{
    position:relative;
    color:#ffffff;
    font-size: 28px;
    font-weight:500;
    margin-top:10px;
    margin-bottom: 50px;
}

.error-section .theme-btn{
    color:#fff;
    font-size:23px;
    padding:19px 46px;
}

.error-section .theme-btn:hover{
    background-color: #fff;
}


/*brands sprites*/

.sprite {display: inline-block; vertical-align: middle;}
.sprite {background-image: url(../images/brand/brands.png); background-position: left center; background-repeat: no-repeat;}
.sprite.firelli_png {background-position: 0 0; width: 150px; height: 75px;}
.sprite.fotile_png {background-position: -185px 0; width: 150px; height: 75px;}
.sprite.geatwall_png {background-position: -370px 0; width: 150px; height: 75px;}
.sprite.geely_png {background-position: -555px 0; width: 150px; height: 75px;}
.sprite.haval_png {background-position: -740px 0; width: 150px; height: 75px;}
.sprite.huarun_png {background-position: -925px 0; width: 150px; height: 75px;}
.sprite.jiaomei_png {background-position: -1110px 0; width: 150px; height: 75px;}
.sprite.lg_png {background-position: -1295px 0; width: 150px; height: 75px;}
.sprite.midea_png {background-position: -1480px 0; width: 150px; height: 75px;}
.sprite.samsung_png {background-position: -1665px 0; width: 150px; height: 75px;}
.sprite.simens_png {background-position: -1850px 0; width: 150px; height: 75px;}
.sprite.siton_png {background-position: -2035px 0; width: 150px; height: 75px;}
.sprite.tcl_png {background-position: -2220px 0; width: 150px; height: 75px;}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot);src:url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}