/*
Theme Name: Hantus Personal
Theme URI: https://nayrathems.com/hantus-pro
Author: Nayra Themes
Author URI: http://nayrathemes.com/
Description: Hantus is an elegant and modern WordPress theme for spa and wellness centers but it is also very easy to customize it for other business like hairdressing, ayurvedic, manicures, pedicures, makeup, mashups, nails, detox, tanning, male grooming, facials, waxing, spa and body treatments, massages or other Hair and Barber related services.
Version: 2.7
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hantus-personal
Slug: hantus-personal
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio, grid-layout
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/*
============================================
*   [Table of contents]
* ==========================================

    ** Fonts + Include CSS
    ** Theme Reset Css
    ** Preloader
    01. Homepage
        01. Header Top
        02. Navbar
        03. Slider
        04. Slider Contact
        05. Our Service
        06. Portfolio
        07. Feature
        08. Pricing
        09. Counter
        10. Product
        11. Testimonial
        12.Appoinment
        13.Expert Beauticians
        14. Partner
        15. Subscribe
        16.footer-copyright
        17. Breadcrumb

    02. About us page
        01. Welcome
        02. Why choose us
        03. About-partner

    03. Gallery Page
    04. Contact page
    04. Portfolio page
    05. Blog Page
        01. Single Post
        02. Post Comment Area
    07. 404 Page
    08. Coming Soon Page

/* ========================================== */

/*
==========================================
    Theme Reset Css
==========================================
*/
@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Rubik:300,400,500,700,900");


h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

h1 {
	color: #392147;
	font-size: 96px;
	line-height: normal;
	margin-bottom: 30px !important;
}

h1 span {
	color: #8D33C7;
	font-family: 'Caveat', cursive;
	font-size: 64px;
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #392147;
}

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

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

iframe {
	width: 100%;
}

.blog-post ul:not(.meta-info) li a,
.blog-post ol:not(.meta-info) li a,
.blog-post table a,
strong a,
blockquote a,
code a,
p a,
span a {
	color: #f22853;
	border-bottom: 1px solid;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.blog-post ul:not(.meta-info) li a:hover,
.blog-post ol:not(.meta-info) li a:hover,
.blog-post table a:hover,
strong a:hover,
blockquote a:hover,
code a:hover,
p a:hover,
span a:hover,
.blog-post ul:not(.meta-info) li a:focus,
.blog-post ol:not(.meta-info) li a:focus,
.blog-post table a:focus,
strong a:focus,
blockquote a:focus,
code a:focus,
p a:focus,
span a:focus {
	border-bottom: 1px dashed;
}

/* Helper class*/

.owl-carousel {
	-ms-touch-action: none;
	touch-action: none;
}

.pf-padding {
	padding: 80px 0 65px 0;
}

.custom-padding {
	padding: 80px 0 50px 0;
}

.section-padding-top {
	padding: 80px 0 0;
}

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

.section-title h2,
#testimonial h2 {
	display: inline-block;
	position: relative;
	z-index: 0;
	margin: 0px auto 10px;
	border-bottom: transparent;
	padding-bottom: 20px;
}

.section-title h2:before,
#testimonial h2:before {
	content: '' !important;
	height: 4px !important;
	width: 132px !important;
	background: linear-gradient(90deg, rgb(101, 11, 145), rgb(100, 10, 145), rgba(164, 58, 160, 0)) !important;
	display: block;
	bottom: 16px;
	position: absolute;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	right: 0;
}

.section-title p {
	margin-top: 16px;
}

.owl-item {
	float: left;
}

.owl-stage-outer {
	overflow: hidden;
}

.owl-nav {
	display: none;
}

/* Button Style */

.boxed-btn,
.form-submit .submit {
	display: inline-block;
	color: #fff;
	border-radius: 23px;
	padding: 11px 34px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.wpcf7-form .wpcf7-submit:before,
.wpcf7-form .wpcf7-submit:after,
.form-submit .submit:before,
.form-submit .submit:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	border-radius: 0;
	z-index: -1;
	height: 100%;
	background: #fff;
	will-change: transform;
	-webkit-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.boxed-btn:before,
.wpcf7-form .wpcf7-submit:before,
.form-submit .submit:before {
	right: 75%;
	margin-right: -1px;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}

.boxed-btn:after,
.wpcf7-form .wpcf7-submit:after,
.form-submit .submit:after {
	width: 80%;
	left: 75%;
	margin-left: -1px;
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.woocommerce a.button:hover,
.woocommerce a.button:focus,
.wpcf7-form .wpcf7-submit:hover,
.form-submit .submit:hover,
.wpcf7-form .wpcf7-submit:focus,
.form-submit .submit:focus {
	/*box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.2);*/
	z-index: 2;
}

.boxed-btn:focus:before,
.boxed-btn:focus:after,
.wpcf7-form .wpcf7-submit:focus:before,
.wpcf7-form .wpcf7-submit:focus:after,
.form-submit .submit:focus:before,
.form-submit .submit:focus:after,
.boxed-btn:hover:before,
.boxed-btn:hover:after,
.wpcf7-form .wpcf7-submit:hover:before,
.wpcf7-form .wpcf7-submit:hover:after,
.form-submit .submit:hover:before,
.form-submit .submit:hover:after {
	-webkit-transform: skew(-45deg) scaleX(1.5);
	transform: skew(-45deg) scaleX(1.5);
}

.boxed-btn-outline {
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid rgb(164, 58, 160) !important;
	background: rgba(88, 1, 142, 0) !important;
	color: #A43AA0 !important;
}

.boxed-btn-outline:hover {
	border: 1px solid rgb(164, 58, 160) !important;
	box-shadow: -4px 4px 16px 0px rgba(88, 1, 142, 0.8) !important;
}

.boxed-btn-outline:active,
.boxed-btn-outline:focus,
.boxed-btn-outline:focus-visible {
	background: rgb(88, 1, 142) !important;
	border: transparent !important;
	color: #fff !important;
}

/* Input Style */

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 8px 15px;
	width: 100%;
	border: none;
	border-radius: 0;
	background: #fff;
	color: #aaa;
}

.input__field:focus {
	outline: none;
}

.input__label,
.widget_search label .search-field {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 0.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.input--hantus {
	margin-bottom: 40px;
}

.input__field--hantus,
.widget_search label .search-field {
	width: 100%;
	background: transparent;
	color: #2c3145;
	padding: 18px 20px 5px;
}

.input__label--hantus {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #2c3145;
	cursor: text;
}

.input__label-content--hantus {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.graphic--hantus {
	-webkit-transform: scale3d(1, -1, 1);
	transform: scale3d(1, -1, 1);
	-webkit-transition: stroke-dashoffset 0.3s;
	transition: stroke-dashoffset 0.3s;
	pointer-events: none;
	stroke: #d9d9d9;
	stroke-width: 4px;
	stroke-dasharray: 962;
	stroke-dashoffset: 558;
}

.textarea .graphic--hantus {
	stroke-width: 2px;
}

.input__field--hantus:focus + .input__label--hantus,
.input--filled .input__label--hantus {
	cursor: default;
	pointer-events: none;
}

.input__field--hantus:focus + .input__label--hantus .graphic--hantus,
.input--filled .graphic--hantus {
	stroke-dashoffset: 0;
}

.input__field--hantus:focus
+ .input__label--hantus
.input__label-content--hantus,
.input--filled .input__label-content--hantus {
	-webkit-transform: scale3d(0.81, 0.81, 1) translateY(-50px);
	transform: scale3d(0.81, 0.81, 1) translateY(-50px);
}

/*
==========================================
    Preloader
==========================================
*/

.preloader {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

.wrapper {
	height: 50px;
	margin-top: calc(50vh - 25px);
	margin-left: calc(50vw - 100px);
	width: 180px;
}

.circle {
	border-radius: 50%;
	border: 3px #fff solid;
	float: left;
	height: 50px;
	margin: 0 5px;
	width: 50px;
}

.circle-1 {
	-webkit-animation: move 1s ease-in-out infinite;
	animation: move 1s ease-in-out infinite;
}

.circle-1a {
	-webkit-animation: fade 1s ease-in-out infinite;
	animation: fade 1s ease-in-out infinite;
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	100% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

@keyframes fade {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	100% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

.circle-2 {
	-webkit-animation: move 1s ease-in-out infinite;
	animation: move 1s ease-in-out infinite;
}

@-webkit-keyframes move {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(60px);
		transform: translateX(60px);
	}
}

@keyframes move {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(60px);
		transform: translateX(60px);
	}
}

.circle-1a {
	margin-left: -55px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.circle-3 {
	-webkit-animation: circle-3 1s ease-in-out infinite;
	animation: circle-3 1s ease-in-out infinite;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@-webkit-keyframes circle-3 {
	0% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes circle-3 {
	0% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.preloader h1 {
	color: #fff;
	margin: 40px auto;
	text-align: center;
}

/*
==========================================
    01. Header top
==========================================
*/

.logo.main {
	position: absolute;
	top: -100px;
	height: 130px;
}

.logo.main img {
	height: 100%;
}

#header-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header-top {
	display: flex;
	align-items: center;
	height: 80px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
}

#header-top p {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	margin-right: 30px;
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
}

#header-top .text-details a,
#header-top p {
	letter-spacing: 0.5px;
}

#header-top p:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	width: 1px;
	height: 18px;
	background: #cacaca;
}

#header-top ul:not(.header-social) li a:focus i,
#header-top ul:not(.header-social) li a:hover i,
#header-top p:hover i,
#header-top p:hover img {
	-webkit-animation-name: x-float, hantus;
	animation-name: x-float, hantus;
	-webkit-animation-duration: 0.3s, 1.5s;
	animation-duration: 0.3s, 1.5s;
	-webkit-animation-delay: 0s, 0.3s;
	animation-delay: 0s, 0.3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

@-webkit-keyframes hantus {
	0% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	50% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}

@keyframes hantus {
	0% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	50% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}

@-webkit-keyframes x-float {
	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}

@keyframes x-float {
	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}

#header-top i {
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
}

#header-top ul li {
	display: inline-block;
}

#header-top .header-social li {
	margin-right: 0px;
	margin-left: 10px;
}

#header-top .header-social li:first-child {
	margin-left: 0px;
}

.header-social li a {
	font-size: 20px !important;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #5e6271;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	overflow: hidden;
}

#header-top .header-social i {
	color: #fff;
	margin-right: 0;
	font-size: inherit;
}

.header-social a:hover i,
.header-social a:focus i {
	-webkit-animation: socialFxD 0.3s forwards;
	animation: socialFxD 0.3s forwards;
}

@-webkit-keyframes socialFxD {
	49% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	50% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	51% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

@keyframes socialFxD {
	49% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	50% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	51% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

#header-top li {
	margin-left: 30px;
}

#header-top li a {
	color: #5e6271;
}

.header-top-right {
	-webkit-transform: translateY(-30%);
	transform: translateY(12%);
}

/*
==========================================
    02. Navbar
==========================================
*/

.navbar-area {
	background: #fff;
	z-index: 99999;
	/*box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);*/
}

.navbar-area:not(.sticky-menu) {
	position: relative;
	min-height: 82px;
}

.navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-menu {
	width: 1px;
	flex-grow: 1;
}

.mbl-right {
	padding-left: 12px;
}

#menu-main {
	width: 100%;
}

.logo a {
	display: inline-block;
}

.navbar-area .logo img {
	margin: auto 0;
	max-width: 170px;
}

.main-menu ul {
	margin: 0;
	padding: 0;
}

.main-menu li {
	display: inline-block;
	margin-right: 10px;
}

.main-menu li:first-child {
	margin-left: 0;
}

.main-menu li a {
	color: #363636;
	display: block;
	padding: 30px 18px;
	position: relative;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	text-wrap: nowrap;
}

.main-menu > ul > li > a {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	transition: all 0.3s ease-in-out 0s;
}

/* removed styles for links */

/* Drop Down */

.main-menu li.c-dropdowns {
	position: relative;
}

.main-menu li.c-dropdowns li a {
	padding: 10px 20px;
	white-space: normal;
}

.main-menu ul li ul.cr-dropdown-menu {
	text-align: left;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 10px 0;
	width: 220px;
	background: #ffffff;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	z-index: 9999;
}

.main-menu ul li ul.cr-dropdown-menu li {
	display: block;
	margin-left: 0;
}

.main-menu ul.cr-dropdown-menu li.focus > a,
.main-menu ul.cr-dropdown-menu li:hover > a {
	padding-left: 23px;
}

.main-menu ul li ul.cr-dropdown-menu li a:before {
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
	content: "";
	height: 2px;
	width: 100%;
	visibility: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 0%;
	top: auto;
	bottom: 0;
	margin-left: 20px;
}

.main-menu ul.cr-dropdown-menu li.focus > a:before,
.main-menu ul.cr-dropdown-menu li.active > a:before,
.main-menu ul.cr-dropdown-menu li:hover > a:before {
	width: 80%;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.main-navigation ul li.last-elements .cr-dropdown-menu {
	right: 0;
	left: auto;
}

.main-menu ul li.focus ul.cr-dropdown-menu,
.main-menu ul li:hover ul.cr-dropdown-menu {
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.main-menu ul li ul.cr-dropdown-menu li {
	position: relative;
}

.main-menu ul li ul.cr-dropdown-menu li ul {
	position: absolute;
	right: calc(100% + 0px);
	top: 0;
	width: 220px;
	padding: 10px 0;
	background: #fff;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 999;
}

.main-menu ul li ul.cr-dropdown-menu li ul li ul li ul {
	right: auto;
	left: calc(100% + 0px);
}

.main-menu ul li ul.cr-dropdown-menu li ul li ul li ul li ul li ul {
	right: calc(100% + 0px);
	left: auto;
}

.main-menu ul li ul.cr-dropdown-menu li ul li ul li ul li ul li ul li ul li ul {
	right: auto;
	left: calc(100% + 0px);
}

.main-menu
ul
li
ul.cr-dropdown-menu
li
ul
li
ul
li
ul
li
ul
li
ul
li
ul
li
ul
li
ul
li
ul {
	right: calc(100% + 0px);
	left: auto;
}

.main-menu ul li ul.cr-dropdown-menu li.focus > ul,
.main-menu ul li ul.cr-dropdown-menu li:hover > ul {
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.dropdown-item.active,
.dropdown-item:active {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

/* Cart */

.overflowed {
	overflow: hidden;
	position: inherit;
	z-index: 0;
}

.cart-icon {
	padding: 19px 0;
}

.cart-icon-wrapper {
	cursor: pointer;
	position: relative;
	padding: 0;
	background: none;
	color: #A43AA0;
	width: 43px;
	height: 43px;
}

.cart-count {
	text-align: center;
	position: absolute;
	top: 5px;
	display: inline-block;
	right: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	color: #A43AA0;
	border: 2px solid #fff;
}

.sidenav {
	overflow: hidden;
	overflow-y: auto;
	background-color: #fff;
	bottom: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	left: calc(100% - 350px);
	top: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 350px;
	z-index: -1;
	padding: 0px 15px 20px;
	z-index: 9999999999;
	box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.2);
}

.sidenav-div {
	width: 100%;
	height: 100%;
}

.sidenav .sidenav-header {
	overflow: hidden;
	padding: 0;
	padding-left: 0;
	padding-top: 15px;
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
}

.sidenav .sidenav-header:after {
	content: "";
	display: table;
	clear: both;
}

.sidenav .sidenav-header h3 {
	margin-left: 60px;
	position: relative;
	padding-top: 1px;
	padding-bottom: 3px;
}

.sidenav .sidenav-header h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #eee;
}

.sidenav .close-sidenav {
	background-color: #f7f7f7;
	cursor: pointer;
	display: block;
	margin-right: 0.5em;
	padding: 10px 15.5px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 0;
	border: 1px solid #eee;
	float: left;
}

.sidenav .cart-item {
	padding: 10px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	position: relative;
}

.sidenav .cart-item-thumb {
	margin-right: 10px;
}

.cart-remove {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	margin-top: 5px;
	cursor: pointer;
}

.sidenav .mini_cart_item img {
	display: inline-block;
	margin-right: 12px;
}

.sidenav .cart-item-description {
	display: inline-block;
	vertical-align: top;
}

.sidenav .cart-item-description p {
	margin-top: 6px;
}

.sidenav.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	z-index: 99999999999999999999999;
	box-shadow: -5px 0 30px 0 rgba(100, 100, 100, 0.2);
}

.sidenav.active .cart-item {
	font-size: 0;
	text-align: left;
}

.sidenav.active .cart-item .cart-item--thumb {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

.sub-total span {
	float: right;
}

.sub-total {
	margin-top: 14px;
	border-bottom: 2px solid #999;
	padding-bottom: 11px;
}

.fl {
	float: right;
}

.cart-buttons {
	margin-top: 20px;
	display: block;
}

.cart-overlay {
	background-color: transparent;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	visibility: hidden;
}

.cart-overlay.active {
	background-color: rgba(50, 50, 50, 0.5);
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	position: fixed;
	right: 0;
	top: 0;
	visibility: visible;
	z-index: 99999;
}

/* Mean menu */

.header-transparent .navbar-area:not(.is-sticky) {
	background: none;
}

.header-transparent .navbar-area {
	box-shadow: none;
}

.navbar-wrapper {
	position: relative;
	z-index: 9;
	min-height: 82px;
	background: white;
}

.navbar-wrapper .sticky-nav.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	z-index: 9999;
}

.navbar-wrapper .sticky-nav {
	animation-duration: 0.6s;
	animation-fill-mode: both;
	will-change: transform;
	transition: all 0.6s ease;
}

.swingInX {
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ie-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-backface-visibility: hidden;
	-webkit-animation-name: swingInX;
	-moz-backface-visibility: hidden;
	-moz-animation-name: swingInX;
	-o-backface-visibility: hidden;
	-o-animation-name: swingInX;
	backface-visibility: hidden;
	animation-name: swingInX;
}

.swingOutX {
	-webkit-transform-origin: top;
	-webkit-animation-name: swingOutX;
	-webkit-backface-visibility: hidden;
	-moz-animation-name: swingOutX;
	-moz-backface-visibility: hidden;
	-o-animation-name: swingOutX;
	-o-backface-visibility: hidden;
	animation-name: swingOutX;
	backface-visibility: hidden;
}

@media (max-width: 480px) {
	.swingInX {
		animation-name: none;
		transform-origin: unset;
	}

	.swingOutX {
		animation-name: none;
		transform-origin: unset;
	}
}

@media (max-width: 991px) {
	.swingInX {
		-webkit-animation-name: none;
		animation-name: none;
		-webkit-transform-origin: unset;
		transform-origin: unset;
	}

	.swingOutX {
		-webkit-animation-name: none;
		animation-name: none;
		-webkit-transform-origin: unset;
		transform-origin: unset;
	}
}

@-webkit-keyframes swingInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
	}
}

@keyframes swingInX {
	0% {
		transform: perspective(400px) rotateX(-90deg);
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
	}
}

@-webkit-keyframes swingOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0deg);
	}
	100% {
		-webkit-transform: perspective(400px) rotateX(-90deg);
	}
}

@keyframes swingOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
	}
	100% {
		transform: perspective(400px) rotateX(-90deg);
	}
}

.mean-container .mean-bar {
	background: transparent none repeat scroll 0 0;
	min-height: 50px;
	padding: 0;
	margin: 0 15px;
	position: absolute;
	left: 0;
	width: 90%;
	z-index: 12;
}

.mean-container a.meanmenu-reveal {
	border: 1px solid;
	margin-top: 0;
	margin-right: 10px;
	padding: 4px 5px;
	position: absolute;
	z-index: 99;
}

.mean-container a.meanmenu-reveal:hover,
.mean-container a.meanmenu-reveal:focus {
	outline-width: 2px;
	outline-offset: -4px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	background-color: #58018E;
}

