/* ------------------------------------------------
  Project:   Rehabify - Recovery and Rehabilitation Center WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------------------------------
        Table of Contents
        General
        Typography
        Text color
        Background color
        Extra
        Form Section
        blockquote
        Widget css
        table
        pagination css
        footer widget area
        Sidebar Widget 
        Blog Post
        navigation 
        Post Comments
        Responsive Css
  ------------------------------------------------ */


  :root {
	--themeht-primary-color: #F6E48B;
	--themeht-secondary-color: #753232;
	--themeht-dark-color: #151E1E;
	--themeht-text-color: #030617;
	--themeht-body-color: #625A53;
	--themeht-white-color: #FFFFFF;
	--themeht-light-color: #FBF8E8;
	--themeht-border-color: #cecbbe;
	--themeht-typography-body-font-family: "DM Sans", sans-serif;
	--themeht-typography-secondary-font-family: "Marcellus";
	--logo-desktop-height: 55px;
	--logo-tablet-height: 45px;
	--logo-mobile-height: 40px;
	--loader-img-height: 150px;
	--logo-footer-height: 60px;
}

/* ------------------------------------------------
                     General
------------------------------------------------ */
body {
	scroll-behavior: smooth;
	font-family: var(--themeht-typography-body-font-family);
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	color: var(--themeht-body-color);
	overflow-x: hidden;
	background-color: var(--themeht-light-color);
}

.page-wrapper {
	overflow-x: hidden;
}


/* ------------------------------------------------
                     Typography
------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
	color: var(--themeht-dark-color);
	font-family: var(--themeht-typography-secondary-font-family);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 80px;
	font-style: normal;
	line-height: 90px;
	font-weight: 400;
}

h2 {
	font-size: 50px;
	font-style: normal;
	line-height: 60px;
	position: relative;
	font-weight: 400;
}

h3 {
	font-size: 32px;
	font-style: normal;
	line-height: 42px;
	font-weight: 400;
}

h4 {
	font-size: 26px;
	font-style: normal;
	line-height: 36px;
	font-weight: 400;
}

h5 {
	font-size: 22px;
	font-style: normal;
	line-height: 32px;
	font-weight: 400;
}

h6 {
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
	font-weight: 400;
}

ul {
	margin-left: 0;
	padding: 0;
}

p {
	margin-bottom: 30px;
}

@media (min-width:1200px) {

	.elementor-section.elementor-section-boxed>.elementor-container,
	.container {
		max-width: 1290px !important;
	}
}

@media (max-width: 1200px) and (min-width: 1025px) {

	.elementor-section.elementor-section-boxed>.elementor-container,
	.container {
		max-width: none !important;
	}

}


.custom-sec-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}

label {
	display: inline-block;
	font-weight: 500;
	color: var(--themeht-body-color);
	font-size: 14px;
	line-height: 20px;
}

.elementor-heading-title {
	font-family: var(--themeht-typography-secondary-font-family) !important;
	font-weight: 400 !important;
}

.primary-bg .elementor-heading-title {
	color: var(--themeht-white-color) !important;
}

.white-text .elementor-heading-title {
	color: var(--themeht-white-color) !important;
}


/* ------------------------------------------------
                    Text color
------------------------------------------------ */

.text-theme {
	color: var(--themeht-primary-color) !important;
}

.text-secondary {
	color: var(--themeht-secondary-color) !important;
}

.text-black {
	color: var(--themeht-text-color) !important;
}

.text-grey {
	color: var(--themeht-body-color);
}


/* ------------------------------------------------
                 Background color
------------------------------------------------ */
.white-bg {
	background-color: var(--themeht-white-color);
}

.primary-bg {
	background-color: var(--themeht-primary-color);
}

.secondary-bg {
	background-color: var(--themeht-secondary-color);
}

.dark-bg {
	background-color: var(--themeht-dark-color);
}

.text-bg {
	background-color: var(--themeht-body-color);
}

.light-bg {
	background-color: var(--themeht-light-color);
}


/* ------------------------------------------------
                     Extra
------------------------------------------------ */
.elementor-widget .center {
	text-align: center;
}

.elementor-widget .right {
	text-align: right;
}

.page {
	margin: 0;
}

.page-content {
	margin-top: 100px;
	margin-bottom: 100px;
}

.elementor-default .page-content {
	margin-bottom: 0;
	margin-top: -1.5em;
}

.elementor-default .blog-main-page {
	display: none;
}

.error-page-search label {
	min-width: 450px;
}

.search-page article {
	margin-bottom: 30px;
}

.search-page article:last-child {
	margin-bottom: 0;
}

.contact-info .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.contact-info p {
	margin-bottom: 10px;
}

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

.service-image,
.portfolio-image,
.post-image,
.team-images {
	overflow: hidden;
}

/* ------------------------------------------------
                   Form Section
------------------------------------------------ */
.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 {
	padding: 15px 37px;
	position: relative;
	border: 0;
	z-index: 9;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 17px;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	background-color: var(--themeht-dark-color);
	color: var(--themeht-white-color);
	font-weight: 500;
}

.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: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
}

.wp-block-search__button,
.post-password-form input[type="submit"] {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	background: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
	padding: 13px 25px 11px 25px;
	height: 100%;
	line-height: inherit;
}

.post-password-form input[type="submit"] {
	top: 3px;
}

.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: var(--themeht-secondary-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: 55px;
	color: var(--themeht-body-color);
	border-radius: 100px;
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
	border: inherit;
}

textarea {
	border-radius: 25px;
	height: 130px;
}

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 {
	background: var(--themeht-white-color);
	color: var(--themeht-body-color);
	border: 1px solid var(--themeht-secondary-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: 100px;
	padding: 10px 24px 10px 20px;
	height: 55px;
	color: var(--themeht-body-color);
}

.wpcf7-form-control.wpcf7-textarea {
	height: 130px;
}

.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: 0.8rem;
	bottom: -25px;
}

.theme-bg .wpcf7-not-valid-tip,
.theme-bg .wpcf7-response-output {
	color: var(--themeht-white-color);
}


::-webkit-input-placeholder {
	color: var(--themeht-body-color) !important;
	opacity: 1;
}

:-moz-placeholder {
	color: var(--themeht-body-color) !important;
	opacity: 1;
}

::-moz-placeholder {
	color: var(--themeht-body-color) !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--themeht-body-color) !important;
	opacity: 1;
}

:focus-visible {
	outline: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../../assets/images/down-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 0.5rem center;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
}

select option {
	word-break: break-word;
}

.appointment-form2 .wpcf7-submit {
	width: 100%;
}

.elementor-widget.elementor-widget-text-editor {
	font-weight: 300;
	color: var(--themeht-body-color);
	font-family: var(--themeht-typography-body-font-family);
}

.text-white.elementor-widget.elementor-widget-text-editor {
	color: var(--themeht-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;
}

/*----------- team form -----------*/
.team-form h2 {
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 26px;
}

/*----------- home form -----------*/
.home-form input,
.home-form select,
.home-form textarea {
	border: 1px solid #deddda;
	background-color: var(--themeht-white-color);
}

.home-form .wpcf7-submit {
	background-color: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
	border: inherit;
}

.home-form .wpcf7-submit:hover {
	background-color: var(--themeht-dark-color);
	color: var(--themeht-white-color);
}

.home-form .col-md-6 {
	padding: 0px 10px;
	margin-bottom: 18px !important;
}

/*----------- contact form -----------*/
.contact-form {
	padding: 50px;
	border-radius: 20px;
	background-color: var(--themeht-white-color);
}

.contact-form h2 {
	font-size: 48px;
	margin-bottom: 30px;
	line-height: 55px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form input[type="number"],
.contact-form input[type="tel"],
.contact-form input[type="range"],
.contact-form input[type="date"],
.contact-form input[type="month"],
.contact-form input[type="week"],
.contact-form input[type="time"],
.contact-form input[type="datetime"],
.contact-form input[type="datetime-local"],
.contact-form input[type="color"],
.contact-form textarea,
.contact-form select {
	background-color: var(--themeht-light-color);
}


.alignleft {
	margin: 5px 20px 20px 0 !important;
}

.alignright {
	margin: 5px 0 20px 20px !important;
	clear: both;
}

.lead p,
.elementor-widget-list_style p,
.elementor-widget-list_style_two p,
.elementor-widget-title p,
.elementor-widget-feature p,
.elementor-tab-content p {
	margin-bottom: 0;
}

.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
------------------------------------------------ */
blockquote,
.wp-block-quote.is-style-large {
	z-index: 9;
	font-size: 22px;
	line-height: 31px;
	font-weight: 500;
	position: relative;
	color: var(--themeht-dark-color);
	text-align: left;
	margin-left: 110px !important;
	margin-bottom: 40px;

}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: 130px !important;
}

blockquote p {
	padding-left: 30px;
}

blockquote .blockquote-text h6,
blockquote .blockquote-text {
	padding-top: 12px;
	display: block;
	font-family: var(--themeht-typography-secondary-font-family);
	font-size: 22px;
	font-weight: 500;
}

blockquote h6 {
	margin-bottom: 5px;
}

blockquote .blockquote-text p {
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: var(--themeht-typography-body-font-family);
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 0;
	color: var(--themeht-body-color);
}

.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;
	padding: 0;
}

blockquote:after {
	position: absolute;
	top: 0px;
	left: -110px;
	right: 0;
	font-family: flaticon_mycollection !important;
	font-weight: 500;
	content: "\f105";
	font-size: 80px;
	color: var(--themeht-secondary-color);
	line-height: 1;
	z-index: -1;
}

blockquote.has-text-align-right a,
blockquote a {
	color: var(--themeht-dark-color);
}

blockquote.has-text-align-right a:hover,
blockquote a:hover {
	color: var(--themeht-primary-color);
}

blockquote.has-text-align-right:after {
	left: 0;
	right: inherit;
}

blockquote code {
	color: var(--themeht-body-color);
}

/* ---------------------------------
			Widget css
---------------------------------- */

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

.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
------------------------------------------ */
table th {
	background: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
	font-weight: 500;
}

table th,
table td {
	border-color: var(--themeht-border-color) !important;
	border: 1px solid;
	padding: 5px 10px;
}

