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

/* ------------------------------------------------
    Marquee Text
    Section Title
    List Icon
    Button
    service-item
    elementor css
    featured-item 
    Testimonials
    Banner Slider
    post card
    Split Slider
    ht Tab
    portfolio-item 
    Swiper Arrow
    Swiper Dot Pagination
    Price Table
    Accourdion
    team style
    CCB-Widget-cc_bmi_shortcode 
    elementor progress
    Counter
    themeht-heading
    contact-info
    gallery-box 
	video popup  
   ------------------------------------------------ */

/* ------------------------------------------------
                     Marquee Text
------------------------------------------------*/
.marquee-swiper .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	position: relative;
}

.marquee-section.swiper-slide {
	display: flex;
	width: auto !important;
}

.marquee-section {
	overflow: hidden;
}

.marquee-text {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.marquee-section.style1 {
	padding: 0;
	background-color: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	transform: inherit;
}


.marquee-section.style1 .marquee-text span {
	font-size: 100px;
	line-height: 120px;
	color: var(--themeht-dark-color);
	font-family: var(--themeht-typography-secondary-font-family);
	font-weight: 500;
	padding: 0 100px;

}

.marquee-section.style1:nth-child(2n+2) .marquee-text span {
	color: var(--themeht-dark-color);
	text-shadow: 1px 1px 0 var(--themeht-dark-color), -1px -1px 0 var(--themeht-dark-color), 1px -1px 0 var(--themeht-dark-color), -1px 1px 0 var(--themeht-dark-color), 1px 1px 0 var(--themeht-primary-color);
	-webkit-text-fill-color: var(--themeht-light-color);
}

.marquee-section.style1 .marquee-text i {
	font-size: 100px;
	line-height: 100px;
	-webkit-text-stroke: inherit;
	color: var(--themeht-secondary-color);
	animation: animName 25s linear infinite;
}

/*----------- marquee style 2 -----------*/
.marquee-section.style2 {
	padding: 0;
	background-color: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	transform: inherit;
}

.marquee-section.style2 .marquee-text span {
	font-size: 100px;
	line-height: 120px;
	color: var(--themeht-dark-color);
	font-family: var(--themeht-typography-secondary-font-family);
	font-weight: 500;
	padding: 0 100px;
}

.marquee-section.style2:nth-child(2n+2) .marquee-text span {
	color: var(--themeht-dark-color);
	text-shadow: 1px 1px 0 var(--themeht-dark-color), -1px -1px 0 var(--themeht-dark-color), 1px -1px 0 var(--themeht-dark-color), -1px 1px 0 var(--themeht-dark-color), 1px 1px 0 var(--themeht-primary-color);
	-webkit-text-fill-color: var(--themeht-light-color);
}

.marquee-section.style2 .marquee-text i {
	font-size: 100px;
	line-height: 100px;
	-webkit-text-stroke: inherit;
	color: var(--themeht-secondary-color);
	animation: animName 25s linear infinite;

}

/*----------- marquee style 3 -----------*/
.marquee-section.style3 span {
	font-size: 22px;
	line-height: 31px;
	font-weight: 500;
	position: relative;
	color: var(--themeht-dark-color);
}

.marquee-section.style3 i {
	color: var(--themeht-secondary-color);
	padding: 0px 30px;
	font-size: 30px;
}

/* ------------------------------------------------
                 Section Title
------------------------------------------------*/
.theme-title {
	margin-bottom: 40px;
}

.theme-title h6 {
	position: relative;
	font-family: var(--themeht-typography-body-font-family);
	margin-bottom: 15px;
	text-transform: uppercase;
	color: var(--themeht-body-color);
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	letter-spacing: 0.5px;
	background-color: inherit;
	padding-left: 23px;
}

.theme-title h6::before {
	content: "\f12f";
	font-family: flaticon_mycollection !important;
	position: absolute;
	top: 6px;
	left: 0px;
	font-size: 18px;
	line-height: 18px;
}

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

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

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

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

.theme-title p {
	font-size: 18px;
	margin-top: 20px;
	font-weight: 300;
	line-height: 27px;
}

.theme-title h2 {
	margin-bottom: 0;
	overflow: hidden;
}

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

.theme-title h2 i {
	color: var(--themeht-secondary-color);
	font-style: italic;
}

.text-white h2 {
	color: var(--themeht-white-color);
}

.text-black h2 {
	color: var(--themeht-dark-color);
}

.description-text {
	margin-top: 20px;
}

.text-white h2 i {
	color: var(--themeht-primary-color);
}

/* ------------------------------------------------
                     List Icon
------------------------------------------------*/
.list-icon li {
	position: relative;
	color: var(--themeht-dark-color);
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-family: var(--themeht-typography-secondary-font-family);
}

.list-icon.style1 li i {
	flex-shrink: 0;
	font-size: 12px;
	margin-right: 14px;
	color: var(--themeht-white-color);
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 100px;
	background-color: var(--themeht-secondary-color);
}

.list-style-2 .list-icon.style1 li i {
	color: var(--themeht-secondary-color) !important;
	width: 50px !important;
	height: 50px;
	line-height: 50px;
	background-color: rgb(117 50 50 / 15%);
	border-radius: 10px;
	text-align: center;
	font-size: 20px !important;
	margin-right: 15px;

}

/* elementor list */
.elementor-widget .elementor-icon-list-item {
	margin-bottom: 5px !important;
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
	color: var(--themeht-secondary-color) !important;
	font-size: 10px !important;
	position: relative;
	top: 1px;
	margin-right: 4px;
}

.elementor-widget-icon-list .elementor-icon-list-text {
	font-size: 18px !important;
	font-family: var(--themeht-typography-body-font-family) !important;
	color: var(--themeht-dark-color) !important;
}


/* ------------------------------------------------
                      Button
------------------------------------------------*/
.themeht-btn {
	padding: 22px 35px;
	border: 0;
	outline: none;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
	border-radius: 100px;
	display: inline-flex;
}

.themeht-btn i {
    font-size: 24px;
    line-height: 10px;
    margin-right: 8px;
}

.themeht-btn.btn-width {
	width: 100%;
	text-align: center;
}

.white-btn,
a.white-btn {
	background: var(--themeht-white-color);

}

.white-btn:hover,
a.white-btn:hover {
	background: var(--themeht-primary-color);
	color: var(--themeht-dark-color) !important;
}

.primary-btn,
a.primary-btn {
	background: var(--themeht-primary-color);
	color: var(--themeht-dark-color);
}

.primary-btn:hover,
a.primary-btn:hover {
	background: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
}

.dark-btn,
a.dark-btn {
	background: var(--themeht-dark-color);
	color: var(--themeht-white-color);
}

.dark-btn:hover,
a.dark-btn:hover {
	background: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
}

.primary-bg .dark-btn:hover,
.primary-bg a.dark-btn:hover,
.primary-bg .white-btn:hover,
.primary-bg a.white-btn:hover {
	background: var(--themeht-dark-color);
	color: var(--themeht-white-color);
}

a.white-btn:hover {
	color: var(--themeht-white-color);
}

.themeht-btn.outline-btn {
	border: 1px solid var(--themeht-dark-color);
    color: var(--themeht-dark-color);
    padding: 22px 35px 20px 35px;	
}

.themeht-btn.outline-btn:hover {
	border-color: var(--themeht-primary-color);
	color: var(--themeht-dark-color);
}

.themeht-btn.white-outline-btn {
	color: var(--themeht-dark-color);
}

.themeht-btn.white-outline-btn:hover {
	color: var(--themeht-primary-color);
	background-color: inherit;
}

.themeht-btn:hover {
	background: var(--themeht-primary-color);
	color: var(--themeht-white-color);
}

.themeht-btn svg line {
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke-dasharray: 25px;
	stroke-dashoffset: 50px;
	transition: stroke-dashoffset 1s cubic-bezier(.61, 1, .88, 1);
	stroke: var(--themeht-text-color);
}

.themeht-btn.dark-btn svg line,
.themeht-btn.white-outline-btn svg line,
.themeht-btn.primary-btn svg line {
	stroke: var(--themeht-white-color);
}

.themeht-btn:hover svg line {
	stroke-dashoffset: 0;
}

.themeht-btn:hover svg line {
	stroke: var(--themeht-white-color);
}

.themeht-btn.outline-btn:hover svg line {
	stroke: var(--themeht-white-color);
}

.themeht-btn.white-outline-btn:hover svg line {
	stroke: var(--themeht-text-color);
}

.themeht-btn span {
	line-height: 12px;
	transition: none;
}

.round-btn-text span {
	display: block;
}

.round-btn:hover .round-btn-text svg {
	fill: var(--themeht-white-color);
}

.round-btn:hover .round-btn-text {
	color: var(--themeht-white-color);
}

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

.themeht-btn.secondary-btn:hover {
	background-color: var(--themeht-dark-color);
}

.dark-bg .themeht-btn.secondary-btn:hover {
	background-color: var(--themeht-white-color);
	color: var(--themeht-dark-color);
}


.themeht-btn svg {
	width: 14px;
	margin-right: 10px;
}

.themeht-btn.secondary-btn svg,
.themeht-btn.primary-btn svg {
	fill: var(--themeht-white-color);
}

a.white-btn:hover svg {
	fill: var(--themeht-white-color);
}

a.dark-btn svg {
	fill: var(--themeht-white-color);
}

.themeht-btn.outline-btn:hover svg {
	fill: var(--themeht-white-color);
}

.themeht-btn.white-outline-btn:hover svg {
	fill: var(--themeht-primary-color);
}

/* ------------------------------------------------
               service-item
------------------------------------------------ */

/*----------- service style 1 -----------*/
.service-item.style-1 {
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--themeht-border-color);
	position: relative;
	margin-right: 50px;
}