.mean-container .mean-nav ul {
	height: 100%;
	max-height: 256px;
	width: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.mean-container .mean-nav {
	margin-top: 3px;
	height: 100%;
}

.mean-container .mean-nav ul li a.mean-expand {
	height: 26px;
	line-height: 26px;
}

.mean-container .mean-nav ul li a {
	text-transform: capitalize;
}

/* Sticky */

div.sticky-nav.is-sticky {
	background: #ffffff;
	box-shadow: 0px 0 6px 8px rgba(0, 0, 0, 0.05);
}

.fadeInDown {
	-webkit-animation: fadeInDown 0.7s both;
	animation: fadeInDown 0.7s both;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	cursor: pointer;
}

.site-description {
	font-size: 12px;
	line-height: 0;
	position: relative;
	top: 8px;
}

/* Search */

.navbar-area > .container > .row {
	position: relative;
	z-index: 0;
}

.sb-search-popup {
	position: absolute;
	top: 100%;
	right: 0.15%;
}

.sb-search-pop {
	position: absolute;
	right: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	z-index: 9999;
}

.sb-search.sb-search-open .sb-search-pop {
	opacity: 1;
	visibility: visible;
}

.sb-search .sb-search-pop .sb-icon-search {
	color: #242526;
}

.search-button {
	position: relative;
}

.sb-search form {
	position: relative;
	z-index: 0;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	visibility: hidden;
	border: none;
	outline: none;
	background: #ffffff;
	width: 100%;
	margin: auto 0;
	z-index: 10;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
	line-height: 43px;
	padding: 0 15px;
	margin-right: -15px;
}

input[type="search"].sb-search-input {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

.sb-icon-search {
	display: block;
	position: relative;
	margin: 0;
	text-align: center;
	cursor: pointer;
	width: 43px;
	min-height: 43px;
	line-height: 43px;
}

.sb-icon-search {
	color: #000;
	z-index: 99;
	font-size: 18px;
	background: none !important;
	padding: 0;
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "";
}

.sb-search.sb-search-open input[type="search"].sb-search-input {
	width: 255px;
	padding-right: 43px;
	background: #fbfbfb;
	visibility: visible;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

ul.mbl {
	padding: 0;
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 82px;
}

ul.mbl li {
	display: inline-block;
}

ul.mbl li:not(.search-button) {
	margin-right: 12px;
}

ul.mbl li:last-child {
	margin-right: 0;
}

ul.mbl li:last-child:not(:first-child) {
	padding-left: 12px;

}

ul.mbl li.cart-icon {
	margin-right: 10px;
}

ul.mbl li.search-button {
	padding-left: 0px !important;
}

.header-info-text .icons-info {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.header-info-text .icons-info .icons {
	margin-right: 12px;
	flex-basis: 40px;
	width: 40px;
	font-size: 35px;
	color: #f22853;
}

.header-info-text .icons-info .dot {
	display: none;

}

.header-info-text .icons-info .dot {
	display: none;
}

.header-info-text .info span {
	display: block !important;
	line-height: 1.3;
}


.header-info-text .info .info-subtitle .dot {
	display: block;
	color: #fff !important;
	text-align: center;
	text-wrap: nowrap;
	border-bottom: transparent;
}

.header-info-text .info .info-subtitle .dot:focus,
.header-info-text .info .info-subtitle .dot:hover {
	border-bottom: 0;
}

.icons-info .icons {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.header-info-text .icons-info:hover .icons {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
	display: inline-flex;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/*
==========================================
    03. Slider
==========================================
*/

header {
	overflow: hidden;
}

.header-slider {
	cursor: crosshair;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 0;
}

.header-single-slider img {
	display: block;
	margin: 0;
}

.header-slider .item img {
	width: 100%;
	height: 100%;
}

.theme-slider:after,
.theme-slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.theme-slider:after {
	content: "";
	z-index: -1;
}

.header-transparent .theme-slider:after {
	content: "";
	z-index: -1;
	background-color: #2c3145;
	opacity: 0.6;
}

.theme-slider {
	z-index: 0;
}

.theme-table {
	overflow: hidden;
	display: table;
	width: 100%;
	height: 100%;
}

.theme-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.theme-slider .theme-content {
	overflow: hidden;
	position: relative;
	max-width: 650px;
	width: 100%;
}

.theme-slider .text-left {
	margin-right: auto;
}

.theme-slider .text-center {
	margin: auto;
}

.theme-slider .text-right {
	margin-left: auto;
}

.theme-content p {
	margin-bottom: 30px;
	-webkit-animation: fadeInLeftPix 1s ease 300ms both;
	animation: fadeInLeftPix 1s ease 300ms both;
}

.theme-content h3 {
	margin-bottom: 16px;
	-webkit-animation: fadeInLeftPix 1s ease 100ms both;
	animation: fadeInLeftPix 1s ease 100ms both;
}

.theme-content h1 {
	margin-bottom: 24px;
	-webkit-animation: fadeInLeftPix 1s ease 200ms both;
	animation: fadeInLeftPix 1s ease 200ms both;
}

.boxed-btn,
.info-subtitle {
	display: inline-block;
	padding: 19px 24px;
	color: #fff !important;
	border-radius: 56px;
	background: linear-gradient(64.86deg, rgb(88, 1, 142) -22.417%, rgb(141, 51, 199) 41.545%, rgb(164, 58, 160) 99.108%) !important;
	border: transparent !important;

}

.boxed-btn:hover,
.info-subtitle {
	box-shadow: -4px 4px 16px 0px rgba(88, 1, 142, 0.8) !important;
	background: linear-gradient(64.86deg, rgb(88, 1, 142) -22.417%, rgb(141, 51, 199) 41.545%, rgb(164, 58, 160) 99.108%) !important;
	border: transparent !important;
	color: #fff !important;
}

.boxed-btn:active,
.boxed-btn:focus,
.boxed-btn:focus-visible,
.info-subtitle:active,
.info-subtitle:focus,
.info-subtitle:focus-visible {
	background: rgb(88, 1, 142) !important;
	border: transparent !important;
	color: #fff !important;
}

.theme-content .boxed-btn:first-child {
	-webkit-animation: fadeInLeftPix 1s ease 400ms both;
	animation: fadeInLeftPix 1s ease 400ms both;
}

.theme-content .boxed-btn:last-child {
	-webkit-animation: fadeInRightPix 1s ease 500ms both;
	animation: fadeInRightPix 1s ease 500ms both;
}

@-webkit-keyframes fadeInRightPix {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0);
	}

	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightPix {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(50px, 0, 0);
		transform: translate3d(50px, 0, 0);
	}

	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInLeftPix {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}

	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftPix {
	from {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
	}

	to {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: none;
		transform: none;
	}
}

.header-slider .owl-item {
}

.header-slider .owl-nav {
	display: block;
}

.header-slider .owl-next,
.header-slider .owl-prev {
	width: 50px;
	height: 50px;
	text-align: center;
	background: #2c3145;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.header-slider .owl-next:hover,
.header-slider .owl-prev:hover {
	color: #fff;
}

.header-slider .owl-prev {
	left: -200px;
	visibility: hidden;
}

.header-slider:hover .owl-prev {
	left: 50px;
	visibility: visible;
}

.header-slider .owl-next {
	right: -200px;
	visibility: hidden;
}

.header-slider:hover .owl-next {
	right: 50px;
	visibility: visible;
}

/*
==========================================
    04. Slider Contact
==========================================
*/

.contact-wrapper {
	color: #ffffff;
	background: #f22853;
}

.single-contact {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
}

.single-contact h4 {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.contact-wrapper .single-contact p {
	margin-top: 3px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.contact-wrapper i,
.contact-wrapper img {
	color: #ffffff;
	float: left;
	margin-right: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contact-wrapper .single-contact:hover i,
.contact-wrapper .single-contact:hover img {
	-webkit-transform: scale(1.18);
	transform: scale(1.18);
}

.contact-wrapper .single-contact:hover p {
	color: #ffffff;
}

.contact-wrapper a.btn-info {
	margin-top: 3px;
	color: #f22853;
	background-color: #ffffff;
}

.contact-wrapper .info-area {
	float: left;
	display: inline-block;
}

/*===== 17. Contact Info 2 Start =====*/

.info-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
	margin-top: -90px;
	padding: 0;
}

.info-wrapper li {
	flex: 1;
	position: relative;
	list-style: none;
	padding: 0;
}

.info-wrapper:not(.contact-wrapper) li {
	margin-right: 15px;
}

.info-wrapper:not(.contact-wrapper) li:last-child {
	margin-right: 0;
}

.single-info {
	position: relative;
	z-index: 0;
	min-height: 155px;
	background-color: #ffffff;
	border: 15px solid #ffffff;
	cursor: pointer;
	overflow: hidden;
	-webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
}

.single-info:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.single-info > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	-webkit-transition: all ease-in 0.28s;
	transition: all ease-in 0.28s;
}

.single-info:hover img,
.single-info:focus-within img {
	-webkit-transform: scale(1.12) rotate(-3deg);
	transform: scale(1.12) rotate(-3deg);
}

.info-caption {
	width: 100%;
	padding: 28px 20px;
}

.info-caption p,
.info-caption h4 {
	color: #ffffff;
}

.info-wrapper:not(.contact-wrapper) .info-area {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 155px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.info-wrapper:not(.contact-wrapper) .info-area:before {
	content: "";
	position: absolute;
	top: -40px;
	right: auto;
	bottom: auto;
	left: -100px;
	height: 220px;
	width: 50px;
	z-index: -1;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	-webkit-transform: skew(-12deg, 0deg);
	transform: skew(-12deg, 0deg);
	-webkit-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
	visibility: hidden;
	background: -webkit-linear-gradient(
			left,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.03) 1%,
			rgba(255, 255, 255, 0.6) 30%,
			rgba(255, 255, 255, 0.85) 50%,
			rgba(255, 255, 255, 0.85) 70%,
			rgba(255, 255, 255, 0.85) 71%,
			rgba(255, 255, 255, 0) 100%
	);
	background: linear-gradient(
			to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.03) 1%,
			rgba(255, 255, 255, 0.6) 30%,
			rgba(255, 255, 255, 0.85) 50%,
			rgba(255, 255, 255, 0.85) 70%,
			rgba(255, 255, 255, 0.85) 71%,
			rgba(255, 255, 255, 0) 100%
	);
}

.single-info:hover .info-area:before,
.single-info:focus-within .info-area:before {
	left: 100%;
	visibility: visible;
	-webkit-transition: 0.5s ease 0.2s;
	transition: 0.5s ease 0.2s;
	background: -webkit-linear-gradient(
			left,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.03) 1%,
			rgba(255, 255, 255, 0.6) 30%,
			rgba(255, 255, 255, 0.85) 50%,
			rgba(255, 255, 255, 0.85) 70%,
			rgba(255, 255, 255, 0.85) 71%,
			rgba(255, 255, 255, 0) 100%
	);
	background: linear-gradient(
			to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.03) 1%,
			rgba(255, 255, 255, 0.6) 30%,
			rgba(255, 255, 255, 0.85) 50%,
			rgba(255, 255, 255, 0.85) 70%,
			rgba(255, 255, 255, 0.85) 71%,
			rgba(255, 255, 255, 0) 100%
	);
}

.single-info .inner-text h3 {
	font-family: inherit;
	margin-bottom: 5px;
}

.single-info .inner-text h3 span {
	color: #ffaa03;
}

.single-info .inner-text p {
	line-height: 22px;
	margin-bottom: 12px;
}

.btn-info {
	display: inline-block;
	border-radius: 0;
	line-height: 32px;
	padding: 0 20px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.35px;
	color: #ffffff;
	background-color: #f22853;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
	color: #ffffff;
	box-shadow: none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
	background-color: #2c3145 !important;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
	color: #ffffff;
	background-color: #2c3145;
	border-color: #2c3145;
}

/*
==========================================
    05. Our Service
==========================================
*/

#services {
	background: #ffffff;
}

.service-box figure {
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}

.service-box figure:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(118, 24, 150, 0.2);
	width: 200px;
	height: 200px;
}

.service-box:hover figure,
.service-box:focus-within figure {
	box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.service-box figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding: 0 15px;
	z-index: 2;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.service-box:hover figure figcaption,
.service-box:focus-within figure figcaption {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.service-box figure:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(164, 58, 160, 0.2);
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	border-radius: 50%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.service-box:hover figure:after,
.service-box:focus-within figure:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	visibility: visible;
}

.service-box figure figcaption .boxed-btn {
	padding: 14px 24px;
	color: #fff !important;
}

.pricing-box h3,
.service-box h4 {
	max-width: 190px;
	display: block;
	margin: 24px auto 16px;
	/*border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;*/
	position: relative;
}

/*
.pricing-box h3:before,
.pricing-box h3:after,
.section-title h2:before,
.section-title h2:after,
.service-box h4:before,
.service-box h4:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background: #f22853;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.pricing-box h3:before,
.pricing-box h3:after,
.service-box h4:before,
.service-box h4:after {
	bottom: -5px;
	width: 10px;
	height: 10px;
}

.section-title h2:before,
.section-title h2:after {
	bottom: -8px;
	width: 16px;
	height: 16px;
}

.pricing-box:hover h3:before,
.section-title:hover h2:before,
.service-box:hover h4:before,
.pricing-box:focus-within h3:before,
.section-title:focus-within h2:before,
.service-box:focus-within h4:before {
	left: 100%;
}

.pricing-box:hover h3:after,
.section-title:hover h2:after,
.service-box:hover h4:after,
.pricing-box:focus-within h3:after,
.section-title:focus-within h2:after,
.service-box:focus-within h4:after {
	right: 100%;
}
*/
.service-box p {
	margin-bottom: 24px;
	color: #23132D;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
}

.service-box p.price {
	margin-bottom: 0;
}

/*
==========================================
    06. Portfolio
==========================================
*/

#portfolio {
	background: #f7f7f7;
}

.portfolio-tabs {
	margin-bottom: 50px;
}

.tab-content > .tab-pane {
	display: block;
}

.nav-tabs {
	border: none;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	border-radius: 20px;
}

.nav-tabs .nav-item:first-child .nav-link {
	border-radius: 20px 0 0 20px;
}

.nav-tabs .nav-item:last-child .nav-link {
	border-radius: 0 20px 20px 0;
}

.nav-tabs .nav-item {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}

.nav-tabs a.nav-link {
	color: #5e6271;
	background: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	border: none;
}

.nav-tabs .nav-link.active {
	border: none;
	color: #fff;
	border-radius: 0;
}

.nav-tabs .nav-link.active:hover,
.portfolio-tab-sorting li a.active:hover {
	color: #fff;
}

.tab-pane.active {
	-webkit-animation: slide-down 0.3s ease-in;
	animation: slide-down 0.3s ease-in;
}

@-webkit-keyframes slide-down {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@keyframes slide-down {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

#portfolio .tab-content .tab-panel:nth-child(7) .tab-list,
#portfolio .tab-content .tab-panel:nth-child(8) .tab-list {
	border-bottom: 0;
}

#portfolio .tab-content .tab-list {
	padding: 15px;
	margin: 7px 0;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	border-bottom: 1px dashed #dedede;
	display: flow-root;
}

#portfolio .tab-content .tab-list:hover {
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 15px 0px rgba(42, 57, 63, 0.15);
	border-color: #fff;
}

#portfolio .tab-content .tab-list img {
	float: left;
	margin-right: 20px;
}

#portfolio .tab-content .tab-list h4 {
	margin-top: 14px;
	margin-bottom: 8px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	font-size: 20px;
	font-weight: 400;
}

#portfolio .tab-content .tab-list h4 .price {
	float: right;
}

#portfolio .tab-content .tab-list:nth-child(7),
#portfolio .tab-content .tab-list:nth-child(8) {
	border-bottom: 0;
}

.tab-pane span.price {
	float: right;
	font-size: 20px;
	font-weight: 700;
	font-family: "Dancing Script", cursive;
}

.st-port .tab-list img {
	border-radius: 50%;
	height: 80px;
	width: 80px;
}

/*
==========================================
    07. Feature
==========================================
*/

#feature {
	background: url(../img/bg/feature-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover !important;
	color: #fff;
	padding-bottom: 50px;
}

#feature .section-title h2,
#feature h4 {
	color: #fff;
}

#feature h4 {
	margin-bottom: 10px;
}

.feature-icon {
	width: 85px;
	height: 85px;
	display: flex;
	text-align: center;
	border: 1px solid #675d56;
	border-radius: 50%;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}

.feature-icon:after {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	box-sizing: content-box;
}

.feature-icon {
	background: rgba(255, 255, 255, 0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
	transition: background 0.2s, -webkit-transform ease-out 0.1s;
	transition: transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s,
	-webkit-transform ease-out 0.1s;
}

.feature-icon img {
	margin: auto;
}

.feature-box:hover .feature-icon {
	-webkit-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.feature-box:hover .feature-icon:after {
	left: 50%;
	top: 50%;
	display: block;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

#feature .feature-box h4 {
	font-size: 20px;
	font-weight: 400;
}

/*#feature .feature-col {
    margin-bottom: 30px ;
}
#feature .feature-col:last-child {
    margin-bottom: 0px ;
}*/
/*
==========================================
    08. Pricing
==========================================
*/
.pricing-content li {
	list-style: none;
}

.pricing-box {
	padding: 50px 0;
	height: 560px;
	border-radius: 15px;
	box-shadow: 0px 1px 1px 0px rgba(44, 49, 59, 0.15);
	position: relative;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.pricing-box:hover {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	-ms-box-shadow: 0px 0px 39px 2px rgba(236, 236, 236, 1);
	-o-box-shadow: 0px 0px 39px 2px rgba(236, 236, 236, 1);
	box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.pricing-box h3 {
	margin-bottom: 15px;
}

.pricing-box hr {
	width: 20px;
	height: 20px;
	background: url(../assets/images/section-icon.png) no-repeat;
	background-size: cover;
	border: none;
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
}

.pricing-box hr:after {
	content: "";
	width: 50px;
	height: 1px;
	position: absolute;
	left: -60px;
	top: 50%;
}

.pricing-box hr:before {
	content: "";
	width: 50px;
	height: 1px;
	position: absolute;
	right: -60px;
	top: 50%;
}

.pricing-box .price span {
	color: #2c3145;
}

.pricing-content {
	margin-top: 40px;
}

.pricing-box .boxed-btn {
	border: 1px solid;
	border-radius: 23px;
	padding: 12px 30px;
	background: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.pricing-box:hover .boxed-btn {
	color: #ffffff;
}

.recomended-text {
	width: 250px;
	padding: 10px 0;
	color: #fff;
	position: absolute;
	top: 20px;
	left: -70px;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

.recomended {
	overflow: hidden;
	box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.recomended a.boxed-btn {
	color: #fff;
}

#pricing .pricing-box .pricing-content {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-y: auto;
	max-height: 325px;
}

/*
==========================================
    09. counter
==========================================
*/

#counter {
	padding: 75px 0;
}

#counter .single-box img {
	margin: auto;
	margin-bottom: 15px;
}

#counter .single-box i {
	margin-bottom: 20px;
}

#counter .single-box h3 {
	margin-bottom: 5px;
	color: #191919;
}

#counter .single-box p {
	color: #707070;
}

/*
==========================================
    10. Product
==========================================
*/

#product {
	overflow: hidden;
	background: #F8F5FB;
}

#product.section-padding {
	padding-bottom: 35px;
}

.shop-product {
	margin: 5px 5px 45px;
	position: relative;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	padding: 0px 0px 35px;
}