table td {
	background: var(--themeht-white-color);
}

table th,
table td {
	border-color: var(--themeht-border-color) !important;
	border: 1px solid;
	padding: 5px 10px;
}

table tbody th {
	background: var(--themeht-white-color);
	color: var(--themeht-body-color);
}

table tbody th a {
	color: var(--themeht-dark-color);
}

table tbody th a:hover {
	color: var(--themeht-primary-color);
}

.wp-block-table thead {
	border-bottom: 1px solid;
}

.wp-block-table tfoot {
	border-top: 1px solid;
}


.gallery-caption {
	padding-top: 0.53em;
	padding-bottom: 0.53em;
}


.comment-content table tbody td a {
	color: var(--themeht-secondary-color);
	font-weight: 600;
}

.comment-content table tbody td a:hover {
	color: var(--themeht-dark-color);
}

.comment-content>ul,

.comment-content>ol {
	margin-bottom: 30px;
}

.wp-block-button__link {
	background: var(--themeht-primary-color);
	color: var(--themeht-dark-color);
	border: 1px solid var(--themeht-primary-color);
	font-weight: 600;
}

.wp-block-button__link:hover {
	background: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
	border-color: var(--themeht-secondary-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;
}

.themeht-sidebar .widget .wp-block-calendar {
	margin-bottom: 0px;
}

.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-white-color) !important;
	border-radius: 15px;
}

.wp-block-group.has-black-border-color {
	border-color: var(--themeht-border-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 css
-------------------------------------------- */
.pagination .page-numbers,
.wp-block-query-pagination .page-numbers,
.page-links .post-page-numbers {
	background-color: var(--themeht-white-color);
	border-radius: 10px;
	margin: 0 2px 0 2px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	font-weight: 600;
}

.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-secondary-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;
	color: var(--themeht-dark-color);
}

.themeht-footer-widget-area .widget li.cat-item a,
.themeht-sidebar .widget.widget_categories ul li a,
.wp-block-categories li a,
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,
.widget .wp-block-latest-comments li {
	line-height: 23px;
	position: relative;
	padding-left: 20px;
	color: var(--themeht-dark-color);
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 500;
}

.themeht-footer-widget-area .widget li.cat-item a:hover,
.themeht-sidebar .widget.widget_categories ul li a:hover,
.wp-block-categories li a:hover,
ul.wp-block-archives li a:hover,
.widget.widget_meta ul li a:hover,
.widget .wp-block-latest-posts li>a:hover,
.widget.widget_archive ul li>a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_nav_menu ul li>a:hover,
.widget.widget_pages ul li a:hover,
.wp-block-page-list li a:hover,
.themeht-sidebar .widget_recent_comments li a:hover,
.post-card .post-bottom li a:hover {
	color: var(--themeht-secondary-color);
}

.themeht-footer-widget-area .widget li.cat-item a::before,
.themeht-sidebar .widget.widget_categories ul li a:before,
.wp-block-categories li a:before,
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 {
	content: "";
	background-color: var(--themeht-secondary-color);
	position: absolute;
	left: 0px;
	top: 6px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
}

.widget.widget_recent_comments ul li:before,
.widget .wp-block-latest-comments li:before {
	content: '\f25c';
	color: var(--themeht-secondary-color);
	top: 7px;
	font-family: bootstrap-icons !important;
	font-size: 14px;
	position: absolute;
	left: 0;
	line-height: normal;
}

.widget.widget_recent_comments ul li,
.widget .wp-block-latest-comments li {
	color: var(--themeht-body-color);
	padding-left: 25px;
	margin-bottom: 13px !important;
}

.themeht-sidebar .widget_recent_comments li a {
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: var(--themeht-dark-color);
	display: inline-block;
}


.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-secondary-color);
	color: var(--themeht-white-color);
}

#today {
	background: var(--themeht-secondary-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;
}

/* footer widget area */
.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_meta ul li a::before,
.themeht-footer-widget-area .widget.widget_nav_menu 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 {
	top: 5px;
}

.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-body-color);
	list-style-type: none;
	margin-bottom: 8px;
	border-bottom-color: rgba(255, 255, 255, 0.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 .widget_categories li,
.themeht-footer-widget-area .widget .wp-block-categories li {
	color: var(--themeht-body-color);
	position: relative;
	padding-left: 20px;
}

.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-body-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 {
	font-weight: 500;
	color: var(--themeht-white-color) !important;
}

.themeht-footer-widget-area .widget li a::before {
	background-color: var(--themeht-white-color) !important;
	opacity: 1 !important;
}

.themeht-footer-widget-area .wp-block-social-links .wp-social-link a.wp-block-social-link-anchor:hover {
	color: var(--themeht-white-color) !important;
}

.themeht-footer-widget-area .widget.widget_recent_comments ul li:before,
.themeht-footer-widget-area .widget .wp-block-latest-comments li:before {
	color: var(--themeht-primary-color);
}

footer label,
footer .wp-block-archives__label,
.themeht-footer-widget-area .widget li {
	color: var(--themeht-white-color) !important;
}

.themeht-footer-widget-area .widget li a:hover {
	color: var(--themeht-primary-color) !important;
}

.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-white-color);
}

.themeht-footer-widget-area select option {
	color: var(--themeht-body-color);
}

.themeht-footer-widget-area table td {
	color: var(--themeht-body-color);
}

.themeht-footer-widget-area table td a {
	color: var(--themeht-primary-color);
}

.themeht-footer-widget-area .subscribe-btn,
.themeht-footer-widget-area input[type="submit"].subscribe-btn,
.themeht-footer-widget-area input[type="button"],
.themeht-footer-widget-area input[type="reset"],
.themeht-footer-widget-area input[type="submit"],
.themeht-footer-widget-area .wp-block-search__button {
	background-color: var(--themeht-primary-color);
	color: var(--themeht-dark-color);

}

.themeht-footer-widget-area .subscribe-btn:hover,
.themeht-footer-widget-area input[type="submit"].subscribe-btn:hover,
.themeht-footer-widget-area input[type="button"]:hover,
.themeht-footer-widget-area input[type="reset"]:hover,
.themeht-footer-widget-area input[type="submit"]:hover,
.themeht-footer-widget-area .wp-block-search__button:hover {
	background-color: var(--themeht-secondary-color);
	color: var(--themeht-white-color);

}


.widget_calendar caption,
.wp-calendar-table caption {
	caption-side: top;
	font-weight: 500;
	color: var(--themeht-dark-color);
	padding-top: 0;
}

.wp-block-group.has-background,
pre,
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: var(--themeht-light-color) !important;
	border-radius: 20px;
}

.wp-block-search__button svg {
	display: none;
}

.wp-calendar-table {
	text-align: center;
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
	color: var(--themeht-body-color);
}


.post-password-form label input,
.type-post .post-desc .wp-block-search input,
.not-found .search-form input {
	background-color: var(--themeht-white-color);
}


.type-post .wp-block-tag-cloud a:hover {
	background-color: var(--themeht-primary-color);
}


.wp-calendar-nav-next {
	float: right;
}


/* ------------------------------------------------
			        Sidebar Widget
------------------------------------------------ */

.single-post .col-lg-9 {
	padding-right: 60px !important;
}

.themeht-sidebar .widget input,
.themeht-sidebar .widget select,
.themeht-sidebar .search-form input {
	border: 1px solid #e3e3e3;
}

.themeht-sidebar .widget input:focus,
.themeht-sidebar .widget select:focus,
.themeht-sidebar .search-form input:focus {
	border-color: var(--themeht-secondary-color);
}

.themeht-sidebar .widget input#wp-submit {
	border: inherit;
}

.themeht-sidebar .search-form button[type="submit"] {
	right: 25px;
}

.widget .widget-title,
.widget .wp-block-heading,
.wp-block-archives__label,
.wp-block-search__label {
	font-family: var(--themeht-typography-secondary-font-family);
	font-size: 28px;
	line-height: 37px;
	display: block;
	margin-bottom: 15px !important;
	color: var(--themeht-dark-color);
	font-weight: 500;
}

.service-widget.widget_nav_menu .widget-title {
	margin-bottom: 35px !important;
}

.themeht-sidebar .widget {
	margin-bottom: 50px;
	background: var(--themeht-white-color);
	padding: 30px;
	border-radius: 20px;
}

.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 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: 12px;
}

.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-footer-widget-area .widget .tagcloud a,
.themeht-footer-widget-area .widget .wp-block-tag-cloud a,
.themeht-sidebar .widget .tagcloud a,
.wp-block-tag-cloud a,
.theme-tags .tags-links a {
	font-family: var(--themeht-typography-body-font-family);
	background: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
	border-radius: 20px;
	padding: 11px 15px 10px 15px;
	display: inline-block;
	text-align: center;
	font-size: 13px !important;
	font-weight: 600;
	line-height: 13px;
	text-transform: uppercase;
	margin: 0px 5px 10px 0;
	letter-spacing: 0.9px;
}

.theme-tags .tags-links a:hover,
.themeht-sidebar .widget .tagcloud a:hover,
.wp-block-tag-cloud a:hover {
	background: var(--themeht-dark-color);
	color: var(--themeht-white-color);
}

.themeht-footer-widget-area .widget .tagcloud a:hover,
.themeht-footer-widget-area .widget .wp-block-tag-cloud a:hover {
	background-color: var(--themeht-primary-color);
	color: var(--themeht-dark-color);

}

.themeht-sidebar .widget ul li,
.widget_categories li,
.wp-block-categories li,
.widget-area .themeht-widget.widget_archive li {
	margin-bottom: 8px !important;
	list-style: none;
}

.themeht-sidebar .widget_recent_entries li,
.wp-block-latest-posts li {
	margin-bottom: 15px;
}

.search-form {
	position: relative
}

.search-form label {
	width: 100%;
}

.themeht-sidebar .widget.widget_themeht_recentpost li {
	display: flex;
	margin-bottom: 20px !important;
	margin-top: 20px;
}

.widget_themeht_recentpost li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.themeht-widget .themeht-post-image {
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	margin-right: 20px;
	overflow: hidden;
}

.themeht-sidebar .themeht-widget .themeht-post-image {
	border-radius: 10px;
}