.service-item.style-1 i {
	font-size: 50px;
	line-height: 50px;
	color: var(--themeht-dark-color);
}

.service-item.style-1 .service-title h4 {
	margin-bottom: 0
}

.service-item.style-1 img {
	max-width: none;
	width: -webkit-calc(100% + 40px);
	width: calc(100% + 59px);
	-webkit-transition: -webkit-transform 0.85s;
	transition: transform 0.85s;
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
}

.service-item.style-1:hover .service-image {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1);
	visibility: visible;
	transition-duration: .7s;
	z-index: 5;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
}

.service-item.style-1 .service-image {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transform: translateY(40px);
	transform-origin: top center;
	border-radius: 100%;
	overflow: hidden;
	display: block;
	width: 150px;
	height: 150px;
	opacity: 1;
	transition: .35s cubic-bezier(.25, .46, .45, .94);
	transition-duration: 0.35s;
	-webkit-clip-path: circle(0 at 50% 50%);
	clip-path: circle(0 at 50% 50%);
}

.service-item.style-1 p {
	margin-bottom: 0px;
	line-height: 22px;
	margin-top: 5px;
}

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

.service-item.style-1 .service-desc {
	padding-left: 40px;
	padding-bottom: 25px;
	padding-top: 25px;
	border-left: 1px solid var(--themeht-border-color);
}

.elementor-widget-service-grid .elementor-widget-container .row .col-lg-6.col-12:nth-of-type(6n+5) .service-item.style-1,
.elementor-widget-service-grid .elementor-widget-container .row .col-lg-6.col-12:nth-of-type(6n+6) .service-item.style-1 {
	border-bottom: inherit;
}

.service-bottom-link {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.8px;
	margin: 0;
}

.service-bottom-link a {
	color: var(--themeht-primary-color);
	margin-left: 10px;
	text-decoration: underline !important;
}

.service-bottom-link a:hover {
	color: var(--themeht-secondary-color);
}

/*----------- service style 2 -----------*/
.service2-swiper .service-swiper {
	padding: 25px 0 60px 0 !important;
}

.service-swiper .swiper-wrapper {
	align-items: center;
}

.service-item.style-2 {
	text-align: center;
	height: 500px;
	overflow: hidden;
	border-radius: 30px;
	position: relative;
	margin-bottom: 60px;
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	margin: 0 30px;
}

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

}

.service-item.style-2 .service-desc {
	position: absolute;
	bottom: -87px;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	padding: 210px 0px 60px 0px;
	border-radius: 30px;
}

.swiper-slide-active .service-item.style-2 .service-desc {
	bottom: -10px;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.30575980392156865) 61%, rgba(255, 255, 255, 0) 78%);
}

.service-item.style-2::before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--themeht-dark-color);
	opacity: 0.5;
	border-radius: 30px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.swiper-slide-active .service-item.style-2::before {
	opacity: 0;
}

.service-item.style-2 .service-cat a {
	font-family: var(--themeht-typography-body-font-family);
	text-transform: uppercase;
	color: var(--themeht-primary-color);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	padding-bottom: 3px;
	display: block;
}

.service-item.style-2 h4 a {
	margin-bottom: 24px;
	color: var(--themeht-white-color);
	font-size: 30px;
	line-height: 35px;
	position: relative;
}

.service-item.style-2 h4 a:hover {
	color: var(--themeht-primary-color);
}

.service-item.style-2 .themeht-btn {
	opacity: 0;
	position: relative;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transform: rotate(-30deg);
}

.service-item.style-2 .themeht-btn::before {
	content: "\f144";
	font-family: flaticon_mycollection !important;
	position: absolute;
	top: 53%;
	left: 31%;
	color: var(--themeht-dark-color);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(0%, -50%);
	font-size: 21px;

}

.service-item.style-2 .themeht-btn:hover:before {
	color: var(--themeht-white-color);

}

.service-item.style-2 .themeht-btn:hover {
	background-color: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
}

.swiper-slide-active .service-item.style-2 .themeht-btn {
	opacity: 1;
	font-size: 16px;
}

.service-item.style-2 .arrow-button {
	font-size: 16px;
	line-height: 16px;
	color: var(--themeht-dark-color);
	font-family: var(--themeht-typography-secondary-font-family);
	letter-spacing: 1px;
	display: inline-flex;
	align-items: flex-end;
	text-transform: uppercase;
	font-weight: 600;
}

.service-item.style-2 .arrow-button:hover i {
	color: var(--themeht-primary-color);
}

.service-item.style-2 .arrow-button span:hover {
	color: var(--themeht-primary-color);
}

.service-item.style-2 .arrow-button i {
	font-size: 20px;
}

.service-item.style-2 .arrow-button span {
	margin-top: -1px;
}

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

.service2-swiper .swiper-pagination {
	bottom: -65px !important;
	position: relative !important;
}

.elementor-widget-service-grid .service-item.style-2 {
	margin: 0px 0px 30px 0px;

}

.elementor-widget-service-grid .service-item.style-2:hover .themeht-btn {
	opacity: 1;
}

.elementor-widget-service-grid .service-item.style-2:hover .service-desc {
	bottom: -27px;
}

.elementor-widget-service-grid .service-item.style-2:hover .service-desc {
	bottom: -10px;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.30575980392156865) 61%, rgba(255, 255, 255, 0) 78%);
}

.elementor-widget-service-grid .service-item.style-2:hover::before {
	opacity: 0;
}


/*----------- style 3 -----------*/
.service-item.style-3 {
	margin: 0px 0px 40px 0px;
	height: 470px;
	border-radius: 30px;
	position: relative;
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	overflow: hidden;
}

.service-item.style-3::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 60%;
	opacity: 0.9;
	bottom: 0;
	left: 0;
	background: rgb(21, 29, 30);
	background: linear-gradient(0deg, rgba(21, 29, 30, 1) 4%, rgba(21, 29, 30, 0.7567401960784313) 46%, rgba(255, 255, 255, 0) 100%);
}

