/***************************************************************************************************************
||||||||||||||||||||||||||||       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
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1. common styles
*/
body {
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 24px;
	color: #848484;
}

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

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: 15px;
	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: #000;
	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: rgba(255, 255, 255, 0.9);
}

.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: #ffc107;
	position: fixed;
	bottom: 40px;
	right: 40px;
	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: #222222;
}

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

/*
* 2. topbar styles
*/
.topbar-one {
	background-color: #1B1C38;
	padding: 13px 0;
}

.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: 13px;*/
	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: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}



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

.topbar-one__link {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	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: #fff;
	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: 17px;
	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 #21bcd8;
	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: 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>.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 #21bcd8;
	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;
}

.site-header__header-one .header-navigation .logo-box {
	/* background-color: #21bcd8; */
	padding: 26.15px 41.5px;
}

.site-header__header-one .header-navigation .logo-box::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 60px;
	/* background-color: #21bcd8; */
	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: 17px;
	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: #21bcd8;
}

.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: #21bcd8;
}

.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: #21bcd8;
}

.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: #21bcd8; */
	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;
}

.site-header__home-one .stricked-menu .logo-box {
	padding-top: 15px;
	padding-bottom: 5px;
}

.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: 17px;
	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: #21bcd8;
	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: -100px;
}

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

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

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

.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;
}

.about-one__feature-text {
	margin: 0;
	font-size: 15px;
	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;
}

.about-two__text {
	font-size: 15px;
	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: 15px;
	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: #21bcd8;
	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: 15px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.7);
}

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

.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-google-plus {
	background-color: #dd4b39;
}

.footer-widget__social a.fa-google-plus:hover {
	color: #dd4b39;
	background-color: #fff;
}

.footer-widget__social a.fa-dribbble {
	background-color: #EA4C89;
}

.footer-widget__social a.fa-dribbble:hover {
	color: #EA4C89;
	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__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: 15px;
	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: #16172E;
}

.site-footer__upper {
	padding-top: 125px;
	padding-bottom: 100px;
}

@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: 10px;
	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: 10px;
	color: #cdced1;
	margin-left: 1px;
	margin-right: 1px;
}

.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: 52px;
	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-image: url(../images/backgrounds/inner-banner-bg-1-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* ä¿æŒæ¯”ä¾‹ */
    width: 100%;
    aspect-ratio: 50 / 10; /* å®½é«˜æ¯”ï¼Œè‡ªåŠ¨ç¼©æ”¾ */
}

/* é®ç½© */
.inner-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.65);
}

.inner-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.inner-banner__title {
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
}

.inner-banner .thm-breadcrumb {
    font-size: 1.5vw;
    color: #fff;
}

/* ç§»åŠ¨ç«¯ä¼˜åŒ– */
@media (max-width: 768px) {
    .inner-banner__title {
        font-size: 6vw;
    }
    .inner-banner .thm-breadcrumb {
        font-size: 3vw;
    }

    .inner-banner {
        aspect-ratio: auto; /* è®©ç§»åŠ¨ç«¯è‡ªç”±é«˜åº¦ */
        height: auto;
        min-height: 120px;   /* å¯ä»¥è®¾ç½®ä¸€ä¸ªæœ€å°é«˜åº¦ */
    }
    .inner-banner .current{
display: none;
    }
}



.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 span {
    margin-left: 13px;
    font-size: 16px;
}
.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: #21bcd8;
}

.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: rgba(8, 18, 109, 0.08);
	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: #21bcd8;
}

.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;
    width: 100%;
    aspect-ratio: 2 / 1; /* 360:240 = 3:2 */
}
.blog-one__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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: #21bcd8;
}

.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: #21bcd8;
}

.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 {

}
.faq-page .accrodion-grp .accrodion h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 3px 0;
	cursor: pointer;
}
.faq-page .accrodion-grp .accrodion p {
	border-style: solid;
	border-width: 1px;
	border-color: #e6e6e6;
	padding: 33px 0;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

.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;
    width: 100%;
    aspect-ratio: 2 / 1; /* 360:240 = 3:2 */
}

.service-one__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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;
}

.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:#ff5860;
}
.service-one__single:hover .service-one__title a,
.service-one__single:hover .service-one__single i {
	color: #fff;
}

.service-one__text {
	margin: 0;
	color: #848484;
	font-size: 15px;
	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);
}

.project-one__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 88, 96, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	/* padding-left: 40px; */
	padding-bottom: 40%;
	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;
}

.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: #21bcd8;
	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: #21bcd8;
	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: #21bcd8;
	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: #21bcd8;
	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: 100000px;
	background-color: #21bcd8;
	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: 50px;
}

.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/testi-bg-4.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: #21bcd8;
	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: #21bcd8;
	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: #21bcd8;
}

.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: 50px 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: 100%;
	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__text strong{
padding-right: 10px;
    min-width: 50%;
    font-weight: normal;
    display: inline-block;
}
.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;
	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: #000 !important;
	border-color: #000 !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 0px;
	font-size: 100%;
	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 .tab-content img{
    max-width: 100%;
    margin: 0 auto;
 
    ax-width: 100% !important;
    height: auto !important;
    width: calc(25% - 1.5vw) !important;
}
.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: #000;
	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: #000;
}

.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;
}
.entry-content table {
    margin-bottom: 15px;
    max-width: 100%;
    font-size: unset;
    border: 1px solid rgba(0,0,0,.085);
    overflow-x: auto;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(left,ellipse,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 75%) 0 center,radial-gradient(right,ellipse,rgba(0,0,0,.2) 0,rgba(0,0,0,0) 75%) 100% center;
    background-size: 10px 100%,10px 100%;
    background-attachment: scroll,scroll;
    background-repeat: no-repeat
}