.themeht-widget .themeht-post-image img {
	border-radius: 10px;
}

.widget_themeht_recentpost .themeht-post-date {
	display: block;
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: var(--themeht-secondary-color);
	margin-top: 10px;
}

.search-form button[type="submit"] {
	color: var(--themeht-dark-color);
	font-size: 18px;
	background: inherit;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 15px;
	padding: 0;
	border: none;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
}

.search-form button[type="submit"]:hover {
	color: var(--themeht-secondary-color);
}

.not-found .search-form button[type="submit"] {
	right: 25px;
}

.not-found .search-form button[type="submit"]:hover {
	color: var(--themeht-secondary-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: 25px;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before {
	font-weight: normal;
	position: absolute;
	content: "\f52a";
	font-family: 'bootstrap-icons';
	color: var(--themeht-dark-color);
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	right: 0;
	padding: 0;
	border: none;
	top: 50%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
}


.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 {
	line-height: 20px;
}

.widget_themeht_recentpost ul li .themeht-post-content a {
	font-size: 18px;
	color: var(--themeht-dark-color);
	font-family: var(--themeht-typography-secondary-font-family);
	overflow: hidden;
	line-height: 22px;
}

.widget_themeht_recentpost ul li .themeht-post-content a:hover {
	color: var(--themeht-secondary-color);
}

.themeht-sidebar .gallery,
.themeht-sidebar .gallery figure {
	margin-bottom: 0;
}


/*----------- service datile -----------*/
.service-widget li {
	list-style-type: none;
	margin-bottom: 13px;
	color: var(--themeht-primary-color);
}

.service-page-sidebar .widget.widget_nav_menu li a {
	display: block;
	font-size: 20px !important;
	line-height: 24px !important;
	text-transform: inherit;
	padding: 21px 40px 19px 20px;
	position: relative;
	margin-bottom: 8px;
	border-radius: 10px;
	font-family: var(--themeht-typography-secondary-font-family);
	background-color: var(--themeht-light-color);
	letter-spacing: 0px;
}

.service-page-sidebar .widget.widget_nav_menu li a::after {
	position: absolute;
	top: 22px;
	right: 20px;
	font-family: flaticon_mycollection !important;
	color: var(--themeht-secondary-color);
	content: "\f144";
	font-size: 15px;
	font-weight: 900;
}

.service-page-sidebar .widget.widget_nav_menu li a::before {
	display: none;
}

.service-widget li a:hover,
.service-widget li.current-menu-item a {
	background-color: var(--themeht-secondary-color) !important;
	color: var(--themeht-white-color) !important;
}

.service-page-sidebar .widget.widget_nav_menu li.current-menu-item a::after,
.service-page-sidebar .widget.widget_nav_menu li a:hover::after,
.service-widget li.current-menu-item a {
	color: var(--themeht-white-color) !important;
}

.team-single-page img.wp-post-image,
.single-services .service-item img.wp-post-image,
.single-portfolio .portfolio-img img.wp-post-image,
.single-services .post-thumbnail img {
	width: 100%;
	border-radius: 20px;
}

.service-widget ul {
	padding: 0;
	margin: -8px 0 0 0;
}

.service-widget li {
	list-style-type: none;
	margin-bottom: 13px;
	color: var(--themeht-dark-color);
}

.service-widget li:last-child {
	margin-bottom: 0px;
}


/*----------- sidebar-add -----------*/
.contact-widget-add {
	text-align: center;
	background-color: var(--themeht-dark-color);
	color: var(--themeht-white-color);
	padding: 70px 40px 70px 40px;
	border-radius: 20px;
	background-image: url(https://rehabify.themeht.com/wp-content/uploads/2025/03/project-img05.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.contact-widget-add::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--themeht-dark-color);
	opacity: 0.7;
}

.contact-widget-add i {
	width: 65px;
	height: 65px;
	line-height: 70px;
	border-radius: 100px;
	display: inline-block;
	font-size: 35px;
	text-align: center;
	background-color: var(--themeht-primary-color);
	color: var(--themeht-dark-color);
	margin-bottom: 25px;
	position: relative;
}

.contact-widget-add h5 span {
	color: var(--themeht-primary-color);
	font-style: italic;
	display: block;
	position: relative;
}

.contact-widget-add a {
	color: var(--themeht-white-color);
	font-family: var(--themeht-typography-secondary-font-family);
	font-size: 32px;
	position: relative;
}

.contact-widget-add h5 {
	color: var(--themeht-white-color);
	margin-bottom: 22px;
	font-size: 27px;
	line-height: 35px;
	position: relative;
}

/*----------- Download-Brochure -----------*/
.download-brochure {
	padding: 20px 25px 15px 25px;
	background-color: var(--themeht-white-color);
	justify-content: space-between;
	display: flex;
	border-bottom: 3px solid var(--themeht-light-color);
	border-radius: 20px;
}

.download-brochure:first-child {
	border-radius: 20px 20px 0px 0px;
}

.download-brochure:last-child {
	border: inherit;
}

.download-brochure span {
	color: var(--themeht-dark-color);
	font-size: 20px;
	font-family: var(--themeht-typography-secondary-font-family);
	font-weight: 500;

}

.download-brochure:hover span {
	color: var(--themeht-secondary-color);
}

.download-brochure i {
	color: var(--themeht-dark-color);
	font-size: 16px;

}


/* ------------------------------------------------
                    Blog Post
------------------------------------------------ */
.post-card.post-classic {
	margin-bottom: 60px;
	overflow: hidden;

}

.col-lg-9.col-12.pe-lg-5 article:last-child .post-card.post-classic {
	margin-bottom: 0px
}

.post-card .post-image {
	width: 100%;
	border-radius: 30px;
}

.post-card .post-thumbnail {
	overflow: hidden;
	border-radius: 20px;
}

.post-image img,
.post-thumbnail img {
	border-radius: 20px;
}

.single-post .post-card .post-bottom li .cat-links,
.post-card.post-classic .list-inline-item .cat-links {
	background-color: var(--themeht-secondary-color);
	border-radius: 16px;
	padding: 5px 13px;
	margin-right: 10px;
	color: var(--themeht-white-color);
}

.single-post .post-card .post-bottom li .cat-links a,
.post-card.post-classic .list-inline-item .cat-links a {
	color: var(--themeht-white-color);
}

.single-post .post-card .post-bottom li .cat-links:hover,
.post-card.post-classic .list-inline-item .cat-links:hover {
	background-color: var(--themeht-dark-color);
	color: var(--themeht-white-color);
}

.post-card .post-bottom li {
	position: relative;
	margin-right: 30px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.post-card .post-bottom li:first-child {
	margin-right: 0;
}

.post-card .post-bottom li:before {
	position: absolute;
	top: 0px;
	right: -18px;
	content: "/";
}

.post-card .post-bottom li:first-child:before,
.post-card .post-bottom li:last-child:before {
	content: none;
}

.post-card .post-bottom li.list-inline-item,
.post-card .post-bottom li a {
	color: var(--themeht-dark-color);
	text-transform: uppercase;
}

.post-card .list-inline.post-bottom {
	padding-top: 15px;
}

.post-card .list-unstyled .info-inner-text {
	display: flex;
	align-items: center;
}

.post-card .list-inline .portfolio-cat {
	color: var(--themeht-dark-color);
}

.post-card.post-classic .post-desc .post-title h4 {
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 30px;
	line-height: 40px;
}

.post-card .post-desc .post-title h4 a {
	color: var(--themeht-dark-color);
}

.post-card .post-desc .post-title h4 a:hover {
	color: var(--themeht-secondary-color);
}

.wp-block-post-featured-image {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.edit-link {
	margin-left: 10px;
	display: none !important;
}


/*----------- single-portfolio -----------*/

.single-portfolio .post-thumbnail img {
	width: 100%;
	border-radius: 20px;
}

.single-portfolio .portfolio-meta-info .list-unstyled {
	border-bottom: 1px solid var(--themeht-dark-color);
	padding: 20px 0;
}

.single-portfolio .portfolio-meta-info .list-unstyled li {
	display: inline-block;
	margin-right: 70px;

}

.single-portfolio .portfolio-meta-info .list-unstyled li:last-child {
	margin-right: 0px;
}

.single-portfolio .portfolio-meta-info .list-unstyled .sub-title {
	font-size: 22px;
	line-height: 25px;
	font-weight: 500;
	color: var(--themeht-dark-color);
	margin-right: 15px;
	font-family: var(--themeht-typography-secondary-font-family);
}

.single-portfolio .portfolio-meta-info .info-inner-text {
	display: flex;
	align-items: center;
	margin: 5px 0;
}

.single-portfolio .portfolio-meta-info .list-unstyled .title {
	font-size: 16px;
	position: relative;
	color: var(--themeht-body-color);
	font-weight: 500;
	top: 2px;
}

.single-portfolio .portfolio-meta-info .list-unstyled .title a {
	color: var(--themeht-body-color);
}

/* ------------------------------------------------
                     navigation
------------------------------------------------ */

.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-body-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-body-color);
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item__link.wp-block-navigation-item__content:hover {
	color: var(--themeht-body-color);
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation__submenu-icon {
	color: var(--themeht-body-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	border-top: 1px solid var(--themeht-border-color);
	padding-top: 32px;
}


.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;

}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin-top: 60px;
	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: 28px;
	line-height: 36px;
	font-family: var(--themeht-typography-secondary-font-family);
	margin-top: 3px;
	color: var(--themeht-dark-color);
}

.nav-title:hover {
	color: var(--themeht-secondary-color);
}

.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;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	color: var(--themeht-secondary-color);
	padding-left: 55px;
}


.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: 55px;
}

.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: 350px;
}

.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: 350px;
	margin-left: auto;
}

.site-main .comment-navigation .nav-links .nav-previous .nav-subtitle::before,
.site-main .posts-navigation .nav-links .nav-previous .nav-subtitle::before,
.site-main .post-navigation .nav-links .nav-previous .nav-subtitle::before {
	transform: rotateY(180deg);
}

