.text-white.theme-title h6 {
	background: linear-gradient(115deg, var(--themeht-white-color), var(--themeht-white-color), var(--themeht-white-color));
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.theme-title.text-white h6, .theme-title.text-white h2 {
	color: var(--themeht-white-color);
}

.theme-title.text-white p {
	color: var(--themeht-white-color);
}

.themeht-btn.secondary-btn {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	color: var(--themeht-white-color);
}

.themeht-btn.dark-btn {
	background: var(--themeht-bg-dark-color);
	color: var(--themeht-white-color);
	background-size: inherit;
}

.themeht-btn.dark-btn:hover, .themeht-btn.dark-btn:focus {
	background: var(--themeht-primary-color);
	color: var(--themeht-white-color);
}

.themeht-btn.secondary-btn:before {
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
}

.arrow-btn, a.arrow-btn {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	display: inline-block;
	color: var(--themeht-white-color);
	z-index: 500;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
}

.arrow-btn:hover, a.arrow-btn:hover {
	color: var(--themeht-white-color);
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
}

.elementor-accordion .elementor-accordion-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border: none !important;
	border-bottom: 1px solid var(--themeht-border-light-color) !important;
}

.elementor-accordion .elementor-accordion-item:last-child {
	margin-bottom: 0;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	padding: 0;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500 !important;
	text-transform: capitalize;
	transition: all 0s ease-in-out 0s;
	color: var(--themeht-text-color);
	font-family: var(--themeht-typography-body-font-family);
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title {
	color: var(--themeht-primary-color);
}

body .elementor-widget-accordion .elementor-accordion-icon {
	color: var(--themeht-text-color);
	font-size: 25px;
}

body .elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
	color: var(--themeht-primary-color);
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
	color: var(--themeht-body-color);
	font-family: var(--themeht-typography-body-font-family);
	padding: 0;
	border: none;
	margin-top: 15px;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-content p {
	margin-bottom: 0;
}

.team-member {
	position: relative;
	border-radius: 20px;
	background: var(--themeht-white-color);
}

.team-images {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}

.team-member .team-desc {
	padding: 30px;
	position: relative;
	z-index: 9;
}

.team-member .team-desc h4 {
	margin: 0;
	text-transform: capitalize;
	font-weight: 500;
}

.team-member .team-social-icon {
	display: block;
	margin-top: 20px;
}

.team-member .team-social-icon ul {
	display: inline-block;
}

.team-member .team-social-icon ul li {
	list-style-type: none;
	position: relative;
}

.team-member .team-social-icon ul li {
	margin-bottom: 10px;
	margin-right: 0;
}

.team-member img {
	width: 100%;
}

.team-single-box {
	background: var(--themeht-white-color);
	border-radius: 20px;
	position: relative;
}

.team-contact {
	padding: 30px;
}

.team-meta li {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.team-meta li:last-child {
	margin-bottom: 0;
}

.team-meta li i {
	font-size: 26px;
	color: var(--themeht-primary-color);
	vertical-align: middle;
	margin-right: 15px;
}

.team-meta li span {
	margin-right: 10px;
	font-weight: 500;
	color: var(--themeht-text-color);
}

.counter {
	position: relative;
	padding: 30px;
	border-radius: 20px;
}

.counter span {
	font-family: var(--themeht-typography-secondary-font-family);
	font-size: 50px;
	font-weight: 500;
	line-height: 50px;
	color: var(--themeht-text-color);
	display: inline-block;
}

.counter span + span {
	vertical-align: middle;
}

.counter h5 {
	display: block;
	font-weight: normal;
	font-weight: 400;
	color: var(--themeht-body-color);
	font-size: 18px;
	position: relative;
	margin: 0;
}

.counter .counter-icon {
	position: relative;
	font-size: 50px;
	color: var(--themeht-primary-color);
	line-height: 1;
	margin-bottom: 10px;
}

.text-white.counter span, .text-white.counter .counter-icon, .text-white.counter h5 {
	color: var(--themeht-white-color);
}

.post-single-page .post-card {
	background: none;
	padding: 0;
	border-radius: 0;
}

.post-card .post-image {
	position: relative;
}

.post-card .post-image img {
	width: 100%;
}

.post-card .post-title h4 {
	text-transform: capitalize;
	word-break: break-word;
}

.post-card .post-title h4 a {
	color: var(--themeht-text-color);
}

.post-card .post-title h4 a:hover {
	color: var(--themeht-primary-color);
}

.post-card .post-bottom li {
	color: var(--themeht-text-color);
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	margin-right: 15px;
}

.post-card .post-bottom li:last-child {
	margin-right: 0;
}

.post-card .post-bottom li span {
	display: inline;
}

.post-single-page .post-desc h1, .portfolio-single h1 {
	line-height: 70px;
	font-size: 60px;
	margin-bottom: 20px;
	word-break: break-all;
}

.has-post-thumbnail .post-card .post-desc {
	padding-top: 30px;
}

.has-post-thumbnail .post-thumbnail img {
	border-radius: 20px;
}

.tags-links a {
	background: var(--themeht-white-color);
	border-radius: 100px;
	padding: 5px 20px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 5px 0 0 5px;
	color: var(--themeht-text-color);
	border: 1px solid var(--themeht-border-light-color);
}

.tags-links a:hover {
	background: var(--themeht-primary-color);
	color: var(--themeht-white-color);
	border-color: var(--themeht-primary-color);
}

.themeht-blogs .post {
	margin-bottom: 70px;
}

.blog .post-title h4 {
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 15px;
}

.edit-link {
	margin-left: 10px;
	display: none !important;
}

.edit-link .post-edit-link {
	border: 1px solid var(--themeht-border-light-color);
	padding: 2px 10px;
}

.theme-tags {
	clear: both;
	margin-top: 40px;
}

.post-card.style-1 .post-image, .post-card.style-2 .post-image {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	margin: 20px 0;
}

.post-card.style-1 .post-desc {
	padding-top: 30px;
}

.post-card:hover .post-btn {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.post-card.style-2 {
	position: relative;
	border-radius: 20px;
	padding: 30px;
	background: var(--themeht-white-color);
	display: flex;
	align-items: center;
	box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06) !important;
}

.post-card.style-2 .post-image {
	margin: 0;
}

.post-card.style-2 .post-image img {
	height: 100%;
	object-fit: cover;
}

.post-card.style-2 .post-desc {
	padding-left: 30px;
}

.post-card.style-2 .post-title h4 {
	margin-bottom: 0;
	margin-top: 15px;
}

.post-classic .post-image img {
	border-radius: 20px;
}

.post-single-page .post-card img {
	border-radius: 20px;
}

.post-card.style-1 p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.themeht-sidebar {
	padding-left: 50px;
}

.themeht-sidebar .widget {
	box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06);
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 50px;
	background: var(--themeht-white-color);
}

.themeht-sidebar .widget {
	margin-bottom: 50px;
}

.themeht-sidebar .widget:last-child {
	margin-bottom: 0;
}

.themeht-sidebar .widget ul, .themeht-sidebar .widget ol, .wp-block-archives ul {
	margin: 0;
	padding-left: 0;
}

.themeht-sidebar .widget ul.children, .themeht-sidebar .widget ol.children {
	margin-left: 15px;
	margin-top: 15px;
}

.themeht-sidebar .widget ul li, .themeht-sidebar .widget ol li, .wp-block-archives li, .wp-block-latest-posts li, .widget_recent_entries li, .wp-block-categories li, .wp-block-page-list li {
	list-style-type: none;
	margin-bottom: 15px;
}

.themeht-sidebar .widget ul li:last-child, .themeht-sidebar .widget ol li:last-child, .wp-block-latest-posts li:last-child, .widget_recent_entries li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.themeht-sidebar .widget .tagcloud a, .wp-block-tag-cloud a {
	background: var(--themeht-bg-light-color);
	border-radius: 100px;
	padding: 5px 15px;
	display: inline-block;
	text-align: center;
	font-size: 15px !important;
	font-weight: 500;
	line-height: 25px;
	text-transform: capitalize;
	margin: 5px 5px 15px 0;
}

.themeht-sidebar .widget .tagcloud a:hover, .wp-block-tag-cloud a:hover {
	background: var(--themeht-primary-color);
	color: var(--themeht-white-color);
}

.widget_categories li, .wp-block-categories li {
	color: var(--themeht-body-color);
	position: relative;
	padding-left: 20px;
	border-bottom: 1px dashed var(--themeht-border-light-color);
	padding-bottom: 12px;
	margin-bottom: 12px !important;
}

.widget.widget_categories ul li:before, .wp-block-categories li:before {
	content: "";
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	position: absolute;
	left: 0px;
	top: 12px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
}

.themeht-sidebar .widget_recent_entries li, .wp-block-latest-posts li {
	margin-bottom: 15px;
}

.widget_themeht_recentpost li {
	display: flex;
	align-items: center;
	border-bottom: 1px dashed var(--themeht-border-light-color);
	padding-bottom: 15px;
}

.widget_themeht_recentpost li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.themeht-post-image {
	flex-shrink: 0;
	width: 100px;
	height: 100px;
	margin-right: 20px;
}

.themeht-post-image img {
	border-radius: 10px;
}

.themeht-post-date {
	display: block;
	font-size: 13px;
	color: var(--themeht-body-color);
	margin-top: 10px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
}

.search-form {
	position: relative;
}

.search-form label {
	width: 100%;
	padding-right: 50px;
}

.search-form label input {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.search-form button[type="submit"] {
	color: var(--themeht-white-color);
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 0;
	padding: 0;
	border: none;
	top: 50%;
	z-index: 1;
	line-height: 1;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: var(--themeht-primary-color);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.search-form button[type="submit"]:hover {
	background: var(--themeht-primary2-color);
	color: var(--themeht-white-color);
}

.wp-block-search__inside-wrapper {
	position: relative;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
	position: absolute;
	padding: 0;
	border: none;
	background: transparent !important;
	font-size: 0;
	right: 0;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before {
	font-weight: normal;
	position: absolute;
	content: "";
	font-family: "bootstrap-icons";
	color: var(--themeht-white-color);
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	right: 0;
	padding: 0;
	border: none;
	top: 50%;
	z-index: 1;
	background: var(--themeht-primary-color);
	width: 50px;
	height: 50px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover:before {
	background: var(--themeht-primary2-color);
	color: var(--themeht-white-color);
}

.themeht-sidebar .widget li a, .themeht-sidebar .widget a {
	text-transform: capitalize;
}

.themeht-sidebar .widget li a {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: var(--themeht-text-color);
	display: inline-block;
}

.themeht-sidebar .widget li a:hover {
	color: var(--themeht-primary-color);
}

.widget_categories li:last-child, .wp-block-categories li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_themeht_recentpost ul li .themeht-post-content a {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
}

.themeht-sidebar .gallery, .themeht-sidebar .gallery figure {
	margin-bottom: 0;
}

.gallery-item img {
	border-radius: 20px;
}

.post-comment .comments-title, .post-comment .comment-reply-title {
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 30px;
}

.post-comment .comment-reply-title {
	margin-bottom: 15px;
}

.comments-box {
	padding: 50px;
	margin-top: 50px;
}

.comment-author img {
	margin-right: 15px;
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius: 20px;
}

.post-comment li.comment, .post-comment li.trackback, .post-comment li.pingback {
	margin-bottom: 30px;
	list-style-type: none;
}

.post-comment li.comment .comment-body {
	border: 1px solid var(--themeht-border-light-color);
	list-style-type: none;
	margin-bottom: 40px;
	padding: 30px;
	border-radius: 20px;
}

.post-comment li.trackback .comment-body, .post-comment li.pingback .comment-body {
	background: var(--themeht-bg-light-color);
	list-style-type: none;
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 20px;
}

.post-comment li.comment .comment-body p, .post-comment li.trackback .comment-body p, .post-comment li.pingback .comment-body p {
	margin-bottom: 0;
}

.post-comment .comment-meta {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.post-comment .comment-metadata {
	font-size: 15px;
	margin-left: auto;
}

.says {
	display: none;
}

.comment-author.vcard b, .comment-author.vcard a {
	text-transform: capitalize;
	font-size: 22px;
	color: var(--themeht-text-color);
	font-weight: 500;
}

.comment-author.vcard a:hover {
	color: var(--themeht-primary-color);
}

.comment-form-author {
	float: left;
	width: 50%;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.comment-form-email {
	float: left;
	width: 50%;
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.comment-form-url {
	clear: both;
	margin-bottom: 15px;
}

.post-comment .form-submit {
	margin-top: 30px;
	margin-bottom: 0;
}

.comment-respond {
	padding: 30px;
	background: var(--themeht-white-color);
	margin-top: 30px;
	border-radius: 20px;
}

.comment-form-comment {
	margin-top: 30px;
	margin-bottom: 0;
}

.reply {
	text-align: right;
}

.comment-reply-link, .comment-reply-link:focus, .comment-reply-link:visited, .comment-reply-link:active {
	border-radius: 100px;
	margin-top: 20px;
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
	position: relative;
	padding: 10px 20px 10px 40px;
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
	color: var(--themeht-white-color);
	display: inline-block;
}

.comment-reply-link:hover {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	color: var(--themeht-white-color);
}

.comment-reply-link:before {
	content: "";
	font-family: "bootstrap-icons";
	font-size: 20px;
	position: absolute;
	left: 14px;
	top: 5px;
	font-weight: normal;
}

#comments small #cancel-comment-reply-link {
	margin-left: 15px;
	font-size: 22px;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin-top: 40px;
	margin-bottom: 0;
	clear: both;
}

.site-main .comment-navigation .nav-links a, .site-main .posts-navigation .nav-links a, .site-main .post-navigation .nav-links a {
	display: inline-block;
	transition: all 0s ease-in-out 0s;
	position: relative;
}

.site-main .comment-navigation .nav-links a:hover, .site-main .posts-navigation .nav-links a:hover, .site-main .post-navigation .nav-links a:hover {
	color: var(--themeht-secondary-color);
}

.nav-title {
	display: block;
	word-break: break-word;
	font-size: 22px;
	font-weight: 500;
	font-family: var(--themeht-typography-secondary-font-family);
	margin-top: 10px;
}

.site-main .comment-navigation .nav-links .nav-subtitle, .site-main .posts-navigation .nav-links .nav-subtitle, .site-main .post-navigation .nav-links .nav-subtitle {
	position: relative;
	padding-left: 50px;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 7px;
}

.site-main .comment-navigation .nav-links .nav-next .nav-subtitle, .site-main .posts-navigation .nav-links .nav-next .nav-subtitle, .site-main .post-navigation .nav-links .nav-next .nav-subtitle {
	padding-left: 0;
	padding-right: 50px;
}

.site-main .comment-navigation .nav-links .nav-previous .nav-subtitle-arrow, .site-main .posts-navigation .nav-links .nav-previous .nav-subtitle-arrow, .site-main .post-navigation .nav-links .nav-previous .nav-subtitle-arrow, .site-main .comment-navigation .nav-links .nav-next .nav-subtitle-arrow, .site-main .posts-navigation .nav-links .nav-next .nav-subtitle-arrow, .site-main .post-navigation .nav-links .nav-next .nav-subtitle-arrow {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 43px;
	display: flex;
	overflow: hidden;
	background: var(--themeht-primary-color);
	color: var(--themeht-white-color);
	border-radius: 100%;
}

.site-main .comment-navigation .nav-links .nav-previous .nav-subtitle-arrow, .site-main .posts-navigation .nav-links .nav-previous .nav-subtitle-arrow, .site-main .post-navigation .nav-links .nav-previous .nav-subtitle-arrow {
	left: 0px;
}

.site-main .comment-navigation .nav-links .nav-next .nav-subtitle-arrow, .site-main .posts-navigation .nav-links .nav-next .nav-subtitle-arrow, .site-main .post-navigation .nav-links .nav-next .nav-subtitle-arrow {
	right: 0px;
}

.site-main .comment-navigation .nav-links .nav-previous .nav-subtitle-arrow i, .site-main .posts-navigation .nav-links .nav-previous .nav-subtitle-arrow i, .site-main .post-navigation .nav-links .nav-previous .nav-subtitle-arrow i {
	font-size: 26px;
	right: 4px;
	position: relative;
	margin-right: 15px;
	margin-left: 13px;
}

.site-main .comment-navigation .nav-links .nav-previous a:hover .nav-subtitle-arrow i, .site-main .posts-navigation .nav-links .nav-previous a:hover .nav-subtitle-arrow i, .site-main .post-navigation .nav-links .nav-previous a:hover .nav-subtitle-arrow i {
	right: 59px;
}

.site-main .comment-navigation .nav-links .nav-next .nav-subtitle-arrow i, .site-main .posts-navigation .nav-links .nav-next .nav-subtitle-arrow i, .site-main .post-navigation .nav-links .nav-next .nav-subtitle-arrow i {
	font-size: 26px;
	left: -35px;
	position: relative;
	margin-right: 15px;
}

.site-main .comment-navigation .nav-links .nav-next a:hover .nav-subtitle-arrow i, .site-main .posts-navigation .nav-links .nav-next a:hover .nav-subtitle-arrow i, .site-main .post-navigation .nav-links .nav-next a:hover .nav-subtitle-arrow i {
	left: 6px;
}

.site-main .comment-navigation .nav-links .nav-previous, .site-main .posts-navigation .nav-links .nav-previous, .site-main .post-navigation .nav-links .nav-previous {
	max-width: 300px;
}

.site-main .comment-navigation .nav-links .nav-next, .site-main .posts-navigation .nav-links .nav-next, .site-main .post-navigation .nav-links .nav-next {
	max-width: 300px;
	margin-left: auto;
}

.nav-next a:hover .nav-title, .nav-previous a:hover .nav-title {
	color: var(--themeht-primary-color);
}

.post.sticky .post-card {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.post.sticky .post-card .post-title h4 a, .post.sticky .post-card .post-desc p, .post.sticky .post-card .post-bottom li, .post.sticky .post-card .post-bottom li a, .post.sticky .post-bottom li i {
	color: var(--themeht-white-color);
}

.featured-item {
	position: relative;
	overflow: hidden;
	z-index: 9;
}

.featured-item.style-1 .featured-icon {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

.featured-desc p {
	margin-bottom: 0;
}

.featured-title h4 {
	margin-bottom: 15px;
}

.featured-item.style-1 {
	padding: 40px;
	text-align: center;
	border-radius: 20px;
	background: var(--themeht-white-color);
}

.featured-item.style-1 .featured-icon i {
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	font-size: 70px;
}

.featured-item.style-2 {
	padding: 30px;
	border-radius: 20px;
	background: var(--themeht-white-color);
}

.featured-item.style-2 .featured-icon {
	width: 30%;
	margin-right: 20px;
}

.featured-item-top {
	margin-bottom: 20px;
}

.featured-item-top h4 {
	margin-bottom: 0;
}

.featured-item.style-3 {
	padding: 30px;
	border-radius: 20px;
	background: var(--themeht-white-color);
	overflow: inherit;
	padding-left: 50px;
	margin-left: 35px;
}

.featured-item.style-3.text-end {
	padding-left: 30px;
	padding-right: 50px;
}

.featured-item.style-3 .featured-icon {
	display: inline-block;
	border-radius: 50%;
	color: var(--themeht-white-color);
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: -35px;
}

.featured-item.style-3.text-end .featured-icon {
	left: inherit;
	right: -35px;
}

.featured-item.style-4 {
	border-radius: 20px;
	background: var(--themeht-white-color);
	padding: 50px 30px;
}

.featured-item.style-4 .featured-icon {
	margin-bottom: 20px;
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	display: inline-block;
	border-radius: 50%;
	color: var(--themeht-white-color);
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	text-align: center;
}

.featured-item.style-4:hover .featured-icon {
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
}

.featured-item.style-5 .featured-icon {
	margin-bottom: 30px;
}

.featured-item.style-5 .featured-icon i {
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	font-size: 70px;
}

.testimonial {
	position: relative;
}

.testimonial p {
	font-size: 24px;
	line-height: 38px;
	font-weight: 400;
	margin: 30px 0;
	position: relative;
}

.testimonial .testimonial-caption {
	z-index: 9;
	position: relative;
}

.testimonial .testimonial-caption label {
	margin-bottom: 0;
	font-weight: 500;
	color: var(--themeht-text-color);
	display: block;
}

.testimonial .testimonial-caption h5 {
	color: var(--themeht-primary-color);
	display: inline-block;
	margin-bottom: 10px;
}

.testimonial .testimonial-quote i {
	position: relative;
	display: inline-block;
	z-index: 9;
	color: var(--themeht-primary-color);
	font-size: 70px;
	line-height: 1;
	opacity: .4;
}

.testimonial-img img {
	border-radius: 20px;
	position: relative;
	z-index: 9;
	width: 100%;
}

.testimonial-media {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.testimonial.style-1 {
	border-radius: 20px;
	opacity: .3;
	padding: 70px 70px 65px 70px;
	box-shadow: none;
	margin: 0 20px;
	display: flex;
	align-items: center;
}

.testimonial.style-1 .testimonial-img {
	border-radius: 100%;
	position: relative;
	flex-shrink: 0;
	display: inline-block;
	width: 150px;
	height: 150px;
	margin-right: 30px;
}

.testimonial.style-1 .testimonial-media {
	justify-content: inherit;
}

.testimonial.style-1 img {
	border-radius: 100%;
	position: relative;
	z-index: 9;
	width: 100%;
}

.swiper-slide.swiper-slide-active .testimonial.style-1 {
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
	opacity: 1;
}

.swiper-slide.swiper-slide-active .testimonial.style-1 p, .swiper-slide.swiper-slide-active .testimonial-quote i, .swiper-slide.swiper-slide-active .testimonial.style-1 .testimonial-caption h5, .swiper-slide.swiper-slide-active .testimonial.style-1 .testimonial-caption label {
	color: var(--themeht-white-color);
}

.testimonial-box {
	background: var(--themeht-white-color);
	margin: 30px;
	padding: 50px;
	box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06) !important;
	border-radius: 20px;
}

.testimonial.style-3 {
	margin: 0;
	padding: 0;
}

.testimonial.style-3 .testimonial-img {
	overflow: hidden;
	border-radius: 100%;
	border-radius: 100%;
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
}

.testimonial p {
	margin-bottom: 1rem;
}

.testimonial-carousel .carousel-inner {
	z-index: 9;
}

.testimonial-box.testimonial-dark {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.testimonial-box.testimonial-dark {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.testimonial-box.testimonial-dark .testimonial.style-3 p, .testimonial-box.testimonial-dark .testimonial.style-3 .testimonial-caption h5, .testimonial-box.testimonial-dark .testimonial.style-3 .testimonial-caption label {
	color: var(--themeht-white-color);
}

.testimonial-carousel .controls li {
	transform: scale(.8);
	position: absolute;
	animation: leftRight 1.2s infinite;
	animation-duration: 5s;
	width: 100px;
	border-radius: 100%;
	cursor: pointer;
}

.testimonial-carousel .controls li img {
	transform: scale(.8);
	border-radius: 20px;
}

.testimonial-carousel .controls li.active img {
	transform: scale(1);
	border-radius: 100%;
}

.testimonial-carousel .controls li:nth-child(1) {
	left: 0;
	top: 0;
}

.testimonial-carousel .controls li:nth-child(2) {
	left: 10%;
	top: 30%;
}

.testimonial-carousel .controls li:nth-child(3) {
	left: 0;
	bottom: 30%;
	animation: topBottom 1.2s infinite;
	animation-duration: 5s;
}

.testimonial-carousel .controls li:nth-child(4) {
	left: 10%;
	bottom: 0;
}

.testimonial-carousel .controls li:nth-child(5) {
	right: 0;
	top: 0;
}

.testimonial-carousel .controls li:nth-child(6) {
	right: 10%;
	top: 30%;
}

.testimonial-carousel .controls li:nth-child(7) {
	right: 0;
	bottom: 30%;
	animation: topBottom 1.2s infinite;
	animation-duration: 5s;
}

.testimonial-carousel .controls li:nth-child(8) {
	right: 10%;
	bottom: 0;
}

.testimonial.style-2 {
	padding: 80px 50px;
	padding-left: 30%;
}

.testimonial.style-2 .testimonial-img {
	width: 40%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.testimonial.style-2 .testimonial-img img {
	-webkit-mask-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/a3919b061d373c84a6c37270cf591356.7174.png");
	mask-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/a3919b061d373c84a6c37270cf591356.7174.png");
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.testimonial.style-2 .testimonial-content {
	background: var(--themeht-white-color);
	padding: 60px 40px;
	padding-left: 170px;
	border-radius: 20px;
}

.testimonial.style-2 .testimonial-quote i {
	position: relative;
	display: inline-block;
	z-index: 9;
	color: var(--themeht-primary-color);
	font-size: 70px;
	line-height: 1;
	opacity: 1;
}

.service-item.style-1 {
	background: var(--themeht-white-color);
	padding: 40px 30px;
	padding-top: 0;
	position: relative;
	z-index: 9;
	border-radius: 20px;
	margin-top: 60px;
}

.service-item.style-1 .service-icon {
	display: inline-block;
	height: 120px;
	width: 120px;
	text-align: center;
	line-height: 120px;
	color: var(--themeht-primary-color);
	border-radius: 50%;
	font-size: 50px;
	position: relative;
	z-index: 1;
	transition: all .35s ease-in-out;
	margin-bottom: 30px;
	margin-top: -60px;
}

.service-item.style-1 .service-icon::before {
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
	transition: all .35s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	border-radius: 50%;
	z-index: -1;
	opacity: .1;
}

.service-item.style-1:hover .service-icon::before, .service-active.service-item.style-1 .service-icon::before {
	opacity: 1;
}

.service-item.style-1:hover .service-icon, .service-active.service-item.style-1 .service-icon {
	opacity: 1;
	color: var(--themeht-white-color);
}

.service-item.style-1 .service-icon::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 16px;
	width: 16px;
	background: var(--themeht-white-color);
	z-index: -1;
	border-radius: 50%;
	animation: spinnerRotate 10s linear infinite;
	margin-left: -8px;
	margin-top: -8px;
	border: 2px solid var(--themeht-primary-color);
	transition: all .35s ease-in-out;
}

.service-item.style-1 p {
	margin-bottom: 20px;
}

.service-item.style-1:hover h4 a, .service-item.style-1:hover p, .service-item.style-1:hover, .service-active.service-item.style-1 h4 a, .service-active.service-item.style-1 p, .service-active.service-item.style-1 {
	color: var(--themeht-white-color);
}

.service-item.style-1::before {
	border-radius: 20px;
	transform: scale(0);
	background: var(--themeht-bg-dark-color);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

.service-item.style-1:hover::before, .service-active.service-item.style-1::before {
	transform: scale(1);
}

.service-item.style-1:after {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: .04;
	width: 100%;
	z-index: -1;
	background: url("/wp-content/themes/seoland/assets/css/../images/02.png") no-repeat 0 0;
	background-size: cover;
	--lzl-bg-img: "/wp-content/themes/seoland/assets/css/../images/02.png";
}

.service-item.style-1:hover:after, .service-active.service-item.style-1:after {
	opacity: .2;
}

.service-item.style-1 .arrow-btn {
	margin-left: auto;
}

.service-item.style-1 .service-desc p {
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.elementor-widget-service-grid.service-home .row [class*='col-']:nth-child(2n + 2) .service-style-1 {
	margin-top: 100px;
}

.service-item.style-2 {
	text-align: center;
	position: relative;
	z-index: 9;
	padding: 40px 40px 70px;
	background: var(--themeht-white-color);
	border-radius: 20px;
	margin-bottom: 25px;
}

.service-item.style-2:hover {
	box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15);
	transform: translate3d(0, -20px, 0);
}

.service-item.style-2 .service-icon {
	width: 150px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.service-item.style-2 .service-desc p {
	margin: 20px 0 0;
}

.service-item.style-2 h4 {
	margin-bottom: 0;
}

.service-item.style-2 .arrow-btn {
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -25px;
}

.service-item.style-2:after {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: .04;
	width: 100%;
	z-index: -1;
	background: url("/wp-content/themes/seoland/assets/css/../images/02.png") no-repeat 0 0;
	background-size: cover;
	--lzl-bg-img: "/wp-content/themes/seoland/assets/css/../images/02.png";
}

.service-item.style-2:after.lzl:not(.lzl-ed), .service-item.style-2:after.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMVCAYAAACPx5B2AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAJpklEQVR42u3BgQAAAADDoPlTn+AGVQEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcA2LzwABDD24qQAAAABJRU5ErkJggg==");
}

.service-item.style-2:hover:after, .service-active.service-item.style-1:after {
	opacity: .1;
}

.swiper-slide .service-item.style-2 {
	margin: 50px 15px;
	padding: 40px 30px 70px;
	box-shadow: 0px 5px 20px rgba(8, 10, 55, .08);
}

.service-item.style-2 p {
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.service-item.style-3 {
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 9;
	padding: 60px 40px;
	background: var(--themeht-white-color);
	border-radius: 75px 0 75px 0;
}

.service-item.style-3 .service-icon {
	display: inline-block;
	margin-bottom: 20px;
}

.service-item.style-3 .service-icon i {
	color: var(--themeht-primary-color);
	line-height: 1;
	font-size: 70px;
	display: inline-block;
}

.service-item.style-3:hover {
	border-radius: 20px 90px 20px 90px;
}

.service-item.style-3::before {
	border-radius: 20px;
	transform: scale(0);
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

.service-item.style-3:hover::before, .service-active.service-item.style-3::before {
	transform: scale(1);
}

.service-item.style-3:after {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: .04;
	width: 100%;
	z-index: -1;
	background: url("/wp-content/themes/seoland/assets/css/../images/02.png") no-repeat 0 0;
	background-size: cover;
	--lzl-bg-img: "/wp-content/themes/seoland/assets/css/../images/02.png";
}

.service-item.style-3:hover:after, .service-active.service-item.style-3:after {
	opacity: .2;
}

.service-item.style-3:after.lzl:not(.lzl-ed), .service-item.style-3:after.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMVCAYAAACPx5B2AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAJpklEQVR42u3BgQAAAADDoPlTn+AGVQEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcA2LzwABDD24qQAAAABJRU5ErkJggg==");
}

.service-item.style-3:hover h4 a, .service-item.style-3:hover p, .service-item.style-3:hover, .service-active.service-item.style-3 h4 a, .service-active.service-item.style-3 p, .service-active.service-item.style-3 {
	color: var(--themeht-white-color);
}

.service-item.style-3 p, .service-item.style-4 p {
	margin-bottom: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.service-item.style-4 {
	display: flex;
	align-items: flex-start;
	background: var(--themeht-white-color);
	border-radius: 20px;
	padding: 40px;
}

.service-item.style-4 .service-icon {
	color: var(--themeht-primary-color);
	line-height: 1;
	font-size: 70px;
	display: inline-block;
	margin-right: 30px;
	flex-shrink: 0;
}

.service-item.style-1:after.lzl:not(.lzl-ed), .service-item.style-1:after.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMVCAYAAACPx5B2AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAJpklEQVR42u3BgQAAAADDoPlTn+AGVQEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcA2LzwABDD24qQAAAABJRU5ErkJggg==");
}

.read-btn {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.read-btn i {
	font-size: 30px;
	line-height: 1;
}

.service-item .post-thumbnail {
	margin-bottom: 50px;
}

.light-bg .service-item.style-4 {
	box-shadow: none;
}

.service-widget {
	box-shadow: 0 10px 30px 5px rgba(115, 113, 255, .06);
	padding: 30px;
	border-radius: 20px;
	margin-bottom: 50px;
	background: var(--themeht-white-color);
}

.service-widget ul {
	padding-left: 0;
	margin: 0;
}

.service-widget li {
	list-style-type: none;
	border-bottom: 1px dashed var(--themeht-border-light-color);
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.service-widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.service-widget.widget.widget_nav_menu li a {
	color: var(--themeht-text-color);
	display: block;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}

.service-widget.widget.widget_nav_menu li.current-menu-item a, .service-widget.widget.widget_nav_menu li:hover a {
	color: var(--themeht-primary-color);
}

.service-widget.widget_text {
	background-color: var(--themeht-white-color);
	padding: 30px;
	margin-top: 50px;
}

.service-widget.widget.widget_nav_menu li a:before {
	display: none;
}

.service-widget.widget.widget_nav_menu li a:after {
	position: absolute;
	top: 0;
	left: inherit;
	right: 20px;
	font-family: "bootstrap-icons";
	content: "";
	font-size: 24px;
	display: flex;
	z-index: 99;
	height: 100%;
	color: var(--themeht-text-color);
	justify-content: center;
	align-items: center;
}

.service-widget.widget.widget_nav_menu li a:hover:after, .service-widget.widget.widget_nav_menu li.current-menu-item a:after {
	color: var(--themeht-primary-color);
}

.service-widget.widget_text.widget_custom_html {
	background-color: inherit;
	padding: 0;
	box-shadow: none;
}

.contact-widget {
	padding: 30px;
}

.pricing-section {
	padding: 120px;
}

.price-table {
	padding: 50px 40px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	background: var(--themeht-white-color);
}

.price-value {
	display: flex;
	align-items: end;
	margin: 30px 0;
}

.price-value h2 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 600;
	color: var(--themeht-text-color);
	margin-bottom: 0;
	position: relative;
	display: inline-block;
}

.price-value h2 sup {
	font-size: 26px;
	line-height: 24px;
	margin: 0;
	font-weight: normal;
}

.price-list ul li {
	position: relative;
	display: flex;
	margin-bottom: 15px;
	align-items: center;
}

.price-list ul li:last-child {
	margin-bottom: 0;
}

.price-list li i {
	color: var(--themeht-primary-color);
	line-height: 20px;
	font-size: 20px;
	margin-right: 10px;
}

.price-table.price-active {
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
	transform: scale(1.1);
	z-index: 9;
}

.price-table.price-active h3, .price-table.price-active h2, .price-table.price-active span, .price-table.price-active .price-list ul li, .price-table.price-active .price-list ul li i {
	color: var(--themeht-white-color);
}

.price-label {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	color: var(--themeht-white-color);
	padding: 25px 55px 10px;
	transform: translate(calc(59px + 47px), -52px) rotate(45deg);
	transform-origin: top left;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

body .elementor-widget-progress {
	padding-left: 70px;
	padding-top: 3px;
}

body .elementor-widget-progress .elementor-progress-wrapper {
	position: inherit;
}

body .elementor-widget-progress .elementor-progress-wrapper {
	background-color: var(--themeht-bg-light-color);
	border-radius: 20px;
}

body .elementor-widget-progress .elementor-title {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 500;
	font-family: var(--themeht-typography-secondary-font-family);
	color: var(--themeht-text-color);
	display: inline-block;
}

body .elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
	height: 6px;
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
	border-radius: 20px;
}

body .elementor-widget-progress .elementor-progress-percentage {
	padding-right: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
	font-size: 16px;
	font-weight: 600;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 20px;
	color: var(--themeht-white-color);
}

.portfolio-filter {
	background: var(--themeht-white-color);
	box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, .1);
	padding: 7px 10px;
	border-radius: 100px;
	backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
	display: inline-block;
	margin: 0 auto 50px;
	text-align: center;
}

.portfolio-filter button {
	position: relative;
	cursor: pointer;
	border: none;
	font-size: 16px;
	font-weight: 500;
	color: var(--themeht-text-color);
	float: left;
	text-transform: capitalize;
	border-radius: 20px;
	padding: 8px 20px;
	line-height: 1;
	background: var(--themeht-bg-light-color);
}

.portfolio-filter button:focus {
	outline: none;
	outline-style: none;
	outline-offset: 0;
}

.portfolio-filter button.is-checked, .portfolio-filter button:hover {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	color: var(--themeht-white-color);
}

.portfolio-filter button + button {
	margin-left: 15px;
}

.isotope .grid-item img {
	width: 100%;
}

.grid .grid-item {
	padding: 15px;
}

.grid.columns-2 .grid-item, .masonry.columns-2 .masonry-brick {
	width: 50%;
}

.grid.columns-3 .grid-item, .masonry.columns-3 .masonry-brick {
	width: 33.333333%;
}

.grid.columns-4 .grid-item, .masonry.columns-4 .masonry-brick {
	width: 25%;
}

.masonry .masonry-brick {
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	position: relative;
}

.grid.g-0 .grid-item {
	padding: 0;
}

.masonry.g-0 .masonry-brick {
	padding: 0;
	margin: 0;
}

.portfolio-item {
	background: var(--themeht-white-color);
	position: relative;
	border-radius: 20px;
}

.portfolio-image {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.portfolio-desc {
	padding: 30px;
}

.portfolio-desc h4 {
	margin-bottom: 0;
}

.portfolio-btn {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	display: block;
	display: flex;
	color: var(--themeht-white-color);
	padding: 10px 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 500;
	width: 100px;
	height: 100px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 40px;
	margin-top: -50px;
	margin-left: -50px;
}

.portfolio-btn:hover {
	color: var(--themeht-white-color);
}

.portfolio-item:hover .portfolio-btn {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-slide.swiper-slide-active .portfolio-item {
	margin: 100px;
}

.portfolio-meta-info {
	background: var(--themeht-white-color);
	padding: 30px;
	border-radius: 20px;
}

.portfolio-meta-info li {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px dashed var(--themeht-border-light-color);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.portfolio-meta-info li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.portfolio-meta-info i {
	font-size: 30px;
	color: var(--themeht-primary2-color);
	flex-shrink: 0;
	margin-right: 15px;
	line-height: 1;
}

.portfolio-meta-info .sub-title {
	display: block;
}

.portfolio-meta-info .title {
	color: var(--themeht-text-color);
	font-family: var(--themeht-typography-secondary-font-family);
}

.text-white.step-item.style-1 h4 {
	color: var(--themeht-white-color);
}

.step-item.style-2.left-side {
	text-align: left;
	display: flex;
	align-items: center;
}

.step-item.style-2.left-side .step-icon {
	margin-bottom: 0;
	margin-right: 40px;
	flex-shrink: 0;
}

.step-process-area {
	position: relative;
}

.step-process-area::after {
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 48.44%, hsla(0, 0%, 100%, .152) 99.99%, hsla(0, 0%, 100%, 0));
	top: 180px;
	content: "";
	height: 1px;
	left: 10%;
	right: 10%;
	opacity: .2;
	position: absolute;
}

.dark-bg .ht-tab .ht-tab-content p, .dark-bg .tab-list li {
	color: var(--themeht-white-color);
}

.swiper .swiper-button-prev {
	left: 0;
}

.swiper .swiper-button-next {
	right: 0;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 50%;
}

.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.swiper .swiper-button-prev:after {
	content: "";
	font-family: bootstrap-icons !important;
}

.swiper .swiper-button-next:after {
	content: "";
	font-family: bootstrap-icons !important;
}

.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
	color: var(--themeht-white-color);
	font-size: 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	line-height: 60px !important;
}

.swiper .swiper-button-prev:hover:after, .swiper .swiper-button-next:hover:after {
	color: var(--themeht-white-color);
}

.swiper-nav-white .swiper-button-prev, .swiper-nav-white .swiper-button-next, .swiper-nav-bottom-white .swiper-button-prev, .swiper-nav-bottom-white .swiper-button-next {
	border: 1px solid var(--themeht-border-light-color);
	background: var(--themeht-bg-dark-color);
}

.swiper-nav-white .swiper-button-prev:hover, .swiper-nav-white .swiper-button-next:hover, .swiper-nav-bottom-white .swiper-button-prev:hover, .swiper-nav-bottom-white .swiper-button-next:hover {
	background: var(--themeht-white-color);
	border-color: var(--themeht-white-color);
}

.swiper-nav-white .swiper-button-next:after, .swiper-nav-white .swiper-button-prev:after, .swiper-nav-bottom-white .swiper-button-next:after, .swiper-nav-bottom-white .swiper-button-prev:after {
	color: var(--themeht-white-color);
}

.swiper-nav-white .swiper-button-prev:hover:after, .swiper-nav-white .swiper-button-next:hover:after, .swiper-nav-bottom-white .swiper-button-prev:hover:after, .swiper-nav-bottom-white .swiper-button-next:hover:after {
	color: var(--themeht-text-color);
}

.swiper-nav-bottom-white .swiper-button-next, .swiper-nav-bottom-white .swiper-button-prev, .swiper-nav-bottom .swiper-button-next, .swiper-nav-bottom .swiper-button-prev {
	top: inherit;
	bottom: 0;
}

.swiper-nav-bottom-white .swiper-button-prev, .swiper-nav-bottom .swiper-button-prev {
	left: 50% !important;
	margin-left: -80px;
}

.swiper-nav-bottom-white .swiper-button-next, .swiper-nav-bottom .swiper-button-next {
	right: 50% !important;
	margin-right: -80px;
}

.swiper-nav-bottom, .swiper-nav-bottom-white {
	margin-top: 120px;
}

.swiper-pagination {
	position: inherit !important;
	text-align: center;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	margin-top: 60px;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	background-color: var(--themeht-bg-dark-color);
	border-radius: 50%;
	width: 5px;
	height: 5px;
	opacity: 1;
	display: inline-block;
	vertical-align: middle;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
	opacity: 1;
	width: 10px;
	height: 10px;
}

.swiper-dots-white .swiper-pagination-clickable .swiper-pagination-bullet {
	background-color: var(--themeht-white-color);
}

.swiper-nav-none .swiper-button-prev, .swiper-nav-none .swiper-button-next, .swiper-nav-none .swiper-pagination {
	display: none;
}

.swiper-nav-dots .swiper-button-prev, .swiper-nav-dots .swiper-button-next, .swiper-dots-white .swiper-button-prev, .swiper-dots-white .swiper-button-next {
	display: none;
}

.swiper-nav-arrow .swiper-pagination, .swiper-nav-bottom .swiper-pagination, .swiper-nav-white .swiper-pagination, .swiper-nav-bottom-white .swiper-pagination {
	display: none;
}