.entry-content table tr:nth-child(odd),.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #fbfbfb
}

.entry-content table th,.entry-content table td {
    padding: 6px 10px;
    font-size: unset;
    border: 1px solid rgba(0,0,0,.085);
    word-wrap: break-word
}

.entry-content table th {
    text-align: left;
    background: rgba(0,0,0,.015)
}

.entry-content table p {
    margin-bottom: 0
}

/*æ‡’åŠ è½½*/
/* åˆ—è¡¨å•†å“å›¾ç‰‡å®¹å™¨ */
.shop-one__image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f3f4f6;
    border-radius: 12px;              /* åœ†è§’ */
    border: 1px solid #eee;
}

/* éª¨æž¶å± */
.img-loading {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        100deg,
        #f3f4f6 30%,
        #e5e7eb 40%,
        #f3f4f6 50%
    );
    background-size: 300% 100%;
    animation: skeleton 1.6s ease-in-out infinite;
}

/* éª¨æž¶åŠ¨ç”» */
@keyframes skeleton {
    0% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}

/* å•†å“å›¾ */
.lazy-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.06);
    transition: opacity .5s ease, transform .6s cubic-bezier(.22,.61,.36,1);
}

/* å›¾ç‰‡å‡ºçŽ° */
.shop-one__image.loaded .lazy-img {
    opacity: 1;
    transform: scale(1);
}

/* éšè—éª¨æž¶ */
.shop-one__image.loaded .img-loading {
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}
/* å†…å®¹å•†å“å›¾ç‰‡å®¹å™¨ */
.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: rgba(0,0,0,0.45);
    border-radius: 50%;
    border: none;
    z-index: 10;
    cursor: pointer;
}

.arrow-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%);
}

/* å·¦ç®­å¤´ */
.carousel-control-prev.arrow-btn {
    left: 10px;
}
.carousel-control-prev.arrow-btn::before {
    transform: translate(-50%, -50%) rotate(-135deg);
}

/* å³ç®­å¤´ */
.carousel-control-next.arrow-btn {
    right: 10px;
}
.carousel-control-next.arrow-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