.service-item.style-3 .service-desc {
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.service-item.style-3 .service-icon {
	margin-bottom: 25px;
}

.service-item.style-3 .service-icon i {
	font-size: 55px;
	line-height: 55px;
	color: var(--themeht-secondary-color);
}

.service-item.style-3 h4 a {
	line-height: 32px;
	color: var(--themeht-white-color);
	font-size: 30px;
}

.service-item.style-3 h4 a:hover {
	color: var(--themeht-primary-color);
}

.service-item.style-3 a.read-button {
	background-color: var(--themeht-white-color);
	color: var(--themeht-dark-color);
	font-size: 20px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 100px;
	text-align: center;
	display: inline-block;
}

.service-item.style-3 a.read-button:hover {
	background-color: var(--themeht-primary-color);
}

.service-item.style-3 p {
	display: none;
}

/* ------------------------------------------------
                  elementor css 
------------------------------------------------ */

.img-rotate i,
.img-rotate img {
	animation: animName 25s linear infinite;
}

@keyframes animName {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

.title-white i {
	color: var(--themeht-white-color) !important;
}

.elementor-heading-title i {
	color: var(--themeht-secondary-color);
}

.icon-add a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: var(--themeht-white-color);
	color: var(--themeht-dark-color) !important;
	border-radius: 100px;
	position: absolute;
	bottom: 60px;
	right: 35px;
	margin-right: 15px;
	font-size: 26px;
	padding-left: 16px;
}

.icon-add a:hover {
	background-color: var(--themeht-secondary-color);
	color: var(--themeht-white-color) !important;
}


.star-rating {
	display: flex;
	align-items: center;
	color: var(--themeht-white-color);
	font-size: 18px;
	font-weight: 500;
}

.star-rating i {
	min-width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 30px;
	background-color: var(--themeht-primary-color);
	color: var(--themeht-dark-color);
	border-radius: 100px;
	text-align: center;
	margin-right: 15px;

}

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

.info-contact div {
	display: grid;
}

.info-contact span {
	display: block;
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 5px;
}

.info-contact a {
	font-weight: 500;
	font-size: 18px;
	font-family: var(--themeht-typography-secondary-font-family);
}

.info-contact i {
	color: var(--themeht-secondary-color) !important;
	width: 50px !important;
	height: 50px;
	line-height: 50px;
	background-color: rgb(117 50 50 / 15%);
	border-radius: 12px;
	text-align: center;
	font-size: 32px !important;
	margin-right: 15px;
	display: block;
}

.elementor-widget-container .testimonial-reting {
	display: inline-flex;
	align-items: center;
}

.elementor-widget-container .testimonial-reting h2.teting-number {
	margin-bottom: 0px;
	margin-right: 35px;
	font-family: var(--themeht-typography-body-font-family);
	font-size: 70px;
	line-height: 70px;
	font-weight: 600;

}

.elementor-widget-container .testimonial-reting {
	color: var(--themeht-dark-color);
	font-weight: 500;
}

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

}

.big-text {
	float: left;
	display: block;
	font-size: 26px;
	padding: 0;
	margin: 5px 10px 0px 0;
	font-weight: 500;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: var(--themeht-dark-color);
	color: var(--themeht-white-color);
	border-radius: 4px;
}

.cutom-numbr-2 {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 150px;
	position: relative;
	background-color: var(--themeht-secondary-color);
	border-radius: 100%;
  }
  
  .cutom-numbr-2::before {
	content: "";
	display: block;
	width: 34%;
	height: 43%;
	position: absolute;
	border-radius: 17px 27px 27px 7px;
	bottom: 0px;
	left: 106px;
	box-shadow: inset -7px 37px 0 0 var(--themeht-secondary-color);
	transform: rotate(330deg);
  }
  
  .cutom-numbr-2 .cutom-numbr-2-warp {
	position: relative;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	line-height: 0;
	top: 50%;
	left: 50%;
  }
  
  .cutom-numbr-2 h4 {
	margin-bottom: 7px;
	font-size: 40px;
	line-height: 45px;
	color: var(--themeht-white-color);
  }
  
  .cutom-numbr-2 span {
    font-size: 16px;
    line-height: 16px;
    color: var(--themeht-white-color);
    margin: 0;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .gradient-title h1 {
    background: linear-gradient(to top, #00000005 42%, #000000 844px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    font-size: 200px;
    font-weight: 600;
    text-transform: uppercase;
}
/* ------------------------------------------------
                     featured-item 
------------------------------------------------ */
.featured-item.style-1 {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
	font-size: 17px;
}

.featured-item.style-1 .featured-icon {
	position: relative;
}


.featured-item.style-1:hover .featured-icon:after {
	background: var(--themeht-primary-color);
	opacity: 1;
}

.featured-item.style-1 .featured-icon i {
	color: var(--themeht-secondary-color);
	font-size: 46px;
	line-height: 46px;
	text-align: center;
	margin-right: 30px;
}

.featured-item.style-1 .featured-icon svg {
	width: 55px;
	height: 55px;
	position: relative;
	top: 12px;
	left: 13px;
	z-index: 9;
	margin-right: 43px;
	fill: var(--themeht-dark-color);
}

.featured-item.style-1:hover .featured-icon svg {
	fill: var(--themeht-white-color);
}

.featured-item.style-1 h4 {
	margin-bottom: 6px;
	line-height: 36px;
	font-size: 28px;
}


.featured-item.style-1 .featured-number span {
	font-size: 14px;
	color: var(--themeht-dark-color);
	background: var(--themeht-primary-color);
	border-radius: 100px;
	width: 25px;
	height: 25px;
	text-align: center;
	display: block;
	line-height: 25px;
	margin-right: 10px;
	font-weight: 600;
	position: absolute;
	top: -7px;
	left: -3px;
}

.featured-item.style-1 .featured-icon img {
	border-radius: 100px;
	min-width: 60px;
	height: 60px;
	margin-right: 20px;
}

/*----------- style-2 -----------*/
.featured-item.style-2 {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	padding: 0 40px;

}

.featured-item.style-2::before {
	content: "\f145";
	font-family: flaticon_mycollection !important;
	position: absolute;
	top: 64px;
	right: -18px;
	font-size: 40px;
	line-height: 20px;
	color: var(--themeht-dark-color);
}

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

.featured-item.style-2 h4 {
	margin-bottom: 10px;
	font-size: 28px;
}

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


.featured-item.style-2 .featured-icon i {

	color: var(--themeht-dark-color);
}

.featured-item.style-2 .featured-icon svg {
	width: 55px;
	height: 55px;
	fill: var(--themeht-dark-color);
}

.featured-item.style-2 .featured-icon {
	margin-bottom: 25px;
	font-size: 50px;
}

.featured-item.style-2 .featured-icon img {
	width: 140px;
}

/*----------- style 3 -----------*/
.featured-item.style-3 {
	margin-bottom: 40px;
	padding: 40px 40px 40px 40px;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	overflow: hidden;

}

.featured-item.style-3 .featured-icon {
	font-size: 66px;
	border-radius: 100px;
	margin-bottom: 20px;
	z-index: 9;
	position: relative;

}

.featured-item.style-3 .featured-icon svg {
	width: 45px;
	height: 45px;
	fill: var(--themeht-dark-color);
}

.featured-item.style-3 .featured-desc {
	z-index: 9;
	position: relative;
}

.featured-item.style-3:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #ffffffd9;
	border-radius: 20px;
	filter: blur(1px);
}

.featured-item.style-3 .featured-number {
	margin-left: 10px;
}

.featured-item.style-3 .featured-icon img {
	width: 142px;
}

.featured-item.style-3 .featured-number span {
	font-size: 15px;
	color: var(--themeht-dark-color);
	background: var(--themeht-primary-color);
	border-radius: 100px;
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	line-height: 30px;
	position: absolute;
	left: 30px;
	top: 30px;
	font-weight: 600;
	z-index: 9;
}

.featured-item.style-3 h4 {
	margin-bottom: 13px;
	line-height: 36px;
	font-size: 28px;
}

.featured-item.style-3.text-end {
	direction: rtl;
}

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

/*----------- style-4 -----------*/
.featured-item.style-4 {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
}

.featured-item.style-4 .featured-icon {
	min-width: 80px;
	height: 80px;
	line-height: 80px;
	color: var(--themeht-white-color);
	font-size: 36px;
	text-align: center;
	border-radius: 100px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	background-color: var(--themeht-secondary-color);
}

.featured-item.style-4 .featured-icon svg {
	width: 45px;
	height: 45px;
	fill: var(--themeht-dark-color);
}

.featured-item.style-4 .featured-icon i {
	position: relative;
}

.featured-item.style-4 .featured-icon img {
	width: 80px;
	height: 80px;
}

.featured-item.style-4 h4 {
	margin-bottom: 7px;
	line-height: 29px;
	font-size: 24px;
}

.featured-item.style-4 .featured-desc {
	font-size: 15px;
	line-height: 22px;
}

/* style-5 */
.featured-item.style-5 .featured-icon {

	margin-bottom: 20px;
	overflow: hidden;
}

.featured-item.style-5 .featured-icon svg {
	width: 40px;
}

.featured-item.style-5 h4 {
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 38px;
}


/* ------------------------------------------------
                   Testimonials
------------------------------------------------ */

.testimonial.style-1 {
	border-radius: 30px;
}

.testimonial.style-1 p {
	font-size: 30px;
	line-height: 44px;
	font-family: var(--themeht-typography-secondary-font-family);
	font-weight: 500;
	color: var(--themeht-dark-color);
	padding-bottom: 50px;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--themeht-border-color);
	margin-top: 30px;
}