.shop-product:hover,
.shop-product:focus-within {
	box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.shop-product .sale {
	position: absolute;
	top: 20px;
	right: 0;
	padding: 6px 16px;
	color: #fff;
}

.product-img {
	height: 250px;
	line-height: 250px;
}

.rate {
	margin-bottom: 20px;
}

.rate li {
	display: inline-block;
	color: #f68e56;
}

.shop-product h5 {
	margin-bottom: 10px;
}

.shop-product .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(44, 49, 69, 0.7);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.shop-product:hover .overlay,
.shop-product:focus-within .overlay {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.shop-product .overlay li {
	display: inline-block;
}

.shop-product .overlay .icons {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	padding: 0;
}

.shop-product .overlay li a {
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	display: block;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.shop-product .overlay li a:hover {
	color: #fff;
}

.product-carousel .owl-nav {
	display: block;
}

.product-carousel .owl-nav [class*="owl-"] {
	width: 50px;
	height: 50px;
	text-align: center;
	background: url("/wp-content/uploads/assets/arrow.svg") no-repeat center, linear-gradient(64.86deg, rgb(88, 1, 142) -17.95%, rgb(141, 51, 199) 37.218%, rgb(164, 58, 160) 86.866%) !important;
	border-radius: 50%;
	border: none;
	box-shadow: 0 0 0 8px rgba(164, 58, 160, 0.5);
	cursor: pointer;
	position: absolute;
	top: 50%;
	padding: 0;
	outline: none;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.product-carousel .owl-nav [class*="owl-"]:nover {
	background: url("/wp-content/uploads/assets/arrow.svg") no-repeat center, linear-gradient(64.86deg, rgb(88, 1, 142) -17.95%, rgb(141, 51, 199) 37.218%, rgb(164, 58, 160) 86.866%) !important;

}

.product-carousel .owl-nav .owl-prev {
	transform: rotate(90deg);
}

.product-carousel .owl-nav .owl-next {
	transform: rotate(-90deg);
}

.product-carousel .owl-nav [class*="owl-"] .fa {
	display: none;
}

.product-carousel .owl-nav .owl-prev.disabled,
.product-carousel .owl-nav .owl-next.disabled {
	background: url("/wp-content/uploads/assets/arrow.svg") no-repeat center, rgb(178, 178, 178);
	box-shadow: 0 0 0 8px rgba(178, 178, 178, 0.5);
}


.product-carousel .owl-prev {
	left: -50px;
}

.product-carousel .owl-next {
	right: -50px;
}

/*
==========================================
    11. Testimonial
==========================================
*/

.testimonial-carousel {
	position: relative;
	z-index: 0;
}

.single-testimonial .video-block p,
.single-testimonial .video-block h5,
.single-testimonial h5 {
	display: none;
}

.single-testimonial p {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: left;
}


.testimonial-carousel .testimonial-thumb {
	width: 184px;
	margin: 0 auto;
	position: absolute;
	height: 50px;
	bottom: 0;
	left: 0;
	right: 0;
}

.testimonial-carousel .testimonial-thumb img {
	width: 100%;
	max-width: 80px;
	min-height: 80px;
	border-radius: 100%;
	max-height: 80px;
	display: none;
}

.testimonial-carousel .owl-nav {
	position: relative;
}

.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev {
	background: url("/wp-content/uploads/assets/arrow.svg") no-repeat center, linear-gradient(64.86deg, rgb(88, 1, 142) -17.95%, rgb(141, 51, 199) 37.218%, rgb(164, 58, 160) 86.866%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	box-shadow: 0 0 0 8px rgba(164, 58, 160, 0.5);
}

.testimonial-carousel .owl-nav .owl-prev.disabled,
.testimonial-carousel .owl-nav .owl-next.disabled {
	background: url("/wp-content/uploads/assets/arrow.svg") no-repeat center, rgb(178, 178, 178);
	box-shadow: 0 0 0 8px rgba(178, 178, 178, 0.5);
}

.testimonial-carousel .owl-nav .owl-prev {
	transform: rotate(90deg);
}

.testimonial-carousel .owl-nav .owl-next {
	transform: rotate(-90deg);
}

.testimonial-thumb .owl-item {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.testimonial-thumb .owl-item.active {
	display: block;
	width: 24px !important;
	height: 24px !important;
	border-radius: 560px;
	background: #EEE6F4;
}

.testimonial-thumb .owl-item.active.center {
	background: #58018E;
}

.testimonial-thumb .owl-item.active.current,
.testimonial-thumb .owl-item.active.center {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*
.testimonial-carousel .owl-nav [class*="owl-"] {
	background: none !important;
	color: inherit !important;
}
*/
.testimonial-carousel .owl-nav {
	display: block;
	height: 80px;
	margin-top: 20px;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
	color: #9598a2;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.testimonial-carousel .owl-prev {
	left: 350px;
}

.testimonial-carousel .owl-next {
	right: 350px;
}

/*
==========================================
    12.Appoinment
==========================================
*/

#appoinment {
	background: url(../img/bg/appoinmentbg.jpg) no-repeat center / cover;
}

.opening-hours {
	color: #fff;
	margin-top: 50px;
	padding: 70px 80px;
	border: 5px solid rgba(255, 255, 255, 0.2);
	border-right: 0;
	float: left;
	width: 50%;
}

div.opening-hours h3 {
	margin-bottom: 20px;
	color: #fff;
}

.opening-hours p {
	margin-bottom: 20px;
}

.opening-hours ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.opening-hours li {
	margin-bottom: 5px;
}

.appoinment-wrapper {
	border-radius: 10px;
	background: #fff;
	padding: 50px;
	float: left;
	width: 50%;
}

#appoinment input[type="text"],
#appoinment input[type="email"],
#appoinment input[type="url"],
#appoinment textarea {
	border: 1px solid #dddddd;
	margin: 0;
	padding: 18px 20px 5px;
	width: 100%;
	background: #f7f7f7;
}

.appoinment-wrapper input[type="date"],
.appoinment-wrapper input[type="time"],
.appoinment-wrapper select,
.wpcf7-form input[type="date"],
.wpcf7-form input[type="time"],
.wpcf7-form select {
	font-weight: normal;
	padding: 8px 15px;
	border: 1px solid #f7f7f7;
	background: #f7f7f7;
	margin-bottom: 25px;
	width: 100%;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	border-radius: 2px;
}

.appoinment-wrapper .input {
	margin-bottom: 25px;
}

.appoinment-wrapper select {
	padding: 12px 15px;
}

.appoinment-wrapper select#options {
	width: 100%;
}

.appoinment-wrapper .dtb input,
.appoinment-wrapper .dtb select {
	width: 31.2%;
	margin-right: 10px;
	display: inline-block;
}

.appoinment-wrapper .dtb select {
	margin-right: 0;
}

.appoinment-wrapper button:not(.customize-partial-edit-shortcut-button) {
	border: none;
	padding: 14px 50px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#appoinment ul li {
	list-style: none;
}

.wpcf7 select {
	color: #23292e;
	font-weight: normal;
}

input.wpcf7-form-control {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #dddddd;
	width: 100%;
}

.wpcf7-form [class*="date-"]:focus,
.wpcf7-form span:nth-child(3) {
	display: inline-block;
	width: 49%;
}

.wpcf7-form span:nth-child(3) {
	margin-left: 5px;
}

.wpcf7-form p > label,
.wpcf7-form span > label {
	width: 100%;
	font-size: inherit;
	display: inline-grid;
	font-weight: 500;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.wpcf7-form [class*="checkbox-"]:focus {
	width: 100%;
	margin: 0;
}

.wpcf7-form input[type="checkbox"],
input[type="radio"] {
	width: 15px;
	height: 15px;
}

.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-acceptance {
	padding: 5px 0;
	display: block;
}

.wpcf7-form span .wpcf7-radio .wpcf7-list-item-label,
.wpcf7-form .wpcf7-acceptance span.wpcf7-list-item {
	margin-left: 0;
	margin-right: 5px;
}

.wpcf7-form .wpcf7-acceptance span.wpcf7-list-item label {
	display: inline-block;
	margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio span.wpcf7-list-item {
	margin-left: 10px;
}

.wpcf7-checkbox .wpcf7-list-item:first-child,
.wpcf7-radio span.wpcf7-list-item:first-child {
	margin: 0;
}

.wpcf7-form span.wpcf7-list-item-label {
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 5px;
	text-transform: capitalize;
}

.wpcf7-form textarea:focus,
.wpcf7-form input:focus {
	border: 1px solid;
	outline: 0;
	box-shadow: none;
}

.wpcf7-form .wpcf7-submit {
	display: inline-block;
	width: 100%;
	max-width: 160px;
	color: #fff;
	border-radius: 23px;
	margin-top: 30px;
	padding: 11px 34px;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 21px;
	position: relative;
	overflow: hidden;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.wpcf7-form .wpcf7-submit:hover {
	background-color: #fff;
}

/*
==========================================
    13.Expert Beauticians
==========================================
*/

.single-beauticians {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	width: 100%;
	border-radius: 5px;
}

.single-beauticians .img-wrapper img {
	margin: auto;
	-webkit-perspective: inherit;
	perspective: inherit;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.single-beauticians .img-wrapper {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: PRESERVE-3D;
	transform-style: PRESERVE-3D;
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
	-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: left;
	height: auto;
	height: 285px;
	width: 100%;
	position: relative;
	border-radius: 5px;
	box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
	overflow: hidden;
}

.beautician-footer-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1;
	padding: 20px 30px;
	border-radius: 0 0 5px 5px;
}

.beautician-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
	-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: left;
	height: 285px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	width: 100%;
	color: #fff;
	background: #2c3145;
	padding: 30px;
	border-radius: 5px;
	box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
	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;
}

.single-beauticians:hover .img-wrapper,
.single-beauticians:hover .beautician-content,
.single-beauticians:focus-within .img-wrapper,
.single-beauticians:focus-within .beautician-content {
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
	-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.single-beauticians:hover .img-wrapper,
.single-beauticians:focus-within .img-wrapper {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.single-beauticians:hover .beautician-content,
.single-beauticians:focus-within .beautician-content {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.single-beauticians:hover .beautician-content h5,
.single-beauticians:focus-within .beautician-content h5 {
	color: #ffffff;
}

.single-beauticians .beautician-content .inner-content {
	-webkit-perspective: inherit;
	perspective: inherit;
	-webkit-transform: translateY(0%) translateZ(60px) scale(0.94);
	transform: translateY(0%) translateZ(60px) scale(0.94);
}

.single-beauticians .beautician-content p {
	margin: 0;
}

.single-beauticians .beautician-content .inner-content {
	padding: 7% 0;
}

.single-beauticians .social li {
	display: inline-block;
	margin-right: 10px;
}

.single-beauticians .social li a {
	width: 35px;
	height: 35px;
	text-align: center;
	background: #fff;
	display: block;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
}

.single-beauticians .social li a:hover,
.single-beauticians .social li a:focus {
	color: #fff;
}

.single-beauticians .social a:hover i,
.single-beauticians .social a:focus i {
	-webkit-animation: socialFxD 0.3s forwards;
	animation: socialFxD 0.3s forwards;
}

@keyframes socialFxD {
	49% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	50% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	51% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

.single-beauticians .beautician-content p {
	margin-bottom: 10px;
}

.beautician-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
==========================================
    14. Partner
==========================================
*/

#partner {
	background: #eee;
}

.single-partner {
	height: 120px;
	text-align: center;
	position: relative;
	cursor: crosshair;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.inner-partner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-partner img {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	max-width: 180px;
}

.single-partner:hover img {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.partner-carousel .owl-nav [class*="owl-"] {
	display: none;
}

/*
==========================================
    15. Subscribe
==========================================
*/

#subscribe {
	padding: 50px 0;
	color: #fff;
}

#subscribe i {
	float: left;
	margin-right: 20px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	margin-top: -4px;
}

#subscribe:hover i {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: FlipH;
	filter: FlipH;
	-ms-filter: "FlipH";
}

#subscribe h3 {
	margin-bottom: 6px;
	color: #fff;
}

.mc4wp-form p input[type="email"],
.mc4wp-form p input[type="text"] {
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
	border: none;
	padding: 11px 30px;
	border-radius: 23px;
	float: right;
	width: 70%;
}

.mc4wp-form p input[type="email"],
.mc4wp-form p input[type="text"],
.mc4wp-form p input[type="submit"],
.mc4wp-form p input[type="url"],
.mc4wp-form p textarea {
	margin: 0;
	width: 100%;
}

.mc4wp-form p input[type="text"]:focus,
.mc4wp-form p input[type="email"]:focus,
.mc4wp-form p input[type="url"]:focus,
.mc4wp-form p textarea:focus {
	margin: 0;
	border: none;
}

.mc4wp-form p input[type="email"]::-webkit-input-placeholder,
.mc4wp-form p input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.mc4wp-form p input[type="email"]::-moz-placeholder,
.mc4wp-form p input[type="text"]::-moz-placeholder {
	color: #fff;
}

#subscribe-form {
	position: relative;
}

.mc4wp-form p input[type="submit"] {
	position: unset;
	top: 5px;
	right: 0;
	background: #fff;
	border: none;
	padding: 12px 20px 10px;
	border-radius: 0 23px 23px 0;
	cursor: pointer;
	outline: none;
}

.mc4wp-form p input[type="submit"]:focus {
	outline: none;
}

.mc4wp-form-fields input[type="email"],
.mc4wp-form input[type="text"] {
	float: none;
	width: 100%;
	padding: 11px 30px;
}

.mc4wp-form-fields {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.mc4wp-form .mc4wp-form-fields p {
	-webkit-box-flex: 1 1 20%;
	-moz-box-flex: 1 1 20%;
	-webkit-flex: 1 1 20%;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	margin: 0 10px 0 0;
}

.mc4wp-form .mc4wp-form-fields p:nth-last-child(2),
.mc4wp-form .mc4wp-form-fields p:last-child {
	margin: 0;
}

.mc4wp-form .mc4wp-form-fields p:last-child {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
}

.mc4wp-form label {
	width: 100%;
	margin: 0;
}

.mc4wp-form input {
	margin: 0px;
	margin-top: 5px;
}

.mc4wp-form p:last-child input,
.mc4wp-form p:last-child input {
	width: 100%;
}

.mc4wp-form .mc4wp-form-fields p:nth-last-child(2) input {
	border-radius: 25px 0 0 25px;
}

.mc4wp-form .mc4wp-response p {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.mc4wp-form .mc4wp-form-fields p {
		-webkit-box-flex: 1 1 100%;
		-moz-box-flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}

	.mc4wp-form .mc4wp-form-fields p,
	.mc4wp-form .mc4wp-form-fields p:nth-last-child(2),
	.mc4wp-form .mc4wp-form-fields p:last-child {
		margin: 10px 0;
	}

	.mc4wp-form .mc4wp-form-fields p:nth-last-child(2) input,
	.mc4wp-form p input[type="submit"] {
		border-radius: 23px;
	}
}

/*
==========================================
    16.footer-copyright
==========================================
*/
#footer {
	background: #58018E;
}

#footer a {
	color: #FFFFFF;
}

#footer li {
	margin-right: 24px;
	margin-bottom: 16px;
}

#footer-copyright {
	padding: 30px 0;
	background: #f7f7f7 !important;
}

.copyright-text ul {
	margin: 0;
	padding: 0;
}

.copyright-text ul li {
	display: inline-block;
}

.copyright-text a {
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	margin-right: 20px;
}

.payment-method li {
	display: inline-block;
	margin-right: 20px;
}

.payment-method li a {
	width: 50px;
	height: 30px;
	display: block;
	text-align: center;
	box-shadow: 1px 1px 1px 1px rgba(44, 49, 59, 0.55);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	color: #2c3145;
}

.payment-method li a:hover {
	box-shadow: 1px 5px 5px 1px rgba(44, 49, 59, 0.55);
}

#footer-copyright .payment-method li {
	margin-bottom: 5px;
}

#footer-copyright .payment-method li:last-child {
	margin-bottom: 0px;
}

/* Scroll Up */

.scrollup {
	width: 50px;
	height: 50px;
	border-radius: 23px;
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	color: #ffffff;
	z-index: 888;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.scrollup:hover,
.scrollup:focus {
	background: #ffffff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
}

/*
==========================================
    17. Breadcrumb
==========================================
*/

#breadcrumb-area {
	position: relative;
	background: url(../img/bg/breadcrumb-bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0 100px;
	color: #fff;
}

#breadcrumb-area:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	z-index: 0;
}

#breadcrumb-area h2 {
	color: #fff;
	margin-bottom: 10px;
	line-height: 50px;
}

#breadcrumb-area ul li {
	display: inline-block;
	position: relative;
	margin-right: 5px;
}

#breadcrumb-area ul li:last-child:after {
	display: none;
}

#breadcrumb-area ul li {
	color: #fff;
}

/*
=================================================================
    02. About Us page
================================================================
*/

/*
==========================================
    01. Welcome
==========================================
*/

#welcome .section-title h3 {
	margin-bottom: 5px;
}

.welcome-box {
	background: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
}

.welcome-box:hover {
	box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.welcome-content {
	padding: 30px;
}

.welcome-box img {
	width: 100%;
}

.welcome-box h4 {
	margin-bottom: 10px;
}

.welcome-box p {
	margin-bottom: 20px;
}

.welcome-box a {
	color: #c2c2c2;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.welcome-box a i {
	margin-left: 5px;
}

/*
==========================================
    02. Why choose us
==========================================
*/
#wcu ul li {
	list-style: none;
}

#wcu {
	background: #f7f7f7;
	position: relative;
}

.video-section {
	background: url(../img/about-page/wcu.jpg) no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: 45%;
}

.video-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: -1;
	background: #2c3145;
}

.video-section .play-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	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;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.video-section .play-icon:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.watch-more {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.watch-more a {
	color: #fff;
}

.watch-more i {
	margin-left: 5px;
}

.wcu-content {
	padding: 60px 0;
}

#wcu h2 {
	margin-bottom: 20px;
}

#wcu ul {
	margin: 16px 0 30px;
	padding: 0;
}

#wcu ul li {
	margin-bottom: 8px;
}

#wcu ul li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	margin-right: 10px;
}

#wcu .fun-fact h2 {
	margin-bottom: 5px;
}

/*
==========================================
    03. About-partner
==========================================
*/

#about-partner {
	padding: 80px 0;
}

#about-partner .single-partner {
	width: 100%;
	float: left;
	background: #f7f7f7;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

#about-partner .single-partner:nth-child(1),
#about-partner .single-partner:nth-child(2),
#about-partner .single-partner:nth-child(3),
#about-partner .single-partner:nth-child(4) {
	border-bottom-width: 1px;
}

#about-partner .single-partner:nth-child(2) {
	border-left-width: 1px;
	border-right-width: 1px;
}

#about-partner .single-partner:nth-child(3) {
	border-right-width: 1px;
}

#about-partner .single-partner:nth-child(6) {
	border-left-width: 1px;
	border-right-width: 1px;
}

#about-partner .single-partner:nth-child(7) {
	border-right-width: 1px;
}

#portfolio.pricing-page {
	background: #fff;
}

/*
=================================================================
    03. Gallery page
================================================================
*/

.gallery-tab-sorting {
	margin-bottom: 40px;
}

.gallery-tab-sorting li {
	display: inline-block;
	padding: 0 10px;
}

.gallery-tab-sorting li a {
	color: #5e6271;
	padding: 0 5px 5px;
	display: block;
	position: relative;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.gallery-tab-sorting li a:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.gallery-tab-sorting li a.active:after,
.gallery-tab-sorting li a:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.gallery-page .gallery-item figure {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	-webkit-transform: scale(1.1, 1.05);
	transform: scale(1.1, 1.05);
}

.gallery-page .gallery-item figure img {
	height: 100%;
	width: 100%;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.gallery-page .gallery-item figure:hover img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 1;
}

.gallery-page .gallery-item figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 0 15px;
	z-index: 2;
	background: rgba(44, 49, 69, 0.7);
}

.gallery-page .gallery-item:hover figcaption {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.gallery-page .gallery-item figcaption ul li {
	display: inline-block;
	margin-right: 5px;
}

.gallery-page .gallery-item figcaption ul li a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	display: block;
	text-align: center;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.gallery-page .gallery-item figcaption ul li a:hover {
	color: #ffffff !important;
}

.gallery-page .gallery-item figcaption h4 {
	color: #fff;
	margin: 15px 0 0;
}

.gallery-page .gallery-item figcaption h4,
.gallery-page .gallery-item figcaption ul li,
.gallery-page .gallery-item figcaption p {
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.gallery-page .gallery-item figure:hover figcaption h4,
.gallery-page .gallery-item figure:hover figcaption ul li,
.gallery-page .gallery-item figure:hover figcaption p {
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#gallery .inner-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#gallery .gallery-item {
	padding-left: 0;
}

.mfp-figure button {
	background: none;
}

/*
=================================================================
    04. Contact page
================================================================
*/

#map {
	height: 400px;
	margin-bottom: 50px;
}

#contact h2 {
	margin-bottom: 50px;
	font-weight: 500;
}

.contact-form textarea:focus,
.contact-form input:focus {
	border-style: 0;
}

.contact-form .input__label--hantus {
}

.contact-form .input_field {
	width: 100%;
	padding: 15px;
	border: 1px solid #eee;
	color: #2c3145;
}

.widget_product_search button[type="submit"]:hover,
.widget_product_search button[type="submit"]:focus {
	background-color: #ffffff;
}

.input-hantus {
	margin-bottom: 40px;
}

.contact-form .input__field:focus {
	border-color: transparent;
}

.contact-form .graphic--hantus {
	stroke: transparent;
}

.contact-form button {
	border: none;
	cursor: pointer;
}