/* hover æ•ˆæžœ */
.arrow-btn:hover {
    background: rgba(0,0,0,0.7);
}
/*å€’è®¡æ—¶*/
.discount-container {
    display: flex;
    justify-content: space-between; /* æŠ˜æ‰£åœ¨å·¦ï¼Œå€’è®¡æ—¶åœ¨å³ */
    align-items: center;
    background-color: #000; /* çº¢è‰²èƒŒæ™¯ */
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.countdown-text {
    display: flex;
    gap: 4px;
}

.time-box {
    background-color: #fff;
    color: #000;
    padding: 2px 6px;
    border-radius: 3px;
    min-width: 30px;
    text-align: center;
    font-weight: bold;
}

.time-sep {
    color: #fff;
    font-weight: bold;
}
/*åº“å­˜ç™¾åˆ†æ¯”*/
img[data-dominant-color]:not(.has-transparency) { background-color: var(--dominant-color); }
/* Product inventory and Countdown css */
.product__inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product__inventory > span {
  color: #000;
}
.product-variant-inventory {
  max-width: 50rem;
  margin-bottom: 15px;
}
.product__countdown {
  display: flex;
}
.product__details_countdown .product__countdown > div + div {
  margin-left: 10px;
}
.product__countdown > * span {
  line-height: 1.8rem;
}
.product__details_countdown .product__countdown .countdown__inner {
  display: flex;
  flex-direction: column;
}
.product__details_countdown .product__countdown .countdown-item {
  position: relative;
}
.product__details_countdown span.countdown__labels {
  font-size: 1.6rem;
}
.product__details_countdown .product__countdown > * {
  text-align: center;
  background: var(--countdown-background);
  color: var(--countdown-foreground);
  border-radius: 3px;
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
}
span.countdown__label {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
}
.timer__icon {
  width: 2.2rem;
  margin-right: 0.8rem;
}
.product__countdown {
  background-color: transparent;
}
.stock_countdown_progress {
  width: 100%;
  background: var(--progress-bar-background);
  height: 6px;
  border-radius: 3px;
  position: relative; /* ä¸ºç»å¯¹å®šä½æä¾›å‚è€ƒ */
}
.stock_progress_bar {
  display: block;
  background: #000;
  height: 100%;
  border-radius: 3px 0 0 3px;
  transition: width 2.5s ease;
}
.stock_percent {
  position: absolute;
  transform: translateX(-50%);
  top: -20px;  /*ç™¾åˆ†æ¯”æ˜¾ç¤ºåœ¨è¿›åº¦æ¡ä¸Šæ–¹ï¼Œå¯è°ƒæ•´ */
  color: #000; /* å¯æ ¹æ®éœ€æ±‚æ”¹ä¸ºç™½è‰²æˆ–çº¢è‰² */
  font-weight: bold;
  font-size: 1rem;
  pointer-events: none;
}
.stock__inventgory--status {
  margin-bottom: 5px;
}

/* ç§»åŠ¨ç«¯éšè— */
@media (max-width: 767px) {
  .topbar-one {
    display: none;
  }
}

/* å¹³æ¿ç«¯å¯èƒ½ä¹Ÿéšè—ï¼Œæˆ–è€…è°ƒæ•´æ˜¾ç¤º */
@media (min-width: 768px) and (max-width: 991px) {
  .topbar-one {
    /* å¯ä»¥è°ƒæ•´å­—ä½“å¤§å°æˆ–å¸ƒå±€ */
    font-size: 12px;
  }
}

/* æ¡Œé¢ç«¯æ­£å¸¸æ˜¾ç¤º */
@media (min-width: 992px) {
  .topbar-one {
    display: block;
  }
}
/* æ‚¬æµ®è”ç³»æ–¹å¼ */
    .zopim:nth-child(1) {
        display:none;
    } 
    .otGroupButton .cart_count {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -7px;
        top: -2px;
        font-weight: bold;
        background-color: rgb(85, 123, 151);
        color: rgb(255, 255, 255);
        min-width: 1em;
        height: 1em;
        border-radius: 50%;
        font-weight: normal;
        font-size: 16px;
        padding: 5px 0; 
    }
   .cta_group_preview {
      position: fixed;
      z-index: 99999;
      height: fit-content;
    }

    .ot-btn-text-icon,
    .ot-btn-item {
      text-decoration: none!important;
    }
    
    .cta_group_preview.position_left  {
      position: fixed;
      bottom: 10%;
      left: 20px;
    }
    
    .cta_group_preview .ot-btn-item.has_text.icon_text,
    .cta_group_preview .ot-btn-item.has_text.only_text {
      width: max-content; 
    }
     
    .cta_group_preview .ot-btn-item.has_text.icon_text .ot-btn-item-child {
      display: flex;
    }
    
    .ot-btn-text-icon {
      margin-left: 5px;
    }
    
    .cta_group_preview .ot-btn-item.has_text.only_text .ot-btn-item-child {
      display: block;
    }
    
    .cta_group_preview .ot-btn-item.has_text.hover_text .ot-btn-text-icon {
      opacity: 0; 
      width: 0;
      overflow: hidden;  
      transition: 0.2s; 
      margin-left: 0;
    } 
    .cta_group_preview .ot-btn-item.has_text.hover_text:hover .ot-btn-text-icon {
      padding-right: 5px; 
      width: max-content;
      opacity: 1;  
      margin-left: 5px;
    } 
    
    .cta_group_preview .ot-btn-item.only_icon .ot-btn-text-icon {
      display: none;
    }
    
    .cta_group_preview .ot-btn-item.only_text .ot-btn-icon {
      display: none;
    } 

    .position_left .ot-btn-item {
      margin-right: auto;
    }

    .position_right .ot-btn-item {
      margin-left: auto;
    }
    .ot-btn-icon  {
      display: flex;
    }
    
    .cta_group_preview.vertical {
      bottom: 10%;
    }
    
    .cta_group_preview.horizontal {
      bottom: 20px;
      display: flex;
    }
    
    .cta_group_preview.position_right  {
      position: fixed;
      bottom: 10%;
      right: 20px;
    }
    
    .cta_group_preview.position_bottom  {
      position: fixed;
      bottom: 10px;
    }

    .cta_group_preview.position_top  {
      position: fixed;
      top: 10px;
    }
    
    .vertical .ot-btn-item{
      display: block;
    }
    
    .horizontal .ot-btn-item{
      display: inline-block;
    }
    
    .style1 .ot-btn-item {
      border-radius: 5px;
      margin-bottom: 5px;
    }
    
    .style1 .ot-btn-item {
      border-radius: 0;
      margin-bottom: 5px;
    }
    
    .style2 .ot-btn-item {
      border-radius: 5px;
      margin-bottom: 5px;
    }
    
    .style3 .ot-btn-item {
      border-radius: 50%;
      margin-bottom: 5px;
    }
    
    .style4 .ot-btn-item {
      border-radius: 50% 5px 50% 50%;
      margin-bottom: 5px;
    }

    .style5 .ot-btn-item {
      border-radius: 5px 50% 50% 50%;
      margin-bottom: 5px;
    }
    
    .style6 .ot-btn-item {
      border-radius: 50% 50% 5px 50%;
      margin-bottom: 5px;
    }
    
    .style7 .ot-btn-item {
      border-radius: 50% 50% 50% 5px;
      margin-bottom: 5px;
    }
    
    .small .ot-btn-item {
        width: 32px;
        height: 32px;
        padding: 7px;
      }
      
      .medium .ot-btn-item {
        width: 40px;
        height: 40px;
        padding: 9px;
      }
      
      .large .ot-btn-item {
        width: 48px;
        height: 48px;
        padding: 10px;
      }
      
      .small .ot-btn-icon,
      .small .ot-btn-icon img,
      .small .ot-btn-icon svg {
        width: 18px;
        height: 18px;
        line-height: 32px;
        opacity: 1;
      }
      
      .medium .ot-btn-icon,
      .medium .ot-btn-icon img,
      .medium .ot-btn-icon svg {
        width: 22px;
        height: 22px;
        line-height: 40px;
        opacity: 1;
      }
      
      .large .ot-btn-icon,
      .large .ot-btn-icon img,
      .large .ot-btn-icon svg {
        width: 28px;
        height: 28px;
        line-height: 48px;  
        opacity: 1;
      }
      
      .small .ot-btn-text-icon {
        font-size: 14px;
        line-height: 16px;
      }
      
      .medium .ot-btn-text-icon {
        font-size: 16px;
        line-height: 20px;
      }
      
      .large .ot-btn-text-icon {
        font-size: 18px;
        line-height: 24px;
      }
    
    .ot-btn-item {
      display: block;
      background-color: #000000;
      opacity: 1;
      margin-right: 5px;
      margin-top: 5px;
      margin-bottom: 5px;
    box-shadow: 2px 2px 11px 2px rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, .10);
    }
    
    .ot-btn-item:hover  {
      cursor: pointer;
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .16), 0 4px 15px 0 rgba(0, 0, 0, .13);
      opacity: 0.9!important;
    }
    
    .ot-btn-item .ot-btn-item-child {
      display: inline-block;
      width: 100%;
      height: 100%;
      text-align: center;
    }

    .ot-btn-item:hover {
      animation: 0.5s linear animateButton;
    }
    .rotate_up{

    }

    .rotate_left {
        transform: rotate(270deg);
    }

    .rotate_left .ot-btn-icon {
        transform: rotate(90deg);
    }

    .rotate_right {
        transform: rotate(90deg);
    }

    .rotate_right .ot-btn-icon {
        transform: rotate(-90deg);
    }
    
    @keyframes animateButton {
      0% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-5px);
      }
      100% {
        transform: translateY(0);
      }
    }   

    /* ç§»åŠ¨ç«¯é€‚é… - å¼€å§‹ */
    @media screen and (max-width: 768px) {
      /* åŽŸæœ‰çš„ä½ç½®è°ƒæ•´ */
      .cta_group_preview.position_right {
         right: 5px;
     }

     .cta_group_preview.position_left {
         left: 5px;
      }
      
      /* æ–°å¢žï¼šç§»åŠ¨ç«¯åº•éƒ¨å¯¼èˆªæ ·å¼ */
      /* è®©æ•´ä¸ªæŒ‰é’®ç»„å›ºå®šåœ¨åº•éƒ¨ */
      .cta_group_preview {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: auto !important;
        z-index: 99999 !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-around !important;
        align-items: stretch !important; /* æ”¹ä¸ºstretchè®©æ‰€æœ‰æŒ‰é’®ç­‰é«˜ */
        padding: 8px 5px !important;
        background: rgba(255, 255, 255, 0.98) !important;
        box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15) !important;
        border-top: 1px solid #e0e0e0 !important;
        transform: none !important;
        margin: 0 !important;
        box-sizing: border-box !important;
      }
      
      /* ç§»é™¤åŽŸæœ‰çš„æ—‹è½¬æ•ˆæžœ */
      .cta_group_preview.rotate_,
      .cta_group_preview.rotate_left,
      .cta_group_preview.rotate_right {
        transform: none !important;
      }
      
      /* ç§»é™¤æ—‹è½¬å›¾æ ‡çš„å˜æ¢ */
      .cta_group_preview.rotate_left .ot-btn-icon,
      .cta_group_preview.rotate_right .ot-btn-icon {
        transform: none !important;
      }
      
      /* ç¡®ä¿åž‚ç›´ç±»ä¸ä¼šå½±å“å¸ƒå±€ */
      .cta_group_preview.vertical {
        display: flex !important;
        flex-direction: row !important;
      }
      
      /* è°ƒæ•´æŒ‰é’®æ ·å¼ - ç¡®ä¿æ‰€æœ‰æŒ‰é’®é«˜åº¦ä¸€è‡´ */
      .cta_group_preview .ot-btn-item {
        flex: 1 !important;
        margin: 0 3px !important;
        min-height: 65px !important;
        max-height: 65px !important;
        height: 65px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 8px !important;
        position: relative !important;
        overflow: hidden !important;
      }
      
      /* è°ƒæ•´æŒ‰é’®å†…éƒ¨å¸ƒå±€ä¸ºåž‚ç›´æŽ’åˆ— */
      .cta_group_preview .ot-btn-item-child {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        height: 100% !important;
        padding: 8px 2px !important;
        box-sizing: border-box !important;
      }
      
      /* è°ƒæ•´å›¾æ ‡å¤§å°å’Œä½ç½® */
      .cta_group_preview .ot-btn-icon {
        width: 22px !important;
        height: 22px !important;
        margin: 0 auto 4px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
      }
      
      .cta_group_preview .ot-btn-icon svg {
        width: 22px !important;
        height: 22px !important;
        max-width: 100% !important;
        max-height: 100% !important;
      }
      
      /* è°ƒæ•´æ–‡å­—æ ·å¼ - ç»Ÿä¸€é«˜åº¦ */
      .cta_group_preview .ot-btn-text-icon {
        font-size: 10px !important;
        text-align: center !important;
        line-height: 1.2 !important;
        padding: 0 2px !important;
        max-width: 100% !important;
        white-space: normal !important;
        word-break: break-word !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important; /* é™åˆ¶æœ€å¤š2è¡Œ */
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        height: 24px !important; /* å›ºå®šæ–‡å­—åŒºåŸŸé«˜åº¦ */
        max-height: 24px !important;
        min-height: 24px !important;
        margin: 0 !important;
        opacity: 1 !important;
        font-weight: 500 !important;
      }
      
      /* ç¡®ä¿æ‚¬åœæ—¶æ–‡æœ¬å¯è§ */
      .cta_group_preview .ot-btn-item.has_text.hover_text .ot-btn-text-icon {
        opacity: 1 !important;
        width: 100% !important;
        overflow: visible !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        display: -webkit-box !important; /* è¦†ç›–åŽŸæœ‰çš„éšè—æ•ˆæžœ */
      }
      
      /* éšè—å·¥å…·æç¤ºï¼Œé¿å…åœ¨ç§»åŠ¨ç«¯æ˜¾ç¤ºé—®é¢˜ */
      .cta_group_preview [data-tooltip]::before,
      .cta_group_preview [data-tooltip]::after {
        display: none !important;
      }
      
      /* ç¡®ä¿æŒ‰é’®å°ºå¯¸é€‚åº”ç§»åŠ¨ç«¯ */
      .cta_group_preview.medium .ot-btn-item,
      .cta_group_preview.large .ot-btn-item,
      .cta_group_preview.small .ot-btn-item {
        width: auto !important;
        height: 65px !important; /* ç»Ÿä¸€é«˜åº¦ */
        padding: 0 !important;
      }
      
      /* éšè—WhatsAppæ°”æ³¡ */
      .whatsapp-bubble {
        display: none !important;
      }
      
      /* è°ƒæ•´ä½ç½®ç±»ä¸ç”Ÿæ•ˆ */
      .cta_group_preview.position_right,
      .cta_group_preview.position_left,
      .cta_group_preview.position_bottom,
      .cta_group_preview.position_top {
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
      }
    }
    /* ç§»åŠ¨ç«¯é€‚é… - ç»“æŸ */

    /* é’ˆå¯¹æ›´å°å±å¹•çš„ä¼˜åŒ– */
    @media screen and (max-width: 480px) {
      .cta_group_preview {
        padding: 6px 3px !important;
      }
      
      .cta_group_preview .ot-btn-item {
        margin: 0 2px !important;
        min-height: 60px !important;
        max-height: 60px !important;
        height: 60px !important;
      }
      
      .cta_group_preview .ot-btn-icon {
        width: 20px !important;
        height: 20px !important;
        margin-bottom: 3px !important;
      }
      
      .cta_group_preview .ot-btn-icon svg {
        width: 20px !important;
        height: 20px !important;
      }
      
      .cta_group_preview .ot-btn-text-icon {
        font-size: 9px !important;
        height: 22px !important;
        max-height: 22px !important;
        min-height: 22px !important;
        -webkit-line-clamp: 2 !important;
      }
    }

    @media screen and (max-width: 800px) {
      .cta_group_preview.display_desktop {
        visibility: hidden;
      } 
      
      .modal-window > div {
        width: 90%!important;
        padding: 5px!important;
      }
    }

    @media screen and (min-width: 1300px) {
      .cta_group_preview.display_mobile {
        visibility: hidden;
      }
    }

    .modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.modal-window {
    position: fixed;
    background-color: rgb(62 62 62 / 25%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-window > div {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    background: rgb(255 255 255);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.modal-close {
  color: rgb(0 0 0);
    line-height: 30px;
    font-size: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    width: 30px;
    height: 30px;
    background: rgb(255 255 255);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2); 
  }
.modal-close:hover {
  color: red!important;
  }
}
[data-tooltip] {
  position: relative;
  z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + 5px); /* 5px is the size of the arrow */
  pointer-events: none;
  transition: 0.1s;
  will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 5px 8px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 14px;
  background-color: rgb(42 50 56 / 90%); 
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, -5px) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: 5px 5px 0px 5px; /* CSS triangle */
  border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
  transition-duration: 0s; 
  transform-origin: top;   /* Orientation setting for the
                              slide-down effect */
  transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
  transition-delay: 0.1s;
  transform: translate(-50%, -5px) scale(1);
}
/* 
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
[data-tooltip]:hover:after {
  transition-delay: 0.1s; /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}
[data-tooltip-location='left']:before,
[data-tooltip-location='left']:after {
  left: auto;
  right: calc(100% + 5px);
  bottom: 50%;
}

/* Tooltip */
[data-tooltip-location='left']:before {
  transform: translate(-5px, 50%) scale(0.5);
}
[data-tooltip-location='left']:hover:before {
  transform: translate(-5px, 50%) scale(1);
}

