h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

.h3, h3 {
	font-size: 34px;
	line-height: 44px;
	font-weight: 500;
}

@media (min-width:1400px) {}

.custom-sec-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}

label {
	display: inline-block;
	font-weight: 500;
	color: var(--themeht-text-color);
	font-size: 14px;
}

.rounded {
	border-radius: 20px !important;
}

.text-theme {
	color: var(--themeht-primary-color);
}

.text-black {
	color: var(--themeht-text-color) !important;
}

.text-grey {
	color: var(--themeht-body-color);
}

.white-bg {
	background-color: var(--themeht-white-color) !important;
}

.dark-bg {
	background-color: var(--themeht-bg-dark-color);
}

.primary-bg {
	background-color: var(--themeht-primary-color);
}

.primary-bg2 {
	background-color: var(--themeht-primary2-color);
}

.secondary-bg {
	background-color: var(--themeht-secondary-color);
}

.secondary-bg2 {
	background-color: var(--themeht-secondary2-color);
}

.transparent-bg {
	background-color: inherit !important;
}

.grediant-bg {
	background-image: linear-gradient(180deg, #f6f5fa .01%, rgba(246, 245, 250, 0));
}

.grediant-bg2 {
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
}

.grediant-bg3 {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.border-light {
	border-color: var(--themeht-border-light-color) !important;
}

.banner {
	padding: 180px 0;
	position: relative;
}

.banner h1 span {
	font-weight: 700;
	font-size: 120px;
	line-height: 1;
	text-transform: uppercase;
	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;
}

.banner p {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 0;
}

@media (min-width:1800px) {
	.banner .banner-img {
		margin-right: -100px;
	}
	
	.banner-2 .banner-img {
		margin-left: -100px;
	}
}

.banner-1 .banner-img, .banner-3 .banner-img, .banner-2 .banner-text {
	padding-left: 80px;
}

.banner-2 {
	padding: 220px 0 200px;
	position: relative;
	z-index: 9;
}

.banner-2 h6 {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	color: var(--themeht-white-color);
	display: inline-block;
	border-radius: 100px;
	padding: 8px 20px;
}

.banner-3 {
	padding: 220px 0 500px;
}

.banner-3 h1, .banner-3 p {
	color: var(--themeht-white-color);
}

.banner-4 {
	padding: 250px 0 200px;
}

.banner h6 {
	display: inline-block;
	border: 1px solid var(--themeht-primary2-color);
	padding: 10px 20px;
	transform: rotate(-10deg);
	margin: 3px;
	position: relative;
	line-height: 1;
}

.banner h6 span {
	width: 6px;
	height: 6px;
	background: var(--themeht-primary-color);
	display: inline-block;
	position: absolute;
	top: -3px;
	left: -3px;
}

.banner h6 span:nth-child(2) {
	left: inherit;
	right: -3px;
	background: var(--themeht-secondary2-color);
}

.banner h6 span:nth-child(3) {
	top: inherit;
	bottom: -3px;
	background: var(--themeht-primary2-color);
}

.banner h6 span:nth-child(4) {
	top: inherit;
	bottom: -3px;
	left: inherit;
	right: -3px;
	background: var(--themeht-secondary-color);
}

.banner-5 {
	padding: 220px 0 250px;
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.banner-5 h1, .banner-5 p {
	color: var(--themeht-white-color);
}

.wave-bg > use {
	animation: move-forever 20s linear infinite;
}

.wave-bg > use:nth-child(1) {
	animation-delay: -2s;
}

.wave-bg > use:nth-child(2) {
	animation-delay: -2s;
	animation-duration: 10s;
}

.wave-bg > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 8s;
}

.wave-animation {
	display: block;
	width: 100%;
	height: 8em;
	max-height: 100vh;
	margin: 0;
	position: absolute;
	bottom: -40px;
}

.banner-6 {
	padding: 250px 0 150px;
}

.banner-6 h6 {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	color: var(--themeht-white-color);
	display: inline-block;
	border-radius: 100px;
	padding: 8px 20px;
}

.banner-6 h1 span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	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;
}

.banner-6 .banner-img img {
	position: relative;
	-webkit-animation: seo 6s linear infinite;
	animation: seo 6s linear infinite;
}

.banner .video-btn {
	margin-left: 50px;
}

.error-path {
	stroke-dasharray: 800;
	stroke-dashoffset: 800;
	animation: dash 5s linear alternate infinite;
}

.timeline-order-3 {
	order: 1;
}

@media (max-width:767px) {
	.timeline {
		flex-direction: column !important;
	}
}

@media (max-width:350px) {}

.video-btn {
	position: relative;
	display: inline-block;
}

.video-btn-pos {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	z-index: 99;
}

.video-btn.is-play {
	background-color: var(--themeht-secondary2-color);
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.video-btn.is-play .video-btn-outer-circle {
	background: var(--themeht-secondary2-color);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.video-btn.is-play .video-btn-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	transform: translate(-50%, -50%);
}

.video-btn.is-play .video-btn-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	color: white;
	font-size: 30px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.has-scale-animation {
	animation: smallScale 3s infinite;
}

.has-delay-short {
	animation-delay: .5s;
}

.ht-first-letter::first-letter {
	font-size: 65px;
	line-height: 1;
	display: inline-block;
	float: left;
	font-weight: 600;
	margin-right: 8px;
	color: var(--themeht-primary-color);
	font-family: var(--themeht-typography-secondary-font-family);
}

.rocket-shade {
	animation-name: MoveCircleSmall;
	animation-timing-function: linear;
	animation-duration: 5s;
	animation-delay: 0s;
	left: 0%;
	top: -50%;
	position: absolute;
	animation-iteration-count: infinite;
}

.hero-shape1 {
	z-index: -1;
	position: absolute;
	width: 110%;
	height: 100%;
	border-bottom-left-radius: 200px;
	transform: rotate(-15deg);
	top: -25%;
	right: -10%;
	background: linear-gradient(130deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.wave-shape {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	z-index: -1;
}

.wave-shape.top {
	bottom: inherit;
	top: 0;
}

.banner-shape {
	position: absolute;
	right: -30%;
	top: -30%;
	width: 80%;
	height: 100%;
	z-index: -1;
}

.banner-shape3 {
	position: absolute;
	right: -15%;
	top: -6%;
	width: 60%;
	height: 100%;
	z-index: -1;
}

.bg-effect {
	position: relative;
}

.bg-effect::after {
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
	top: 0;
	content: "";
	left: -10%;
	position: absolute;
	z-index: -1;
	height: 100%;
	border-top-right-radius: 100px;
	width: 60%;
	border-bottom-right-radius: 100px;
	transform: rotate(10deg);
}

.banner-mask-img {
	-webkit-mask-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/202442d2ef94cd7f6db21544948171c1.6744.png");
	mask-image: url("/wp-content/cache/seraphinite-accelerator/s/m/d/img/202442d2ef94cd7f6db21544948171c1.6744.png");
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	height: 800px;
	object-fit: cover;
}

.clients-logo {
	text-align: center;
}

.clients-logo .swiper-slide-inner img {
	-webkit-filter: contrast(0%);
	filter: contrast(0%);
	opacity: .7;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
}

.clients-logo .swiper-slide-inner:hover img {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.client-text {
	text-align: center;
	position: relative;
}

.client-text:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	background: var(--themeht-border-light-color);
	width: 70%;
	height: 1px;
}

.client-text span {
	background: var(--themeht-white-color);
	padding: 5px 40px;
}

.elementor-widget .right {
	text-align: right;
}

.error-page-search label {
	min-width: 450px;
}

.search-page article {
	margin-bottom: 60px;
}

.search-page article:last-child {
	margin-bottom: 0;
}

.search-content-page {
	position: relative;
}

.search-content-page .post-image {
	position: relative;
	margin-bottom: 20px;
}

.secondary-bg .elementor-widget-text-editor p {
	color: var(--themeht-rgba-color);
}

.p-mb-0 p {
	margin-bottom: 0;
}

.ht-first-letter::first-letter {
	font-size: 50px;
	line-height: 50px;
	display: inline-block;
	float: left;
	font-weight: 600;
	margin-right: 8px;
	color: var(--themeht-primary-color);
}

.contact-box .contact-info li {
	padding-left: 60px;
	margin-bottom: 30px;
}

.contact-box .contact-info li:last-child {
	margin-bottom: 0;
}

.contact-box .contact-info li i {
	line-height: 1px;
	font-size: 40px;
}

.contact-box .contact-info li p, .contact-box .contact-info li a {
	font-size: 20px;
	line-height: 28px;
}

.wpcf7-form .themeht-btn, .subscribe-form .themeht-btn {
	padding: 0;
}

.subscribe-btn, input[type="submit"].subscribe-btn, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-search__button {
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
	color: var(--themeht-white-color);
	border: none;
	padding: 12px 30px;
	height: 100%;
	border-radius: 100px;
	line-height: inherit;
	z-index: 99;
	position: relative;
	font-size: 17px;
	font-weight: 500;
	font-family: var(--themeht-typography-secondary-font-family);
}

.subscribe-btn:hover, input[type="submit"].subscribe-btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .wp-block-search__button:hover {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	color: var(--themeht-white-color);
}

.comment-form .form-submit input[type=submit], .post-comment .form-submit input[type="submit"], .wp-block-search__button, .post-password-form input[type="submit"] {
	font-family: var(--themeht-typography-secondary-font-family);
	font-size: 17px;
	font-weight: 500;
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
	color: var(--themeht-white-color);
	padding: 12px 30px;
	height: 100%;
	line-height: inherit;
}

.comment-form .form-submit input[type=submit]:hover, .post-comment .form-submit input[type="submit"]:hover, .wp-block-search__button:hover, .post-password-form input[type="submit"]:hover {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	color: var(--themeht-white-color);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	border: 1px solid transparent;
	padding: 10px 20px;
	width: 100%;
	height: 50px;
	color: var(--themeht-body-color);
	border-radius: 10px;
	background: var(--themeht-bg-light-color);
	font-size: 14px;
}

.wp-block-post-comments-form input:not([type=submit]), .wp-block-post-comments-form textarea {
	border: 1px solid transparent;
}

textarea {
	height: 150px;
	border-radius: 10px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: var(--themeht-body-color);
	background: var(--themeht-white-color);
	border: 1px solid var(--themeht-primary-color);
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form-control, select {
	border: 1px solid transparent;
}

.wpcf7-form-control.wpcf7-select, select {
	width: 100%;
	border-radius: 10px;
	padding: 10px 24px 10px 20px;
	font-size: 14px;
	background-color: var(--themeht-bg-light-color);
	height: 50px;
	color: var(--themeht-body-color);
}

.wpcf7-form-control.wpcf7-textarea {
	height: 150px;
	border-radius: 10px;
}

.wpcf7-form .wpcf7-spinner {
	position: absolute;
	padding: 0;
}

.wpcf7-form .wpcf7-spinner:after {
	display: none;
}

.wpcf7-not-valid-tip {
	position: absolute;
	right: 0;
	font-size: .8rem;
	bottom: -25px;
}

.theme-bg .wpcf7-not-valid-tip, .theme-bg .wpcf7-response-output {
	color: var(--themeht-white-color);
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggc3Ryb2tlPScjNmI3MjgwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMS41JyBkPSdtNiA4IDQgNCA0LTQnLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: right .5rem center;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
}

select option {
	word-break: break-word;
}

.mb-0.elementor-widget {
	margin-bottom: 0 !important;
}

.elementor-widget.elementor-widget-text-editor {
	font-weight: 400;
	color: var(--themeht-body-color) !important;
	font-family: var(--themeht-typography-body-font-family) !important;
}

.text-white.elementor-widget.elementor-widget-text-editor {
	color: var(--themeht-bg-light-color) !important;
}

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
	color: var(--themeht-white-color) !important;
}

.wp-block-cover, .wp-block-cover-image {
	position: relative;
	background-position: 50%;
	min-height: 430px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.wp-block-button {
	margin: 50px 0;
}

.alignleft {
	margin: 5px 20px 20px 0 !important;
}

.alignright {
	margin: 5px 0 20px 20px !important;
	clear: both;
}

.wp-block-group.has-background {
	padding: 25px !important;
	margin-bottom: 15px !important;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	font-size: 16px !important;
	text-align: left;
}

blockquote, .wp-block-quote.is-style-large {
	border-radius: 20px;
	z-index: 9;
	padding: 130px 40px 40px 40px !important;
	margin: 30px 0px 30px 0;
	font-size: 22px;
	line-height: 32px;
	position: relative;
	color: var(--themeht-white-color);
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	text-align: center;
}

blockquote span {
	color: var(--themeht-white-color);
	text-decoration: underline;
	margin-top: 20px;
	display: block;
	font-family: var(--themeht-typography-secondary-font-family);
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.themeht-blogs .post-card .post-desc blockquote p {
	margin-bottom: 15px;
	margin-top: 0;
}

body blockquote.wp-block-quote.is-style-large cite, body blockquote.wp-block-quote.is-style-large p, body blockquote p {
	margin: 0px;
}

blockquote:after {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	font-family: flaticon_mycollection !important;
	content: "";
	font-size: 80px;
	color: var(--themeht-white-color);
	line-height: 1;
	z-index: -1;
}

blockquote.has-text-align-right a, blockquote a {
	color: var(--themeht-white-color);
}

blockquote.has-text-align-right a:hover, blockquote a:hover {
	color: var(--themeht-white-color);
}

blockquote.has-text-align-right:after {
	right: 40px;
}

.wp-block-media-text.has-media-on-the-right {
	margin-bottom: 25px;
}

.wp-block-image {
	margin: 0 0 1em;
}

.wp-block-archives select, .wp-block-categories select {
	margin-bottom: 20px;
}

.themeht-sidebar .wp-block-archives select, .themeht-sidebar .wp-block-categories select, .themeht-sidebar .wp-block-archives-dropdown, .themeht-sidebar .wp-block-search {
	margin-bottom: 0;
}

.post-card .wp-block-gallery .blocks-gallery-image figure, .post-card .wp-block-gallery .blocks-gallery-item figure {
	position: relative;
	overflow: hidden;
}

.post-card .wp-block-gallery .blocks-gallery-image figcaption, .post-card .wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	font-size: 13px;
	font-weight: 600;
	overflow: hidden;
	padding: 10px 0;
	bottom: -100%;
	width: 100%;
	color: #333;
	background: rgba(255, 255, 255, .7);
	white-space: nowrap;
	text-indent: 10px;
	text-overflow: ellipsis;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.post-card .wp-block-gallery .blocks-gallery-image:hover figcaption, .post-card .wp-block-gallery .blocks-gallery-item:hover figcaption {
	bottom: 0;
}

.wp-block-embed iframe {
	width: 100%;
}

table th {
	background: var(--themeht-text-color);
	color: var(--themeht-white-color);
	font-weight: 500;
}

table th, table td {
	border-color: var(--themeht-border-light-color) !important;
	border: 1px solid;
	padding: 5px 10px;
}

table td {
	background: var(--themeht-white-color);
}

table th, table td {
	border-color: var(--themeht-border-light-color) !important;
	border: 1px solid;
	padding: 5px 10px;
}

table tbody th {
	background: var(--themeht-white-color);
	color: var(--themeht-text-color);
}

table tbody th a {
	color: var(--themeht-primary-color);
}

.gallery-caption {
	padding-top: .53em;
	padding-bottom: .53em;
}

.comment-content table tbody td a {
	color: var(--themeht-primary-color);
	font-weight: 600;
}

.comment-content > ul, .comment-content > ol {
	margin-bottom: 30px;
}

.wp-block-button__link {
	background: linear-gradient(115deg, var(--themeht-primary-color), var(--themeht-secondary-color));
	color: var(--themeht-white-color);
}

.wp-block-button__link:hover {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	color: var(--themeht-white-color);
}

.wp-block-button.is-style-squared a, .wp-block-button__link.wp-block-button.is-style-squared a {
	border-radius: 0;
}

.wp-block-calendar {
	padding-bottom: 30px;
}

.wp-block-calendar .wp-calendar-nav-prev {
	float: left;
}

.wp-block-calendar .wp-calendar-nav-next {
	float: right;
}

.wp-block-calendar .wp-calendar-nav-prev a, .wp-block-calendar .wp-calendar-nav-next a {
	text-decoration: none;
}

.post-card .wp-block-search__button-outside {
	margin-bottom: 25px;
}

.wp-block-preformatted {
	margin-top: 10px;
}

.post-single-page .post-desc .entry-content ul:last-child, .post-single-page .post-desc .entry-content table:last-child, .post-single-page .post-desc .entry-content p:last-child {
	margin-bottom: 0;
}

.wp-block-columns.has-background.has-pale-pink-background-color, .wp-block-column.has-background.has-pale-cyan-blue-background-color, .wp-block-group.has-background.has-pale-pink-background-color, .wp-block-group.has-background.has-light-green-cyan-background-color {
	background-color: var(--themeht-bg-light-color) !important;
	border-radius: 20px;
}

.wp-block-group.has-black-border-color {
	border-color: var(--themeht-border-light-color) !important;
	border-radius: 10px;
}

.wp-block-group.has-border-color, .wp-block-group.has-background {
	padding: 15px;
	margin-bottom: 15px;
}

.has-small-font-size {
	line-height: 17px;
}

.has-medium-font-size {
	line-height: 24px;
}

.has-large-font-size {
	line-height: 40px;
}

.has-x-large-font-size {
	line-height: 50px;
}

.wp-block-query .wp-block-query-pagination {
	margin-bottom: 30px;
}

.pagination .page-numbers, .wp-block-query-pagination .page-numbers, .page-links .post-page-numbers {
	background-color: var(--themeht-white-color);
	border-radius: 50%;
	color: var(--themeht-text-color);
	font-weight: 500;
	font-weight: 500;
	border: 1px solid var(--themeht-border-light-color);
	margin: 0 2px 0 2px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}

.pagination .page-numbers:hover, .pagination .page-numbers.current, .wp-block-query-pagination .page-numbers:hover, .wp-block-query-pagination .page-numbers.current, .page-links .post-page-numbers:hover, .page-links .post-page-numbers.current {
	background-color: var(--themeht-primary-color);
	color: var(--themeht-white-color);
}

.wp-block-avatar .avatar {
	margin-bottom: 20px;
	border-radius: 50%;
}

.wp-block-post-author .avatar {
	margin-bottom: 20px;
	border-radius: 50%;
}

.wp-block-comments .wp-block-comment-template .wp-block-columns .wp-block-comment-author-name {
	font-size: 28px !important;
	margin-bottom: 20px;
}

.wp-block-comments .wp-block-comment-template .wp-block-columns .wp-block-group .wp-block-comment-date {
	font-size: 18px !important;
}

.wp-block-post-comments-form p, .wp-block-comments p {
	margin-top: 15px;
}

.wp-block-comments .wp-block-comment-template .wp-block-column .wp-block-comment-reply-link .comment-reply-link {
	margin-top: 20px;
}

.wp-block-post-comments-form p, .wp-block-comments p {
	margin-top: 15px;
}

.comment-form p.form-submit {
	margin-bottom: 0;
}

.wp-block-comments .wp-block-comments-title, .pbmit-post-related .pbmit-related-title, .comments-area .comments-title, .comment-respond .comments-title, .comment-respond .comment-reply-title {
	font-size: 36px;
	line-height: 44px;
}

.wp-block-comment-reply-link .comment-reply-link, .wp-block-comment-reply-link .comment-reply-link:focus, .wp-block-comment-reply-link .comment-reply-link:visited, .wp-block-comment-reply-link .comment-reply-link:active {
	padding: 10px 20px 10px 40px;
}

.wp-block-comment-reply-link .comment-reply-link:before {
	top: 10px;
}

ul.wp-block-archives li a, .widget.widget_meta ul li a, .widget .wp-block-latest-posts li > a, .widget.widget_archive ul li > a, .widget.widget_recent_entries ul li a, .widget.widget_nav_menu ul li > a, .widget.widget_pages ul li a, .wp-block-page-list li a, .widget.widget_recent_comments ul li {
	font-size: 16px;
	line-height: 26px;
	position: relative;
	padding-left: 15px;
}

ul.wp-block-archives li a::before, .widget.widget_meta ul li a::before, .widget .wp-block-latest-posts li>a::before, .widget.widget_archive ul li> a::before, .widget.widget_meta ul li a::before, .widget.widget_recent_entries ul li a::before, .widget.widget_nav_menu ul li>a::before, .widget.widget_pages ul li a:before, .wp-block-page-list li a:before {
	position: absolute;
	content: "";
	left: 0;
	font-size: 24px;
	top: 10px;
	line-height: normal;
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
	width: 8px;
	height: 8px;
	border-radius: 100%;
}

.widget.widget_recent_comments ul li:before {
	content: "";
	color: var(--themeht-primary-color);
	top: 6px;
	font-family: bootstrap-icons !important;
	font-size: 16px;
	position: absolute;
	left: 0;
	line-height: normal;
}

.widget.widget_recent_comments ul li {
	color: var(--themeht-body-color);
	padding-left: 25px;
}

.themeht-sidebar .widget ul > li ul {
	margin-left: 15px;
	margin-top: 15px;
}

.wp-block-archives-dropdown, .wp-block-search {
	margin-bottom: 25px;
}

.wp-block-search .wp-block-search__inside-wrapper {
	border: none;
	padding: 0;
}

.wp-block-buttons, .wp-block-group {
	margin-bottom: 20px;
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
}

.wp-block-cover .wp-block-cover__inner-container p {
	color: var(--themeht-white-color);
}

.wp-block-calendar table th, .wp-calendar-table th {
	background: var(--themeht-text-color);
	color: var(--themeht-white-color);
}

.wp-block-tag-cloud span {
	-webkit-transition: all 0s ease-in-out 0s;
	-moz-transition: all 0s ease-in-out 0s;
	-ms-transition: all 0s ease-in-out 0s;
	-o-transition: all 0s ease-in-out 0s;
	transition: all 0s ease-in-out 0s;
}

.wp-social-link {
	margin-bottom: 15px !important;
}

.themeht-footer-widget-area ul.wp-block-archives li a::before, .themeht-footer-widget-area .widget.widget_meta ul li a::before, .themeht-footer-widget-area .widget .wp-block-latest-posts li>a::before, .themeht-footer-widget-area .widget.widget_archive ul li> a::before, .themeht-footer-widget-area .widget.widget_meta ul li a::before, .themeht-footer-widget-area .widget.widget_recent_entries ul li a::before, .themeht-footer-widget-area .widget.widget_nav_menu ul li>a::before, .themeht-footer-widget-area .widget.widget_pages ul li a:before, .themeht-footer-widget-area .wp-block-page-list li a:before, .themeht-footer-widget-area .widget.widget_recent_comments ul li:before {
	background: linear-gradient(115deg, var(--themeht-primary2-color), var(--themeht-secondary2-color));
}

.themeht-footer-widget-area #today {
	background: var(--themeht-primary-color);
	color: var(--themeht-white-color);
}

.themeht-footer-widget-area .widget {
	padding-top: 50px;
}

.themeht-footer-widget-area .widget:not(:first-child) {
	padding-top: 35px;
}

.themeht-footer-widget-area .widget ul, .themeht-footer-widget-area .widget ol, .wp-block-archives ul {
	margin: 0;
	padding-left: 0;
}

.themeht-footer-widget-area .widget ul > li ul {
	margin-left: 15px;
	margin-top: 15px;
}

.themeht-footer-widget-area .widget ul.children, .themeht-footer-widget-area .widget ol.children {
	margin-left: 15px;
	margin-top: 15px;
}

.themeht-footer-widget-area .widget ul li, .themeht-footer-widget-area .widget ol li, .themeht-footer-widget-area .widget .wp-block-archives li, .themeht-footer-widget-area .widget .wp-block-latest-posts li, .themeht-footer-widget-area .widget .widget_recent_entries li, .themeht-footer-widget-area .widget .wp-block-categories li, .themeht-footer-widget-area .widget .wp-block-page-list li {
	color: var(--themeht-rgba-color);
	list-style-type: none;
	margin-bottom: 15px;
	border-bottom-color: rgba(255, 255, 255, .08);
}

.themeht-footer-widget-area .widget ul li:last-child, .themeht-footer-widget-area .widget ol li:last-child, .wp-block-latest-posts li:last-child, .widget_recent_entries li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.themeht-footer-widget-area .widget .tagcloud a, .themeht-footer-widget-area .widget .wp-block-tag-cloud a {
	background: var(--themeht-bg-light-color);
	color: var(--themeht-text-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-footer-widget-area .widget .widget_categories li, .themeht-footer-widget-area .widget .wp-block-categories li {
	color: var(--themeht-rgba-color);
	position: relative;
	padding-left: 30px;
}

.themeht-footer-widget-area .widget .tagcloud a:hover, .themeht-footer-widget-area .wp-block-tag-cloud a:hover {
	background: var(--themeht-primary-color);
	color: var(--themeht-white-color);
}

.themeht-footer-widget-area .widget.widget_categories ul li:before, .themeht-footer-widget-area .widget.wp-block-categories li:before {
	color: var(--themeht-white-color);
}

.themeht-footer-widget-area .widget_recent_entries li, .themeht-footer-widget-area .widget .wp-block-latest-posts li {
	margin-bottom: 15px;
}

.themeht-footer-widget-area .widget li a, .themeht-footer-widget-area .widget a {
	text-transform: capitalize;
}

.themeht-footer-widget-area .widget li a {
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	color: var(--themeht-rgba-color);
}

.themeht-footer-widget-area .widget li a:hover {
	color: var(--themeht-primary-color);
}

.themeht-footer-widget-area, .themeht-footer-widget-area a, .themeht-footer-widget-area .wp-block-archives__label, .themeht-footer-widget-area .wp-block-search__label, .themeht-footer-widget-area .wp-block-archives-dropdown label, .themeht-footer-widget-area table caption {
	color: var(--themeht-rgba-color);
}

.themeht-footer-widget-area select option {
	color: var(--themeht-text-color);
}

.themeht-footer-widget-area .wp-block-calendar table th, .themeht-footer-widget-area .wp-calendar-table th {
	color: var(--themeht-white-color);
}

.themeht-footer-widget-area table td {
	color: var(--themeht-body-color);
}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
	background: var(--themeht-secondary-color);
}

.wp-block-page-list .wp-block-pages-list__item__link.wp-block-navigation-item__content {
	padding: 0;
}

.wp-block-page-list .wp-block-pages-list__item__link.wp-block-navigation-item__content:before {
	display: none;
}

.wp-block-navigation .wp-block-navigation__submenu-container {
	background: var(--themeht-secondary-color);
	border: none !important;
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
	margin-bottom: 0;
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item__link.wp-block-navigation-item__content {
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	padding: 10px 20px 10px 20px;
	color: var(--themeht-white-color);
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child .wp-block-pages-list__item__link.wp-block-navigation-item__content {
	border-bottom: none;
}

.wp-block-navigation .wp-block-pages-list__item__link.wp-block-navigation-item__content:hover {
	color: var(--themeht-text-color);
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item__link.wp-block-navigation-item__content:hover {
	color: var(--themeht-white-color);
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation__submenu-icon {
	color: white;
}

.widget_calendar caption, .wp-calendar-table caption {
	caption-side: top;
	font-weight: 500;
	color: var(--themeht-text-color);
}

.wp-block-group.has-background, pre, .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: var(--themeht-bg-light-color);
	border-radius: 20px;
}

.wp-calendar-table {
	text-align: center;
}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
	color: var(--themeht-white-color);
}

blockquote code {
	color: var(--themeht-white-color);
}

.wp-block-post-featured-image img {
	border-radius: 20px;
}

.wp-block-image img, .alignleft, .wp-block-cover, .wp-block-cover-image, .wp-block-media-text__media img, .wp-block-media-text__media video, .comment-content img {
	border-radius: 20px;
}

.wp-calendar-nav-next {
	float: right;
}

.wp-block-search__label {
	width: auto;
}

@media (min-width:1600px) {}

@media (max-width:1600px) {
	.swiper-slide.swiper-slide-active .portfolio-item {
		margin: 40px;
	}
}

@media (max-width:1500px) {
	.hero-shape1 {
		transform: rotate(-10deg);
		top: -15%;
		right: -7%;
	}
	
	.banner-3 {
		padding: 220px 0 310px;
	}
}

@media (max-width:1200px) {}

@media (max-width:1400px) and (min-width:1200px) {
	.price-list ul li {
		font-size: 13px;
	}
	
	.price-table {
		padding: 30px 20px;
	}
}

@media (max-width:992px) {
	h3 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.admin-bar .header, .admin-bar #header-wrap.fixed-header {
		top: 45px;
	}
	
	.themeht-sidebar {
		margin-top: 80px;
	}
	
	.banner {
		padding: 150px 0 120px;
	}
	
	.banner-2 {
		padding: 200px 0 120px;
	}
	
	.hero-shape1 {
		transform: rotate(0);
		top: 0;
		right: 0;
	}
	
	.banner-3 {
		padding: 220px 0 150px;
	}
	
	.banner-6 {
		padding: 200px 0 150px;
	}
	
	.bg-effect::after {
		left: -20%;
		width: 110%;
	}
	
	.bg-img-sec {
		min-height: 300px !important;
	}
	
	.banner-1 .banner-img, .banner-3 .banner-img, .banner-6 .banner-img {
		padding-left: 0;
		margin-bottom: 100px;
	}
	
	.banner-2 .banner-text {
		padding-left: 0;
		margin-top: 100px;
	}
	
	.banner-6 .banner-img {
		margin-bottom: 50px;
	}
	
	.portfolio-filter button + button {
		margin-left: 10px;
	}
	
	.portfolio-filter button {
		padding: 10px 15px;
	}
	
	.grid.columns-3 .grid-item, .masonry.columns-3 .masonry-brick {
		width: 50%;
	}
	
	.testimonial-box {
		padding: 20px;
	}
	
	.swiper-slide.swiper-slide-active .portfolio-item {
		margin: 0;
	}
	
	.testimonial.style-1 {
		padding: 30px;
		display: block;
	}
	
	.testimonial.style-1 .testimonial-img {
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.testimonial p {
		font-size: 20px;
		line-height: 34px;
	}
	
	.testimonial.style-2 {
		margin: 50px 10px;
	}
	
	.tab .nav-tabs .nav-link {
		margin-bottom: 20px;
	}
	
	.rocket-shade {
		top: -15%;
		width: 20%;
	}
	
	.testimonial.style-2 {
		padding: 60px 40px;
	}
	
	.testimonial.style-2 .testimonial-img {
		width: auto;
		position: inherit;
		left: 0;
		top: inherit;
		transform: inherit;
	}
	
	.testimonial.style-2 .testimonial-content {
		padding: 50px 30px;
	}
	
	.testimonial.style-2 .testimonial-img img {
		height: 600px;
	}
	
	.service-item.style-2 {
		padding: 40px 30px 70px;
	}
	
	.featured-item.style-3 {
		margin-left: 35px;
	}
	
	.featured-item.style-3.text-end {
		margin-left: 0;
		margin-right: 35px;
	}
	
	.tab.style-2 .nav-tabs .nav-link {
		width: 50%;
		padding: 20px 30px;
	}
	
	.rocket-shade {
		display: none;
	}
}

@media (max-width:767px) {
	.banner h1 span {
		font-size: 70px;
	}
	
	.admin-bar #header-wrap.fixed-header {
		top: 0;
	}
	
	.navbar-toggler.ht-toggler {
		margin-right: 30px;
	}
	
	.elementor-widget-banner-slider p {
		max-width: 100%;
	}
	
	.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
		display: block;
	}
	
	.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
		padding-right: 0;
	}
	
	.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
		padding-left: 0;
		margin-top: 30px;
	}
	
	.testimonial-carousel .controls li {
		width: 30% !important;
		text-align: center;
		margin-top: 1rem;
		position: relative;
		left: inherit !important;
		right: inherit !important;
		top: inherit !important;
		bottom: inherit !important;
	}
	
	.testimonial-carousel .controls li img {
		width: 60px;
	}
	
	.testimonial.style-2 .testimonial-img img {
		height: 300px;
	}
	
	.portfolio-filter button + button {
		margin: 0 0 10px 10px;
	}
	
	.grid .grid-item {
		width: 100% !important;
	}
	
	.price-table.price-active {
		transform: inherit;
	}
	
	.bg-effect::after {
		left: 0;
		width: 100%;
		transform: inherit;
	}
	
	.step-item.style-2.left-side {
		text-align: center;
		display: block;
	}
	
	.step-item.style-2.left-side .step-icon {
		margin-bottom: 30px;
		margin-right: 0;
	}
	
	.elementor-widget-service-grid.service-home .service-style-1 {
		margin-top: 100px;
	}
	
	.post-card.style-2 {
		display: block;
	}
	
	.post-card.style-2 .post-desc {
		padding-left: 0;
		padding-top: 30px;
	}
	
	.banner-6 {
		padding: 170px 20px 120px;
	}
	
	.portfolio-filter {
		padding: 20px 30px;
		border-radius: 20px;
	}
	
	.testimonial-box {
		margin: 30px 0;
	}
}

@media (max-width:576px) {
	.banner-slider .themeht-btn + .themeht-btn {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.mptt-shortcode-wrapper.mptt-table-fixed {
		max-width: 300px;
	}
	
	.ht-circle-progressbar {
		display: block;
	}
	
	.ht-circle-progressbar .pie {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.featured-item.style-2 {
		display: block;
	}
	
	.featured-item.style-2 .featured-icon {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.service-item.style-4 {
		display: block;
	}
	
	.service-item.style-4 .service-icon {
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.banner h1 span {
		font-size: 40px;
	}
}