.testimonial.style-1 h4 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0px;
	color: var(--themeht-dark-color);
	letter-spacing: 1px;
}

.testimonial.style-1 span {
	font-family: var(--themeht-typography-body-font-family);
	text-transform: uppercase;
	color: var(--themeht-body-color);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.testimonial.style-1 i {
	font-size: 64px;
	line-height: 63px;
	margin-bottom: 19px;
	color: var(--themeht-dark-color);
	display: inline-block;

}

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

.testimonial-thumb .swiper-wrapper {
	align-items: center;
}

.testimonial.style-1 .testimonial-inner {
	display: flex;
	align-items: center;
}

.testimonial.style-1 img {
	width: 60px;
	border-radius: 100px;
	margin-right: 20px;
}

.testimonial-swiper .swiper-nav-arrow {
	position: absolute;
	right: 0px;
	bottom: 25px;
}

.testimonial-swiper .swiper-button-next,
.testimonial-swiper .swiper-button-prev {
	width: 46px !important;
	height: 46px !important;
	line-height: 46px !important;
}

.testimonial-swiper .swiper-button-next {
	right: 0px !important;
}

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

.testimonial.style-2 {
	margin-bottom: 30px;
}

.testimonial.style-2 .row {
	display: flex;
	align-items: center;
}

.testimonial.style-2 h2 {
	margin-bottom: 15px;
}

.testimonial.style-2 h4 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 20px;
	color: var(--themeht-secondary-color);
}

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

.testimonial.style-2 img {
	border-radius: 4px;
	width: 100%;
}

.testimonial.style-2 label {
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
	display: inline-flex;
	align-items: flex-end;
	text-transform: uppercase;
	font-style: normal;
}

.testimonial.style-2 .testimonial-content {
	margin-right: 40px;
	font-size: 20px;
	line-height: 28px;
	font-style: italic;
}


/* ------------------------------------------------
                   Banner Slider
------------------------------------------------ */
[data-bg-img] {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner-slider .slider-img {
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
}

.banner-content {
	padding: 270px 0 220px 150px;
	position: relative;
	z-index: 9;
}

.banner-slider.swiper .swiper-button-prev {
	left: 20px;
}

.banner-slider.swiper .swiper-button-next {
	right: 20px;
}

#banner-pagination {
	bottom: 23px;
	position: absolute !important;
	left: auto;
	right: 60px;
	width: auto;
	transform: translateY(-50%);
}

#banner-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	margin: 0 10px;
	background-color: var(--themeht-white-color);
	border: inherit;
	width: 15px;
	height: 15px;
	z-index: 9;

}

.banner-content h1 {
	font-size: 100px;
	line-height: 110px;
	color: var(--themeht-dark-color);
}

.banner-content h1 span.title-text {
	display: block;
	font-weight: 600;
}

.animated2,
.animated3 {
	font-size: 18px;
	line-height: 30px;
}

.banner-slider .btn-box {
	display: flex;
	align-items: center;
}

.banner-slider .themeht-btn+.themeht-btn {
	margin-left: 20px;
}

.banner-slider .themeht-btn.outline-btn {
	border-color: var(--themeht-border-color);
}

.banner-slider .themeht-btn.outline-btn:hover {
	border-color: var(--themeht-primary-color);
}

.banner-content h6 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center;
    font-family: var(--themeht-typography-body-font-family);
	margin-bottom: 30px;
}

.banner-content h6 span {
	background-color: var(--themeht-primary-color);
	color: var(--themeht-white-color);
	font-size: 11px;
	line-height: 25px;
	padding: 0 6px;
	text-align: center;
	margin-right: 10px;
	border-radius: 4px;
}

.banner-inner {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.round-text {
	position: relative;
	width: 150px;
	overflow: hidden;
	height: 150px;
	display: inline-block;
	flex-shrink: 0;
	margin-right: 30px;
}

.round-text text {
	text-transform: uppercase;
	font-size: 16px;
	fill: var(--themeht-white-color);
	letter-spacing: 3px;
	font-weight: 500;
}

.round-text svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-animation-name: rotate;
	-moz-animation-name: rotate;
	-ms-animation-name: rotate;
	-o-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 20s;
	-moz-animation-duration: 20s;
	-ms-animation-duration: 20s;
	-o-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}

.text-btn-icon {
	font-size: 60px;
	color: var(--themeht-white-color) !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
}


.banner-form-shape svg {
	position: absolute;
	left: -80px;
	width: 50px;
	height: 50px;
	top: 130px;
	transform: rotate(-180deg);
}