.site-main .comment-navigation .nav-links .nav-subtitle::before,
.site-main .posts-navigation .nav-links .nav-subtitle::before,
.site-main .post-navigation .nav-links .nav-subtitle::before {
	font-family: flaticon_mycollection !important;
	content: "\f144";
	position: absolute;
	left: -3px;
	top: -13px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background: var(--themeht-secondary-color);
	border-radius: 100px;
	color: var(--themeht-white-color);
	font-size: 20px;
}

.site-main .comment-navigation .nav-links .nav-next .nav-subtitle::before,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle::before,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle::before {
	right: 0px;
	left: inherit;
}


/*-----------------------------------
				Post Comments
----------------------------------*/

.post-comment {
	margin-top: 50px;
}

.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: 10px;
}

.comments-box {
	padding: 50px;
	margin-top: 50px;
}

.comment-author img {
	margin-right: 30px;
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 50%;
}

.comment-body .comment-content {
	padding-left: 114px;
	margin-top: -40px;
}

.comment-body .reply {
	padding-left: 115px;
}

.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 {
	list-style-type: none;
	padding-bottom: 32px;
	margin-bottom: 40px;
	border-bottom: 1px solid var(--themeht-border-color);
}


.post-comment li.trackback .comment-body,
.post-comment li.pingback .comment-body {
	background: var(--themeht-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;
	margin-bottom: 0px;
}

.post-comment .comment-meta .comment-author {
	display: flex;
}

.post-comment .comment-metadata {
	font-size: 15px;
	margin-top: 3px;
	margin-left: 30px;
	text-transform: uppercase;
}

.post-comment .comment-metadata a {
	color: var(--themeht-dark-color);
}

.post-comment .comment-metadata a:hover {
	color: var(--themeht-primary-color);
}

.says {
	display: none;
}

.comment-author.vcard b,
.comment-author.vcard a {
	font-size: 22px;
	color: var(--themeht-dark-color);
	font-weight: 400;
	font-family: var(--themeht-typography-secondary-font-family);
}

.comment-author.vcard a:hover {
	color: var(--themeht-secondary-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 {
	margin-top: 30px;
}

.comment-form-comment {
	margin-top: 30px;
	margin-bottom: 0;
}

.comment-reply-link,
.comment-reply-link:focus,
.comment-reply-link:visited,
.comment-reply-link:active {
	margin-top: 20px;
	font-size: 13px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	color: var(--themeht-dark-color);
	display: inline-block;
	letter-spacing: 0.8px;
}

.comment-reply-link:hover {
	color: var(--themeht-secondary-color);
}

.comment-reply-link:before {
	content: "\f135";
	font-family: 'bootstrap-icons';
	font-size: 25px;
	position: absolute;
	right: -25px;
	top: 1px;
	font-weight: normal;
	transform: rotate(-45deg);
}

#comments small #cancel-comment-reply-link {
	margin-left: 15px;
	font-size: 22px;
}

.comment-form-cookies-consent {
	display: flex;
	align-items: center;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-right: 7px;
}

.single-team .team-single-box {
	background: var(--themeht-white-color);
	border-radius: 20px;
	position: relative;
	padding: 50px;
}

.single-team .post-thumbnail img {
	border-radius: 20px;
}

.single-team .team-contact {
	margin-bottom: 31px;
}

.single-team .team-meta li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.single-team .team-meta li:last-child {
	margin-bottom: 0;
}

.single-team .team-meta li i {
	font-size: 26px;
	color: var(--themeht-primary-color);
	vertical-align: middle;
	margin-right: 15px;
}

.team-contact .team-meta li div {
	color: var(--themeht-dark-color);
}

.team-contact .team-meta li span {
	margin-right: 10px;
	font-weight: 700;
	color: var(--themeht-dark-color);
	font-size: 17px;
	padding: 0;
	text-transform: capitalize;
	background: none;
	margin-bottom: 0px;
	border-radius: 0px;
}

.single-team .team-member {
	position: relative;
}

.single-team .team-images {
	position: relative;
}

.single-team .team-member .team-desc a:hover {
	color: var(--themeht-primary-color);
}

.single-team .team-member img {
	width: 100%;
	border-radius: 20px;
}

.single-team .team-social-icon li {
	display: inline-block;
	margin: 0 2px;
}

.single-team .team-social-icon li a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 100px;
	border: 1px solid var(--themeht-border-color);
	display: block;
	text-align: center;
}

.single-team .team-social-icon li a:hover {
	background: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
}

.single-team .team-share-icon {
	z-index: 9;
	background: var(--themeht-white-color);
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.single-team .team-single-box span {
	position: relative;
	font-family: var(--themeht-typography-body-font-family);
	margin-bottom: 5px;
	text-transform: uppercase;
	color: var(--themeht-body-color);
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
}

.single-team .team-single-box h2 {
	margin-bottom: 18px;
}

.social-icons.team-content li {
	margin-right: 8px;
	display: inline-block;
}

.social-icons.team-content li a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 100px;
	border: 1px solid var(--themeht-border-color);
	display: block;
	text-align: center;
}

.social-icons.team-content li a:hover {
	background: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
}

.not-found .page-header h2 {
	margin-bottom: 10px;
}

.theme-tags {
	clear: both;
	margin-top: 40px;
}

.theme-tags .tags-links {
	display: block;
	font-family: var(--themeht-typography-secondary-font-family);
	font-size: 22px;
	font-weight: 500;
	color: var(--themeht-dark-color);
}

.themeht-sidebar .widget.widget_rss ul li {
	margin-bottom: 20px !important;
}

.themeht-sidebar .widget.widget_rss ul li a {
	line-height: 23px;
	position: relative;
	color: var(--themeht-dark-color);
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 500;
}

.themeht-footer-widget-area .widget .wp-block-loginout a,
.themeht-sidebar .widget .wp-block-loginout a {
	padding: 7px 25px;
	font-size: 17px;
	font-weight: 600;
	border-radius: 100px;
	background: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
}

.themeht-footer-widget-area .widget .wp-block-loginout a {
	background-color: var(--themeht-primary-color);
	color: var(--themeht-dark-color);
}

.themeht-footer-widget-area .widget .wp-block-loginout a:hover {
	background: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
}

.themeht-sidebar .widget .wp-block-loginout a:hover {
	background-color: var(--themeht-dark-color);
}

/* ------------------------------------------------
                Responsive Css
------------------------------------------------ */


@media (max-width:1700px) { 
	.banner-slider-two .banner-content {
		padding: 210px 15px 250px 110px;
	}
}

@media (max-width:1635px) {
	.banner-slider-one .banner-content {
		padding: 300px 0px 180px 40px;
	}
}

@media (max-width:1570px) {


	#header-wrap {
		padding: 20px 30px;
	}

	#header-wrap.fixed-header {
		padding: 15px 30px;
	}

	.elementor-section-full_width .split_texts .split-text-block {
		padding-right: 20px;
	}

	.split_texts .split-text-block {
		padding-left: 70px;
	}

	.split-list {
		justify-content: flex-start;
	}

	.split-list ul:first-child {
		padding-right: 50px;
	}

}

@media (max-width:1600px) and (min-width: 1200px) {
	.footer .primary-footer {
		padding-left: 30px;
		padding-right: 30px;
	}

	.center-add h2.elementor-heading-title {
		font-size: 25px !important;
		line-height: 36px !important;
	}

}