/* Arrow */
[data-tooltip-location='left']:after {
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
  transform-origin: left;
  transform: translateY(50%) scaleX(0);
}
[data-tooltip-location='left']:hover:after {
  transform: translateY(50%) scaleX(1);
}



/* RIGHT */
[data-tooltip-location='right']:before,
[data-tooltip-location='right']:after {
  left: calc(100% + 5px);
  bottom: 50%;
}

[data-tooltip-location='right']:before {
  transform: translate(5px, 50%) scale(0.5);
}
[data-tooltip-location='right']:hover:before {
  transform: translate(5px, 50%) scale(1);
}

[data-tooltip-location='right']:after {
  border-width: 5px 5px 5px 0px;
  border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
  transform-origin: right;
  transform: translateY(50%) scaleX(0);
}
[data-tooltip-location='right']:hover:after {
  transform: translateY(50%) scaleX(1);
}



/* BOTTOM */
[data-tooltip-location='bottom']:before,
[data-tooltip-location='bottom']:after {
  top: calc(100% + 5px);
  bottom: auto;
}

[data-tooltip-location='bottom']:before {
  transform: translate(-50%, 5px) scale(0.5);
}
[data-tooltip-location='bottom']:hover:before {
  transform: translate(-50%, 5px) scale(1);
}