.banner-slider h6 {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-slider h1 {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-slider p {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
}

.banner-slider .btn-box {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}


.banner-slider .swiper-slide-active h6 {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 500ms;
}

.banner-slider .swiper-slide-active h1 {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1000ms;
}

.banner-slider .swiper-slide-active p {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1500ms;
}

.banner-slider .swiper-slide-active .btn-box {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 2000ms;
}

.banner-slider-one {
	position: relative;
	margin: 15px;
	border-radius: 30px;
}

.banner-slider-two:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 15%;
	z-index: 9;
	background: linear-gradient(180deg, #210905b3 5%, #21090591 24%, #21090500 100%);
}

.banner-slider-one:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 25%;
	z-index: 9;
	background: linear-gradient(180deg, #151e1e 0%, #151e1ea1 34%, #151e1e00 95%);
}

.banner-slider-one .swiper-pagination-bullets::after {
	position: absolute;
	top: -160px;
	left: -180px;
	content: "";
	width: 410px;
	height: 410px;
	background: radial-gradient(circle, rgba(0, 0, 0, 0.6727065826330532) 0%, rgba(9, 9, 121, 0) 70%);
}

.banner-slider-one .slider-img::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 80%;
	height: 100%;
	background: linear-gradient(to right, #151e1e, #151e1ed9, #151e1ea3, #151e1e57, #ffffff00);
	z-index: 9;
}

.banner-slider-one .banner-content {
	width: 55%;
	position: relative;
	padding: 350px 15px 230px 150px;
}

.banner-slider-one .banner-content h1 {
	font-size: 80px;
	line-height: 90px;
	color: var(--themeht-white-color);
	margin-bottom: 35px !important;
}

.banner-slider-one .banner-content p {
	color: var(--themeht-white-color);
	font-weight: 500;
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 35px;
}

.banner-slider-one .banner-content .banner-media {
	display: flex;
	align-items: center;
	color: var(--themeht-white-color);
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-slider-one .banner-content .banner-media i {
	color: var(--themeht-primary-color);
	font-size: 40px;
	line-height: 40px;
	margin-right: 15px;
}

.banner-slider-one .banner-content .banner-media a {
	color: var(--themeht-white-color);
	font-family: var(--themeht-typography-secondary-font-family);
	font-size: 18px;
	font-weight: 500;
}

.banner-slider-one .banner-content .banner-media-warp {
	display: grid;
}

.banner-slider-one .banner-content .themeht-btn {
	background: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
}

.banner-slider-one .banner-content .themeht-btn:hover {
	background: var(--themeht-primary-color);
	color: var(--themeht-dark-color);
}


/* banner slider two */
.banner-slider-two {
	border-radius: 0px 0px 30px 30px;
}

.banner-slider-two::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 15%;
	background: rgb(37, 12, 7);
	background: linear-gradient(0deg, #210905cc 5%, #210905ad 24%, #21090596 47%, #21090500 100%);
	z-index: 9;
}

.banner-slider-two .banner-content {
	padding: 280px 15px 310px 200px;
	width: 55%;
	position: relative;
}

.banner-slider-two .slider-img::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #210905ed, #210905d9, #2109059e, #21090500, #21090500);
}

.banner-slider-two .banner-content h1 {
	font-size: 80px;
	line-height: 90px;
	color: var(--themeht-white-color);
	margin-bottom: 35px !important;
}

.banner-slider .banner-content h1 i {
	color: var(--themeht-primary-color);
}

.banner-slider-two .banner-content p {
	color: var(--themeht-white-color);
	font-weight: 500;
	font-size: 20px;
	line-height: 34px;
	width: 80%;
}

.banner-slider-two .banner-content h6 {
	margin-bottom: 10px !important;
}

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

.banner-slider-two .animated2 {
	font-size: 18px;
	line-height: 30px;
}

.banner-slider-two .animated2.splitting {
	font-size: 13px;
}

.banner-slider-two .themeht-btn.secondary-btn:hover {
	background-color: var(--themeht-white-color);
	color: var(--themeht-dark-color);
}

/* banner bottom  */

.banner-bottom {
	margin-top: -119px;
	position: relative;
	z-index: 9;
	border-top: 1px solid rgb(255 255 255 / 14%);
	padding: 30px 40px 33px 50px;
	display: flex;
	justify-content: space-between;
}

.banner-bottom .banner-media ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

.banner-bottom .banner-media ul li {
	display: flex;
	align-items: center;
}

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

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

.banner-bottom .banner-media ul li .banner-media-icon i {
	line-height: 52px;
	text-align: center;
	color: var(--themeht-primary-color);
	font-size: 45px;
	margin-right: 19px;
	display: block;
}

.banner-bottom .banner-media ul li h6 {
	display: block;
	font-size: 15px;
	line-height: 23px;
	font-weight: 500;
	color: var(--themeht-white-color);
	margin-bottom: 0px;
	font-family: var(--themeht-typography-body-font-family);
}

.banner-bottom .banner-media ul li a {
	margin-top: 3px;
	line-height: 23px;
}

.banner-bottom .banner-media ul li a span {
	font-family: var(--themeht-typography-secondary-font-family);
	font-size: 18px;
}

.banner-bottom .banner-media ul li a:hover,
.banner-bottom .banner-media ul li a:hover span {
	color: var(--themeht-primary-color);
}

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

.banner-bottom .banner-social {
	display: flex;
	align-items: center;
}

.banner-bottom .banner-social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	display: block;
	text-align: center;
	color: var(--themeht-dark-color);
	background-color: var(--themeht-primary-color);
	margin-right: 15px;
}

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

	color: var(--themeht-white-color);
}

/* banner slider three */ 
.banner-slider-three .slider-img::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--themeht-dark-color);
	z-index: 9;
	opacity: 0.8;
}

.banner-slider-three .banner-content h1 {
	font-size: 70px;
	line-height: 85px;
	color: var(--themeht-white-color);
	margin-bottom: 35px !important;
}
 
 .banner-slider-three .banner-content h1 i{
     color: var(--themeht-primary-color);
}

.banner-slider-three .btn-box {
	margin-top: 34px !important;
}

.banner-slider-three .animated2 {
	font-size: 18px;
	line-height: 30px;
}

.banner-slider-three .animated2.splitting {
	font-size: 13px;
}

.banner-slider-three .banner-content {
	padding: 370px 15px 240px 15px;
	width: 50%;
    margin: auto;
}
.banner-slider-three .banner-content h6{
	color: var(--themeht-white-color);
}
.banner-slider-three .btn-box{
	display: block;
}
.banner-slider-three .swiper-button-prev,
.banner-slider-three .swiper-button-next{
	background-color: var(--themeht-primary-color) !important;
}
.banner-slider-three .swiper-button-prev:hover,
.banner-slider-three .swiper-button-next:hover{
	background-color: var(--themeht-secondary-color) !important;
	color: var(--themeht-white-color) !important;
}
.banner-slider-three .primary-btn:hover{
	background-color: var(--themeht-white-color);
	color: var(--themeht-dark-color);
}
.banner-slider-three .secondary-btn:hover{
	background-color: var(--themeht-primary-color);
	color: var(--themeht-dark-color);
}
/* ------------------------------------------------
                   post card 
------------------------------------------------ */
.post-card.style-1 {
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
}

.post-card.style-1 .post-image {
	height: 400px;
	position: relative;
	border-radius: 4px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.post-card.style-1 .post-image::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.9;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgb(0 0 0 / 5%) 35%, rgb(21 30 30) 70%);
	border-radius: 4px;
}

.post-card.style-1 .post-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0px 40px 30px 40px;
}

.post-card.style-1 .post-desc ul {
	padding: 0;
	margin: 0 0 13px 0;
	border: inherit;
}

.post-card.style-1 .post-desc .list-inline a {
	background-color: var(--themeht-primary-color);
	color: var(--themeht-dark-color);
	padding: 6px 14px 5px 14px;
	border-radius: 100px;
	font-size: 14px;
}

.post-card.style-1 .post-desc .list-inline li {
	margin-right: 9px !important;
}

.post-card.style-1 .post-desc .author.vcard {
	position: relative;
	padding-left: 20px;
	left: 0px;
	content: "";
	width: 8px;
	height: 1px;
	color: var(--themeht-white-color);
	position: relative;
}

.post-card.style-1 .post-desc .author.vcard::before {
	position: absolute;
	top: 8px;
	left: 0px;
	content: "";
	width: 8px;
	height: 1px;
	background-color: var(--themeht-secondary-color);
}

.post-card.style-1 h4 {
	margin-top: 0px !important;
	font-size: 24px;
	line-height: 34px;
}

.post-card.style-1 h4 a {
	color: var(--themeht-white-color) !important;
}

.post-card.style-1 h4 a:hover {
	color: var(--themeht-primary-color) !important;
}

/* style-2 */
.post-card.style-2 {
	margin-bottom: 40px;
}

.post-card.style-2 .post-image {
	position: relative;
	border-radius: 25px;
	overflow: hidden;

}

.post-card.style-2 .post-image img {
	width: 100%;
	transform: scale(1.0);
}

.post-card.style-2 .post-image:hover img {
	transform: scale(1.1);
}

.post-card.style-2 .post-cat {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: var(--themeht-primary-color);
	color: var(--themeht-dark-color);
	padding: 1px 14px 1px 14px;
	border-radius: 100px;
	display: none;
}

.post-card.style-2 .list-inline.post-bottom {
	padding-top: 17px;
	margin-bottom: 8px;
	padding-bottom: 0px;
	border: inherit;
}

.post-card.style-2 .list-inline.post-bottom .list-inline-item {
	margin-right: 10px;
}

.post-card.style-2 .post-cat a {
	text-transform: uppercase;
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 600;
}

.post-card.style-2 .post-cat a:hover {
	color: var(--themeht-dark-color);
}

.post-card.style-2 .post-desc h4 {
	margin: 0px;
	line-height: 35px;
	font-size: 26px;
}

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

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

.post-card.style-2 .post-desc .post-bottom a {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: var(--themeht-secondary-color);
}