.info-box {
	padding: 30px 40px;
	box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
	margin-bottom: 20px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.info-box:hover {
	box-shadow: 0px 4px 30px 0px rgba(44, 49, 59, 0.15);
}

.contact-info .info-box:last-child {
	margin-bottom: 0;
}

.info-box i {
	float: left;
	margin-right: 10px;
}

.info-box h4 {
	margin-bottom: 10px;
}

/*
=================================================================
    05. Portfolio page
================================================================
*/

.portfolio-tab-sorting {
	border: none;
	width: 60%;
	margin: 0 auto 50px auto;
	text-align: center;
	border: 1px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	border-radius: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
}

.portfolio-tab-sorting li {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}

.portfolio-tab-sorting li a {
	display: block;
	padding: 0.5rem 1rem;
	color: #5e6271;
	background: #fff;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	border: none;
}

.portfolio-tab-sorting li:first-child a {
	border-radius: 20px 0 0 20px;
}

.portfolio-tab-sorting li:last-child a {
	border-radius: 0 20px 20px 0;
}

.portfolio-tab-sorting li a.active {
	color: #fff;
}

.portfolio-item {
	margin-bottom: 15px;
}

.portfolio-page .portfolio-item figure {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	border-radius: 5px;
	background: rgba(44, 49, 69, 0.7);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.portfolio-page .portfolio-item figure:hover {
	box-shadow: -3.758px 15px 30px 0px rgba(42, 57, 63, 0.15);
}

.portfolio-page .portfolio-item figure img {
	max-height: 100%;
	width: 100%;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.portfolio-page .portfolio-item figure:hover img {
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.portfolio-page .portfolio-item figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	opacity: 0;
	padding: 0 15px;
	z-index: 2;
	border-radius: 5px;
}

.portfolio-page .portfolio-item figure:hover figcaption {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio-page .portfolio-item figcaption h4 {
	color: #fff;
	margin: 0 0 5px;
}

.portfolio-page .portfolio-item figure:hover figcaption h4 {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.portfolio-page .portfolio-item figcaption h6 {
	color: #fff;
	margin: 0 0 12px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: translate3d(-360px, 0, 0);
	transform: translate3d(-360px, 0, 0);
}

.portfolio-page .portfolio-item figure:hover figcaption h6 {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.05s;
}

.portfolio-page .portfolio-item figcaption p {
	margin-bottom: 10px;
}

.portfolio-page .portfolio-item figure:hover figcaption p {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.1s;
}

.portfolio-page .portfolio-item figcaption a {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.portfolio-page .portfolio-item figure:hover figcaption a {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.15s;
}

.portfolio-page .portfolio-item figure figcaption a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.portfolio-page .portfolio-item figcaption p,
.portfolio-page .portfolio-item figcaption a,
.portfolio-page .portfolio-item figcaption h6,
.portfolio-page .portfolio-item figcaption h4 {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: translate3d(-360px, 0, 0);
	transform: translate3d(-360px, 0, 0);
}

.portfolio-page .portfolio-item figure:hover figcaption h4,
.portfolio-page .portfolio-item figure:hover figcaption h6,
.portfolio-page .portfolio-item figure:hover figcaption p,
.portfolio-page .portfolio-item figure:hover figcaption a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*
=============================
    Pagination
=============================
*/
.pagination {
	display: block;
	text-align: center;
}

li.page-item .page-link {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-right: 10px;
	border-radius: 5px;
	color: #5e6271;
	padding: 10px 16px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

li.page-item .page-link:hover,
li.page-item.active .page-link {
	color: #fff;
}

nav.portfolio-pagination {
	margin-top: 30px;
}

/* own */
.woocommerce-pagination ul.page-numbers li span.page-numbers:hover,
.woocommerce-pagination ul.page-numbers li a.page-numbers:hover,
.pagination span:hover,
.pagination a:hover {
	color: #fff;
}

.woocommerce-pagination ul.page-numbers li span.page-numbers,
.woocommerce-pagination ul.page-numbers li a.page-numbers,
.pagination span,
.pagination a {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-right: 10px;
	border-radius: 5px;
	color: #5e6271;
	padding: 10px 16px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	font-size: 18px;
}

.woocommerce-pagination ul.page-numbers li span.page-numbers,
.pagination span {
	color: #fff;
}

/*
=================================================================
    06. Blog page
================================================================
*/
.meta-info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.full-width.section-padding {
	padding-bottom: 50px;
}

.blog-post {
	box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
	border-radius: 5px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	margin-bottom: 30px;
}

.blog-post:hover,
.blog-post:focus-within {
	box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.post-thumb {
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

.post-thumb img {
	-webkit-transition: all ease-in 0.28s;
	transition: all ease-in 0.28s;
	width: 100%;
}

.blog-post:hover .post-thumb img,
.blog-post:focus-within .post-thumb img {
	-webkit-transform: scale(1.15) rotate(-4deg);
	transform: scale(1.15) rotate(-4deg);
}

.post-content {
	padding: 20px 30px;
	display: flow-root;
}

.post-content th a {
	color: #fff;
}

.meta-info li {
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
}

.meta-info li:after {
	content: "";
	height: 16px;
	width: 2px;
	position: absolute;
	right: 0;
	top: 4px;
	background: #c2c2c2;
}

.meta-info li:last-child:after {
	display: none;
}

.meta-info li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.meta-info li a {
	color: #2c3145;
}

.meta-info li a:hover,
.meta-info li a:focus {
	color: #f22853;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.blog-post .post-title a {
	color: #2c3145;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.blog-post p {
	margin-bottom: 10px;
	line-height: initial;
}

.blog-post a.read-more-link {
	color: #2c3145;
	position: relative;
	z-index: 0;
}

.blog-post a.read-more-link:after {
	content: "\f101";
	margin-left: 8px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.content-none {
	background: #f7f7f7;
}

/*
=======================================
    01. Single Post
=======================================
*/

.single-post .blog-post {
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
}

.single-post .blog-post .post-thumb {
	border-radius: 0;
}

.single-post .blog-post .post-content {
	padding: 30px 0;
}

.single-post .post-header {
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 10px;
}

.single-post .post-header ul {
	display: inline-block;
}

.single-post .post-header .text-right {
	float: right;
}

.single-post .post-header .text-right li {
	display: inline-block;
	margin-left: 15px;
}

.single-post .post-header .text-right li a {
	color: #c2c2c2;
}

.single-post .post-header .text-right li a i {
	margin-right: 5px;
}

.meta-data ul {
	display: inline-block;
}

.meta-data ul.text-right {
	float: right;
}

.meta-data ul li {
	display: inline-block;
	color: #2c3145;
}

.meta-data ul li a {
	color: #c2c2c2;
}

.meta-data ul.share li a {
	padding-left: 15px;
}

.post-new-comment h4 {
	margin-bottom: 10px;
}

.media p.comment {
	margin-bottom: 6px;
}

/* =====================================
    02. Post Comment Area
===================================== */

.comments-area {
	padding: 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	margin-top: 30px;
	clear: both;
}

.post-comment-area {
	padding: 8px;
}

.post-comment-area h2 {
	color: #f22853;
	line-height: initial;
}

.comment-author img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: solid 1px #ccc;
	display: inline-block;
	position: relative;
	margin-top: 15px;
}

.comment-metadata {
	margin-bottom: 15px;
	margin-top: -30px;
	margin-left: 63px;
}

ol.comment-list,
ol.children {
	list-style: none;
}

.comment-metadata a {
	color: #c2c2c2;
}

.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #f22853;
}

.comment-content p {
	font-size: 14px;
}

.reply {
	text-align: right;
}

.comment-body {
	border-bottom: 1px solid #f7f7f7;
}

.comment-respond .comment-reply-title {
	padding: 0;
	margin: 0;
}

.comment-form {
	padding: 0;
}

form.comment-form p.logged-in-as,
form.comment-form p.comment-notes {
	margin: 0;
	padding: 0;
	border: none;
}

.comment-form-comment #comment {
}

.author-details img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: solid 1px #ccc;
	display: inline-block;
	position: relative;
	margin-top: 15px;
	margin-left: 20px;
}

.author-details p {
	font-size: 14px;
}

.blog-author-social {
	display: inline-block;
	margin: 10px 0 0;
	padding: 5px 15px;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog-author-social li:last-child {
	margin: 0;
	padding: 0;
}

.author-meta-det {
	padding: 10px;
}

.auth-mata {
	padding-right: 10px;
}

.author-details {
	border-bottom: 1px solid #f7f7f7;
}

/*previous style*/
.comment-author a {
	color: #2c3145;
	margin-bottom: 5px;
	display: block;
}

.post-comments-area .comment-time-left {
	margin-bottom: 7px;
}

.post-comments-area .media-left {
	padding-right: 25px;
}

.post-comments-area .media-body {
	position: relative;
}

.comment-date {
	position: absolute;
	right: 0;
	top: 0;
	color: #c2c2c2;
}

.media ul li {
	display: inline-block;
	color: #5e6271;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}

.media ul li:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 1px;
	height: 16px;
	background: #c2c2c2;
}

.media ul li:last-child:after {
	display: none;
}

.media ul li i {
	margin-right: 5px;
}

.post-comments-area .media {
	border-bottom: 1px solid #f7f7f7;
	margin: 0;
	padding: 25px 0;
}

.post-comments-area p {
	margin-bottom: 0;
}

.media-replay .media {
	padding-left: 30px;
}

.post-new-comment {
	padding-top: 40px;
}

.post-new-comment h3 {
	margin-bottom: 30px;
}

.post-new-comment .form-control {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	box-shadow: none;
}

.post-new-comment .boxed-btn {
	border: none;
	cursor: pointer;
}

/*
===================================================================================
    07. 404 Page
=================================================================================== */

/* 404 */

#page-404 {
	padding-bottom: 80px;
	text-transform: uppercase;
}

#page-404 h2 {
	margin: 40px 0 20px;
}

#page-404 h3 {
	margin: 0 0 20px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	font-weight: 500;
}

#page-404 .boxed-btn {
	text-transform: capitalize;
	padding: 0px 34px;
	line-height: 43px;
}

/*
===================================================================================
    08. Coming Soon Page
=================================================================================== */

.coming-soon-wrapper {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	height: 100%;
	color: #fff;
}

.coming-soon-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: -1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.coming-soon-wrapper .logo {
	margin-bottom: 50px;
	margin-top: 80px;
}

.coming-soon-wrapper h1 {
	margin-bottom: 10px;
	color: #fff;
}

.coming-soon-wrapper p {
	width: 60%;
	margin: 0 auto 20px;
}

/* Count area */

.count-area {
	padding: 60px 0;
}

.count-area .time-wrap {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin-top: 24px;
}

.count-area .time-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
	-webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.count-area .time-wrap:hover:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.count-area .time-wrap span {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
	-webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transform: rotate(-45deg);
	transform: rotate(90deg);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

.count-area .text {
	margin-top: 35px;
	color: #fff;
}

/* Subscribe */

.subscribe-wrapper {
	position: relative;
}

.subscribe-wrapper .form-control {
	border: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 0;
	height: 60px;
	border-radius: 0;
	color: #fff;
	padding: 20px;
}

.subscribe-wrapper button {
	border: none;
	box-shadow: none;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	padding: 0 20px;
	cursor: pointer;
}

.subscribe-wrapper .form-control::-webkit-input-placeholder {
	color: #fff;
}

.coming-soon-wrapper footer {
	margin-top: 50px;
	margin-bottom: 80px;
}

.coming-soon-wrapper footer .social li {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}

.coming-soon-wrapper footer .social a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	color: #2c3145;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
}

.coming-soon-wrapper .social a:hover i {
	-webkit-animation: socialFxD 0.3s forwards;
	animation: socialFxD 0.3s forwards;
}

.video-main-block {
	height: 600px;
	margin-bottom: 20px;
}

.video-main-block .video-clappr {
	height: 100%;
	margin-bottom: 0;
}

@keyframes socialFxD {
	49% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	50% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	51% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
}

.coming-soon-wrapper .social a:hover i.fa-facebook-f {
	color: #3a589b;
}

.coming-soon-wrapper .social a:hover i.fa-twitter {
	color: #1cb7eb;
}

.coming-soon-wrapper .social a:hover i.fa-linkedin-in {
	color: #1686b0;
}

.coming-soon-wrapper .social a:hover i.fa-google-plus-g {
	color: #e3411f;
}

.coming-soon-wrapper .social a:hover i.fa-instagram {
	color: #6c27b3;
}

.coming-soon-wrapper .social a:hover i.fa-whatsapp {
	color: #75b73b;
}

.coming-soon-wrapper .social {
	margin-bottom: 15px;
}

/* ---- particles.js container ---- */

canvas {
	display: block;
	vertical-align: bottom;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-image: url("");*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

section#pricing .price-contents:not(:last-child),
section#beauticians .butician-sec-columns:not(:last-child),
section#welcome .about-wel-sec-column:not(:last-child) {
	margin-bottom: 3rem;
}

#counter .single-box:last-child,
#pricing .price-contents:last-child {
	margin-bottom: 0 !important;
}

#feature,
#pricing,
#beauticians,
#blog-content,
#custom_section,
#footer-copyright,
.port-page,
#contact,
#gallery,
#welcome {
	background: #ffffff;
}

#respond {
	background: #ffffff;
	padding: 0 10px 0 10px;
}

/*---------------------------------------
    Screen Reader Text
-----------------------------------------*/
.widget_search label span,
.widget_product_search form label {
	clip: unset;
	position: absolute;
	height: unset;
	width: unset;
	overflow: unset;
}

.widget_search form .search-field::-webkit-input-placeholder {
	color: transparent;
}

.widget_search form .search-field:-moz-placeholder {
	/* Firefox 18- */
	color: transparent;
}

.widget_search form .search-field::-moz-placeholder {
	/* Firefox 19+ */
	color: transparent;
}

.widget_search form .search-field:-ms-input-placeholder {
	color: transparent;
}

.widget_product_search form .search-field::-webkit-input-placeholder {
	color: transparent;
}

.widget_product_search form .search-field:-moz-placeholder {
	/* Firefox 18- */
	color: transparent;
}

.widget_product_search form .search-field::-moz-placeholder {
	/* Firefox 19+ */
	color: transparent;
}

.widget_product_search form .search-field:-ms-input-placeholder {
	color: transparent;
}

/* comment form */

p.form-submit .submit {
	border: none;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	color: #fff;
	border-radius: 23px;
	padding: 11px 34px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

p.form-submit .submit:hover {
	z-index: 2;
	background: #fff !important;
}

p.comment-form-comment textarea {
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	vertical-align: top;
}

#services .post {
	box-shadow: 0px 0px 6px 0px rgba(59, 62, 72, 0.2);
	background: #fff;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

input.search-btn {
	border-radius: 4px;
	box-shadow: 0px 0px 2px 0px rgba(7, 7, 6, 0.2);
	color: #fff;
	border: 0;
	padding: 10px 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

input.search-btn:hover {
	background: #fff;
}

/* Search Result*/
.search-result .posts-navigation .nav-links a {
	color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	display: inline-block;
	padding: 15px 40px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.search-result .posts-navigation .nav-links a:hover {
	background: #fff;
}

.comment-form [class*="comment-form-"] {
	position: relative;
	margin-bottom: 35px;
	z-index: 0;
}

._1Cvlf,
.widget_search label span,
.widget_product_search form label,
.input_label,
.comment-form [class*="comment-form-"] label {
	position: absolute;
	left: -2px;
	top: 10px;
	z-index: 9;
	padding-left: 20px;
	font-size: 15px;
	cursor: text;
	transition: 0.2s ease;
	width: 100%;
	color: #2c3145;
	will-change: transform, color, font-size;
	pointer-events: none;
	font-weight: 400;
	margin-bottom: 0;
	display: inline-block;
	max-width: fit-content;
	line-height: 1.5;
}

._2tL9P {
	font-size: 12px !important;
	color: #2c3145 !important;
	padding-left: 0 !important;
	padding: 0px 10px;
	-ms-transform: translateX(18%) translateY(-45%);
	transform: translateX(18%) translateY(-45%);
}

._2Pfbi {
	border-color: #f22853 !important;
}

.comment-form [class*="comment-form-"].comment-form-cookies-consent label {
	position: unset;
	display: inline;
	padding-left: 5px;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea {
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
	box-shadow: none;
	border: 1px solid #ec5498;
}

#respond input:not(.submit),
#respond textarea {
	padding: 18px 20px 5px;
	margin: 0;
	border: 1px solid #dddddd;
}

#respond .comment-form-comment {
	margin-top: 25px;
}

.comment-form-cookies-consent label {
	font-size: 15px;
	width: auto;
	max-width: none;
	position: unset;
	-ms-transform: none;
	transform: none;
	padding-left: 10px;
	vertical-align: top;
}

.comment-form-cookies-consent input {
	width: 18px;
	height: 18px;
}

.woocommerce-product-search {
	position: relative;
}

/* bg-sticky Start */

.bg-sticky {
	position: absolute;
	top: 10px;
	left: 25px;
	display: block;
	text-align: center;
	letter-spacing: 0.5px;
	font-size: 16px;
	font-weight: 600;
	padding: 0 0.62em;
	line-height: 30px;
	border-radius: 3px;
	color: #fff;
	z-index: 9;
}

/* bg-sticky Start */

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 20px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
	background-color: #ffffff;
}

span.woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-product-gallery__image {
	border: 1px solid #e5e5e5;
}

.woocommerce
div.product
div.images
.woocommerce-product-gallery__image:nth-child(n + 2) {
	margin-top: 15px;
}

.woocommerce div.product .product_title {
	margin-bottom: 6px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	margin: 10px 0;
}

.woocommerce div.product form.cart .button {
	padding: 0 25px;
	margin-top: 0 !important;
	margin-left: 5px;
}

.product_meta {
	text-align: left;
	color: #222222;
}

.product_meta .posted_in a {
	display: inline-block;
}

div.comment-form-rating > label {
	padding: 0 !important;
	position: unset !important;
}

.woocommerce-message {
	line-height: 3.4;
}

.woocommerce-form-coupon .input-text {
	height: 100%;
	min-height: 50px;
	padding: 10px 15px;
}

.products.columns-4 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.woocommerce a.button {
	color: #ffffff;
	overflow: hidden;
	font-weight: 500;
	border-radius: 20px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	height: auto;
}

.woocommerce .button-cart a.button:hover,
.woocommerce .button-cart a.button:focus {
	background-color: #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* ==============================================

    Thai Spa

============================================== */

.thaispa-theme h1,
.thaispa-theme h2,
.thaispa-theme h3,
.thaispa-theme h4,
.thaispa-theme h5,
.thaispa-theme h6 {
	color: #242526;
}

.thaispa-theme.header-transparent .cart-icon-wrapper:hover,
.thaispa-theme.header-transparent .cart-icon-wrapper:focus {
	outline-color: #ffffff;
}

.thaispa-theme.header-transparent #header-top p i,
.thaispa-theme.header-transparent #header-top .text-details i {
	font-size: 18px;
	vertical-align: text-bottom;
	margin-right: 7px;
}

.thaispa-theme.header-transparent .header-social li a {
	width: 26px;
	height: 26px;
	line-height: 26px;
}

.thaispa-theme.header-transparent #header-top p:after {
	top: 0;
	width: 1px;
	height: 100%;
	background: rgb(255 255 255 / 50%);
}

.thaispa-theme.header-transparent .logo a {
	display: block;
}

.thaispa-theme.header-transparent .site-description {
	line-height: 0.75;
	top: 0;
	display: inline-block;
}

.thaispa-theme.header-transparent .cart-count {
	border: 2px solid #2b2b2b;
}

.thaispa-theme.header-transparent .navbar-area.sticky-nav {
	box-shadow: none;
}

.thaispa-theme.header-transparent .site-title,
.thaispa-theme.header-transparent .site-description,
.thaispa-theme.header-transparent .navbar-area .sb-search > .sb-icon-search,
.thaispa-theme.header-transparent .navbar-area .cart-icon-wrapper i,
.thaispa-theme.header-transparent .navbar-area .main-menu > ul > li > a {
	color: #ffffff;
}

.thaispa-theme.header-transparent #breadcrumb-area {
	background-size: cover !important;
}

@media only screen and (max-width: 991px) and (min-width: 601px) {
	.thaispa-theme.admin-bar .navbar-wrapper div.sticky-nav.is-sticky {
		top: 32px;
	}
}

@media (min-width: 992px) {
	.thaispa-theme.header-transparent
	.header-social
	li
	a:not(:hover):not(:focus) {
		background: rgb(0 0 0 / 30%);
	}

	.thaispa-theme.header-transparent #header-top,
	.thaispa-theme.header-transparent .navbar-area.sticky-nav {
		background: none;
		border: none;
	}

	.thaispa-theme.header-transparent
	.sb-search:not(.sb-search-open)
	.sb-icon-search,
	.thaispa-theme.header-transparent .header-info-text .info span,
	.thaispa-theme.header-transparent #header-top .text-details a,
	.thaispa-theme.header-transparent #header-top p {
		color: #ffffff;
	}

	.thaispa-theme.header-transparent .navbar-area > .container > .row {
		background-color: rgba(36, 37, 38, 0.7);
	}

	.thaispa-theme.header-transparent
	.navbar-area.sticky-nav.show
	> .container
	> .row {
		background-color: #242526;
	}

	.thaispa-theme.header-transparent #breadcrumb-area {
		padding-top: 265px;
	}

	.thaispa-theme.header-transparent div.theme-slider div.theme-content {
		margin-top: 22px;
	}
}

@media (max-width: 991px) {
	.thaispa-theme.header-transparent .navbar-wrapper .sticky-nav {
		background-color: #242526;
	}
}

/* thaispa-Info */