@media (max-width:1500px) {

	header.header-1 .search-icon {
		display: none;
	}

	.banner-slider-two .banner-content {
		width: 65%;

	}

	.banner-slider-two .slider-img::before {
		background: linear-gradient(to right, #210905ed, #210905e0, #210905c2, #21090500, #21090500);
	}
	.banner-slider-three .banner-content{
		width: 70%;

	}
}


@media (max-width:1380px) {
	.banner-slider-one .slider-img::before {
		background: linear-gradient(to right, #151e1e, #151e1e, #151e1edb, #151e1eba, #ffffff00);
	}

	.banner-slider-one .banner-content {
		width: 65%;
	}

	/* banner slider two */
	.banner-slider-two .banner-content {
		padding: 210px 15px 260px 90px;
	}

	.banner-slider-two .banner-content {
		width: 65%;
	}

	.banner-slider-two .banner-content h1 {
		font-size: 64px;
		line-height: 80px;
		margin-bottom: 25px !important;
	}


	.page-title .theme-breadcrumb-box {
		padding: 0px 30px;
	}

	.page-title.breadcrumb-1::before {
		width: 100%;

	}

	.page-title.breadcrumb-2 .theme-breadcrumb-box {
		width: 60%;
	}
}

@media (max-width:1200px) {
	.page-title {
		padding: 180px 0 130px 0;
	}

	.page-title.breadcrumb-2 {
		padding: 174px 0 117px 0;
	}

	.page-title::before {
		background-color: var(--themeht-dark-color);
		opacity: 0.8;
	}

	.navigation-top {
		border-radius: 50%;
		width: 50px;
		height: 50px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 0;
	}

	.header-2 .navigation-top {
		margin-right: inherit;
	}

	.header .main-nav>ul>li>a {
		color: var(--themeht-dark-color);
		font-weight: 500;
		padding-left: 0px;
		padding-right: 0px;
	}

	.price-value {
		top: -70px;
	}

	.ht-image-left,
	.ht-image-right {
		transform: inherit !important;
	}

	.page-title .theme-breadcrumb-box {
		width: 60%;
	}

	.page-title.breadcrumb-1 h1 {
		color: var(--themeht-white-color);
	}

	/*----------- Banner -----------*/
	.banner-slider-one .slider-img::before {
		background: var(--themeht-dark-color);
		width: 100%;
		opacity: 0.8;

	}

	.banner-slider-one .banner-content .banner-text {
		width: 100%;
	}

	.banner-slider-one .banner-content {
		width: 85%;
	}

	.banner-slider-one .swiper-pagination-bullets::after {
		display: none;
	}

	.banner-slider-two .banner-content {
		width: 60%;
		padding: 230px 15px 300px 50px;
	}

	.banner-slider-two .slider-img::before {
		background: linear-gradient(to right, #210905, #210905eb, #210905ad, #21090500, #21090500);

	}

	.banner-content .btn-box {
		margin-top: 0px !important;
	}

	.banner-slider-two .banner-content .btn-box {
		margin-top: 20px !important;
	}

	.banner-slider-three.text-center .banner-content {
		padding: 250px 15px 180px 15px;
		width: 80%;
	}

	.banner-slider-one .banner-content {
		padding: 240px 0px 180px 40px;
	}

	.admin-bar .header,
	.admin-bar #header-wrap.fixed-header {
		top: 32px;
	}

	.logo img {
		max-height: var(--logo-tablet-height);
	}

	.header-right,
	.header-number {
		display: none;
	}

	.right-nav {
		margin-left: 0;
		display: none !important;
	}

	.banner-content h1 {
		font-size: 60px;
		line-height: 70px;
	}

	.banner-content {
		padding: 200px 50px;
	}

	.bg-img-sec {
		min-height: 400px !important;
	}

	.bg-img-sec .elementor-widget-wrap {
		background-position: center center !important;
		background-size: cover;
	}

	.step-content {
		padding: 50px;
	}

	.header .header-top {
		display: none;
	}

	.ht-img-split-scroller {
		display: block;
	}

	.pin-spacer-ht-img-split-scroller,
	.split_texts {
		width: 100% !important;
	}

	.split_images {
		display: none;
	}

	.split-mobile-img {
		display: block;
		padding: 0px 15px 50px 15px;
		border-radius: 4px !important;
	}

	.split_texts {
		width: 100%;
		background: inherit;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.split_texts .split-text-block { 
		overflow: hidden;
		min-height: auto;
		padding: 0;
		margin-bottom: 70px;
		padding-right: 0px !important;
	}

	.split_texts .split-text-block:last-child {
		margin-bottom: 0px;
	}

	.split-content {
		padding: 0 15px;
	}

	.sticky-panel-content {
		display: block;
		height: auto !important;
		overflow: inherit;
	}

	.sticky-panel {
		height: auto;
		display: block;
	}

	.sticky-panel-img {
		width: 100%;
		height: 400px;
	}

	.sticky-panel-text {
		width: 100%;
		padding: 3rem;
	}

	.split-number {
		font-size: 100px;
		line-height: 100px;
		margin-bottom: 10px;
	}

	.split-list {
		justify-content: inherit;
	}

	.split-list .list-unstyled:first-child {
		margin-right: 50px;
	}

	.split-list {
		margin-bottom: 15px;
	}

	.ht-tab .tab-menu {
		grid-template-columns: repeat(2, 1fr);
	}

	.post-card.ht-sticky-post {
		display: block;
		padding: 60px 100px 40px 50px !important;
		margin-bottom: 30px;
	}

	.post-card.ht-sticky-post .post-desc {
		padding: 50px 0 0;
	}

	.post-card.ht-sticky-post .post-image {
		border-radius: 30px;
		width: auto;
		height: auto;
	}

	.contact-img .elementor-widget-wrap {
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
		border-bottom-left-radius: 0;
	}

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

	.team-member.style-4 .team-images {
		width: 250px;
		height: 250px;
	}

	.team-member.style-4 .team-desc h4 {
		font-size: 40px;
		line-height: 50px;
	}

	.banner-slider .banner-button-prev,
	.banner-slider .banner-button-next,
	.banner-slider .swiper-button-prev,
	.banner-slider .swiper-button-next {
		display: none;
	}

	.elementor-widget-team-sticky-two .team-list {
		padding-left: 0;
	}

	.team-member.style-5 .team-images {
		top: inherit;
		margin-top: 0;
		left: inherit;
		position: inherit;
		opacity: 1;
		visibility: visible;
		clip-path: inherit !important;
		width: auto;
		height: auto;
		border-radius: 20px;
		transform: inherit !important;
		margin-bottom: 30px;
	}

	.marquee-section.style3 .marquee-text span {
		font-size: 80px;
		line-height: 100px;
	}

	#banner-pagination {
		bottom: 30px;
		top: inherit;
		left: auto;
		transform: inherit;
		right: 40px;
	}

	.swiper-pagination-clickable .swiper-pagination-bullet-active::before {
		border-color: var(--themeht-dark-color);
	}

	#banner-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
		display: inline-block;
		margin: 0 8px;
	}

	footer .footer-top .col-md-6 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.icon-add a {

		bottom: 25px;
		right: 10px;
	}

	.header.header-2 #header-wrap {
		padding: 40px 60px 20px 60px;
	}

	.header.header-2 #header-wrap.fixed-header {
		padding: 10px 60px 10px 60px;

	}

	.featured-item.style-2 {
		padding: 0px 20px;
	}

	footer .footer-top .footer-top-title .textwidget.custom-html-widget {
		font-size: 40px;
		line-height: 45px;
	}

	footer .footer-top-button .themeht-btn.secondary-btn {
		margin-bottom: 15px;
	}

	footer .primary-footer .row .col-lg-4 {
		padding-right: 50px;
	}

	.themeht-blogs .col-lg-8.col-12,
	.single-services .service-single .col-lg-8,
	.single-post .post-single-page .col-lg-8 {
		width: 62%;
	}

	.themeht-blogs .col-lg-4.col-12,
	.single-services .service-single .col-lg-4,
	.single-post .post-single-page .col-lg-4 {
		width: 37%;
	}

	.elementor-widget-service-grid .col-lg-3.col-md-6 {
		width: 33% ;
	}

}

@media (max-width: 1200px) and (min-width: 992px) {

	.elementor-widget-our-team-grid .col-lg-3.col-md-6 .team-member.style-1 .team-top {

		padding: 30px 10px 31px 10px;
	}

	.elementor-widget-our-team-grid .col-lg-3.col-md-6 .team-member.style-1 .team-images {
		height: 160px;
		width: 160px;
	}

	.elementor-widget-our-team-grid .col-lg-3.col-md-6 .team-member.style-1 h4 {
		font-size: 23px;
	}

	.elementor-widget-our-team-grid .col-lg-3.col-md-6 .team-member.style-1 .team-desc span {
		font-size: 15px;
	}

	.elementor-widget-our-team-grid .col-lg-3.col-md-6 .team-member.style-1 .team-footer {
		padding: 10px 10px;
	}
}


@media (max-width:1243px) {

	.featured-item.style-3 h4 {
		font-size: 24px;
	}
}

@media (max-width:1110px) {

	.featured-item.style-3 {
		padding: 40px 20px 40px 20px;
	}

	.featured-item.style-3 h4 {
		font-size: 27px;
	}

	.contact-widget-add {
		padding: 70px 20px 70px 20px;
	}
}

@media (max-width:1025px) {

	.banner-content {
		padding: 200px 20px;
	}
}

@media (max-width:1024px) {
	footer .footer-top .col-md-6 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.featured-item.style-3.text-end {
		direction: inherit;
		text-align: left !important;
	}

	.featured-item.style-3.text-end .featured-icon {
		margin-left: 0px;
		margin-right: 20px;
	}

	.featured-item.style-2::before {
		display: none;
	}

	.banner-slider-two .banner-content {
		padding: 180px 15px 270px 50px;

	}

	.banner-slider-two .banner-content h6 {
		background: none !important;
		padding: 0px;
	}

	.banner-slider-three.text-center .banner-content {
		width: 100%;
		padding: 230px 20px 150px 20px;
		margin: 0;
		background-color: inherit;
	}

	.bg-color-none .elementor-background-overlay {
		background-image: inherit !important;
	}

	.bg-color-none .theme-title h6.light-bg {
		background-color: var(--themeht-white-color);
	}

	.page-title .theme-breadcrumb-box {
		padding: 0px 30px 0px 0px;
	}

	.margin-auto {
		margin: auto;
	}

	.elementor-widget .right {
		text-align: left !important;
	}

	.elementor-widget.button-center .right {
		text-align: center !important;
	}

	.info-contact {
		display: inline-flex;
		text-align: center;
	}

	.teb-center .elementor-shortcode {
		text-align: center;
	}

	.info-contact div {
		display: block;
		text-align: left;
	}
	.btn-right .elementor-widget-container .right, 
	.btn-right .elementor-widget-container {
        text-align: center !important;
    }
}