[data-tooltip-location='bottom']:after {
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
  transform-origin: bottom;
}


    .ot-whatsapp-box *,
.ot-wsp-chat-btn *,
.ot-wsp-nft-text * {
    font-family: 'Poppins', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ot-whatsapp-box *:focus,
.ot-wsp-chat-btn *:focus,
.ot-wsp-nft-text *:focus {
    outline: none;
}

.ot-whatsapp-box {
    width: 300px;
    padding: 0 0 26px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999999998;
    pointer-events: none;
    
    position: fixed;
    bottom: 30px;
}

.ot-whatsapp-box.chatbox-opened {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ot-whatsapp-box .ot-chatbox-header {
    width: 100%;
    padding: 20px 20px 40px;
    border-radius: 25px 25px 0 0;
    position: relative;
    overflow: hidden;
}

.ot-whatsapp-box .ot-chatbox-header h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
    margin: 0 0 3px;
    text-transform: none;
    letter-spacing: normal;
}

.ot-whatsapp-box .ot-chatbox-header p {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
}

.ot-whatsapp-box .ot-chatbox-header img {
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 100%;
    height: 45px;
    fill: #fff;
}

.ot-whatsapp-box .ot-chatbox-list-wrap {
    width: 100%;
    height: 0;
    transition: height 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ot-whatsapp-box .ot-chatbox-list {
    width: 100%;
    padding: 0 15px;
    margin-top: 10px;
}

.ot-whatsapp-box .close-ot-chctbox {
    position: absolute;
    top: 5px;
    right: 2px;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.close-ot-chctbox .ot-close-i-ic:before,
.close-ot-chctbox .ot-close-i-ic:after {
    background: #fff;
}

.ot-whatsapp-box .ot-cbox-footer {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    border-radius: 0 0 25px 25px;
    padding: 5px 10px;
    color: #333;
    text-align: center;
    z-index: 2;
}

.ot-whatsapp-box .ot-cbox-footer a {
    font: inherit;
    color: #333;
    text-decoration: underline;
}

.ot-whatsapp-box .ot-contact-item {
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    cursor: pointer;
}

.ot-whatsapp-box .ot-contact-item:last-child {
    border-bottom: 0;
}

.ot-contact-item .ot-cont-img {
    width: 45px;
    height: 45px;
    flex: 0 0 auto;
    position: relative;
}

.ot-contact-item .ot-cont-img .ot-exp-avatar {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
}

.ot-contact-item .ot-cont-img .ot-wsp-icon {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 16px;
}

.ot-contact-item .ot-cont-info {
    width: 100%;
    padding-left: 15px;
    margin: auto 0;
    text-align: left;
}

.ot-contact-item .ot-cont-info h6 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    color: #000;
    margin: 0 0 5px;
    text-transform: none;
    letter-spacing: normal;
}

.ot-contact-item .ot-cont-info p {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
    color: #666;
    margin: 0;
}

.ot-close-i-ic {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    transform: rotate(45deg);
}

.ot-close-i-ic:before,
.ot-close-i-ic:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #333;
}

.ot-close-i-ic:after {
    width: 2px;
    height: 100%;
}

.ot-wsp-chat-btn {
    position: fixed;
    bottom: 20px;
    padding: 10px 12px;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: 0 1px 6px rgba(27, 27, 27, 0.2);
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999999;
    cursor: pointer;
}

.ot-wsp-chat-btn img {
    width: 24px;
    vertical-align: middle;
}

.ot-wsp-chat-btn .ot-wsp-chat-text {
    font-size: 13px;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -1px;
}

.ot-wsp-chat-btn.chat-btn-radius {
    border-radius: 60px;
}

.ot-wsp-chat-btn.chat-btn-on-img {
    padding: 6px;
}

.ot-wsp-chat-btn.chat-btn-on-img img {
    width: 38px;
}

.ot-wsp-nft-text:not(.showed) {
    bottom: -100%;
    opacity: 0;
    visibility: hidden;
}

.ot-wsp-nft-text {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 260px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 13px 30px 13px 15px;
    box-shadow: 0 1px 6px rgba(27, 27, 27, 0.2);
    transition: all 0.7s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999999997;
}

.ot-wsp-nft-text p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 0;
}