.thaispa-theme .single-info-thaispa {
	background-color: #f7f7f7;
	border: 10px solid rgb(110 168 26 / 27%);
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.thaispa-theme .single-info-thaispa:after {
	content: "";
	clear: both;
	display: table;
}

.thaispa-theme .single-info-thaispa .strip-overlay {
	padding: 32px 25px;
}

.thaispa-theme .strip-hover .strip-hover-wrap:before,
.thaispa-theme .strip-hover .strip-hover-wrap:after,
.thaispa-theme .strip-hover .strip-overlay:before,
.thaispa-theme .strip-hover .strip-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	width: 25%;
	height: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.thaispa-theme .strip-hover .strip-hover-wrap:before {
	left: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.thaispa-theme .strip-hover .strip-hover-wrap:after {
	left: 25%;
	-webkit-transition-delay: 0.105s;
	transition-delay: 0.105s;
}

.thaispa-theme .strip-hover .strip-overlay:before {
	left: 50%;
	-webkit-transition-delay: 0.21s;
	transition-delay: 0.21s;
}

.thaispa-theme .strip-hover .strip-overlay:after {
	left: 75%;
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.thaispa-theme .strip-hover:hover .strip-hover-wrap:before,
.thaispa-theme .strip-hover:hover .strip-hover-wrap:after,
.thaispa-theme .strip-hover:hover .strip-overlay:before,
.thaispa-theme .strip-hover:hover .strip-overlay:after,
.thaispa-theme .strip-hover:focus-within .strip-hover-wrap:before,
.thaispa-theme .strip-hover:focus-within .strip-hover-wrap:after,
.thaispa-theme .strip-hover:focus-within .strip-overlay:before,
.thaispa-theme .strip-hover:focus-within .strip-overlay:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.7;
}

.thaispa-theme .single-info-thaispa.strip-hover:hover .strip-hover-wrap:before,
.thaispa-theme .single-info-thaispa.strip-hover:hover .strip-hover-wrap:after,
.thaispa-theme .single-info-thaispa.strip-hover:hover .strip-overlay:before,
.thaispa-theme .single-info-thaispa.strip-hover:hover .strip-overlay:after,
.thaispa-theme
.single-info-thaispa.strip-hover:focus-within
.strip-hover-wrap:before,
.thaispa-theme
.single-info-thaispa.strip-hover:focus-within
.strip-hover-wrap:after,
.thaispa-theme
.single-info-thaispa.strip-hover:focus-within
.strip-overlay:before,
.thaispa-theme
.single-info-thaispa.strip-hover:focus-within
.strip-overlay:after {
	opacity: 0.27;
}

.thaispa-theme .service-thaispa.strip-hover .strip-hover-wrap:before,
.thaispa-theme .service-thaispa.strip-hover .strip-hover-wrap:after,
.thaispa-theme .service-thaispa.strip-hover .strip-overlay:before,
.thaispa-theme .service-thaispa.strip-hover .strip-overlay:after {
	z-index: 1;
}

.thaispa-theme .service-thaispa .inner-overlay {
	position: relative;
	z-index: 2;
}

.thaispa-theme .service-thaispa:hover .inner-overlay,
.thaispa-theme .service-thaispa:focus-within .inner-overlay {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 160px;
}

.thaispa-theme .service-thaispa .inner-overlay::-webkit-scrollbar {
	width: 0;
}

.thaispa-theme .service-thaispa .inner-overlay {
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}

.thaispa-theme .service-thaispa .strip-hover-wrap {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 100%;
}

.thaispa-theme .service-thaispa .strip-overlay {
	width: 100%;
	height: 100%;
}

.thaispa-theme .icon-info-thaispa {
	height: 75px;
	width: 75px;
	float: left;
	display: block;
	text-align: center;
	margin-bottom: 0;
	margin-right: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.thaispa-theme .icon-info-thaispa img {
	object-fit: cover;
	height: 100%;
	border-radius: 100%;
}

.thaispa-theme .info-area-thaispa {
	margin-left: 92px;
}

.thaispa-theme .info-caption-thaispa h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

.thaispa-theme .info-caption-thaispa .btn-info {
	margin-top: 12px;
	border-radius: 20px;
}

@media (max-width: 1199px) {
	.thaispa-theme .single-info-thaispa {
		border-width: 8px;
	}

	.thaispa-theme .single-info-thaispa .strip-overlay {
		padding: 25px 20px;
	}

	.thaispa-theme .icon-info-thaispa {
		height: 62px;
		width: 62px;
	}

	.thaispa-theme .info-area-thaispa {
		margin-left: 74px;
	}
}

/* thaispa-Services */
.thaispa-theme .service-thaispa {
	position: relative;
	border-radius: 100%;
	border: 7px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 7px 21px rgb(0 0 0 / 10%);
	z-index: 0;
}

.thaispa-theme .service-thaispa img {
	border-radius: 100%;
	max-width: 100%;
	height: 100%;
}

.thaispa-theme .service-thaispa .inner-thaispa {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	border-radius: 100%;
}

.thaispa-theme .inner-thaispa .inner-text-thaispa {
	width: 100%;
	text-align: center;
	border-radius: 0 0 100% 100%;
	position: absolute;
	left: 0;
	bottom: -30%;
}

.thaispa-theme .inner-thaispa .inner-text-thaispa:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	opacity: 0.7;
	z-index: 0;
}

.thaispa-theme .inner-thaispa .inner-text-thaispa h4 {
	margin: 0;
}

.thaispa-theme .service-thaispa .price-thaispa {
	width: 85px;
	height: 85px;
	padding: 12px;
	text-align: center;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	box-shadow: 0 7px 21px rgb(0 0 0 / 10%);
}

.tutor-video-player {
	position: relative
}

.video-copyright {
	font-size: 85px;
	width: auto !important;
	height: auto !important;
	top: 45% !important;
	left: 38% !important;
	transform: translate(-50%, -50%) rotate(50deg);
	z-index: 100;
	color: rgba(255, 255, 255, .3);
	position: absolute;
}

@media (min-width: 2280px) {
	.video-copyright {
		top: 472px !important;
	}
}

@media (min-width: 320px) {
	.thaispa-theme .service-thaispa {
		width: 254px;
		height: 254px;
		margin: 0 auto 30px;
	}

	.thaispa-theme .inner-thaispa .inner-text-thaispa {
		padding: 40px 12px 36px;
	}

	.thaispa-theme .service-thaispa .price-thaispa {
		right: -27px;
		bottom: -16px;
	}

	.thaispa-theme .inner-thaispa .inner-text-thaispa {
		bottom: -82%;
	}

	.thaispa-theme .inner-thaispa .inner-text-thaispa h4 {
		margin-bottom: 40%;
	}
}

@media (min-width: 768px) {
	.thaispa-theme .service-thaispa {
		width: 240px;
		height: 240px;
		margin: 0 auto;
	}

	.thaispa-theme .inner-thaispa .inner-text-thaispa {
		padding: 46px 12px 46px;
	}

	.thaispa-theme .service-thaispa .price-thaispa {
		right: -10px;
		bottom: -35px;
	}

	.thaispa-theme .inner-thaispa .inner-text-thaispa {
		bottom: -82%;
	}

	.thaispa-theme .inner-thaispa .inner-text-thaispa h4 {
		margin-bottom: 40%;
	}


}

@media (min-width: 768px) and (max-width: 991px) {
	#custom_section_videos2 .video-clappr div[data-player] {
		height: 300px !important;
	}
}

@media (max-width: 767px) {
	#custom_section_videos2 .row .col-lg-3.col-md-3.col-sm-3.col-12.mb-lg-4.mb-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	#tutor_profile_cover_photo_editor .tutor_overlay .tutor_cover_uploader {
		right: 70px;
		bottom: 180px;
	}

	.video-copyright {
		font-size: 55px;
	}
}

@media (min-width: 992px) {
	.thaispa-theme .service-thaispa {
		width: 200px;
		height: 200px;
	}

	.thaispa-theme .inner-thaispa .inner-text-thaispa {
		padding: 40px 12px 40px;
	}

	.thaispa-theme .service-thaispa .price-thaispa {
		right: -27px;
		bottom: -16px;
	}

	.thaispa-theme .inner-thaispa .inner-text-thaispa {
		bottom: -100%;
	}

	.thaispa-theme .inner-thaispa .inner-text-thaispa h4 {
		margin-bottom: 35%;
	}
}

@media (min-width: 1200px) {
	.thaispa-theme .service-thaispa {
		width: 254px;
		height: 254px;
	}

	.thaispa-theme .inner-thaispa .inner-text-thaispa {
		bottom: -70%;
	}

	.thaispa-theme .inner-thaispa .inner-text-thaispa h4 {
		margin-bottom: 30%;
	}
}

.thaispa-theme .service-thaispa .price-thaispa h5 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 3.85;
}

.thaispa-theme .inner-thaispa .inner-text-thaispa h4,
.thaispa-theme .inner-thaispa .inner-text-thaispa p {
	color: #ffffff;
}

.thaispa-theme .inner-thaispa .inner-text-thaispa {
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.thaispa-theme .inner-thaispa .inner-text-thaispa h4 {
	padding: 0 3px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.thaispa-theme .inner-thaispa .inner-text-thaispa p {
	margin-bottom: 15px;
}

.thaispa-theme .service-thaispa:hover .inner-text-thaispa h4,
.thaispa-theme .service-thaispa:focus-within .inner-text-thaispa h4 {
	margin-bottom: 10px;
}

.thaispa-theme .service-thaispa:hover .inner-text-thaispa,
.thaispa-theme .service-thaispa:focus-within .inner-text-thaispa {
	bottom: 0;
	height: 100%;
}

.thaispa-theme .info-thaispa .info-wrapper {
	margin-top: -200px;
}

.thaispa-theme .inner-thaispa .boxed-btn {
	border: 1px solid #ffffff;
	padding: 8px 22px;
}

@media (max-width: 991px) {
	.thaispa-theme .info-thaispa {
		padding: 50px 0 80px;
	}

	.thaispa-theme .info-thaispa .info-wrapper {
		margin-top: 20px;
	}
}

/* Blog */
.thaispa-theme .blog-post a.more-link {
	display: inline-block;
	margin-top: 10px;
	padding: 7px 20px;
	font-weight: 500;
	color: #ffffff;
	background-color: #242526;
	border-radius: 20px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.thaispa-theme .blog-post a.more-link:hover,
.thaispa-theme .blog-post a.more-link:focus {
	background-color: #f22853;
}

.thaispa-theme .post-content {
	position: relative;
	z-index: 0;
}

.thaispa-theme .meta-info li.post-date:after {
	display: none;
}

.thaispa-theme .meta-info li.post-date a {
	color: #ffffff !important;
	background-color: #f22853;
	padding: 12px 15px 11px;
}

.thaispa-theme .meta-info li.post-date {
	position: absolute;
	bottom: 103%;
}

.thaispa-theme #footer-copyright {
	border-top: 1px solid #e2e2e2;
	background-color: #fbfbfb;
}

.thaispa-theme section#testimonial {
	position: relative;
	box-shadow: 0px 1px 4px 0px rgb(44 49 59 / 15%);
}

.thaispa-theme ul.mbl li:last-child:not(:first-child) {
	border-left: 1px solid rgb(230 230 230 / 20%);
}

.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus {
	border-width: 1px;
	border-style: solid;
}

/*==============================================

   Cosmics

============================================== */
.cosmics-theme #header-top {
	color: #fff;
}

.cosmics-theme #header-top li a,
.cosmics-theme #header-top ul:not(.header-social) li i,
.cosmics-theme #header-top p i {
	color: #fff !important;

}

.cosmics-theme #header-top p i {
	background: #fff !important;
}


.cosmics-theme #header-top .header-social a {
	background: #fff;
	padding: 3px 5px;
}


.cosmics-theme .main-menu li a {
	padding: 12px 0;
	font-family: 'Comfortaa', sans-serif !important;
}

/* Cosmics-Info */
.single-info-cosmics > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	-webkit-transition: all ease-in 0.28s;
	transition: all ease-in 0.28s;
}

.single-info-cosmics > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	-webkit-transition: all ease-in 0.28s;
	transition: all ease-in 0.28s;
}

.single-info-cosmics {
	position: relative;
	z-index: 0;
	height: 200px;
	width: 200px;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 100%;
	cursor: pointer;
	overflow: hidden;
	-webkit-box-shadow: 0 12px 20px rgb(0 0 0 / 8%);
	box-shadow: 0 12px 20px rgb(0 0 0 / 8%);
}

.single-info-cosmics:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.info-cosmics .info-wrapper:not(.contact-wrapper) .info-area {
	justify-content: end;
	text-align: center;
}

.info-cosmics .info-caption {
	width: 100%;
	padding: 15px 0px;
}

.info-cosmics .btn-info {
	margin: 0 auto;
	border-radius: 50%;
	padding: 7px 15px;
	font-size: 20px;
}

.single-info-cosmics::before {
	content: "";
	background: #ec5598;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 0;
	height: 0;
	border-radius: 50%;
	top: 50%;
	transition: all 0.4s ease-in-out;
	opacity: 0.6;
}

.single-info-cosmics:hover::before {
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%) scale(1);
}

.single-info-cosmics:hover .btn-info {
	background: #ffffff;
	color: #2c3145;
}

.single-info-cosmics .info-caption p {
	font-size: 22px;
}

.single-info-cosmics .info-caption h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.8;
}

/* ripple social */
.cosmics-theme #header-top .header-social a:hover {
	background-color: #ffffff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	animation: social_ripple 1.5s linear infinite;
}

@keyframes social_ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
		0 0 0 4px rgba(255, 255, 255, 0.3), 0 0 0 8px rgba(255, 255, 255, 0.3),
		0 0 0 12px rgba(255, 255, 255, 0.3);
	}
	100% {
		box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3),
		0 0 0 8px rgba(255, 255, 255, 0.3), 0 0 0 12px rgba(255, 255, 255, 0.3),
		0 0 0 16px rgba(255, 255, 255, 0);
	}
}

.add_to_cart_button.disable {
	pointer-events: none;
	background: #868e96 !important;
	text-decoration: none;
	cursor: not-allowed;
}

/*custom css*/
i.fa-tiktok-my {
	background-image: url("/wp-content/uploads/assets/tiktok.svg");
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
}

.single-testimonial2 p {
	font-size: 14px !important;
	line-height: 22px !important;
}

section.sidebar2 {
	display: none;
}

div#header-top p.time-details {
	display: none;
}

div.owl-item div.item img.lazy {
	height: 585px;
	object-fit: scale-down;
}

.header-single-slider:after {
	opacity: 0 !important;
	background: #f7f7f7 !important;
}

.site-description {
	white-space: nowrap;
}

#slider {
	position: relative;
	background: #f7f7f7;
}

#custom_section_main {
	padding: 0;
	overflow: hidden;
}

#custom_section_main .container {
	position: relative;
}

#custom_section_main .container:before {
	display: block;
	content: '';
	background-image: url("/wp-content/uploads/assets/main-pict.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	width: 655px;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
}

#custom_section_main p {
	color: #23132D;
	opacity: .6;
}

#custom_section_main p strong {
	font-size: 24px;
}

.main_discount {
	display: flex;
	border-radius: 160px;
	background: #8D33C7;
	padding: 56px 56px 56px 156px;
	margin: 120px -40px 0;
}

.main_discount_text {
	position: relative;
	max-width: 306px;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	z-index: 100;
}

#slider .theme-slider .text-left {
	display: flex;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.6);
	padding: 20px;
	border-radius: 8px;
}

#slider .owl-carousel .owl-stage-outer {
	min-height: 400px;
}

.go-down {
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	color: #ffffff;
	z-index: 888;
	transition: 0.3s;
	background: url("/wp-content/uploads/assets/arrow.svg") no-repeat center, linear-gradient(64.86deg, rgb(88, 1, 142) -17.95%, rgb(141, 51, 199) 37.218%, rgb(164, 58, 160) 86.866%);
	border-radius: 50%;
	border: none;
	box-shadow: 0 0 0 8px rgba(164, 58, 160, 0.5);
	margin: 40px auto 0 auto;
	cursor: pointer;
}

.go-down:hover {
	box-shadow: 0px 4px 16px 0px rgba(88, 1, 142, 0.8);
}

.go-down:active {
	box-shadow: none;
	background: url("/wp-content/uploads/assets/arrow.svg") no-repeat center, #58018E;

}

.go-down i {
	display: none;
}

#testimonial {
	position: relative;
}

#testimonial .go-down {
	bottom: 8px;
}

.section-padding {
	position: relative;
	padding: 80px 0;
	background: white;
	z-index: 1;
}

.section-padding .section-padding .container {
	padding-left: 0;
	padding-right: 0;
}

.testimonial-carousel .owl-nav {
	position: relative;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
	top: 40%;
}

.testimonial-carousel .testimonial-thumb img {
	max-height: 80px;
}

.testimonial-carousel .testimonial-thumb {
	bottom: -10px;
}


@media (max-width: 1080px) {
	div.owl-item div.item img.lazy {
		object-fit: cover;
	}
}

section#testimonial {
	box-shadow: none;
}

.mailpoet_page-template-default .blog-post.author-details {
	display: none;
}

.hidden_user_info {
	display: none;
}

#mailpoet_form_1 .mailpoet_submit,
.mailpoet_form .mailpoet_submit {
	background: #a43aa0;
	border: 1px solid #a43aa0 !important;
}

#mailpoet_form_1 .mailpoet_submit:hover,
.mailpoet_form .mailpoet_submit:hover {
	background: inherit;
}

span.old-price {
	color: #B2B2B2;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: left;
	text-decoration-line: line-through;
	margin-right: 8px;
	margin-left: 10px;
}

#header-top .header-social i {
	color: #58018E !important;
}

@media only screen and (min-width: 992px) {
	body.header-transparent .navbar-wrapper {
		position: relative !important;
		z-index: 99;
	}

	body.header-transparent #header-top {
		background: #58018E !important;
	}

	body.header-transparent .sb-search:not(.sb-search-open) .sb-icon-search,
	body.header-transparent .header-info-text .info span,
	body.header-transparent #header-top p,
	body.header-transparent
	.navbar-area:not(.is-sticky)
	.main-menu
	> ul
	> li:not(.active):not(:hover)
	> a {
		color: #23132D !important;
	}

	body.header-transparent .navbar-area:not(.is-sticky) .cart-icon-wrapper i {
		color: #A43AA0 !important;
	}

	.main-menu > ul > li.active > a {
		color: #58018E !important;
		background: transparent !important;
		border-bottom: 4px solid transparent;
		border-image: linear-gradient(90deg, rgb(101, 11, 145), rgb(100, 10, 145), rgba(164, 58, 160, 0)) !important;
		border-image-slice: 1 !important;
		width: 100%;
	}

	.main-menu > ul > li > a:hover {
		color: #8D33C7 !important;
		background: transparent !important;
	}

	.header-transparent .theme-slider div.theme-content {
		margin-top: 30px !important;
	}

	#testimonial .go-down {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.section-padding {
		padding: 60px 0;
	}

	h1 {
		font-size: 48px;
		margin-bottom: 15px;
	}

	h1 span {
		font-size: 40px;
	}

	#main:before {
		height: 100%;
		background-size: contain;
		background-position: bottom;
		width: 80%;
		height: 80%;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 0;

	}

	div.owl-item div.item img.lazy {
		height: 400px;
	}

	.counters {
		flex-wrap: nowrap;
		flex-direction: column;
	}

	.counter-container {
		margin-top: 40px;
		margin-right: 0;
	}

	.counter-container h3 {
		font-size: 22px;
	}

	#custom_section .for-who-col-1 strong,
	#custom_section .for-who-col-3 strong {
		margin-bottom: 40px;
	}

	#custom_section .for-who-col-2 strong,
	#custom_section .for-who-col-4 strong {
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	div.main p.site-description {
		font-size: 14px;
	}
}

#footer-widgets .wp-block-button__link {
	background-color: #f22853;
}

div.list_checked_large {
	position: static !important;
	height: 100% !important;
	width: 100% !important;
	padding-bottom: 27px;
}

.sidenav.cart .woocommerce-mini-cart-item.mini_cart_item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	min-height: 40px;
	padding: 0 50px 0 30px !important;
	margin-bottom: 8px !important;
}

.sidenav.cart .woocommerce-mini-cart-item.mini_cart_item:before,
.sidenav.cart .woocommerce-mini-cart-item.mini_cart_item:after {
	content: normal !important;
}

.sidenav.cart
.woocommerce-mini-cart-item.mini_cart_item
.remove.remove_from_cart_button {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	line-height: 18px;
	font-weight: 400;
	display: block;
	font-size: 1.5em;
	text-align: center;
	border-radius: 100%;
	color: red !important;
	text-decoration: none;
	border: 0;
}

.sidenav.cart
.woocommerce-mini-cart-item.mini_cart_item
.remove.remove_from_cart_button:hover {
	color: #fff !important;
	background: red;
}

.sidenav.cart .woocommerce-mini-cart-item.mini_cart_item img {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	margin-right: 0;
}

.sidenav.cart .woocommerce-mini-cart-item.mini_cart_item .quantity {
	font-weight: 700;
	flex-shrink: 0;
	width: 100px;
	text-align: right;
}

.sidenav.cart .woocommerce-mini-cart__total.total {
	padding: 25px 0;
	font-size: 20px;
	text-align: right;
}

.sidenav.cart .woocommerce-mini-cart__buttons.buttons {
	display: flex;
	justify-content: space-between;
}

.sidenav.cart .woocommerce-mini-cart__buttons.buttons a.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	left: auto;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
	border-radius: 4px !important;
	display: inline-block !important;
	transition: 0.3s !important;
	overflow: hidden;
	font-weight: 500;
	height: auto;
	background: #f22853;
	padding: 15px 20px;
	border: 1px solid #f22853;
	color: white;
}

.sidenav.cart .woocommerce-mini-cart__buttons.buttons a.button:hover {
	background: white;
	border: 1px solid #f22853;
	color: #f22853;
}

.sidenav.cart .woocommerce-mini-cart__buttons.buttons a.button:first-child {
	background: white;
	border: 1px solid #f22853;
	color: #f22853;
}

.sidenav.cart
.woocommerce-mini-cart__buttons.buttons
a.button:first-child:hover {
	background: #f22853 !important;
	border: 1px solid #f22853;
	color: white !important;
}

.text-with-icon,
.text-with-image {
	position: relative;
	margin-bottom: 20px;
	text-align: left;
}

.text-with-icon:last-child,
.text-with-image:last-child {
	margin-bottom: 0;
}

.text-with-icon img {
	width: 100%;
	height: 100%;
}

.text-with-image img {
	width: 100%;
}

.text-with-icon strong,
.text-with-image strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.guarantee {
	display: block;
	font-size: 18px;
}

.section-padding .boxed-btn {
	margin-top: 24px;
}


.text-with-icon {
	padding: 0 70px;
}

.text-with-icon .icon {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
}

.text-with-icon .icon.number {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 20px;
	background: #58018E;
	border-radius: 50%;
}

.for-who-item {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	height: 480px;
	display: flex;
}

.for-who-item .text {
	position: relative;
}

.for-who-item .text:not(:last-child) {
	margin-bottom: 88px;
}

.for-who-item-1 .text:not(:last-child),
.for-who-item-3 .text:not(:last-child) {
	text-align: left !important;
}

.for-who-item-2 .text:not(:last-child),
.for-who-item-4 .text:not(:last-child) {
	text-align: right !important;
}

.for-who-item .text:not(:last-child):before {
	content: '' !important;
	height: 4px !important;
	width: 132px !important;
	background: linear-gradient(90deg, rgb(101, 11, 145), rgb(100, 10, 145), rgba(164, 58, 160, 0)) !important;
	display: block;
	bottom: -55px;
	position: absolute;
	right: 45%;
}

.for-who-item-2 .text:not(:last-child):before,
.for-who-item-4 .text:not(:last-child):before {
	transform: scaleX(-1);
}

.for-who-col::before {
	content: '';
	background-image: url("/wp-content/uploads/assets/img/custom-section-bg.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1000;
}

.for-who-col-2::before {
	transform: scaleX(-1);
}

.for-who-col-3::before {
	transform: scaleY(-1);
}

.for-who-col-4::before {
	transform: scaleX(-1) scaleY(-1);

}

.text-with-image {
	display: flex;
}

.text-with-image .image {
	flex-shrink: 0;
	display: block;
	width: 180px;
	margin-right: 50px;
}

#custom_section_money_back2 .guarantee .image {
	width: 100%;
	margin: auto;
}