@media (max-width:991px) {

	.not-found .page-header h2 {
		line-height: 50px;
		font-size: 50px;
	}

	.theme-title,
	.contact-us .theme-title,
	.contact-form .theme-title.ht-split-text {
		margin-bottom: 30px;
	}

	.page-title.breadcrumb-1 h1 {
		font-size: 45px;
		line-height: 62px;
	}

	.themeht-sidebar {
		margin-top: 80px;
	}

	.custom-sec-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.single-services .col-lg-8 {
		padding-left: 15px !important;
	}

	.single-services .col-lg-4 {
		padding-right: 15px;
		border: inherit;
	}

	.single-services .site-main .post-navigation {
		margin-top: 30px;
	}

	.themeht-blogs .col-lg-8.col-12,
	.themeht-blogs .col-lg-4.col-12,
	.single-services .service-single .col-lg-8,
	.single-services .service-single .col-lg-4,
	.single-post .post-single-page .col-lg-4,
	.single-post .post-single-page .col-lg-8 {
		width: 100%;
	}

	.site-main.post-single-page .themeht-sidebar {
		padding-left: 0px;
		border: inherit;
	}

	footer .footer-top-button .themeht-btn.secondary-btn {
		margin-bottom: 10px;
		margin-right: 0;
	}

	footer .footer-top-button .themeht-btn:last-child {
		margin-left: 20px;

	}

	footer .primary-footer .row .col-lg-4 {
		padding-right: 15px;
	}

	.footer-widget.widget ul.footer-social {
		margin-top: 20px;
	}

	footer .footer-top {
		margin-bottom: 40px;
	}

	.subscribe-form p {
		font-size: 15px;
	}

	/*----------- marquee -----------*/
	.marquee-section.style1 {
		padding: 22px 0px 18px 0px;
	}

	.marquee-section.style2 .marquee-text span {
		font-size: 70px;
		line-height: 80px;
		padding: 0 80px;
	}

	.marquee-section.style2::before {
		font-size: 60px;
		line-height: 60px;
		top: 16px;
		right: 78px;
	}

	.marquee-section.style2 .marquee-text i {
		font-size: 80px;
		line-height: 80px;
	}

	.elementor-widget-service-grid .elementor-widget-container .row .col-lg-6.col-12:nth-of-type(6n+5) .service-item.style-1 {
		border-bottom: 1px solid var(--themeht-border-color);
	}
 
	/*----------- marquee -----------*/
	.marquee-section.style3 {
		margin: 0px 30px;
	}

	.marquee-section.style3 .marquee-text span {
		font-size: 70px;
		line-height: 70px;
	}

	/*----------- split-list -----------*/
	.split-list {
		margin-bottom: 10px;
	} 

	.ht-tab-pane .ht-tab-content:hover .tab-image {
		display: none;
	}

	.single-team .team-single-box {
		margin-top: 50px;
	}

	.post-comment .comment-meta .comment-author {
		align-items: center;
	}

	.post-comment .comment-meta {
		align-items: center;
		margin-bottom: 20px;
	}

	.comment-body .comment-content {
		padding-left: 0px;
		margin-top: 0px;
	}

	.comment-body .reply {
		padding-left: 0px;
	}

	.subscribe-form p {
		margin-bottom: 20px;
	}

	.page-title.breadcrumb-2 .theme-breadcrumb-box,
	.page-title .theme-breadcrumb-box {
		width: 90%;
	}

	.single-team .team-single-box span {
		margin-bottom: 5px;
	}

	.testimonial.style-2 .testimonial-content h3 {
		margin-bottom: 10px;

	}

	.testimonial.style-2 .testimonial-content {
		margin-bottom: 50px;
		margin-right: 0;
	}

	.banner-bottom {
		margin: 0;
		display: grid;
		padding: 50px 30px 0px 15px;

	}

	.banner-slider-one .banner-content {
		padding: 220px 30px 170px 30px;
		width: 100%;
	}

	.banner-slider-one .banner-content h1 {
		font-size: 65px !important;
		line-height: 75px !important;
	}

	.banner-slider-two .banner-content {
		width: 80%;
		padding: 200px 15px 150px 30px;
	}

	.banner-slider-two .slider-img::before {
		width: 100%;
		background: #210905ed;
		opacity: 0.8;
	}

	.banner-slider-two:before,
	.banner-slider-two::after {
		content: none;
	}

	.banner-bottom .banner-media {
		margin-bottom: 30px;
	}

	.banner-bottom .banner-media ul li .banner-media-icon i {
		color: var(--themeht-dark-color);
	}

	.banner-bottom .banner-media ul li a,
	.banner-bottom .banner-media ul li h6 {
		color: var(--themeht-dark-color);
	}

	.banner-bottom .banner-social a {
		background-color: var(--themeht-secondary-color);
		color: var(--themeht-white-color);
	}

	.banner-bottom .banner-social a:hover {
		background-color: var(--themeht-dark-color);
		color: var(--themeht-white-color);
	}

	.banner-bottom .banner-media ul li:first-child {
		border-right: 1px solid rgb(0 0 0 / 14%);
	}

	.footer .primary-footer .col-lg-3 {
		margin-top: 30px;
	}

	.footer {
		padding: 90px 0 0px 0;
	}

	.team-margin .col-md-6.mb-4:first-child {
		margin-top: 60px;
	}
	.ht-tab-content h4{
		font-size: 18px; 
	}
	.elementor-widget-service-grid .col-lg-3.col-md-6 {
		width: 50% ;
	}

}
 
@media (max-width:767px) {

	.not-found .page-header h2 {
		line-height: 40px;
		font-size: 40px;
	}

	.error-404.not-found img {
		padding: 0px 40px;
	}

	h1 {
		font-size: 60px !important;
		line-height: 70px !important;
	}

	.page-title {
		padding: 140px 0 90px 0;
	}

	.page-title.breadcrumb-2 {
		padding: 172px 0 109px 0;
	}

	.theme-title h2 {
		font-size: 42px !important;
		line-height: 52px !important;
	}

	.theme-title p {
		font-size: 16px;
	}

	.page-title h1 {
		font-size: 40px !important;
		line-height: 41px !important;
	}

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

	.banner-content {
		padding: 120px 20px;
	}

	.portfolio-meta-info {
		position: relative;
		bottom: inherit;
		right: inherit;
		width: auto;
	}

	.split_texts .split-text-block {
		padding: 2rem 1rem;
	}

	.split_texts .counter {
		margin-bottom: 30px;
	}

	.sticky-panel-text {
		padding: 2rem;
	}

	.split-number {
		font-size: 90px;
		line-height: 90px;
		margin: 0;
	}

	.post-card.ht-sticky-post {
		padding: 20px !important;
	}

	.post-card.ht-sticky-post .post-image {
		margin-right: 70px;
	}

	.post-card.ht-sticky-post .post-desc {
		padding: 30px 0 0;
	}

	.banner-inner {
		display: block;
		align-items: center;
	}

	.right-nav .search-icon,
	.right-nav .themeht-btn {
		display: none;
	}

	.team-member.style-2 .team-desc ul {
		display: block;
	}

	.team-member.style-4 .team-images {
		width: 250px;
		height: 250px;
		position: relative;
		clip-path: inherit;
		visibility: visible;
		margin-bottom: 30px;
		top: inherit;
		transform: inherit;
	}

	.team-member.style-4 .team-desc {
		display: block;
	}

	.team-member.style-4 .team-desc .team-cat {
		min-width: inherit;
		margin-bottom: 8px;
	}

	.team-member.style-4 .team-desc h4 {
		font-size: 30px;
		line-height: 40px;
	}

	.ht-tab .tab-menu,
	.tab-list ul {
		grid-template-columns: inherit;
	}

	.portfolio-filter button+button {
		margin: 0 0 10px 10px;
	}

	.grid .grid-item {
		width: 100% !important;
	}

	.ht-call-us a {
		font-size: 24px;
	}

	.media-icon li {
		padding-left: 60px;
	}

	.media-icon li i {
		font-size: 40px;
	}

	.round-text {
		margin-right: 0;
		margin-top: 30px;
	}

	.form-one .contact-top {
		right: -30px;
		top: -30px;
	}

	.banner-content .banner-text {
		width: 100%;
	}

	.banner-slider-two .banner-content {
		width: 100%;
	}


	.footer .widget.widget_nav_menu,
	.footer .widget .footer-info {
		margin-bottom: 50px;
	}

	/*----------- split -----------*/
	.elementor-section-full_width .split_texts .split-text-block {
		padding: 0px;
	}

	.split-list {
		display: inline-flex;
	}

	.split-list .list-unstyled.list-icon.style1 {
		margin-right: 20px;
	}

	.footer-widget.widget ul li {
		margin-bottom: 5px;
	}

	.post-comment .comment-meta .comment-author {
		margin-bottom: 20px;
	}

	.post-comment .comment-meta {
		display: grid;
		margin-bottom: 5px;
	}

	.post-comment .comment-metadata {
		margin-left: 0px;
	}

	.post-comment .comments-title,
	.post-comment .comment-reply-title {
		font-size: 26px;
		line-height: 31px;
	}

	.widget_text.footer-widget.widget_custom_html {
		text-align: left !important;
	}

	.horizontal-form #cal-data,
	.horizontal-form #cc_bmi_shortcode-imperial {
		display: grid;
	}

	.horizontal-form .weight-lbs {
		margin-left: 0px;
	}

	.horizontal-form #CCB-calc .col-200-5 .btn {
		margin-left: 16px !important;
	}

	.elementor-widget-themeht_button .right {
		text-align: left;
	}

	footer .footer-top {
		margin-bottom: 30px;
	}

	.footer .primary-footer .col-lg-3 {
		margin-top: 0px;
	}

	.themeht-heading-title {
		margin-bottom: 10px;
		font-size: 33px;
		line-height: 37px;
	}

	.featured-item.style-2 .featured-icon {
		margin-left: auto;
	}

	.footer {
		padding: 50px 0 0px 0;
	}

	.banner-slider-one .banner-content h1 {
		font-size: 50px !important;
		line-height: 60px !important;
		margin-bottom: 25px !important;
	}

	.banner-slider-one .banner-content {
		padding: 160px 30px 120px 30px;
	}

	.banner-slider-one .banner-content p {
		font-size: 18px;
		line-height: 28px;
	}

	.banner-slider-one .banner-content .banner-media {
		margin-left: 20px;
		padding-left: 20px;
	}

	.banner-slider-two .banner-content h1 {
		font-size: 60px !important;
		line-height: 75px !important;
		margin-bottom: 25px !important;
	}

	.banner-slider-two .banner-content h6 {
		font-size: 12px;
		line-height: 18px;
		display: inherit !important;
	}

	.banner-slider-two .banner-content h6 span {
		padding: 0px 6px;
		display: table-caption;
		margin-bottom: 10px;
	}

	.banner-bottom .banner-media ul {
		display: grid;
	}

	.banner-bottom .banner-media ul li:first-child {
		border: inherit;
		margin-right: 0px;
		padding-right: 0px;
		margin-bottom: 20px;
	}

	.banner-bottom .banner-media ul li .banner-media-icon i {
		font-size: 35px;
		margin-right: 20px;
	}

	.banner-bottom .banner-social a {
		margin-right: 10px;
	}

	.banner-slider-one {
		margin: 10px;
	}

	.page-title.breadcrumb-2 .theme-breadcrumb-box,
	.page-title .theme-breadcrumb-box {
		width: 100%;
		padding: 0 20px;
	}

	/* timeline */
	.timeline-item {
		margin-bottom: 60px;
	}

	.main-timeline .date-content {
		width: 100%;
		padding: 0;
		order: 0 !important;
	}

	.main-timeline .timeline-dot {
		display: none;
	}

	.main-timeline:before {
		content: none;
	}

	.timeline-item:nth-child(2n+2) .timeline-content,
	.timeline-item:nth-child(2n+2) .date-content,
	.main-timeline .timeline-content {
		padding: 0;
	}

	.main-timeline .date {
		left: 20px;
		right: inherit;
		;
	}

	.timeline-item:nth-child(2n+2) .date-content .date {
		left: 20px;
	}

	.main-timeline .timeline-content h4 {
		margin-bottom: 10px;
		margin-top: 30px;
	}

	.team-margin .col-md-6.mb-4:first-child {
		margin-top: 0;
		padding-right: 15px;
	}

	.team-margin .col-md-6.mb-4:last-child {
		padding-left: 15px;
	}

	.single-portfolio .portfolio-meta-info .list-unstyled {
		padding-bottom: 20px;

	}

	.logo img {
		max-height: var(--logo-mobile-height);
	}

	.service-swiper .swiper-slide-active .service-item.style-2 {
		box-shadow: rgb(0 0 0 / 23%) 1px 11px 14px 5px;
		transform: scale(1.0) !important;
	}

	.service-item.style-2 {
		margin: 0 10px;
		border-radius: 20px;
	}

	.service-item.style-2::before {
		border-radius: 20px;
	}

	.service2-swiper .service-swiper {
		padding: 0px 0 50px 0 !important;
	}

	.service2-swiper .swiper-pagination {
		bottom: -25px !important;
	}
	.ht-tab .ht-tab-pane .ht-tab-content{
		display: block;
	}
	.ht-tab-content a.themeht-btn{
		margin-top: 35px;
	}
	.ht-tab-content h4{
		width: 100%;
		margin-top: 40px;
	  }
	  .ht-tab-content h4:first-child{
		margin-top: 0px;
	  }
	  .ht-tab .tab-menu li a{
		font-size: 15px;
		padding: 5px 10px;
	  }
	  .ht-tab .tab-menu {
        padding-bottom: 30px;
    }
}