.ot-wsp-nft-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 7px;
}

#ot-whatsapp-2 .ot-chatbox-header:after {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 15px;
    right: 15px;
    height: 50px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.6);
}

#ot-whatsapp-2 .ot-chatbox-list-wrap {
    border-radius: 25px 25px 0 0;
    background: #fff;
    margin-top: -20px;
    padding: 10px 0;
    position: relative;
}

#ot-whatsapp-chat {
    background: #f3f5f5;
        transition: opacity 0.4s ease 0s, margin 0.4s ease 0s, visibility 0.4s ease 0s;
    
}

#ot-whatsapp-chat.ot-gradient-box {
    background: #075e54;
    background-image: linear-gradient(160deg, #075e54 0%, #25d366 100%);
}

#ot-whatsapp-chat.ot-gradient-box .ot-chatbox-header {
    background: none;
}

.spWhatsShare-container {
    text-align: left;
    z-index: 99999; 
    // transform: translate3d(0px, 0px, 0px);
}


.ot-whatsapp-box.right,
.ot-whatsapp-box.bottom {
  right: 90px;
}

.ot-whatsapp-box.left {
  left: 90px;
}

.ot-whatsapp-box .ot-chatbox-header h2:before {
    content: '';
    width: 15px;
    height: 1em;
    float: right;
}

@media only screen and (min-width: 768px) {
    .ot-whatsapp-box.chatbox-opened .ot-chatbox-list-wrap {
        height: 320px;
        transition-delay: 0.2s;
    }

    .ot-whatsapp-box .ot-chatbox-list {
        max-height: 320px;
        overflow: hidden;
        overflow-y: auto;
    }

    #ot-whatsapp-2.chatbox-opened .ot-chatbox-list-wrap {
        height: 340px;
    }

    #ot-whatsapp-2 .ot-cbox-footer {
        transform: translateY(-10px);
        transition: transform 0.4s ease;
    }

    #ot-whatsapp-2.chatbox-opened .ot-cbox-footer {
        transform: translateY(0);
        transition-delay: 0.4s;
    }

    #ot-whatsapp-chat .ot-chatbox-list-wrap {
        height: 40px;
    }

    #ot-whatsapp-chat.chatbox-opened .ot-chatbox-list-wrap {
        height: 340px;
    }

    #ot-whatsapp-chat .ot-chatbox-list {
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    #ot-whatsapp-chat.chatbox-opened .ot-chatbox-list {
        opacity: 1;
        transition-delay: 0.6s;
    }

    #ot-whatsapp-chat .ot-cbox-footer {
        transform: translateY(-32px);
        transition: transform 0.4s ease;
    }

    #ot-whatsapp-chat.chatbox-opened .ot-cbox-footer {
        transform: translateY(0);
        transition-delay: 0.4s;
    }
}