#custom_section_money_back2 .section-title {
	margin-bottom: 18px;
}

.container_money_back2 {
	text-align: right;
}

.guarantee .image {
	width: 250px;
	margin: 0 auto 25px;
}

section.section-odd {
	background-color: #f7f7f7;
}

div.shop-product h5 {
	margin-top: 80px;
}

.page-id-3 h2 {
	margin-top: 40px;
}

.page-id-3 .site-content p::first-letter,
.page-id-16 .site-content p::first-letter {
	margin-left: 20px;
}

.page-id-16 b {
	display: block;
	margin: 15px 0;
}

.page-id-422 h2 {
	margin-top: 40px;
}

.page-id-422 .site-content > p {
	padding-left: 40px;
}

.page-id-422 .site-content ol li strong {
	display: block;
	margin-top: 20px;
}

.page-id-422 .site-content ol[start="3"] li:not(:last-child) strong,
.page-id-422 .site-content ol[start="11"] li:not(:last-child) strong,
.page-id-422 .site-content ol[start="13"] li:not(:last-child) strong {
	margin-bottom: 15px;
}

.login .form-row .form-row-last {
	display: block;
}

.login
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	margin-right: 25px;
}

#custom_section_counter2 h3 {
	font-family: Comfortaa;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	text-wrap: nowrap;
	margin-top: 16px;
}

#custom_section_counter2 .counter-value {
	color: #8D33C7;
	font-size: 96px;
	font-weight: 700;
	line-height: 107px;

}

#custom_section_counter2 .counter-container1 {
	order: 1;
}

#custom_section_counter2 .counter-container1 h3 {
	margin-bottom: 26px;
	margin-top: 0;
}

#custom_section_counter2 .counter-container1 .counter-value {
	color: #FFFFFF !important;
	padding: 19px 24px;
	border-radius: 107px;
	background: #8D33C7;
}

#custom_section_counter2 .counter-container2 {
	display: flex;
	flex-direction: column-reverse;
	order: 0;

}

#custom_section_counter2 .counter-container3 {
	display: flex;
	flex-direction: column-reverse;
	order: 2;
}

.counters {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-bottom: 37px;
}

.counter-container:last-child {
	margin-right: 0;
}

.counter-container h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 45px;
}

.counter-wrapper {
	text-align: center;
}

.counter-wrapper:last-child {
	font-family: "Dancing Script", cursive;
}

.counter-mark {
	margin-right: 5px;
	font-size: 45px;
	color: #58018E;
}

.counter-mark + .counter-value {
	color: #58018E !important;
}

.counter-value {
	font-size: 50px;
	line-height: 60px;
	color: #a43aa0 !important;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

a.counter-value:hover {
	color: #d89048 !important;
}

.chart-wrapper {
	width: 300px;
	margin: auto;
}

#section_counter h2 {
	font-size: 60px;
	line-height: 80px;
	color: #d89048;
	text-align: center;
}

div.header-single-slider div.theme-content p {
	font-size: 30px;
	line-height: 40px;
}

div.header-single-slider div.theme-content h1 div.first-line {
	color: #ffffff;
	font-size: 45px;
	line-height: 50px;
}

div.header-single-slider div.theme-content h1 div.second-line {
	font-size: 42px;
	line-height: 50px;
}

div.main p.site-description {
	font-size: 18px;
	color: #A43AA0;
}

.scrollup i {
	position: relative;
	top: 1px;
	font-size: 20px;
}

.scrollup {
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	color: #ffffff;
	transition: 0.3s;
	background: linear-gradient(64.86deg, rgb(88, 1, 142) -17.95%, rgb(141, 51, 199) 37.218%, rgb(164, 58, 160) 86.866%) !important;
	border-radius: 50%;
	border: none;
	box-shadow: 0 0 0 8px rgba(164, 58, 160, 0.5);
	margin: 40px auto 0 auto;
}

.scrollup:hover {
	box-shadow: 0px 4px 16px 0px rgba(88, 1, 142, 0.8);
}

.scrollup:active {
	box-shadow: none;
	background: #58018E;

}

/*Fix Zhenja*/
#product .product-img {
	height: auto;
	max-height: 450px;
}

#product .rate {
	display: none;
}

#product h5 {
	margin-top: 20px;
	padding: 0 15px;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	text-alight: center;
}

.service-box .services_cols_mn_icon {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	background: rgba(118, 24, 150, 0.2);

}


.service-box.text-center {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.service-box .boxed-btn {
	max-width: fit-content;
	margin: 0 auto;
}

.testimonial-carousel .owl-stage,
.product-carousel .owl-stage {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.product-carousel .owl-stage .shop-product {
	height: calc(100% - 45px);
}

/*
.product-carousel .owl-nav [class*="owl-"] {
	transform: translateY(calc(-50% - 15px));
}
*/
#testimonial h2 {
	margin-bottom: 20px;
}

.testimonial-carousel .testimonial-thumb img {
	object-fit: cover;
	object-position: center;
}

.counter-container h3 {
	font-weight: 700;
}

#custom_section_path .red {
	color: #a43aa0;
}

body .woocommerce-ResetPassword .button,
body.single-product .button.single_add_to_cart_button,
#customer_login .button {
	border-radius: 23px !important;
}

.woocommerce-ResetPassword .button,
.single-product .button,
#customer_login .button,
#tutor-registration-wrap .tutor-btn,
.tutor-wrap .tutor-btn:not(.tutor-btn-link):not(.tutor-btn-ghost),
#footer-widgets .wp-block-button__link,
#custom_section_path .btn {
	display: flex;
	padding: 14px 30px;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 23px;
	position: relative;
	overflow: hidden;
	background: #A43AA0;
	justify-content: center;
	align-items: center;
	white-space: inherit;
}

.woocommerce-ResetPassword .button:before,
.woocommerce-ResetPassword .button:after,
.single-product .button:before,
.single-product .button:after,
#customer_login .button:before,
#customer_login .button:after,
#tutor-registration-wrap .tutor-btn:before,
#tutor-registration-wrap .tutor-btn:after,
.tutor-wrap .tutor-btn:not(.tutor-btn-link):not(.tutor-btn-ghost):before,
.tutor-wrap .tutor-btn:not(.tutor-btn-link):not(.tutor-btn-ghost):after,
#footer-widgets .wp-block-button__link:before,
#footer-widgets .wp-block-button__link:after,
#custom_section_path .btn:before,
#custom_section_path .btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	border-radius: 0;
	z-index: -1;
	height: 100%;
	background: #fff;
	will-change: transform;
	-webkit-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.woocommerce-ResetPassword .button:before,
.single-product .button:before,
#customer_login .button:before,
#tutor-registration-wrap .tutor-btn:before,
.tutor-wrap .tutor-btn:not(.tutor-btn-link):not(.tutor-btn-ghost):before,
#footer-widgets .wp-block-button__link:before,
#custom_section_path .btn:before {
	right: 75%;
	margin-right: -1px;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}

.woocommerce-ResetPassword .button:after,
.single-product .button:after,
#customer_login .button:after,
#tutor-registration-wrap .tutor-btn:after,
.tutor-wrap .tutor-btn:not(.tutor-btn-link):not(.tutor-btn-ghost):after,
#footer-widgets .wp-block-button__link:after,
#custom_section_path .btn:after {
	width: 80%;
	left: 75%;
	margin-left: -1px;
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.woocommerce-ResetPassword .button:focus,
.woocommerce-ResetPassword .button:hover,
.single-product .button:focus,
.single-product .button:hover,
#customer_login .button:focus,
#customer_login .button:hover,
#tutor-registration-wrap .tutor-btn:focus,
#tutor-registration-wrap .tutor-btn:hover,
.tutor-wrap .tutor-btn:not(.tutor-btn-link):not(.tutor-btn-ghost):focus,
.tutor-wrap .tutor-btn:not(.tutor-btn-link):not(.tutor-btn-ghost):hover,
#footer-widgets .wp-block-button__link:focus,
#footer-widgets .wp-block-button__link:hover,
#custom_section_path .btn:focus,
#custom_section_path .btn:hover {
	color: #A43AA0;
	box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.woocommerce-ResetPassword .button:focus:before,
.woocommerce-ResetPassword .button:focus:after,
.woocommerce-ResetPassword .button:hover:before,
.woocommerce-ResetPassword .button:hover:after,
.single-product .button:focus:before,
.single-product .button:focus:after,
.single-product .button:hover:before,
.single-product .button:hover:after,
#customer_login .button:focus:before,
#customer_login .button:focus:after,
#customer_login .button:hover:before,
#customer_login .button:hover:after,
#tutor-registration-wrap .tutor-btn:focus:before,
#tutor-registration-wrap .tutor-btn:focus:after,
#tutor-registration-wrap .tutor-btn:hover:before,
#tutor-registration-wrap .tutor-btn:hover:after,
.tutor-wrap .tutor-btn:not(.tutor-btn-link):not(.tutor-btn-ghost):focus:before,
.tutor-wrap .tutor-btn:not(.tutor-btn-link):not(.tutor-btn-ghost):focus:after,
.tutor-wrap .tutor-btn:not(.tutor-btn-link):not(.tutor-btn-ghost):hover:before,
.tutor-wrap .tutor-btn:not(.tutor-btn-link):not(.tutor-btn-ghost):hover:after,
#footer-widgets .wp-block-button__link:focus:before,
#footer-widgets .wp-block-button__link:focus:after,
#footer-widgets .wp-block-button__link:hover:before,
#footer-widgets .wp-block-button__link:hover:after,
#custom_section_path .btn:focus:before,
#custom_section_path .btn:focus:after,
#custom_section_path .btn:hover:before,
#custom_section_path .btn:hover:after {
	-webkit-transform: skew(-45deg) scaleX(1.5);
	transform: skew(-45deg) scaleX(1.5);
}

#customer_login label {
	display: block;
}

#customer_login .password-input {
	width: 100%;
	display: block;
}

#customer_login .woocommerce-form__label-for-checkbox {
	margin-left: 0;
}

body .counter-wrapper:first-of-type .counter-value {
	font-weight: 700;
}

.admin-bar .navbar-area.sticky-nav {
	background-color: #fff !important;
}

.row.servicesss {
	justify-content: center;
}

.tutor-dropdown-item:not(.is-active):hover {
	background: rgba(242, 40, 83, 0.4);
	color: #fff;
}

.tutor-dropdown-item.is-active {
	color: #fff !important;
	background: #A43AA0;
}

.tutor-dropdown {
	padding: 0;
}

body .tutor-nav .tutor-nav-more-icon:before,
.tutor-dashboard #tutor-dashboard-footer-mobile > div > div > a:hover,
.tutor-nav-link:hover {
	color: #A43AA0 !important;
}

.tutor-dashboard .tutor-dashboard-content {
	margin-bottom: 0;
}

body .woocommerce-ResetPassword .button,
#customer_login .button,
#tutor-registration-wrap .tutor-btn,
.tutor-wrap .tutor-btn:not(.tutor-btn-link):not(.tutor-btn-ghost),
#footer-widgets .wp-block-button__link {
	border: 1px solid #a43aa0;
}

body.single-product .button.single_add_to_cart_button,
.wpcf7-form .wpcf7-submit {
	border: 1px solid #a43aa0 !important;
}

body.single-product form.cart {
	margin-top: 20px !important;
}

body.single-product form.cart .button.single_add_to_cart_button {
	overflow: hidden;
}

pre#tw-target-text {
	background: transparent !important;
	color: #000;
	font-size: 14px;
	margin-top: 10px;
}

#payment-method-message {
	margin-bottom: 10px;
}

#services .price {
	text-aligh: center;
	margin-top: auto;
	margin-bottom: 24px;
	color: #23132D !important;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;

}

#services .boxed-btn {
	border: 1px solid #a43aa0;
}

#testimonial .single-testimonial iframe {
	margin-bottom: 10px;
}

.testimonial-carousel .owl-stage .single-testimonial {
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.testimonial-carousel .owl-stage .single-testimonial h5 {
	margin-top: auto;
}

.page-id-111 .site-content .wp-block-image {
	margin-bottom: 30px;
}

.tax-product_cat .product .shop-product {
	height: 100%;
	padding-bottom: 15px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}

.tax-product_cat .product .product-action {
	margin-top: auto;
}

body.tax-product_cat .term-description {
	display: none;
}

.wpcf7-form p > label,
.wpcf7-form span > label {
	margin-bottom: 10px;
}

body .checkout textarea,
.wpcf7-form textarea {
	border-radius: 6px !important;
	border: 1px solid var(--tutor-border-color);
	resize: none;
	padding: 10px 15px;
}

.woocommerce-ResetPassword p:not([class]) {
	font-size: 18px;
	margin-bottom: 30px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form.woocommerce-checkout .form-row input.input-text,
body .checkout input[type="password"],
body .checkout input[type="text"],
body .checkout input[type="email"],
body .checkout input[type="tel"],
#customer_login input[type="password"],
#customer_login input[type="text"],
#customer_login input[type="email"],
#customer_login input[type="tel"],
.wpcf7-form select,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
	height: 44px;
	padding: 0 15px;
	border-radius: 6px !important;
	border: 1px solid var(--tutor-border-color);
	margin-bottom: 0;
	background: #fff;
}

.wpcf7-spinner {
	position: absolute;
}

.tutor-page-wrap {
	padding: 60px 0;
}

.page-id-42 .wpcf7-form {
	max-width: 520px;
	margin: 0 auto;
	padding: 40px 55px 32px 55px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

body #section_counter {
	padding: 40px 0 60px;
}

#custom_section_hole {
	display: none;
}

#custom_section_hole2,
.image-block {
	height: 100vh;
	max-height: 70vh;
	min-height: 510px;
	position: relative;
	z-index: initial;
}

#custom_section_hole2:before,
.image-block:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/uploads/assets/noroot.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#custom_section_hole2:after,
.image-block:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

#custom_section_effects {
	position: relative;
	background-size: 100% 75%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/assets/section_effects_bg.svg") !important;
}

/*#custom_section_effects:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.6);
}
*/
#custom_section_effects .custom_editor {
	margin-bottom: 60px !important;
}

div#header-top .text-details a,
div#header-top p.time-details a {
	color: #fff !important;
}

.navbar-area ul#menu-main {
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	justify-content: flex-start;
}

.navbar-area ul#menu-main li {
	margin: 0 5px !important;
}

.woocommerce span.onsale {
	min-height: 44px;
	min-width: 44px;
	z-index: 1;
}

.single-product .products {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px;
}

.single-product .products:before,
.single-product .products:after {
	display: none !important;
}

.single-product .products li .shop-product {
	margin: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.single-product .products li {
	margin: 0 !important;
	width: calc((100% - 120px) / 4) !important;
}

.single-product .products li .product-action {
	margin-top: auto;
}

#custom_section_about .about_1 {
	border-radius: 538px 0px 0px 538px;
}

#custom_section_about .about_2 {
	border-radius: 538px;
}

#custom_section_about strong {
	display: block;
	max-width: 640px;
	font-size: 24px;
	margin: 0 auto 64px;
}

.about-course {
	margin-bottom: 30px;
}

.tutor-round-box {
	background: rgba(242, 40, 83, 0.4);
}

.tutor-round-box,
.tutor-alert.tutor-primary .tutor-alert-icon,
.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-menu-item-icon {
	color: #f22853 !important;
}

.tutor-avatar-text {
	background: #f22853;
}

.tutor-dashboard
.tutor-dashboard-left-menu
.tutor-dashboard-permalinks
li.active
.tutor-dashboard-menu-item-icon {
	color: #fff !important;
}

.tutor-dashboard
.tutor-dashboard-left-menu
.tutor-dashboard-permalinks
li.active
a {
	background: #f22853 !important;
}

.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs)
.tutor-nav-link.is-active {
	border-bottom-color: #f22853 !important;
	color: #f22853 !important;
}

.tutor-react-datepicker .react-datepicker__day--keyboard-selected {
	background: #f22853 !important;
}

.page-id-422 .wp-block-heading:first-of-type,
.privacy-policy .wp-block-heading:first-of-type {
	margin-top: 0;
}

body.tax-product_cat #product .products:before,
body.tax-product_cat #product .products:after {
	display: none;
}

.select2.select2-container.select2-container--default.select2-container--below {
	width: 100% !important;
}

.select2-container--default
span.select2-selection--single
span.select2-selection__rendered {
	text-align: left;
	padding: 8px 20px;
}



#section_subscribe .mailpoet_paragraph .mailpoet_text {
	border: 1px solid rgb(178, 178, 178) !important;
	border-radius: 24px !important;
	padding: 19px 16px 19px 16px !important;
	background-color: #EDEDEF !important;
	box-sizing: border-box;
}

#section_subscribe .select2-container--default .select2-selection--single {
	border-radius: 24px !important;
	height: 56px;
	background: transparent;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 19px !important;
	top: 7px !important;

}

#section_subscribe .select2-container--default .select2-selection--single::placeholder {
	color: #B2B2B2;
}

#section_subscribe .last .mailpoet_submit {
	border-radius: 56px;
	padding: 19px 24px 19px 24px !important;
}




#custom_section_call .mailpoet_paragraph .mailpoet_text {
	border: 1px solid rgb(178, 178, 178) !important;
	border-radius: 24px !important;
	padding: 19px 16px 19px 16px !important;
	background-color: #EDEDEF !important;
	box-sizing: border-box;
}

#custom_section_call .select2-container--default .select2-selection--single {
	border-radius: 24px !important;
	height: 56px;
	background: transparent;

}

#custom_section_call .select2-container--default .select2-selection--single::placeholder {
	color: #B2B2B2;
}

#custom_section_call .last .mailpoet_submit {
	border-radius: 56px;
	padding: 19px 24px 19px 24px !important;
}




body.tax-product_cat #product .products {
	gap: 40px;
}

body.tax-product_cat #product .products .product {
	width: calc((100% - 120px) / 4);
	margin: 0;
}

body.tax-product_cat #product .products .shop-product {
	margin-left: 0;
	margin-right: 0;
}

.page-id-42
.select2-container--default
span.select2-selection--single
span.select2-selection__rendered {
	line-height: 42px;
}

.page-id-42
.select2-container--default
span.select2-selection--single
span.select2-selection__arrow {
	height: 42px;
}

.page-id-42 .select2-container span.select2-selection--single {
	height: 44px;
	border: 1px solid var(--tutor-border-color);
}

body
.sidenav.cart
.woocommerce-mini-cart__buttons.buttons
.button.wc-forward:first-of-type:hover {
	color: #f22853 !important;
}

body #customer_details .checkout .col-2 {
	padding-right: 0 !important;
}

body #customer_details .checkout .col-1 {
	padding-left: 0 !important;
}

/* commented by KAN-62 */
/*.select2-container {
  width: 100% !important;
}*/

#section_money_back .boxed-btn {
	margin: 30px auto 0 !important;
}

body #testimonial .boxed-btn {
	display: table;
	margin: 40px auto 0 !important;
}

#custom_section_effects .boxed-btn,
#custom_section_roots .boxed-btn {
	margin-top: 20px;
}

#custom_section .boxed-btn {
	margin-top: 0;
}

#custom_section_effects .text-with-icon {
	border-radius: 56px;
	background: #F8F5FB;
	padding: 40px !important;
	text-align: center !important;
	height: 345px;
}

#custom_section_effects .text-with-icon .icon {
	position: relative;
	margin: 0 auto 28px auto;
}

#custom_section_effects .text-with-icon strong {
	font-family: Cormorant Garamond;
	position: relative !important;
	font-size: 32px !important;
	line-height: 130%;
	margin-bottom: 16px !important;
}

#custom_section_effects .boxed-btn {
	display: none;
}

#custom_section_roots .text-with-image:nth-of-type(1) .image img,
#custom_section_roots .text-with-image:nth-of-type(3) .image img {
	border-radius: 538px 538px 0px 0px;
}

#custom_section_roots .text-with-image:nth-of-type(2) .image img {
	border-radius: 538px 0px 0px 538px;
}

#custom_section_roots .text-with-image:not(:last-child) {
	margin-bottom: 40px;
}

#custom_section_roots .text-with-image:nth-of-type(2),
#custom_section_roots .text-with-image:nth-of-type(2) .text {
	flex-direction: row-reverse;
	align-items: center;
}

#custom_section_roots .text-with-image .image {
	width: 320px;
	margin-right: 0;
}

#custom_section_roots .text-with-image .text {
	display: flex;
	align-items: center;
	line-height: 160%;
}

#custom_section_roots .text-with-image .text strong {
	padding-left: 24px;
	padding-right: 32px;
}

#custom_section_roots .text-with-image .text strong a {
	border-bottom: 0px;
	text-wrap: nowrap;
	font-family: Cormorant Garamond;
	color: #23132D !important;
	font-size: 32px;
	font-weight: 700;
	line-height: 39px;
}

#custom_section_roots .boxed-btn {
	display: none;
}

.subscription-block ul {
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 30px;
}

.subscription {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 50px;
	border: 4px solid #58018E;
	max-width: 360px;
	border-radius: 23px;
	margin: 0 auto;
}

.subscription .title {
	margin-bottom: 10px;
	line-height: 1.2;
	font-weight: 700;
}

.subscription p.price {
	font-size: 28px;
	font-weight: 700;
	color: #a43aa0;
	margin-bottom: 15px;
}

.subscription p:not(.price) {
	margin-top: 10px;
}

.subscription-block ul li {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding-left: 20px;
}