@media (max-width:576px) {

	.subscribe-btn,
	input[type="submit"].subscribe-btn,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.wp-block-search__button {
		padding: 12px 25px 12px 25px;
	}

	#header-wrap {
		padding: 10px 20px;
	}

	#header-wrap.fixed-header {
		padding: 0px 20px;
	}

	.header.header-2 #header-wrap {
		padding: 20px 30px 5px 30px;
	}

	.header.header-2 #header-wrap.fixed-header {
		padding: 10px 20px 5px 20px;
	}

	.nav-menu-toggle {
		font-size: 45px;
		line-height: 40px;
	}

	.nav-menu-toggle span {
		width: 32px;
		margin: 7px 0px;
	}

	h1,
	.h1 {
		font-size: 44px !important;
		line-height: 54px !important;
	}

	.theme-title h6 {
		margin-bottom: 10px;
		font-size: 15px;
	}

	.theme-title h2 {
		font-size: 32px !important;
		line-height: 40px !important;
	}

	.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 img {
		width: 100px;
	}

	.featured-item.style-2 .featured-icon {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.featured-item.style-2 .featured-desc {
		align-items: flex-start;
	}

	.featured-item.style-1 {
		display: grid;
	}

	.featured-item.style-1 .featured-icon i {
		margin-bottom: 14px;
		display: block;
		margin-right: 0px;
		text-align: left;
	}

	.featured-item.style-1 h4 {
		line-height: 33px;
		font-size: 24px;
	}

	.featured-item.style-4 h4 {
		margin-bottom: 5px;
		line-height: 33px;
		font-size: 22px;
	}

	.featured-item.style-4 .featured-icon {
		min-width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;

	}

	.featured-item.style-5 .featured-icon {
		width: 100px;

	}

	.featured-item.style-3 {
		margin-bottom: 20px;
		padding: 30px 30px 30px 30px;
	}

	.featured-item.style-3 h4 {
		margin-bottom: 10px;
		line-height: 34px;
		font-size: 26px;
	}

	.not-found .page-header h2 {
		line-height: 33px;
		font-size: 35px;
	}

	/*----------- banner -----------*/
	.banner-content {
		padding: 309px 30px 30px 30px;
	}

	.banner-slider-one .banner-content {
		padding: 140px 15px 110px 15px;
	}

	.banner-content .btn-box {
		display: inline-grid !important;
		justify-items: start;
	}

	.banner-slider .themeht-btn+.themeht-btn {
		margin-left: 0px;
		margin-top: 10px;
	}

	.elementor-shortcode .banner-subtitle {
		line-height: 19px;
	}

	.elementor-shortcode .banner-subtitle span {
		display: inline-block;
	}

	.banner-content h6 {
        font-size: 15px;
		line-height: 23px;
		margin-bottom: 10px !important;
	}

	.banner-content h6 span {
		padding: 0px 6px;
		display: table-caption;
	}

	.banner-content h6 p {
		margin-left: inherit;
		line-height: 23px;
	}

	.banner-slider-one {
		position: relative;
		margin: 10px;
		border-radius: 20px;
	}

	.banner-slider-one .banner-content h1 {
		line-height: 44px !important;
		font-size: 35px !important;
		margin-bottom: 20px !important;
	}

	.banner-slider-one .banner-content .banner-media {
		margin-left: 0px;
		padding-left: 0px;
		border-left: inherit;
		margin-top: 30px;
		display: none;
	}

	.banner-slider-one .banner-content p {
		font-size: 16px;
		line-height: 26px;
	}

	.banner-slider-one .animated3 {
		line-height: 27px;
		font-size: 16px;
	}

	.banner-slider-two .banner-content {
		width: 100%;
		padding: 140px 15px 90px 15px;
	}

	.banner-slider-two .banner-content h1 {
		font-size: 40px !important;
		line-height: 55px !important;
		margin-bottom: 10px !important;
	}

	.banner-slider-two .banner-content p {
		display: none;
	}

	.banner-slider-two {
		border-radius: 0px 0px 20px 20px;
	}

	.banner-slider-two .banner-content p {
		font-weight: 400;
		font-size: 15px;
		line-height: 28px;
	}

	.banner-bottom {
		padding: 50px 15px 0px 15px;
	}

	.banner-slider-three .banner-content {
		width: 87%;
		margin: 80px 15px 80px 20px;
	}

	.banner-slider-three .banner-content h1 {
		margin-bottom: 25px !important;
        font-size: 36px !important;
        line-height: 47px !important;

	}

	.banner-slider-three.text-center .banner-content .btn-box { 
        text-align: center;
	}

	.banner-slider-three.text-center .banner-content {
		padding: 140px 10px 90px 10px;
	} 

	/*----------- marquee -----------*/
	.marquee-section.style1 .marquee-text span {
		font-size: 20px;
		line-height: 20px;
	}

	.marquee-section.style1 .marquee-text {
		padding: 0px 20px;
	}

	/*----------- service-item -----------*/
	.service-item.style-1 {
		margin-right: 0px;
	}

	.service-item.style-1 .service-desc {
		padding-left: 30px;
		padding-bottom: 26px;
		padding-top: 20px;
	}

	.service-item.style-1 .service-icon {
		padding: 0px 0px 10px 0px;
	}

	.service-item.style-1 {
		display: grid;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.service-item.style-1 .service-desc {
		padding: 0px 0px 0px 0px;
	}

	.service-item.style-1 .service-desc {
		border-left: inherit;
	}

	.service-item.style-1 .service-desc h4 {
		font-size: 24px;
		line-height: 30px;
	}

	.service-item.style-1 i {
		font-size: 40px;
	}

	.service-item.style-2 {
		height: 370px;
	}

	.service-item.style-2 .service-desc {
		padding: 210px 0px 50px 0px;
	}

	.swiper-slide-active .service-item.style-2 .themeht-btn {
		padding: 17px 22px 17px 22px;
	}

	.service-item.style-2 .service-cat a {
		font-size: 14px;
	}

	.featured-item.style-2 {
		padding: 0px 15px;
	}

	.service-item.style-3 {
		height: 320px;
		border-radius: 20px;
		margin: 0px 0px 15px 0px;
	}

	.service-item.style-3 .service-desc {
		left: 20px;
		bottom: 20px;
	}

	.service-item.style-3 h4 {
		font-size: 25px;
	}

	.service-item.style-3 .read-button::before {
		width: 42px;
		height: 42px;
		line-height: 43px;
		font-size: 19px;
		top: 46px;

	}

	.featured-item.style-5 h4 {
		font-size: 24px;
		line-height: 33px;
	}

	.icon-add a {

		right: -10px;
	}

	.icon-add a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		padding-left: 13px;
		text-align: center;

	}

	/*----------- marquee -----------*/
	.marquee-section.style2 .marquee-text span {
		font-size: 40px;
		line-height: 50px;
		padding: 0 50px;
	}

	.marquee-section.style2 .marquee-text i {
		font-size: 60px;
		line-height: 60px;
	}

	.marquee-section.style2::before {
		font-size: 40px;
		line-height: 60px;
		top: -4px;
		right: 34px;
	}

	/*----------- testimonial -----------*/
	.testimonial.style-1 i {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 10px;

	}

	.testimonial.style-1 p {
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 30px;
		margin-top: 20px;


	}

	.testimonial.style-1 h4 {
		font-size: 21px;
		line-height: 28px;
	}

	.testimonial.style-1 span {
		font-size: 15px;
	}

	.testimonial.style-1 img {
		width: 50px;
	}

	.testimonial.style-1 .testimonial-quote svg {
		width: 55px;
		height: 55px;
	}

	.testimonial.style-1 {
		padding-bottom: 70px;
	}

	.testimonial-swiper .swiper-button-next,
	.testimonial-swiper .swiper-button-prev {
		width: 40px !important;
		height: 40px !important;
		line-height: 43px !important;
		font-size: 18px !important;
	}

	.testimonial-swiper .swiper-nav-both {
		display: none;
	}

	.testimonial-swiper .swiper-button-prev {
		left: -90px !important;
	}


	/*----------- post card -----------*/
	.post-card.style-1 .post-image {
		height: 320px;
	}

	.post-card.style-1 h4 {
		margin-bottom: 0px !important;
	}

	.post-card.style-1 h4 a {
		font-size: 22px;
		line-height: 16px;
	}

	.post-card.style-1 .post-desc .list-inline a {
		padding: 4px 14px 3px 14px;
		font-size: 13px;
	}

	.post-card.style-1 .post-desc {
		padding: 25px 20px 25px 20px;
	}

	.post-card.style-1 .post-desc ul {
		margin-bottom: 7px;
	}

	.post-card.style-2 {

		margin-bottom: 20px;

	}

	.post-card.style-2 .post-desc .post-bottom a {
		font-size: 14px;
	}

	.post-card.style-2 .author.vcard::before {
		top: 10px;
	}

	.post-card.style-2 .list-inline.post-bottom {
		margin-bottom: 4px;
	}

	.post-card.style-2 .post-desc h4 {
		font-size: 22px !important;
		line-height: 31px !important;

	}

	.post-card.style-2 .post-image {
		border-radius: 20px;
	}

	.post-card.style-2 .post-cat {
		top: 10px;
		right: 10px;
	}

	.elementor-widget-post-grid .post-card.style-2 {
		margin-bottom: 40px;
	}

	.post-image img,
	.post-thumbnail img,
	.post-card .post-image {
		border-radius: 20px;
	}

	.cutom-numbr {
		width: 130px;
		height: 130px;
		line-height: 210px;
		font-size: 100px;
	}

	/*----------- split -----------*/
	.split-number {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 6px;
	}

	.split-content h3 {
		font-size: 34px;
		line-height: 44px;
		margin-bottom: 8px;
	}

	.split-list {
		display: grid;
	}

	.split-list ul:first-child {
		padding: 0;
	}


	blockquote,
	.wp-block-quote.is-style-large {
		margin: 0;
		margin-left: 0 !important;
		padding-top: 70px;
	}

	blockquote p {
		padding-left: 20px;
	}

	blockquote:after {
		font-size: 60px;
		left: 0px;
	}

	.wp-block-quote>cite {
		margin-left: 25px !important;
	}

	.custom-sec-padding {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.single-portfolio .portfolio-meta-info .list-unstyled li {
		margin-right: 0px
	}

	.single-portfolio .portfolio-meta-info .list-unstyled {
		display: grid;
		padding-bottom: 20px;
	}

	.elementor-progress-percentage {
		position: absolute;
		top: -15px;
		right: 0px;
		font-size: 16px;
		z-index: -1;
	}

	.elementor-widget-progress .elementor-title {
		font-size: 16px;
	}

	.single-team .team-single-box {
		margin-top: 30px;
	}

	.single-team .team-single-box span {
		font-size: 14px;
	}

	.single-team .team-single-box h2 {
		font-size: 30px;
		line-height: 30px;

	}

	.single-team .team-single-box {
		padding: 50px 15px;
	}

	.team-form h2 {
		font-size: 27px;
		line-height: 27px;
		margin-bottom: 23px;
	}

	.team-form .col-md-4.mb-4 {
		margin-bottom: 10px !important;
	}

	.split-mobile-img {
		padding: 0px 15px 40px 15px;
	}

	.price-value h2 {
		font-size: 31px;
	}

	.price-value {
		line-height: 100px;
		width: 90px;
		height: 90px;
		top: -40px;

	}

	.contact-form {
		padding: 50px 20px 50px 20px;
	}

	.contact-form h2 {
		font-size: 38px;
		margin-bottom: 20px;
		line-height: 45px;
	}

	.contact-us .theme-title h6 {
		margin-bottom: 11px;
	}

	.contact-us {
		padding: 50px 15px;
	}

	footer .footer-top .col-md-6 {
		padding: 0px 15px 0px 15px;
	}

	footer .themeht-btn span {
		line-height: 20px;

	}

	footer .footer-top-button .themeht-btn.primary-btn,
	footer .footer-top-button .themeht-btn.secondary-btn {
		padding: 15px 19px 15px 19px;
	}

	footer .footer-top-button .themeht-btn i {
		font-size: 16px !important;
		line-height: 12px;
	}

	footer .footer-top-button .themeht-btn.secondary-btn i {
		font-size: 19px !important;
		top: 1px;
	}

	footer .footer-top-button .themeht-btn i {
		font-size: 16px;
		line-height: 19px;
	}

	footer .footer-top .footer-top-title .textwidget.custom-html-widget {
		font-size: 30px;
		line-height: 34px;
	}

	.footer {
		padding: 80px 0 0px 0;
	}

	footer .footer-top-button .themeht-btn:last-child {
		margin-left: 0px;
	}

	.secondary-footer-inner {
		line-height: 22px;
		font-size: 15px;
	}

	.themeht-btn {
		padding: 19px 25px 19px 25px;
	}

	.price-table .themeht-btn {
		padding: 20px 21px 20px 21px;
	}

	.themeht-btn.outline-btn {
		padding: 19px 25px 17px 25px;
	}

	.price-table .price-warp {
		padding: 30px 25px;
	}

	.price-table h4 {
		margin-bottom: 15px;
	}

	.price-list ul li {
		padding-bottom: 7px;
	}

	.banner-slider-two .animated2,
	.banner-slider-three .animated2 {
		font-size: 17px;
		line-height: 25px;
	}


	.counter.style-1 .counter-desc span {
		font-size: 36px;
		line-height: 40px;
	}

	.counter.style-1 h6 {
		margin-top: 10px;
	}

	.list-style-2 .list-icon.style1 li i {
		width: 40px !important;
		height: 40px;
		line-height: 40px;
		font-size: 20px !important;
	}

	.list-icon li {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 21px;
	}

	.single-portfolio .portfolio-meta-info .list-unstyled .sub-title {
		font-size: 19px;
		line-height: 30px;
	}

	.scroll-top {
		height: 50px;
		width: 50px;
	}

	.scroll-top::after {
		height: 50px;
		width: 50px;
		line-height: 55px;
	}

	.scroll-top::before {
		height: 50px;
		width: 50px;
		line-height: 50px;

	}

	.contact-media i {
		margin-bottom: 10px;
	}

	.nav-title {
		font-size: 20px;
		line-height: 26px;

	}

	.site-main .comment-navigation .nav-links .nav-subtitle,
	.site-main .posts-navigation .nav-links .nav-subtitle,
	.site-main .post-navigation .nav-links .nav-subtitle {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.site-main .comment-navigation .nav-links .nav-next .nav-subtitle::before,
	.site-main .posts-navigation .nav-links .nav-next .nav-subtitle::before,
	.site-main .post-navigation .nav-links .nav-next .nav-subtitle::before,
	.site-main .comment-navigation .nav-links .nav-previous .nav-subtitle::before,
	.site-main .posts-navigation .nav-links .nav-previous .nav-subtitle::before,
	.site-main .post-navigation .nav-links .nav-previous .nav-subtitle::before {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		top: -9px;

	}

	.site-main .comment-navigation .nav-links .nav-subtitle,
	.site-main .posts-navigation .nav-links .nav-subtitle,
	.site-main .post-navigation .nav-links .nav-subtitle {
		padding-left: 45px;
	}

	.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-right: 45px;
	}

	.testimonial.style-2 .testimonial-content {
		font-size: 15px;
		line-height: 23px;
	}

	.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
		padding: 15px 0px 17px 0px;
	}

	.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
		font-size: 19px;
		line-height: 25px;
	}

	.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
		font-size: 15px;
		line-height: 23px;
	}

	.themeht-heading-title {
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 30px;
	}

	.page-title.breadcrumb-2 .theme-breadcrumb-box,
	.page-title .theme-breadcrumb-box {
		width: 100%;
		padding: 0 10px;
	}

	.page-title.breadcrumb-2 {
		padding: 132px 0 89px 0;
	}

	.page-title h1 {
		font-size: 25px !important;
		line-height: 31px !important;
	}

	.page-title {
		padding: 130px 0 90px 0;
	}

	.page-title.breadcrumb-1::before {
		width: 100%;
		background: var(--themeht-dark-color);
		opacity: 0.9;
	}

	.breadcrumb {
		margin-top: 10px;
	}

	.team-member.style-1 {
		border-radius: 20px;

	}

	.team-member.style-1 .team-top {
		padding: 30px 30px 27px 30px;
	}

	.team-member.style-1 .team-desc span {
		font-size: 14px;
	}

	.team-member.style-1 .team-images {
		height: 120px;
		width: 120px;
	}

	.team-member.style-1 h4 {
		margin-bottom: -4px;
	}

	.team-member.style-1 .team-share-icon {
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 41px !important;
	}

	.home-form .col-md-6 {
		margin-bottom: 10px !important;
		padding: 0 !important;
	}

	.home-form .col-md-12 {
		padding: 0px !important;
	}

	.elementor-widget-container .testimonial-reting h2.teting-number {
		font-size: 50px;
		line-height: 50px;
		margin-right: 25px;
	}

	.elementor-widget-container .testimonial-reting .reting-icon {
		margin-bottom: 5px;
	}

	.main-timeline .date-content img {
		border-radius: 15px;
	}

	.main-timeline .date {
		border-radius: 5px;
		padding: 9px 14px 5px 14px;
		font-size: 15px;
		line-height: 15px;

	}

	.main-timeline .timeline-content h4 {
		font-size: 26px;
		line-height: 30px;
	}

	#banner-pagination {
		bottom: 20px;
		right: 20px;
	}

	.contact-widget-add {
		padding: 50px 40px 40px 40px;
	}

	.widget_themeht_recentpost ul li .themeht-post-content a {
		font-size: 15px;
		line-height: 19px;
	}

	.contact-widget-add h5 {
		font-size: 23px;
		line-height: 31px;
	}

	.contact-widget-add a {
		font-size: 28px;
	}

	.service-page-sidebar .widget.widget_nav_menu li a {
		padding: 18px 36px 16px 16px;
		font-size: 18px !important;
	}

	.service-page-sidebar .widget.widget_nav_menu li a::after {
		top: 20px;
	}

	.swiper-slide .team-member.style-1 {
		margin-bottom: 10px;
	}

	.post-card.post-classic .post-desc .post-title h4,
	.post-card .post-desc .post-title h4 {
		font-size: 22px;
		line-height: 29px;
	}

	.post-comment .comment-form .comment-form-author,
	.post-comment .comment-form .comment-form-email {
		width: 100% !important;
		padding: 0;
	}

	.themeht-sidebar .widget {
		margin-bottom: 25px;
	}
	.elementor-widget-service-grid .col-lg-3.col-md-6 {
		width: 100% ;
	}
	
}

@media (max-width: 362px) {
	.banner-slider-two .banner-content h1 {
		font-size: 38px !important;
		line-height: 52px !important;
	}

}

@media (max-width:348px) {
	.banner-slider-two .banner-content h1 {
		font-size: 34px !important;
		line-height: 45px !important;
	}

	.testimonial.style-1 p {

		line-height: 28px;
	}
}