@media only screen and (max-width: 767px) {
    .ot-whatsapp-box {
        width: 100%;
        height: 100%!important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        border-radius: 0;
    }

    .ot-whatsapp-box .ot-chatbox-header {
        border-radius: 0;
        padding: 25px 25px 45px;
        transform: translateY(60px);
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
    }

    .ot-whatsapp-box .ot-chatbox-header img {
        bottom: -20px;
    }

    .ot-whatsapp-box .ot-chatbox-list-wrap {
        height: 75vh;
        overflow: hidden; 
        transform: translateY(60px);
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
    }

    .ot-whatsapp-box .ot-cbox-footer {
        opacity: 0;
        transition: opacity 0.6s ease;
    }

    .ot-whatsapp-box.chatbox-opened .ot-chatbox-header {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 0.4s;
    }

    .ot-whatsapp-box.chatbox-opened .ot-chatbox-list-wrap {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 0.9s;
    }

    .ot-whatsapp-box.chatbox-opened .ot-cbox-footer {
        opacity: 1;
        transition-delay: 1.5s;
    }

    #ot-whatsapp-2 .ot-chatbox-header:after,
    #ot-whatsapp-chat .ot-chatbox-header:after {
        transform: translateY(20px);
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
    }

    #ot-whatsapp-2.chatbox-opened .ot-chatbox-header:after,
    #ot-whatsapp-chat.chatbox-opened .ot-chatbox-header:after {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 1.5s;
    }

    #ot-whatsapp-2.chatbox-opened .ot-cbox-footer,
    #ot-whatsapp-chat.chatbox-opened .ot-cbox-footer {
        transition-delay: 1.8s;
    }

    .ot-whatsapp-box .ot-chatbox-header h2:before {
        width: 10px;
    }
}

.ot-wspchat-sticky-bar a {
    color: #fff;
    text-decoration: none;
}

.ot-whatsapp-watermark {
    display: block !important;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: auto;
    max-height: initial;
    overflow: inherit;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    border-radius: 0 0 25px 25px;
    padding: 5px 10px;
    color: #333;
    text-align: center;
    z-index: 2 !important;
    cursor: pointer;
}

.ot-whatsapp-watermark:hover {
    color: #333;
}

.ot-whatsapp-watermark.temp-4 {
    color: #eee !important;
}

.ot-chatbox-header.temp-4 {
    background: transparent;
}

.ot-chatbox-list-wrap.temp-1,
.ot-chatbox-list-wrap.temp-2 {
    border-radius: 25px 25px 0 0;
    background: rgb(255 255 255);
    margin-top: -20px;
    margin-bottom: 10px;
}

.ot-chatbox-header.temp-1,
.ot-chatbox-header.temp-2,
.ot-chatbox-header.temp-3,
.ot-chatbox-header.temp-4 {
    height: 120px;
}

.ot-chatbox-header.temp-2::after {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 15px;
    right: 15px;
    height: 50px;
    border-radius: 25px;
    background: rgb(255 255 255 / 60%);
}

.ot-chatbox-header.temp-4::after {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 30px;
    right: 30px;
    height: 50px;
    border-radius: 25px;
    background: rgb(255 255 255 / 60%);
}

.ot-whatsapp-box.temp-3,
.ot-whatsapp-box.temp-4 {
    background: rgb(243 245 245);
    height: 456px;
}

.ot-chatbox-list-wrap.temp-3,
.ot-chatbox-list-wrap.temp-4 {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 25px;
    background: rgb(255 255 255);
    margin-top: -20px;
    padding: 10px 0;
    position: relative;
}

.ot-chatbox-list-wrap.temp-4 {
    box-shadow: 0 5px 0px rgba(0, 0, 0, 0.1);
}

.ot-chatbox-message {
    /* background-color: rgb(230, 221, 212); */
    position: relative;
    max-height: 382px;
    padding: 20px 20px 20px 15px;
    overflow: auto;
    height: 100%;
    box-sizing: border-box !important;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}

.ot-chatbox-message::before {
    display: block;
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.05;
    background-image: url(https://apps.omegatheme.com/cta-buttons/avatar/pattern.webp);
}

.ot-chatbox-message-layout {
    z-index: 1;
    border: 2px solid #0000001a;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    bottom: 0px;
    right: 0px;
    left: auto;
    margin-right: 20px;
    border-radius: 5px 10px 10px 10px;
    overflow: hidden;
    transition: opacity 0.4s ease 0s, margin 0.4s ease 0s, visibility 0.4s ease 0s;
    padding: 10px 15px;
    color: #333;
}

.ot-cont-img::before {
    content: '';
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgb(74, 213, 4);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

.ot-cont-info-layout {
  display: flex;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
}

.ot-cont-info-layout:hover {
  background: rgb(247 247 247);
}

.position_right.large .whatsapp-bubble { 
    right: 65px; 
}

.position_right.medium .whatsapp-bubble { 
    right: 60px; 
}

.position_right.small .whatsapp-bubble { 
    right: 55px; 
}

.position_left.large .whatsapp-bubble { 
    left: 65px; 
}

.position_left.medium .whatsapp-bubble { 
    left: 60px; 
}

.position_left.small .whatsapp-bubble { 
    left: 55px; 
}

.position_bottom .whatsapp-bubble,
.position_top .whatsapp-bubble,
.horizontal .whatsapp-bubble { 
    display:none
}

.whatsapp-bubble {
    display: inline-block;
    position: absolute;
    width: 200px;
    height: auto;
    background-color: rgb(255 255 255);
    top: 2px;
    padding: 10px;
    border-radius: 5px;box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, .10);
}

.hide {
    display: none;
}

.whatsapp-bubble:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0; 
    bottom: auto;
    border: 12px solid;
    border-color: rgb(255 255 255) rgb(0 0 0 / 0%) rgb(0 0 0 / 0%) rgb(255 255 255);
    transform: rotate(135deg);
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .14), 0 2px 10px 0 rgba(0, 0, 0, .10); */
    z-index: 0;
    top: 8px;
}