.subscription-block ul li:before {
	content: "";
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	background: #58018E;
	border-radius: 50%;
	top: 7px;
}

#custom_section_girl a,
#footer-widgets #text-1 a,
#custom_section_promotion a,
#custom_section_path a {
	color: #a43aa0;
	transition: all 0.3s ease;
}

#custom_section_girl a:hover,
#footer-widgets #text-1 a:hover,
#custom_section_promotion a:hover,
#footer-widgets #text-1 a:hover,
#custom_section_path a:hover {
	opacity: 0.6;
}

.theme-content .boxed-btn {
	width: fit-content;
}

.header-single-slider img.money-back {
	width: 250px;
}

.cosmics-theme .theme-slider div.theme-content {
	margin-bottom: 30px !important;
}

/*.home > section:nth-of-type(2n) {
	background-color: #f7f7f7 !important;
}
*/
#master-modal .btn-close {
	background: transparent;
	width: 50px;
	height: 56px;
	padding: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
}

#master-modal .btn-close:after,
#master-modal .btn-close:before {
	content: "";
	width: 15px;
	height: 3px;
	background: #000;
	position: absolute;
	top: 50%;
	left: calc(50% - 7.5px);
	transition: all 0.3s ease;
}

#master-modal h5 {
	text-align: center;
	width: 100%;
	padding: 0 30px;
}

#master-modal .modal-header {
	border-bottom: 0;
}

#master-modal .image img {
	width: 100%;
	margin-bottom: 20px;
}

#master-modal .btn-close:hover:before,
#master-modal .btn-close:hover:after {
	background: #f22853;
}

#master-modal .btn-close:after {
	transform: rotate(45deg);
}

#master-modal .btn-close:before {
	transform: rotate(-45deg);
}

.video-clappr {
	margin-bottom: 20px;
}

.testimonial-clappr {
	width: 270px;
	height: 400px;
}

#clappr {
	width: 100%;
	height: 100%;
	position: relative;
	min-height: 320px;
	margin-bottom: 25px;
}

#clappr > div {
	width: 100%;
	height: 100%;
	position: absolute;
}

@media (max-width: 1479px) {
	.header-single-slider img.money-back {
		width: 16.903vw;
	}

	.header-slider .item img:not(.money-back) {
		height: 750px;
		object-fit: cover;
		object-position: center;
	}
}

@media (max-width: 1199px) {
	.header-info-text .info-title {
		font-size: 12px;
	}

	.navbar-area ul#menu-main a {
		padding: 12px 0;
	}

	.header-slider .item img:not(.money-back) {
		height: 62.552vw;
	}

	.contact_item {
		margin-bottom: 24px !important;
	}
}

@media (max-width: 991px) {
	div.main p.site-description {
		display: none;
	}

	#main .boxed-btn {
		width: auto;
	}

	body div.header-single-slider div.theme-content h1 div.first-line {
		font-size: 3.654vw;
		line-height: 1.05;
	}

	body div.header-single-slider div.theme-content h1 div.second-line {
		font-size: 3.263vw;
		line-height: 1.143;
	}

	body #slider .theme-content p {
		font-size: 2.129vw;
		line-height: 1.333;
	}

	body #slider .boxed-btn {
		font-size: 1.825vw;
		line-height: 1.502;
	}

	.section-title h2 {
		font-size: 64px !important;
		line-height: 1.333 !important;
	}

	body #product.section-padding {
		padding-bottom: 20px;
	}

	.product-carousel .owl-nav [class*="owl-"] {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}

	body .product-carousel .owl-prev {
		left: -15px;
	}

	body .product-carousel .owl-next {
		right: -15px;
	}

	#footer-copyright .copy-content {
		margin-bottom: 20px;
	}

	body #footer-widgets .col-md-6:first-of-type {
		max-width: 100%;
		flex: 0 0 100%;
	}

	#footer-widgets .wp-block-button__link {
		margin-bottom: 30px;
	}

	#footer-widgets .wp-block-button {
		margin: 0 auto 20px;
	}

	.tax-product_cat .products {
		gap: 40px;
	}

	body.tax-product_cat #product .products:before,
	body.tax-product_cat #product .products:after {
		display: none;
	}

	body.tax-product_cat #product .products .product {
		width: calc((100% - 40px) / 2);
		margin: 0;
	}

	body.tax-product_cat #product .products .shop-product {
		margin-left: 0;
		margin-right: 0;
	}

	body.tax-product_cat .woocommerce-result-count {
		width: calc(100% - 305px);
		display: inline-flex;
	}


	body.tax-product_cat form.woocommerce-ordering {
		width: 300px;
		display: inline-flex;
	}

	#customer_login .u-column1.col-1 {
		padding: 0;
	}

	.mean-container a.meanmenu-reveal {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 24px !important;
	}

	.mean-container a.meanmenu-reveal span {
		height: 5px;
		margin-top: 6px;
	}

	body ul.mbl li.cart-icon {
		margin-right: 25px;
	}

	body .mean-container a.meanmenu-reveal {
		top: -68px !important;
		right: -15px !important;
	}

	.mean-container .mean-nav {
		margin-top: 1px;
		background: #fff;
	}

	.mean-container .mean-nav ul li li a,
	.mean-container .mean-nav ul li a {
		color: #000;
		border-top-color: #ccc;
	}

	.mean-container .mean-nav ul li a.mean-expand:hover {
		background: transparent;
	}

	.mean-container .mean-bar {
		width: calc(100% - 30px);
	}

	.mean-container .mean-nav ul li a:hover {
		color: #f22853;
	}

	.single-product .products li {
		width: calc((100% - 40px) / 2) !important;
	}

	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
		padding-left: 0;
		padding-right: 0;
	}

	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		padding-left: 0;
		padding-right: 0;
	}

	.header-single-slider img.money-back {
		width: 13vw;
	}

	.header-slider .item img:not(.money-back) {
		height: 70vw;
	}

	#custom_section_effects {
		background-size: auto 100%;
	}

	#services .row.servicesss {
		row-gap: 32px;
	}

	.servicesss img.services_cols_mn_icon {
		margin-bottom: 25px;
	}

	.video-main-block {
		height: 520px;
	}

	#custom_section_roots .text-with-image .text {
		display: block;
		padding-top: 0;
		padding-bottom: 0;
	}

	#custom_section_roots .text-with-image .image {
		margin-right: 32px;
	}

	#custom_section_roots .text-with-image:nth-of-type(2) {
		margin-left: 32px;
	}

	#custom_section_roots .text-with-image .text strong {
		padding-left: 0;
		padding-right: 0;
	}

	#custom_section_effects .custom_editor {
		margin-bottom: 40px !important;
	}

	.contact_item {
		padding: 24px !important;
	}

	.video_row {
		row-gap: 60px;
	}
}

@media (max-width: 767px) {
	.container {
		max-width: 100% !important;
	}

	body div.header-single-slider div.theme-content h1 div.first-line {
		font-size: 4.654vw;
		line-height: 1.05;
	}

	body div.header-single-slider div.theme-content h1 div.second-line {
		font-size: 4.263vw;
		line-height: 1.143;
	}

	body #slider .theme-content p {
		line-height: 1.333;
		font-size: 3.129vw;
	}

	body #slider .boxed-btn {
		font-size: 1.825vw;
		line-height: 1.502;
	}

	.counters .counter-container {
		margin-right: 0;
		margin-top: 0;
	}

	.counters {
		gap: 40px;
	}

	#section_counter {
		padding-bottom: 0;
	}

	.section-title h2,
	#testimonial h2 {
		font-size: 40px !important;
	}

	body .guarantee .image {
		width: 120px;
	}

	#custom_section_roots .text-with-image .image {
		margin-right: 20px;
	}

	.counter-value {
		line-height: 1.2;
		font-size: 42px;
	}

	#custom_section_path .text-with-icon,
	#custom_section_effects .text-with-icon,
	#custom_section .text-with-icon {
		padding: 0 0px 0 70px;
	}

	body #slider .header-slider .owl-stage-outer {
		min-height: auto;
	}

	#section_money_back {
		padding: 65px 0 30px;
	}

	body .testimonial-carousel .owl-prev {
		left: 0%;
	}

	body .testimonial-carousel .owl-next {
		right: 0%;
	}

	#testimonial.section-padding {
		padding-bottom: 70px;
	}

	#footer-widgets {
		padding-top: 60px;
		padding-bottom: 15px;
	}

	body.tax-product_cat #product {
		padding-top: 0;
	}

	.page-id-42 .wpcf7-form {
		padding: 40px 25px 32px 25px;
	}

	.single-product #product {
		padding-top: 30px;
	}

	.page-id-422 .section-padding,
	.privacy-policy .section-padding {
		padding-top: 30px;
	}

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		min-height: 41px;
	}

	.tutor-dashboard .tutor-dashboard-left-menu .tutor-dashboard-permalinks {
		margin-right: 0;
	}

	.tutor-dashboard
	.tutor-frontend-dashboard-maincontent
	ul.tutor-dashboard-permalinks::before {
		display: none;
	}

	.tutor-dashboard .tutor-frontend-dashboard-header {
		padding-bottom: 0;
	}

	#custom_section_hole2,
	.image-block {
		height: 60vw;
		max-height: initial;
		min-height: inherit;
	}

	.video-main-block {
		height: 380px;
	}

	#custom_section_counter2 h3 {
		font-size: 16px;
		line-height: 18px;
	}

	#custom_section_counter2 .counter-value {
		font-size: 24px;
		line-height: 27px;
	}

	#custom_section_effects .text-with-icon {
		height: 100%;
	}

	.for-who-item {
		height: 260px;
	}

	.for-who-item .text:not(:last-child) {
		margin-bottom: 44px;
	}

	.for-who-item .text:not(:last-child):before {
		display: none;
	}

	.testimonial-carousel .owl-stage .single-testimonial {
		gap: 24px;
		flex-direction: column;
	}

	.single-testimonial p {
		text-align: left;
		font-size: 16px;
		line-height: 160%;
	}

	#custom_section_contact {
		background: transparent !important;
	}

	#product .product-img {
		width: 100% !important;
	}
}

@media (max-width: 599px) {
	#product .product-img {
		max-height: initial;
	}

	.video-main-block {
		height: 300px;
	}
}

@media (max-width: 579px) {
	#custom_section_roots .text-with-image .image {
		width: 130px;
	}

	.navbar-area .logo .site-title {
		font-size: 16px;
	}

	.navbar-area .logo p.site-description {
		font-size: 11px !important;
	}

	.header-single-slider img.money-back {
		width: 15.571vw;
	}

	.header-slider .item img:not(.money-back) {
		height: 80vw;
		object-fit: cover;
		object-position: center;
	}

	body div.header-single-slider div.theme-content h1 div.first-line {
		font-size: 6.063vw;
	}

	body div.header-single-slider div.theme-content h1 div.second-line {
		font-size: 5.63vw;
	}

	body #slider .theme-content p {
		font-size: 3.829vw;
	}

	body #slider .boxed-btn {
		font-size: 2.825vw;
	}

	.single-product .products,
	body.tax-product_cat #product .products {
		gap: 15px;
	}

	body.single-product .products li,
	body.tax-product_cat #product .products .product {
		width: calc((100% - 15px) / 2) !important;
	}

	body.tax-product_cat .woocommerce-result-count {
		width: calc(100% - 205px);
		display: inline-flex;
	}

	body.tax-product_cat form.woocommerce-ordering {
		width: 200px;
		display: inline-flex;
	}
}

@media (max-width: 576px) {


	.mean-container .mean-bar {
		width: 100%;
		left: -15px;
	}

	body .mean-container a.meanmenu-reveal {
		right: 0 !important;
	}
}

@media (max-width: 479px) {
	#custom_section_roots .text-with-image {
		flex-direction: column !important;
	}

	#custom_section_roots .text-with-image .image {
		width: 100%;
		margin-bottom: 20px;
	}

	.payment-method li {
		margin-right: 5px;
	}

	.payment-method li a {
		width: 35px;
	}

	body.single-product .products li,
	body.tax-product_cat #product .products .product {
		width: 100% !important;
	}

	body.tax-product_cat .woocommerce-result-count {
		width: 100%;
		display: inline-flex;
		margin-bottom: 15px;
	}

	body.tax-product_cat form.woocommerce-ordering {
		width: 100%;
		display: inline-flex;
	}

	.tutor-login-form-wrapper,
	#tutor-registration-form {
		padding: 24px 25px;
	}

	.header-slider .item img:not(.money-back) {
		height: 90vw;
	}
}

@media (max-width: 399px) {
	.cosmics-theme .theme-slider div.theme-content {
		margin-bottom: 15px !important;
	}

	.testimonial-carousel .owl-next,
	.testimonial-carousel .owl-prev {
		font-size: 24px;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 100%;
	}

	#services .row.servicesss {
		row-gap: 32px;
	}
}

.counters hr {
	width: 100%;
}

.p-Input input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	height: 44px;
	padding: 0 15px;
	border-radius: 6px !important;
	background: #fff;
}

.section-nav {
	position: fixed;
	top: 153px;
	left: 0;
	display: none;
	z-index: 100;
	font-size: 14px;
	padding: 20px 0;
	max-width: 200px;
	background: rgba(241, 241, 241, 0.8);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: all 0.2s;
}

.section-nav.dark {
	display: none;
}

.section-nav a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 3px 10px;
	color: #2c3145;
	transition: all 0.2s;
}

.section-nav a span:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	color: #a43aa0;
	font-size: 12px;
	background: white;
	border: 1px solid #a43aa0;
	border-radius: 50%;
	flex-shrink: 0;
}

.section-nav a span:last-child {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.section-nav.dark a {
	color: white;
}

.section-nav a:hover {
	color: white;
	background: #a43aa0;
}

.section-nav a:focus {
	outline: none;
}

.section-nav a.active {
	color: #a43aa0;
}

.section-nav a.active span:first-child {
	color: white;
	background: #a43aa0;
}

.section-nav a.active:hover {
	color: white;
}

.section-nav a.active:hover span:first-child {
	background: #a43aa0;
	color: white;
	border: 1px solid white;
}


@media (min-width: 992px) {
	.section-nav {
		display: block;
	}
}

@media (min-width: 992px) and (max-width: 1650px) {
	.section-nav {
		padding: 6px 0;
	}

	.section-nav a span:last-child {
		display: none;
	}
}

@media (max-height: 1000px) {
	.section-nav {
		top: 0;
	}
}

#custom_section_whales .about-course div {
	text-align: left;
	margin-bottom: 10px;
}

#custom_section_whales .about-course div::first-letter {
	margin-left: 0;
}

/* div.header-single-slider h3 {
  font-size: 74px;
} */

#after_life_registration {
}

#after_life_registration h3 {
	margin-bottom: 20px;
}

#after_life_registration > div {
	margin-bottom: 8px;
}

#after_life_registration a.tutor-btn {
	margin: 20px 0;
	font-size: 16px;
}

#after_life_registration .enter-below {
	display: block;
	margin: 20px 0;
	text-align: center;
	font-size: 16px;
	color: #f22853;
}

#custom_section_results table {
	text-align: center;
}

#custom_section_results table tr td:first-child {
	text-align: left;
}

#custom_section_results table td span:first-child {
	position: relative;
	top: -3px;
}

#custom_section_results table td span:last-child {
	position: relative;
	top: 3px;
}

#custom_section_results #count_1 {
	position: static;
}

#section_subscribe .container {
	width: 640px;
	border-radius: 24px;
	background-color: #EDEDEF !important;
	padding: 40px 20px;
}


#section_subscribe .section-title.service-section {
	margin-bottom: 0;
}

#section_subscribe .mailpoet-heading {
	font-family: Cormorant Garamond;
	text-align: center !important;
	margin-bottom: 26px;
	color: rgb(57, 33, 71);
	font-size: 32px;
	font-weight: 700;
	line-height: 39px;
}



#custom_section_call .container {
	width: 640px;
	border-radius: 24px;
	background-color: #EDEDEF !important;
	padding: 40px 20px;
}


#custom_section_call .section-title.service-section {
	margin-bottom: 0;
}

#custom_section_call .mailpoet-heading {
	font-family: Cormorant Garamond;
	text-align: center !important;
	margin-bottom: 26px;
	color: rgb(57, 33, 71);
	font-size: 32px;
	font-weight: 700;
	line-height: 39px;
}




.woocommerce ul.products li.product .price {
	color: #f22853;
}


#product .product-img {
	overflow: hidden;
	width: 50%;
}

#product .product-img img {
	border-radius: 538px 538px 0 0;
}

#product a {
	color: #23132D;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
}

@media (max-width: 768px) {
	.woocommerce div.product .product_title {
		font-size: 32px;
	}

	h2 {
		font-size: 26px;
	}

	#mailpoet_form_1 form.mailpoet_form {
		padding: 0 !important;
	}

	#mailpoet_form_1 .select2-container {
		width: 100% !important;
	}
}

.start-section {
	display: none;
}

#coundDownView {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
	color: #f22853;
	font-size: 26px;
}

#coundDownView > div {
	margin-right: 12px;
}

#coundDownView > div:last-child {
	margin-right: 0;
}

#coundDownView .countDown {
	margin-right: 10px;
}

#custom_section_girls10 h4 {
	margin: 25px 0;
	font-weight: 500;
}

#slider .header-slider .item img {
	object-fit: cover;
	max-height: 500px;
}

#slider .header-slider .item .theme-slider .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#slider .header-slider .item .theme-content h3 {
	line-height: 1;
}

#slider .owl-item.active .item.girls {
	background-image: url("/wp-content/uploads/assets/mc-3.jpg");
	background-position: center;
	background-size: auto 100%;
}

#slider .owl-item.active .item.girls > img {
	opacity: 0;
}

#slider .owl-item.active .item.girls .theme-slider {
	z-index: 3;
}

#slider .owl-item.active .item.girls:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}


@media (max-width: 1200px) {
	#slider .theme-slider .text-left {
		margin-right: 50px;
	}
}

a.stndart-href {
	color: #a43aa0 !important;
	transition: all 0.3s ease !important;
}

.woocommerce span.onsale {
	top: 1px !important;
	left: 1px !important;
	border-radius: 0 !important;
}

.shop-product .sale {
	top: 0 !important;
	left: 0 !important;
	padding: 11px 7px !important;
}

@media (min-width: 1650px) {
	#slider div.header-single-slider h3 {
		font-size: 80px !important;
	}
}

.section-nav {
	display: none;
}

@media (min-width: 992px) and (max-width: 1650px) {
	#slider .theme-table-cell {
		padding: 0 40px;
	}
}

@media (min-width: 320px) and (max-width: 660px) {
	.about-course {
		width: 100%;
	}

	#slider .header-slider .item .theme-slider .container {
		display: grid;
		align-items: center;
		justify-content: center;
		margin-right: 0;
	}

	.money-back,
	.plashka-style {
		display: none !important;
	}
}

div.header-single-slider h3 {
	font-size: calc(39px + 31 * ((100vw - 320px) / (1280 - 320))) !important;
}

.plashka-style {
	padding: 9px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 100%;
}

.text-with-icon.sexual {
	position: relative;
	margin-bottom: 3%;
	text-align: left;
	height: 100%;
	min-height: 50px;
	display: flex;
	align-items: center;
}

.modal-dialog {
	display: grid !important;
	justify-content: center !important;
	align-content: center !important;
	height: 100vh !important;
	overflow: hidden !important;
}

.modal-open .modal {
	overflow-y: hidden !important;
}

@media (max-width: 992px) {
	.tutor-form-wrap {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	body .testimonial-carousel .owl-next,
	body .testimonial-carousel .owl-prev {
		top: 50%;
	}
}

.star-1,
.star-2,
.star-3,
.star-4,
.star-5 {
	border-bottom: 0px dashed !important;
}

@media (max-width: 577px) {
	.tutor-col-auto {
		margin-top: -12px !important;
	}
}

.money_back {
	/* margin-top: -35px !important; */
}

.modal-btn-grafik {
	cursor: pointer;
	margin-right: 15px;
}

#Field-numberInput,
#Field-expiryInput,
#Field-cvcInput {
	height: 35px !important;
}

.woocommerce-checkout #payment div.payment_box {
	color: #fffbfb !important;
	background: #f2f2f2 !important;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-color: #f2f2f2 !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
}

.p-FieldLabel .Label .Label--empty {
	color: #fff !important;
}

/* #add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-color: #F22853 !important;
} */

.p-FieldError .Error {
	color: #f8f8f8 !important;
}

.counter-container {
	/* position: absolute !important;
  z-index: -200 !important;
  top: 0 !important; */
}

.title-chart-wrapper {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: -5px;
}

.table-grafic {
	display: none;
}

.table-grafic.visible {
	display: block;
}

#buttonShowDetails {
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid rgb(164, 58, 160) !important;
	background: rgba(88, 1, 142, 0) !important;
	color: #A43AA0 !important;
}

.chart-modal-get {
	z-index: 200;
	position: fixed;
	width: auto;
	padding: 7px;
	height: auto;
	top: 5%;
	right: 0;
	display: grid;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
	font-size: 0;
}

.chart-modal-get.visible {
	visibility: visible;
	background: #f22853;
	color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	transform: translateX(-50px);
	font-size: inherit;
}

div.chart-modal-get div h4 {
	font-size: 0;
	transition: all 0.5s ease-in-out;
}

div.chart-modal-get.visible div h4 {
	font-size: 20px;
}


.tutor-video-player .plyr--youtube iframe {
	top: 0 !important;
	height: 100% !important;
}