.post-card.style-2 .post-desc .post-bottom a:hover {
	color: var(--themeht-dark-color);
}

.post-card.style-2 .post-desc .author.vcard {
	position: relative;
	padding-left: 45px;
}

.post-card.style-2 .author.vcard {
	position: relative;
}

.post-card.style-2 .author.vcard::before {
	position: absolute;
	top: 9px;
	left: 0px;
	content: "";
	width: 30px;
	height: 1px;
	background-color: var(--themeht-body-color);
}

/* ------------------------------------------------
                   Split Slider
------------------------------------------------ */
.ht-img-split-scroller {
	display: flex;
}

.split_images {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100vh;
	background-color: var(--themeht-light-color);
	border-radius: 4px;
}

.split_images .split-img-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
}

.split_images .split-img-block img {
	width: 100%;
	height: 100%;
	border-radius: 0px 20px 20px 0px;
	object-fit: cover; 
}

.split_images .split-img-block:first-child {
	opacity: 1;
}

.split_texts {
	position: relative;
	width: 50%;
	margin-left: auto;
}

.split_texts .split-text-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 100vh;
	padding-left: 120px;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
}

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

.split-mobile-img {
	display: none;
}

.split-number {
	font-size: 150px;
	-webkit-text-stroke: 1px var(--themeht-text-color);
	color: transparent;
	line-height: 1;
	margin-bottom: 20px; 
	font-weight: 500;
}

.split-content h3 {
	font-size: 44px;
	line-height: 54px;
}

.split-content .counter h6 {
	margin-top: 0;
}