.position_left .whatsapp-bubble:after { 
    transform: rotate(-45deg);
    right: auto;
    left: -9px;
    transform: rotate(-45deg); 
}

.position_right .whatsapp-bubble:after { 
    transform: rotate(135deg);
    right: -5px;
    left: auto;

}


@media only screen and (min-width: 768px) {
    #ot-whatsapp-chat.chatbox-opened .ot-chatbox-list-wrap.temp-4,
    #ot-whatsapp-chat.chatbox-opened .ot-chatbox-list-wrap.temp-3 {
        height: 325px;
    }
}


 @media screen and (max-width: 768px) {
      .spWhatsShare-container {
            width: 100%;
            top: 0;
            bottom: 0!important;
            right: 0!important;
            overflow: hidden;
            height: 100%;
      }
    }
/*数量*/
.pageinfo {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: linear-gradient(135deg, #667eea0a 0%, #764ba20a 100%);
    color: #4a5568;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    margin: 20px 0;
    backdrop-filter: blur(8px);
}

.pageinfo strong {
    color: #2d3748;
    font-weight: 700;
    margin: 0 4px;
}

.pageinfo strong:first-of-type {
    color: #667eea;
    background: rgba(102, 126, 234, 0.1);
    padding: 2px 8px;
    border-radius: 6px;
}

.pageinfo strong:last-of-type {
    color: #764ba2;
    background: rgba(118, 75, 162, 0.1);
    padding: 2px 8px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .pageinfo {
        padding: 10px 16px;
        font-size: 13px;
        border-radius: 10px;
    }
}
/*上一页下一页*/
.blog-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 60px 0;
    padding: 24px;
    background: linear-gradient(135deg, #667eea0d 0%, #764ba20d 100%);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-pagination li {
    list-style: none;
    flex: 0 1 auto;
}

.blog-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: white;
    color: #4a5568;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    min-width: 140px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.blog-pagination a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: #cbd5e0;
    color: #2d3748;
}

.blog-pagination li:first-child a {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
}

.blog-pagination li:last-child a {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    border: none;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .blog-pagination {
        gap: 8px;
        margin: 40px 0;
        padding: 16px;
        border-radius: 16px;
    }
    
    .blog-pagination a {
        padding: 12px 16px;
        min-width: 120px;
        font-size: 14px;
    }
    
    .blog-pagination li {
        flex: 1;
        min-width: calc(50% - 4px);
    }
    
    .blog-pagination li:nth-child(3),
    .blog-pagination li:nth-child(4) {
        margin-top: 8px;
    }
}

@media (max-width: 480px) {
    .blog-pagination {
        gap: 6px;
    }
    
    .blog-pagination a {
        padding: 10px 12px;
        min-width: 110px;
        font-size: 13px;
    }
}
/*左边栏目*/
.shop-sidebar {
    background: linear-gradient(135deg, #667eea0d 0%, #764ba20d 100%);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    backdrop-filter: blur(10px);
    margin-bottom: 40px;
}

.shop-sidebar__single {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.shop-sidebar__title {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e2e8f0;
    position: relative;
}

.shop-sidebar__title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

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

.shop-sidebar__category-list-item {
    margin-bottom: 8px;
    position: relative;
}

.shop-sidebar__category-list-link {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    color: #4a5568;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 12px;
    border: 1px solid transparent;
    background: #f8fafc;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.shop-sidebar__category-list-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, #667eea, #764ba2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.shop-sidebar__category-list-link:hover {
    background: white;
    color: #2d3748;
    border-color: #e2e8f0;
    transform: translateX(8px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
}

.shop-sidebar__category-list-link:hover::before {
    opacity: 1;
}

.shop-sidebar__category-list-link::after {
    content: '→';
    margin-left: auto;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    color: #667eea;
}

.shop-sidebar__category-list-link:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .shop-sidebar {
        padding: 20px;
        border-radius: 16px;
        margin-bottom: 30px;
    }
    
    .shop-sidebar__single {
        padding: 20px;
    }
    
    .shop-sidebar__title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .shop-sidebar__category-list-link {
        padding: 12px 16px;
        font-size: 14px;
    }
}

/* 图标 */
.product-details__tab__list-item:nth-child(1) .product-details__tab__list-title::before { 
    content: '📋'; 
}
.product-details__tab__list-item:nth-child(2) .product-details__tab__list-title::before { 
    content: '❓'; 
}
.product-details__tab__list-item:nth-child(3) .product-details__tab__list-title::before { 
    content: '⭐'; 
}

.newbody table {
    border: none;
    border-collapse: collapse
}

.newbody table td,.newbody table th {
    border: 1px solid #999;
    padding: 3px 5px;
    min-width: 50px;
    height: 20px
}
 .newbody pre {
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    padding: 10px;
    margin: 5px 0;
    font-size: .8em;
    border-radius: 3px;
}
/* 使友情链接自动换行 */
.site-footer__links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px; /* 链接之间留点空隙 */
  padding: 0;
  margin: 0;
}

.site-footer__links li {
  flex: 0 1 auto; /* 自动换行但不被压扁 */
  white-space: nowrap; /* 保持链接不换行单词内部 */
  list-style: none;
}