.boxed-btn-small {
	color: #f22853;
}

#custom_section_girls10 .boxed-btn-small {
	display: block;
	margin: 10px auto;
}

.tutor-video-player {
	/*hack  max-height: 80vh;*/
	overflow: hidden;
}

/*hack 
.tutor-video-player video {
	max-height: 80vh;
}
*/

.tutor-course-spotlight-wrapper
{
	display: none; /*hack */
}

@media (max-width: 1300px) {
	.tutor-wp-dashboard-filter {
		margin-top: 0;
	}
}

@media (max-width: 1300px) {
	.tutor-form-wrap {
		margin-top: 28px;
	}
}


.tutor-purchase-history .tutor-table {
	min-width: 650px;
}

.tutor-purchase-history .tutor-table tr th:nth-child(1),
.tutor-purchase-history .tutor-table tr td:nth-child(1) {
	width: 100px;
}

.tutor-purchase-history .tutor-table tr th:nth-child(3),
.tutor-purchase-history .tutor-table tr td:nth-child(3) {
	width: 125px;
}

.tutor-purchase-history .tutor-table tr th:nth-child(4),
.tutor-purchase-history .tutor-table tr td:nth-child(4) {
	width: 100px;
}

.tutor-purchase-history .tutor-table tr th:nth-child(5),
.tutor-purchase-history .tutor-table tr td:nth-child(5) {
	width: 125px;
}

.tutor-purchase-history .tutor-table tr th:nth-child(6),
.tutor-purchase-history .tutor-table tr td:nth-child(6) {
	width: 65px;
}

#slider, #services, #footer-widgets, #footer-copyright {
	position: relative;
	z-index: 1;
}

#slider {
	z-index: 2;
}

@media (min-width: 1200px) {
	.tutor-course-single-content-wrapper #tutor-single-entry-content {
		min-height: calc(100vh - 150px);
	}
}

.tutor-video-player .warning-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.tutor-video-player .warning-wrapper h3 {
	margin-bottom: 30px;
	color: #f22853;
}

.tutor-video-player .warning-wrapper h3 + p {
	width: auto;
	margin-bottom: 20px;
	font-size: 16px;
}

.tutor-video-player .warning-wrapper ul {
	width: 300px;
	margin-bottom: 12px;
}

.tutor-video-player .warning-wrapper p {
	width: 300px;
}

@media (max-width: 768px) {
	.tutor-video-player .warning-wrapper h3 {
		margin-bottom: 12px;
		font-size: calc(14px + 28 * ((100vw - 320px) / (1280 - 320)));
	}

	.tutor-video-player .warning-wrapper h3 + p {
		margin-bottom: 8px;
		font-size: 14px;
	}

	.tutor-video-player .warning-wrapper ul {
		display: flex;
		margin-bottom: 8px;
	}

	.tutor-video-player .warning-wrapper ul li {
		margin-right: 8px;
	}

	.tutor-video-player .warning-wrapper ul li:after {
		content: ",";
	}

	.tutor-video-player .warning-wrapper ul li:last-child {
		margin-right: 0;
	}

	.tutor-video-player .warning-wrapper ul li:last-child:after {
		content: normal;
	}

	.tutor-video-player .warning-wrapper p {
		width: 300px;
	}
}

_::-webkit-full-page-media, _:future, :root #custom_section_effects {
	background-attachment: initial;
}

@media (max-width: 768px) {
	.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.button {
		margin-left: 10px
	}
}


@media (max-width: 991px) {
	.page-id-422 .site-content > p {
		padding-left: 0;
	}

	.page-id-422 .site-content > ol {
		padding-left: 0;
		list-style: none;
	}

	.page-id-422 .site-content > ol li {
		position: relative;
		counter-increment: list-counter;
	}

	.page-id-422 .site-content > ol li strong {
		margin-left: 25px;
	}

	ol li::before {
		content: counter(list-counter) ". ";
		position: absolute;
		left: 1px;
		font-weight: 700;
	}

	ol[start="2"] {
		counter-reset: list-counter 1;
	}

	ol[start="3"] {
		counter-reset: list-counter 2;
	}

	ol[start="6"] {
		counter-reset: list-counter 5;
	}

	ol[start="7"] {
		counter-reset: list-counter 6;
	}

	ol[start="8"] {
		counter-reset: list-counter 7;
	}

	ol[start="9"] {
		counter-reset: list-counter 8;
	}

	ol[start="10"] {
		counter-reset: list-counter 9;
	}

	ol[start="11"] {
		counter-reset: list-counter 10;
	}

	ol[start="13"] {
		counter-reset: list-counter 12;
	}

	ol[start="13"] li strong {
		margin-bottom: 15px;
	}

	.page-id-3 h2 {
		margin-top: 15px;
		font-size: 26px;
	}

	.page-id-16 h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.page-id-3 p::first-letter,
	.page-id-16 p::first-letter {
		margin-left: 0;
	}

	.page-id-3 .site-content p,
	.page-id-16 .site-content p {
		margin-bottom: 15px;
	}
}

.section-padding .custom_editor {
	margin-bottom: 0 !important;
}

#slider .plashka-style {
	position: relative;
	top: 100px;
}

#slider .plashka-style .logo-container {
	position: absolute;
	bottom: calc(100% + 10px);
	max-height: 140px;
	text-align: center;
	left: 0;
	right: 0;
}

#slider .plashka-style .logo-container .logo {
	display: inline-block;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	padding: 10px;
	border-radius: 10px;
}

#slider .plashka-style .logo-container img {
	width: auto;
	height: auto;
	max-height: 120px;
	object-fit: contain;
}

.woocommerce-store-notice,
p.woocommerce-store-notice,
p.demo_store,
.select2-container--default li.select2-results__option--highlighted[aria-selected],
.select2-container--default li.select2-results__option--highlighted[data-selected],
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current.page-numbers,
.btn-info,
.pricing-box h3:before,
.pricing-box h3:after,
.section-title h2:before,
.section-title h2:after,
.service-box h4:before,
.service-box h4:after,
.contact-wrapper,
#footer-widgets .widget-title:after,
#subscribe, .boxed-btn,
.days li .active,
.feature-box:hover .feature-icon,
.feature-box:hover .feature-icon:after,
.gallery-page .gallery-item figcaption ul li a:hover,
.gallery-tab-sorting li a:after,
.header-slider .boxed-btn,
.header-slider .owl-next:hover,
.header-slider .owl-prev:hover,
.header-social li a:hover,
.header-social li a:focus,
.main-menu > ul > li a:before,
.main-menu > ul > li.active > a,
.main-menu > ul > li.focus > a,
.main-menu > ul > li:hover > a,
.mean-container a.meanmenu-reveal,
.nav-tabs .nav-link.active,
.portfolio-tab-sorting li a.active,
.preloader,
.pricing-box hr:after,
.pricing-box hr:before,
.pricing-box:hover .boxed-btn,
.product-carousel .owl-next:hover,
.product-carousel .owl-prev:hover,
.recomended-text,
.scrollup,
.search-result .posts-navigation .nav-links a,
.section-title hr:after,
.section-title hr:before,
.service-box figure figcaption .boxed-btn,
.single-beauticians .social li a:hover,
.shop-product .overlay li a:hover,
.shop-product .sale:not(.product),
.subscribe-wrapper button, .weekdays,
.widget-search input[type=button],
.widget-tag li a:hover,
.widget_search input[type=submit],
li.page-item .page-link:hover,
li.page-item.active .page-link,
.calendar_wrap thead tr,
.pagination a:hover,
.pagination span,
.widget_product_search button[type=submit],
.widget_product_tag_cloud .tagcloud a:hover,
.widget_search input[type=button],
.widget_tag_cloud .tagcloud a:hover,
.woocommerce #payment #place_order,
.woocommerce #respond input#submit,
.woocommerce .price_slider_wrapper .ui-slider .ui-slider-handle,
.woocommerce .price_slider_wrapper .ui-slider-horizontal .ui-slider-range,
.woocommerce a.button, .woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart table.cart input.button,
.woocommerce-page #payment #place_order,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
button,
input.search-btn,
input[type=button],
input[type=reset],
p.form-submit .submit,
table th,
table#wp-calendar tfoot,
td#today,
.recomended .boxed-btn,
.wpcf7-form .wpcf7-submit {
	background: #a43aa0;
}

/* index 115 */
a.shipping-calculator-button,
.woocommerce #review_form #respond input#submit:hover,
div.woocommerce-info a,
p.woocommerce-info a,
div.woocommerce-info::before,
p.woocommerce-info::before,
.woocommerce-account .addresses .title .edit,
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-number a,
.woocommerce-account .woocommerce-MyAccount-content p a,
.blog-author-social a, .meta-info li a:hover, .meta-info li a:focus,
.widget_product_search button[type=submit]:hover,
.widget_product_search button[type=submit]:focus,
.service-box figure figcaption .boxed-btn:hover,
.service-box figure figcaption .boxed-btn:focus,
.contact-wrapper a.btn-info, #slider .theme-content h1,
.header-info-text .icons-info .icons,
#breadcrumb-area ul li a, #counter .single-box i,
#header-top p i, #header-top ul:not(.header-social) li i,
#subscribe-form button, #wcu ul li:before,
#welcome .section-title h3, .blog-post .post-title a:hover,
.blog-post:hover a.read-more-link, .cart-remove:hover,
.coming-soon-wrapper h1 span, .comment-date:hover,
.comment-metadata a:hover, .copyright a, .copyright-text a:hover,
.count-area ul li, .gallery-page .gallery-item figcaption ul li a,
.gallery-tab-sorting li a.active, .gallery-tab-sorting li a:hover,
.header-slider h3, .info-box i, .main-menu li.c-dropdowns.active li > a:hover,
.main-menu li.c-dropdowns.focus li > a:hover,
.main-menu ul li ul.cr-dropdown-menu li.active > a,
.main-menu ul li ul.cr-dropdown-menu li.focus > a,
.mc4wp-form input[type=submit], .media ul li.comment-replay,
.meta-data ul li a:hover, .nav-tabs a.nav-link:hover,
.recent-post h6:hover, .sb-search-input, .scrollup:hover,
.search-result .posts-navigation .nav-links a:hover,
.service-box p.price, .sidenav .cart-item-description p,
.sidenav .close-sidenav, .single-beauticians .social li a:not(:hover),
.single-post .post-header .text-right li a:hover,
.shop-product .overlay li a:not(:hover), .shop-product .price,
.tab-content .tab-list h4 .price, .tab-content .tab-list h4:hover,
.testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover,
.welcome-box:hover a, .widget-acrhives li a:hover,
.widget-search input[type=button]:hover, .widget_archive li a:hover,
.widget_links ul li a:hover, .widget_search input[type=submit]:hover,
.woo-container .button-cart .added_to_cart, .wp-calendar-nav a,
div#calendar_wrap tbody a, li.latest-news h6:hover,
#recent-posts-2 ul li a:hover, .pricing-box:not(:hover):not(.recomended) .boxed-btn,
.product_meta a:hover, .widget_categories ul li a:hover,
.widget_meta ul li a:hover, .widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover, .widget_product_categories ul li a:hover,
.widget_product_tag_cloud .tagcloud a:hover, .widget_products ul li a:hover,
.widget_recent_comments ul li a:hover, .widget_recent_entries ul li a:hover,
.widget_recently_viewed_products ul li a:hover, .widget_top_rated_products ul li a:hover,
.woocommerce #payment #place_order:hover, .woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page #payment #place_order:hover,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
cite, em, h1.page-title, input.search-btn:hover, input[type=button],
input[type=reset], input[type=submit]:hover, p.form-submit .submit:hover, q,
.beautician-footer-text h5,
.wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus,
.logged-in-as a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-cart-form__cart-item .product-name a,

.wpcf7-form .wpcf7-submit:focus:before,
.wpcf7-form .wpcf7-submit:focus:after, .form-submit .submit:focus:before,
.form-submit .submit:focus:after,
.main-menu ul.cr-dropdown-menu li.focus > a,
.main-menu ul.cr-dropdown-menu li:hover > a,
.wpcf7-form .wpcf7-submit:focus,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
	color: #a43aa0 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce .widget_layered_nav_filters ul li a:hover,
.woocommerce .widget_layered_nav_filters ul li a:focus,
.widget_recent_reviews a:hover,
.widget_recent_reviews a:focus,
a.woocommerce-review-link:hover,
a.woocommerce-review-link:focus,
.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.wc-layered-nav-term a:hover,
.widget_layered_nav ul.woocommerce-widget-layered-nav-list li.wc-layered-nav-term a:focus,
.product-name a,
.woocommerce .shop-product h5 a:hover,
.woocommerce .shop-product h5 a:focus,
.thaispa-theme .service-thaispa .price-thaispa h5,
.post-comment-area h2, .blog-post .post-title a:focus,
.blog-post ul:not(.meta-info) li a, .blog-post ol:not(.meta-info) li a,
.blog-post table a, strong a, blockquote a, code a, p a, span a {
	color: #a43aa0 !important;
}

.woocommerce-ResetPassword .button,
.single-product .button,
#customer_login .button,
#tutor-registration-wrap .tutor-btn,
.tutor-wrap .tutor-btn:not(.tutor-btn-link):not(.tutor-btn-ghost),
#footer-widgets .wp-block-button__link,
#custom_section_path .btn {
	background-image: linear-gradient(to right, #A43AA0, #58018E);
}

.boxed-btn,
.scrollup {
	background-image: linear-gradient(to right, #A43AA0, #58018E);
}


.boxed-btn,
.pricing-box .boxed-btn,
.recomended .boxed-btn,
.tutor-alert.tutor-primary {
	border-color: #a43aa0 !important;
}


.cosmics-theme #header-top {
	background: #58018E;
}

/*Contact*/
#custom_section_contact {
	position: relative;
	background: url("/wp-content/uploads/assets/contact_bg.jpeg") no-repeat center top 350px;
	background-size: contain;
}

.contact_item {
	border-radius: 24px;
	background: #F8F5FB;
	padding: 64px 54px;
	margin-bottom: 250px;

}

.contact_item .boxed-btn {
	width: 100%;
	margin-bottom: 24px;
}

.contact_item .widget-info a {
	color: #23132D;
}

.contact_item .widget-info li {
	margin-bottom: 27px;
}

.contact_item .widget-info {
	margin-botom: 40px;
}

.contact_icon {
	width: 24px;
	height: 24px;
	display: block;
	margin-right: 12px;
	padding: 15px;
}

.contact_map {
	background: url("/wp-content/uploads/assets/map.svg") no-repeat;
}

.contact_phone {
	background: url("/wp-content/uploads/assets/phone.svg") no-repeat;
}

.contact_email {
	background: url("/wp-content/uploads/assets/mail.svg") no-repeat;
}

.contact_social ul {
	gap: 12px;
}

.contact_social a {
	color: #23132D;
	/*line-height: 150 !important;*/
}

.contact_social_icon {
	display: block;
	border-radius: 56px;
	width: 32px;
	height: 32px;
	padding: 25px;
	background-position: center;
}

.contact_instagram {
	background: url("/wp-content/uploads/assets/instagram.svg") no-repeat center, #A43AA0;

}

.contact_facebook {
	background: url("/wp-content/uploads/assets/facebook.svg") no-repeat center, #A43AA0;

}

.contact_tiktok {
	background: url("/wp-content/uploads/assets/tiktok-white.svg") no-repeat center, #A43AA0;
}

/*Video*/
#video {
	text-align: center;
}

#video h4 {
	font-family: Comfortaa;
	font-size: 24px;
	font-weight: 700;
	line-height: 130%;
}

.video-box {
	border-radius: 56px;
	background: #F8F5FB;
	padding: 40px !important;
	text-align: center !important;
}

.video-box video {
	margin-bottom: 16px;
}

#custom_section_money_back,
#custom_section_path,
#custom_section_product,
#custom_section_promotion,
#custom_section_hole2,
#testimonial .boxed-btn,
.testimonial-carousel .owl-nav .owl-prev .fa,
.testimonial-carousel .owl-nav .owl-next .fa,
.header-info-text .info .info-title {
	display: none !important;
}

#product h1
{
	font-size: 45px;
}

#more-video
{
	display: none;
}

#buttonShowDetails
{
	display: none;
}

#custom_section_about .about-course strong {
	position: relative;
	height: 70px;
	line-height: 70px;
	max-width: initial;
	margin-bottom: 40px;
	padding-left: 100px;
	font-size: 32px;
	font-family: "Cormorant Garamond", sans-serif;
}

#custom_section_about .about-course strong:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #58018E;
	opacity: 0.2;
	font-size: 64px;
	font-family: "Comfortaa", sans-serif;
}

#custom_section_about .about-course.c-1 strong:before {
	content: "01";
}

#custom_section_about .about-course.c-2 strong:before {
	content: "02";
}

#custom_section_about .about-course.c-3 strong:before {
	content: "03";
}

#custom_section_about .about-course.c-4 strong:before {
	content: "04";
}

#custom_section_about .about-course.c-1 div,
#custom_section_about .about-course.c-2 div {
	margin-bottom: 20px;
}

.alignnone.size-medium.about_2 {
	height: 600px;
	object-fit: cover;
}

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

@media (max-width: 1199px) {
	h1 {
		font-size: 80px;
		margin-bottom: 20px !important;
	}

	#custom_section_main .container:before {
		width: 500px;
	}

	.main_discount {
		padding: 30px 30px 30px 150px;
		margin-top: 50px;
	}

	#custom_section_counter2 .counter-value {
		font-size: 64px;
	}

	#custom_section_counter2 h3 {
		font-size: 24px;
	}

	.for-who-item {
		height: 400px;
	}
}

@media (max-width: 991px) {
	.header-social {
		position: relative;
		top: 11px;
		left: 15px;
	}

	.section-padding strong {
		font-size: 30px;
	}

	#custom_section_main {
		z-index: 2;
		overflow: initial;
	}

	#custom_section_main .container:before {
		width: 400px;
	}

	.main_discount {
		height: 200px;
		padding: 35px 30px 30px 35px;
	}

	.go-down {
		margin-top: 25px;
	}

	#custom_section_counter2 .counter-value {
		font-size: 40px;
		line-height: 45px;
	}

	#services.custom-padding .serv-cont {
		background: transparent;
		border-radius: 0;
		padding: 0 15px;
	}

	#services.custom-padding .serv-cont .service-box {
		background: #F8F5FB;
		border-radius: 24px;
		padding: 24px;
	}

	.for-who-item {
		height: 300px;
		padding: 40px;
	}

	.for-who-item .text.text-start strong,
	.for-who-item .text.text-end strong {
		font-size: 24px;
	}

	.for-who-item .text {
		font-size: 13px;
		line-height: 140%;
	}

	.for-who-item .text:not(:last-child) {
		margin-bottom: 40px;
	}

	.for-who-item .text:not(:last-child):before {
		bottom: -20px;
	}

	#custom_section_about .about_1 {
		height: 300px;
		border-radius: 50%;
		margin-bottom: 30px
	}

	#custom_section_effects .text-with-icon {
		height: auto;
	}
}

@media (max-width: 767px) {
	.section-padding strong {
		font-size: 26px;
	}

	.boxed-btn {
		width: auto !important;
	}

	.header-social {
		position: relative;
		top: 11px;
		left: 15px;
	}

	.main_discount {
		height: 185px;
		padding: 35px 30px 30px 35px;
	}

	#custom_section_counter2 h3 {
		font-size: 28px;
		line-height: 36px;
	}

	#custom_section_counter2 .counter-value {
		font-size: 48px;
		line-height: 90px;
	}

	.counter-container1 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.counter-container1 .counter-value {
		order: 0;
		margin-bottom: 26px;
	}

	.counter-container1 h3 {
		order: 1;
		margin-bottom: 0;
	}

	.for-who-col {
		margin-bottom: 20px;
	}

	.for-who-item {
		padding: 50px;
	}

	.for-who-item .text:not(:last-child) {
		margin-bottom: 20px;
	}

	.for-who-item-1, .for-who-item-2 {
		padding-top: 0;
	}

	.for-who-item-3, .for-who-item-4 {
		padding-top: 100px;
	}

	.for-who-item-1 .text, .for-who-item-3 .text {
		text-align: left !important;
	}

	.for-who-item-2 .text, .for-who-item-4 .text {
		text-align: right !important;
	}

	.alignnone.size-medium.about_2 {
		height: 333px;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 48px;
		font-weight: 300;
	}

	.section-padding strong {
		font-size: 18px;
	}

	#header-top {
		height: 120px;
	}

	#header-top li {
		margin-left: 0;
	}

	.header-social {
		min-width: 156px;
	}

	#custom_section_main p strong {
		font-size: 20px;
	}

	#custom_section_main .container:before {
		width: 300px;
	}

	.main_discount {
		height: 120px;
		padding: 30px 30px 30px 35px;
		margin: 50px -30px 0;
	}

	.main_discount_text {
		font-size: 18px;
	}

	.go-down {
		margin-top: 15px;
	}
}

@media (max-width: 575px) {
	#header-top {
		padding-bottom: 10px
	}

	#header-top li {
		margin-left: 30px;
	}

	#header-top .row {
		display: flex;
	}

	.left-top-header {
		order: 1;
		margin-top: 12px;
	}

	#custom_section_main .container:before {
		width: 200px;
	}
}

@media (max-width: 555px) {
	.left-top-header {
		margin-top: 0;
	}
}

@media (max-width: 444px) {
	.logo.main {
		height: 80px;
	}
}