.split-list {
	margin-top: 30px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.split-content-counter {
	margin: 50px 0;
}

.sticky-panel-content {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
}

.sticky-panel {
	height: 100vh;
	flex: 1 0 100%;
	display: flex;
	justify-content: start;
	align-items: center;
}

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

.sticky-panel-text {
	background: var(--themeht-white-color);
	width: 50%;
	padding: 5rem;
}


/* ------------------------------------------------
                     ht Tab
------------------------------------------------ */
.ht-tab .tab-menu {
	padding: 0;
	border-bottom: 1px solid var(--themeht-border-color);
	margin-bottom: 0;
	padding-bottom: 40px;
	text-align: center;
  }
  
  .ht-tab .tab-menu li {
	list-style-type: none; 
	display: inline-block;
	margin: 5px 5px 0px 0;
  }
  
  .ht-tab .tab-menu li a { 
    font-size: 18px;
    color: var(--themeht-dark-color);
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: 400;
    display: block;

  }
  .ht-tab .tab-menu li a:hover,
  .ht-tab .tab-menu li a.active-a {
	color: var(--themeht-white-color);
	background-color: var(--themeht-secondary-color); 
  }
  
  .ht-tab .ht-tab-pane .ht-tab-content {
	display: flex;
	align-items: center;
	position: relative;
	border-bottom: 1px solid var(--themeht-border-color);
	padding: 61px 0px 28px 0px;
	justify-content: space-between;
  }
  .ht-tab .ht-tab-pane .ht-tab-content:last-child{
	border-bottom: inherit;
  }
  .ht-tab-pane .ht-tab-content:hover .tab-image {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	transform: translateY(0) skewY(0) scaleZ(1);
	visibility: visible;
	transition-duration: .7s;
	z-index: 5;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
  }
  
  .ht-tab-pane .ht-tab-content .tab-image {
	position: absolute;
	top: -10px;
	right: 50%;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transform: translateY(40px);
	transform-origin: top center;
	border-radius: 100%;
	overflow: hidden;
	display: block;
	width: 150px;
	height: 150px;
	opacity: 1;
	transition: .35s cubic-bezier(.25, .46, .45, .94);
	transition-duration: 0.35s;
	-webkit-clip-path: circle(0 at 50% 50%);
	clip-path: circle(0 at 50% 50%);
  }
  
  .ht-tab-pane .ht-tab-content img {
	max-width: none;
	width: -webkit-calc(100% + 40px);
	width: calc(100% + 74px);
	-webkit-transition: -webkit-transform 0.85s;
	transition: transform 0.85s;
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(0px, 0, 0);
  }
  
  .ht-tab-content span {
	font-family: var(--themeht-typography-secondary-font-family);
	font-size: 21px;
	color: var(--themeht-dark-color);
	font-weight: 600;
	width: 25%;
	text-transform: uppercase;
  }
  
  .ht-tab-content h4 {
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 27px;
	width: 25%;
	position: relative;
	font-family: var(--themeht-typography-body-font-family);
	font-weight: 500;
  }
  .ht-tab .ht-tab-pane .ht-tab-content h4::before{
	position: absolute;
	top: -30px;
	left: 0;
	font-family: var(--themeht-typography-body-font-family);
	line-height: 26px;
	font-weight: 400;
	font-style: normal;
	color: var(--themeht-body-color);
	font-size: 16px;
	text-transform: capitalize; 
  }
  
  .ht-tab .ht-tab-pane .ht-tab-content h4:nth-of-type(5n+1)::before{ 
	content: "time"; 
   }
   .ht-tab .ht-tab-pane .ht-tab-content h4:nth-of-type(5n+2)::before{ 
	content: "class name"; 
   } 
   .ht-tab .ht-tab-pane .ht-tab-content h4:nth-of-type(5n+3)::before{ 
	content: "trainer";  
   }
  .ht-tab-content a.themeht-btn {
    line-height: 10px;
    transition: none;
    font-weight: 600;
    padding: 15px 20px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    position: relative;
    top: -10px;
    font-size: 14px;
  }
  
  .ht-tab-pane {
	display: none;
  }
  
  .ht-tab-pane.tab-active {
	display: block;
	animation: tab-fade ease 1s;
	-webkit-animation: tab-fade ease 1s;
	-moz-animation: tab-fade ease 1s;
	-o-animation: tab-fade ease 1s;
	-ms-animation: tab-fade ease 1s;
  }
  

/* ------------------------------------------------
                  portfolio-item 
------------------------------------------------ */
.portfolio-item.style-1 {
	position: relative;
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
}

.portfolio-item.style-1 img {
	width: 100%;
	transform: scale(1.0);
}

.portfolio-item.style-1:hover img {
	transform: scale(1.1);
}

.portfolio-item.style-1 .portfolio-desc {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.portfolio-item.style-1:hover .portfolio-desc {
	opacity: 1;
}

.portfolio-item.style-1 .portfolio-cat a {
	position: relative;
	color: var(--themeht-white-color);
}

.portfolio-item.style-1 .portfolio-cat {
	padding: 2px 15px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 8px;
	font-weight: 500;

}

.portfolio-item.style-1 .portfolio-cat,
.portfolio-item.style-1 h4 {
	position: relative;
	display: inline-block;
	color: var(--themeht-white-color);

}

.portfolio-item.style-1 .portfolio-cat::before {
	border-radius: 100px !important;
}

.portfolio-item.style-1 .portfolio-cat::before,
.portfolio-item.style-1 h4::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 0px;
	height: 100%;
	border-radius: 15px;
	background-color: var(--themeht-dark-color);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.portfolio-item.style-1:hover .portfolio-cat::before,
.portfolio-item.style-1:hover h4::before {
	width: 100%;
}

.portfolio-item.style-1 h4 {
	margin-bottom: 0px;
	padding: 15px 20px;
	font-size: 24px;
	line-height: 28px;
}

.portfolio-item.style-1 .portfolio-title h4 a {
	position: relative;
	color: var(--themeht-white-color);
}

.portfolio-item.style-1 .portfolio-cat a:hover,
.portfolio-item.style-1 .portfolio-title h4 a:hover {
	color: var(--themeht-primary-color);
}


/* ------------------------------------------------
                  Swiper Arrow 
------------------------------------------------ */
.swiper .swiper-button-prev {
	left: 10px;
	transform: rotateY(180deg);
}

.swiper .swiper-button-next {
	right: 10px;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	background: var(--themeht-white-color);
	border-radius: 100px;
	color: var(--themeht-dark-color);
	font-size: 20px;
}

.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
	background: var(--themeht-primary-color);
	border-color: var(--themeht-primary-color);
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
	content: none;
}

.swiper-nav-white .swiper-button-prev,
.swiper-nav-white .swiper-button-next,
.swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-bottom-white .swiper-button-next {
	border: 1px solid var(--themeht-border-color);
	background: var(--themeht-secondary-color);
}

.swiper-nav-white .swiper-button-prev:hover,
.swiper-nav-white .swiper-button-next:hover,
.swiper-nav-bottom-white .swiper-button-prev:hover,
.swiper-nav-bottom-white .swiper-button-next:hover {
	background: var(--themeht-white-color);
	border-color: var(--themeht-white-color);
}

.swiper-nav-bottom-white .swiper-button-next,
.swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-bottom .swiper-button-next,
.swiper-nav-bottom .swiper-button-prev {
	top: inherit;
	bottom: 0;
}

.swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-bottom .swiper-button-prev {
	left: 50% !important;
	margin-left: -60px;
}

.swiper-nav-bottom-white .swiper-button-next,
.swiper-nav-bottom .swiper-button-next {
	right: 50% !important;
	margin-right: -60px;
}

.swiper-nav-bottom,
.swiper-nav-bottom-white {
	margin-top: 120px;
}


/* ------------------------------------------------
               Swiper Dot Pagination
------------------------------------------------ */
.swiper-pagination {
	position: inherit !important;
	text-align: center;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	margin-top: 10px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	background-color: transparent;
	border: 1px solid var(--themeht-dark-color);
	border-radius: 50%;
	width: 10px;
	height: 10px;
	opacity: 1;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

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

.banner-swiper .swiper-pagination-clickable .swiper-pagination-bullet-active {
	background-color: var(--themeht-white-color);
}

.banner-swiper .swiper-pagination-clickable .swiper-pagination-bullet-active::before {
	position: absolute;
	top: -4px;
	left: -4px;
	content: "";
	width: 23px;
	height: 23px;
	border: 1px solid var(--themeht-white-color);
	border-radius: 100px;
}

.swiper-dots-white .swiper-pagination-clickable .swiper-pagination-bullet {
	background-color: var(--themeht-white-color);
}

.swiper-nav-none .swiper-button-prev,
.swiper-nav-none .swiper-button-next,
.swiper-nav-none .swiper-pagination {
	display: none;
}

.swiper-nav-dots .swiper-button-prev,
.swiper-nav-dots .swiper-button-next,
.swiper-dots-white .swiper-button-prev,
.swiper-dots-white .swiper-button-next {
	display: none;
}

.swiper-nav-arrow .swiper-pagination,
.swiper-nav-bottom .swiper-pagination,
.swiper-nav-white .swiper-pagination,
.swiper-nav-bottom-white .swiper-pagination {
	display: none;
}

/* ------------------------------------------------
                  Price Table
------------------------------------------------*/
.price-table {
	position: relative;
	z-index: 9;
	border-radius: 20px;
	overflow: hidden;
	background-color: var(--themeht-light-color);
}

.price-table .price-img {
	height: 170px;
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
}

.price-table .price-img img {
	transform: scale(1.0);
}

.price-table:hover .price-img img {
	transform: scale(1.1);
}


.price-table .price-warp {
	padding: 40px;
	position: relative;
	background-color: var(--themeht-white-color);
}

.price-table h4 {
	font-size: 30px;
}

.price-value {
	background: var(--themeht-primary-color);
	width: 100px;
	height: 100px;
	line-height: 120px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	top: -50px;
	right: 30px;
}

.price-title {
	margin-bottom: 40px;
}

.price-title span {
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	background: var(--themeht-secondary-color);
	border-radius: 100px;
	color: var(--themeht-white-color);
	padding: 4px 16px;
	letter-spacing: 1px;
}

.price-value h2 {
	font-size: 32px;
	line-height: 1;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	color: var(--themeht-dark-color);
	text-align: center;
	font-family: var(--themeht-typography-body-font-family);
	font-weight: 600;
}

.price-value span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.price-list {
	margin-bottom: 25px;
}

.price-list ul li {
	position: relative;
	padding-bottom: 15px;
	font-size: 18px;
	color: var(--themeht-dark-color);
}

.price-list li i {
	font-size: 15px;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	border-radius: 100px;
	background: var(--themeht-white-color);
	color: var(--themeht-secondary-color);
	text-align: center;
}

.text-white .price-value h2,
.text-white h4,
.text-white .price-value h2 sup,
.text-white .price-value h2 span,
.price-table.primary-bg .price-list li i,
.price-table.secondary-bg .price-list li i {
	color: var(--themeht-white-color);
}

.primary-bg .price-value {
	border-top-color: var(--themeht-light-color);
}

.secondary-bg .price-value {
	border-top-color: var(--themeht-border-white-color);
}

.price-icon {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 9;
	font-size: 40px;
	line-height: 1;
	color: var(--themeht-body-color);
}


.price-table .themeht-btn:hover {
	color: var(--themeht-white-color);
}


/* ------------------------------------------------
                     Accourdion
------------------------------------------------ */
.elementor-accordion .elementor-accordion-item {
	border-bottom: 1px solid var(--themeht-border-color) !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}

.elementor-accordion .elementor-accordion-item:last-child {
	margin-bottom: 0;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	padding: 25px 0px 27px 0px;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active {
	padding-bottom: 5px !important;
	color: var(--themeht-secondary-color);
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:last-child .elementor-tab-title {
	margin-bottom: 0px;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500 !important;
	transition: all 0s ease-in-out 0s;
	color: var(--themeht-dark-color);
	font-family: var(--themeht-typography-secondary-font-family);
	padding-right: 20px;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
	color: var(--themeht-dark-color);
}

.elementor-widget-accordion .elementor-accordion-icon {
	color: var(--themeht-dark-color) !important;
	padding-top: 4px;
	font-size: 13px;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
	fill: var(--themeht-dark-color) !important;

}

.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
	color: var(--themeht-secondary-color)
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
	color: var(--themeht-body-color);
	font-family: var(--themeht-typography-body-font-family);
	border-top: none !important;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content p {
	margin-bottom: 10px;
}

.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
	color: var(--themeht-dark-color);
}


/* ------------------------------------------------
                   team style
------------------------------------------------*/
.swiper-slide .team-member.style-1 {
	margin-bottom: 30px;
}

.team-member.style-1 {
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	border: 1px solid var(--themeht-dark-color);
	background-color: var(--themeht-light-color);

}

.team-member.style-1 .team-images {
	border-radius: 180px;
	overflow: hidden;
	position: relative;
	height: 200px;
	width: 200px;
	margin-bottom: 34px;
}

.team-member.style-1 img {
	transform: scale(1.0);
	margin-bottom: 40px;
}

.team-member.style-1:hover img {
	transform: scale(1.1);

}

.team-member.style-1:hover .team-desc {
	bottom: 0px;
}

.team-member.style-1 .team-desc span {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 10px;
	display: block;
	position: relative;
	letter-spacing: 0.5px;

}

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

.team-member.style-1 h4 a {
	color: var(--themeht-dark-color);
	position: relative;
}

.team-member.style-1 h4 a:hover {
	color: var(--themeht-secondary-color);
}

.team-member.style-1 .team-top {
	padding: 40px 40px 33px 40px;
}

.team-member.style-1 .team-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--themeht-secondary-color);
	padding: 12px 20px;
	position: relative;
}

.team-member.style-1 .team-link {
	color: var(--themeht-white-color);
	display: flex;
	align-items: center;
}

.team-member.style-1 .team-share-icon:hover {
	background-color: var(--themeht-primary-color);

}

.team-member.style-1 .team-link i {
	font-size: 22px;
	line-height: 30px;
	margin-left: 8px;
	position: relative;
	top: 1px;
}

.team-member.style-1 .team-share-icon {
	display: block;
	background: var(--themeht-white-color);
	width: 46px;
	height: 46px;
	font-size: 18px;
	line-height: 46px !important;
	text-align: center;
	border-radius: 100%;
	color: var(--themeht-dark-color);
}

.team-member.style-1 ul {
	position: absolute;
	top: -135px;
	right: 15px;
	opacity: 0;
	-webkit-transition: all 0.25sease -in-out;
	transition: all 0.25sease -in-out;
	transform: translateX(0);
	transition: transform 0.5sease -in-out, opacity 0.5sease -in-out;
	padding: 0;
}

.team-member.style-1 ul li {
	border-radius: 100%;
	margin-right: 0px;
	margin-top: 0px;
	transition: transform 0.3s ease-in, opacity 0.3s ease-in;
	transform: translateX(120%);
}

.team-member.style-1 .team-social-list:hover ul li {
	opacity: 1;
	transform: translateX(-20%);
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.team-member.style-1 .team-social-list:hover ul li:nth-child(1) {
	transition-delay: 0s;
}

.team-member.style-1 .team-social-list:hover ul li:nth-child(2) {
	transition-delay: 0.15s;
}

.team-member.style-1 .team-social-list:hover ul li:nth-child(3) {
	transition-delay: 0.3s;
}

.team-member.style-1 .team-social-list:hover ul li:nth-child(4) {
	transition-delay: 0.45s;
}

.team-member.style-1 ul li a {
	font-size: 14px;
	font-weight: 500;
	background-color: var(--themeht-primary-color);
	color: var(--themeht-dark-color);
	text-transform: uppercase;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	border-radius: 100px;
	margin-bottom: 5px;
	text-align: center;
}

.team-member.style-1 ul li a:hover {
	background-color: var(--themeht-dark-color);
	color: var(--themeht-white-color);
}

.team-member.style-1 .team-social-list:hover ul {
	opacity: 1;
}

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

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


/* ------------------------------------------------
                 elementor progress 
------------------------------------------------ */
.elementor-widget-progress {
	padding-bottom: 22px;
}

.elementor-widget-progress .elementor-title {
	font-family: var(--themeht-typography-secondary-font-family) !important;
	color: var(--themeht-dark-color) !important;
	font-size: 19px;
	line-height: 25px;
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
	background-color: var(--themeht-secondary-color) !important;
	border-radius: 100px;
}

.elementor-progress-wrapper {
	overflow: inherit !important;
	border-radius: 100px;
	background-color: var(--themeht-border-color) !important;
}

.elementor-progress-percentage {
	z-index: 9;
	font-family: var(--themeht-typography-secondary-font-family);
	color: var(--themeht-dark-color);
	text-transform: capitalize;
	font-size: 17px;
	letter-spacing: 1px;
	position: relative;
	top: -17px;
	padding-right: 0 !important;
}


/* ------------------------------------------------
                       Counter
------------------------------------------------ */
.counter {
	position: relative;
	z-index: 9;
}

.counter .counter-desc span {
	font-size: 50px;
	line-height: 50px;
	color: var(--themeht-dark-color);
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
}

.counter .counter-desc .count-number+span {
	position: relative;
}


.counter-text {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid var(--themeht-dark-color);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.counter-center {
	text-align: center;
}

.counter.style-1 {
	display: inline-flex;
	align-items: center;
}

.counter.style-1 .counter-icon i {
	background-color: var(--themeht-primary-color);
	color: var(--themeht-white-color);
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 100%;
	font-size: 36px;
	text-align: center;
	margin-right: 20px;
	display: block;
}

.counter.style-1 .counter-desc {
	text-align: center;
}

.counter.style-1 .counter-desc span {
	font-weight: 500;
	font-family: var(--themeht-typography-secondary-font-family);

	color: var(--themeht-dark-color);
}

.counter.style-1 h6 {
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	letter-spacing: 0.5px;
	font-weight: 500;
	position: relative;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: var(--themeht-typography-body-font-family);
	color: var(--themeht-body-color);
}

.secondary-bg .counter.style-1 .counter-desc span,
.secondary-bg .counter.style-1 h6 {
	color: var(--themeht-white-color);
}
 
/* ------------------------------------------------
               themeht-heading
------------------------------------------------ */
.themeht-heading-title {
	color: var(--themeht-dark-color);
	font-family: var(--themeht-typography-secondary-font-family);
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 18px;

}


/* ------------------------------------------------
                contact-info
------------------------------------------------ */
.contact-media {
	margin-bottom: 30px;
}

.contact-media i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: var(--themeht-secondary-color);
	color: var(--themeht-white-color);
	border-radius: 100%;
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
}

.contact-media span {
	font-size: 16px;
	line-height: 1;
	color: var(--themeht-body-color);
	font-weight: 500;
	display: block;
	margin-bottom: 8px;
}

.contact-media h4 {
	margin-bottom: 3px;
}


/* ------------------------
    Timeline
------------------------*/
.main-timeline:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: var(--themeht-border-color);
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
}

.timeline-item {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 40px;
}

.timeline-item:last-child {
	margin-bottom: 0;
} 

.timeline-item:nth-child(2n+2) .timeline-icon {
	order: 2;
	left: 30px;
}

.timeline-order-3 {
	order: 1;
}

.main-timeline .timeline-dot {
	margin: 0 -9px;
	position: absolute;
	left: 50%;
	width: 18px;
	height: 18px;
	top: 50%;
	background: var(--themeht-secondary-color);
	display: flex;
	justify-content: center;
	border-radius: 50%;
	z-index: 9;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	outline: 4px solid var(--themeht-light-color);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	transform: scale(0.7);
}

.timeline-item:hover .timeline-dot {
	transform: scale(1.0);
	outline: 8px solid var(--themeht-light-color);
}

.main-timeline .date-content {
	width: 50%;
	position: relative;
	padding-right: 50px;
}

.timeline-item:nth-child(2n+2) .date-content {
	order: 3;
	padding-right: 0px;
	padding-left: 50px;
}

.main-timeline .timeline-content {
	padding-left: 50px;
	position: relative;
}

.timeline-item:nth-child(2n+2) .timeline-content {

	padding-left: 0px;
	padding-right: 50px;
}

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

.main-timeline .date {
	font-size: 20px;
	color: var(--themeht-dark-color);
	position: absolute;
	top: 20px;
	right: 70px;
	background: var(--themeht-primary-color);
	z-index: 1;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius: 7px;
	padding: 6px 18px 6px 20px;
}

.main-timeline .timeline-content p {
	margin: 0;
}

.main-timeline .timeline-content h4 {
	font-size: 36px;
}

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

/* -------------------------------
              gallery box 
------------------------------------*/
.gallery-box {
	position: relative;
}

.elementor-lightbox .elementor-lightbox-image,
.gallery-box img {
	border-radius: 20px !important;
}

.gallery-box a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: var(--themeht-primary-color);
	color: var(--themeht-dark-color);
	opacity: 0;
	font-size: 25px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	text-align: center;
}

.gallery-box:hover a {
	opacity: 1;
	font-size: 30px;
}

.gallery-swiper .swiper-wrapper {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}




/* ------------------------------------------------
                       video popup
------------------------------------------------*/ 
.video-btn {
	position: relative;
  }
  .video-btn .play-btn {
	animation: ripple-white 1s linear infinite;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	position: relative;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100px;
	background-color: var(--themeht-white-color);
	color: var(--themeht-secondary-color); 
  }
  .video-btn .play-btn i {
	font-size: 30px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%; 
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.2s ease-out !important;
	transform: translate3d(-50%, -50%, 0);
  }
  @-webkit-keyframes ripple-white {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
		0 0 0 15px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
	  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
		0 0 0 15px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),
		0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 45px rgba(255, 255, 255, 0);
	  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),
		0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 45px rgba(255, 255, 255, 0);
	}
  }
  @keyframes ripple-white {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
		0 0 0 15px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
	  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
		0 0 0 15px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),
		0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 45px rgba(255, 255, 255, 0);
	  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),
		0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 45px rgba(255, 255, 255, 0);
	}
  }
  
  .mfp-container{
	position: fixed;
  }