/* ------------------------------------------------
  Project:   Nutree - Nutrition & Dietitian 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
   ------------------------------------------------ */
   
/* ------------------------------------------------
                     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: 32px 0px 28px 0px;
  position: relative;
}

.marquee-section.style1 .marquee-text {
  padding-right: 120px;
}

.marquee-section.style1 .marquee-text span {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--themeht-typography-secondary-font-family);
  color: var(--themeht-dark-color);
  position: relative;

} 
.marquee-section.style1 span::before {
  position: absolute;
  top: 14px;
  right: -65px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: var(--themeht-primary-color);
} 
.marquee-section.style1 .marquee-text i {
  font-size: 40px;
  line-height: 1;
  -webkit-text-stroke: inherit;
  color: var(--themeht-primary-color);
}

/*----------- marquee style 2 -----------*/
.marquee-section.style2 {
  padding: 0;
  background-color: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  margin: 0px 60px;
} 
.marquee-section.style2 .marquee-text span {
  font-size: 120px;
  line-height: 110px;
  color: var(--themeht-dark-color);
  text-transform: uppercase;
  font-family: var(--themeht-typography-secondary-font-family);
  font-weight: 600;
} 
.marquee-section.style2:nth-child(2n+2) .marquee-text span {
  color: var(--themeht-primary-color);
  text-shadow: 1px 1px 0 var(--themeht-primary-color), -1px -1px 0 var(--themeht-primary-color), 1px -1px 0 var(--themeht-primary-color), -1px 1px 0 var(--themeht-primary-color), 1px 1px 0 var(--themeht-primary-color);
  -webkit-text-fill-color: var(--themeht-light-color);
} 
.marquee-section.style2 .marquee-text i {
  font-size: 40px;
  -webkit-text-stroke: inherit;
  color: var(--themeht-primary-color);
}

/* ------------------------------------------------
                 Section Title
------------------------------------------------*/ 
.theme-title {
  margin-bottom: 40px;
} 
.theme-title h6 {
  position: relative;
  font-family: var(--themeht-typography-body-font-family);
  margin-bottom: 5px;
  text-transform: uppercase;
  color: var(--themeht-dark-color);
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  padding: 11px 15px 9px 15px;
  background-color: var(--themeht-light-color);
  border-radius: 4px;
  letter-spacing: 1px;
} 
.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 {
  background-color: var(--themeht-secondary-color);
  color: var(--themeht-white-color);
} 
.theme-title h6.light-bg {
  background-color: var(--themeht-light-color);
} 
.theme-title p {
  margin-top: 30px;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 30px;
}

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

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

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

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

/* ------------------------------------------------
                     List Icon
------------------------------------------------*/
.list-icon li {
  position: relative;
  color: var(--themeht-body-color);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  font-size: 17px;
  align-items: baseline;
}

.list-icon.style1 li i {
  flex-shrink: 0;
  font-size: 16px;
  margin-right: 10px;
  color: var(--themeht-primary-color);
}


/* ------------------------------------------------
                      Button
------------------------------------------------*/
.themeht-btn {
  padding: 18px 25px;
  position: relative;
  border: 0;
  z-index: 9;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.5px;
  border-radius: 4px;
  font-family: var(--themeht-typography-secondary-font-family);
  display: inline-flex;
  align-items: center;
}

.themeht-btn i {
  font-size: 23px;
  line-height: 11px;
}
 
.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);
}

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

.primary-btn:hover,
a.primary-btn:hover {
  background: var(--themeht-dark-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-primary-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: 2px solid var(--themeht-border-color);
  color: var(--themeht-dark-color);
  padding: 17px 25px 17px 25px;
}

.themeht-btn.outline-btn:hover {
  border-color: var(--themeht-primary-color);
  color: var(--themeht-white-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;
  font-weight: 600;
}

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


.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 -----------*/
.service-item.style-2 {
  text-align: center;
  margin-bottom: 20px;
}

.service-item.style-2 h4 {
  margin-bottom: 7px;
}

.service-item.style-2 .service-image {
  border-radius: 100%;
  border: 6px solid var(--themeht-white-color);
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  width: 220px;
  height: 220px;
  text-align: center;
  margin: 20px auto;
}

.service-item.style-2 img {
  transform: scale(1.0);
}

.service-item.style-2:hover img {
  transform: scale(1.1);
}

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

/*----------- style 3 -----------*/
.service-item.style-3 { 
  margin-bottom: 30px; 
}
.service-item.style-3 .service-image{
  overflow: hidden;
  border-radius: 4px;
}
.service-item.style-3 img{
  border-radius: 4px;
  width: 100%;
  transform: scale(1.0);
  overflow: hidden;
}
.service-item.style-3:hover img{
  transform: scale(1.1);
}
.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 {
  margin-bottom: 10px;
  margin-top: 25px;
  line-height: 32px;
}

.service-item.style-3 .read-button {
  font-family: var(--themeht-typography-body-font-family);
  text-transform: uppercase;
  color: var(--themeht-dark-color);
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 5px;
}

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

.service-item.style-3 p {
  margin-bottom: 15px;
  line-height: 22px;
}

/* ------------------------------------------------
                  elementor css 
------------------------------------------------ */
.cutom-numbr {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  width: 220px;
  height: 210px;
  line-height: 310px;
  font-family: var(--themeht-typography-secondary-font-family);
  font-size: 200px;
  border-radius: 100%;
  text-align: center;
  font-weight: 500;
}

.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 #fc9401;
  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: 4px;
  font-size: 40px;
  line-height: 45px;
  color: var(--themeht-white-color);

}

.cutom-numbr-2 p {
  font-size: 17px;
  line-height: 17px;
  color: var(--themeht-white-color);
  font-family: var(--themeht-typography-secondary-font-family);
  margin: 0;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
}

.rotate-animation-img img {
  transform: rotate(0deg);
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

.gradient-title h1 {
  background: linear-gradient(to top, #FFFFFF 24%, #9b9999 844px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  font-size: 200px;
  font-weight: 600;
  text-transform: uppercase;
}

.gradient-title-2 h1 {
  display: inline;
  font-size: 200px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 30px;
  color: #f2f8f5 !important;
}

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

.team-about-icon ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.team-about-icon a:hover {
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}


.elementor-widget-container .testimonial-reting{
  display: inline-flex;
  align-items: center;
}
.elementor-widget-container .testimonial-reting h2.teting-number {
  margin-bottom: 0px;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid var(--themeht-border-color);
}
.elementor-widget-container .testimonial-reting p{
  margin-bottom: 0px;
  color: var(--themeht-dark-color);
}
.elementor-widget-container .testimonial-reting img{
  width: 84px;
  margin-bottom: 4px;
}
.elementor-widget-container .testimonial-reting .testimonial-reting-text{
  text-align: left;
}
.about-us-counter h2{
  color: var(--themeht-secondary-color);
  margin-bottom: 15px;
  font-size: 80px;
}
.about-us-counter p{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: var(--themeht-dark-color);
}

/* ht-iconbox-item */
.ht-iconbox-item {
  background-color: var(--themeht-light-color);
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ECECEC;
  display: flex;
  align-items: center;
}
.ht-iconbox-item img {
  background-color: #fff;
  padding: 10px;
  border-radius: 4px !important;
  box-shadow: 0px 15px 45px rgb(0 0 0 / 12%) !important;
  margin-right: 20px !important;
  width: 55px; 
}
.ht-iconbox-item h3 {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
} 
.split-btn-none .themeht-btn{
  display: none;
}

/* landing page */
.page-id-5799 header,
.page-id-5799 footer{
  	display: none;
}
.vericle-infobox .featured-item.style-4 h4{
  margin-top: 20px;
  color: var(--themeht-white-color);
}
.landing-page-title h2{
  color: var(--themeht-white-color) !important;
}

.elementor-shortcode .banner-subtitle{
  background: var(--themeht-white-color);
  padding: 4px 20px 4px 8px;
  font-size: 13px;
  font-family: var(--themeht-typography-body-font-family);
  line-height: 29px;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1.5px;
  font-weight: 600 !important;
  display: inline-block !important;
  align-items: center;
}
.elementor-shortcode .banner-subtitle 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;
  display: inline-block;
}
/* ------------------------------------------------
                     featured-item 
------------------------------------------------ */
.featured-item.style-1 {
  display: flex;
  margin-bottom: 30px;
}

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

.featured-item.style-1 .featured-icon:after {
  width: 80px;
  height: 80px;
  line-height: 80px;
  content: "";
  background: var(--themeht-dark-color);
  text-align: center;
  margin-right: 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;
  display: inline-block;
  border-radius: 100%;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
}

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

.featured-item.style-1 .featured-icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: var(--themeht-dark-color);
  font-size: 36px;
  text-align: center;
  margin-right: 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;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  z-index: 9;
}

.featured-item.style-1:hover .featured-icon i {
  color: var(--themeht-white-color);
}
.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);
  -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;
}
.featured-item.style-1:hover .featured-icon svg{
  fill: var(--themeht-white-color);
}
.featured-item.style-1 h4 {
  margin-bottom: 3px;
  line-height: 35px;
  font-size: 23px;
}

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

.featured-item.style-1 .featured-number span {
  font-size: 14px;
  color: var(--themeht-white-color);
  background: var(--themeht-primary-color);
  border-radius: 100px;
  width: 25px;
  height: 25px;
  text-align: center;
  display: block;
  line-height: 25px;
}
.featured-item.style-1 .featured-icon img{
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 9;
  margin-right: 20px;

}
/*----------- style-2 -----------*/
.featured-item.style-2 {
  margin-bottom: 30px;
}

.featured-item.style-2 h4 {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--themeht-dark-color);
  padding-bottom: 12px;
}

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

.featured-item.style-2 .featured-icon {
  margin-left: 40px;
  margin-top: 17px;
}

.featured-item.style-2 .featured-icon i {
  font-size: 50px;
  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 img{
  width: 80px;
  border-radius: 4px;
}
/*----------- style 3 -----------*/
.featured-item.style-3 {
  display: flex;
  margin-bottom: 30px;
}

.featured-item.style-3 .featured-icon {
  min-width: 80px;
  height: 80px;
  line-height: 76px;
  color: var(--themeht-white-color);
  background-color: var(--themeht-secondary-color);
  font-size: 36px;
  text-align: center;
  border-radius: 100px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.featured-item.style-3 .featured-icon svg{
  width: 45px;
  height: 45px;
  fill: var(--themeht-dark-color);
}
.featured-item.style-3 .featured-number{
  margin-left: 10px;
}
.featured-item.style-3 .featured-icon img{
  width: 80px;
  height: 80px;
}
.featured-item.style-3 .featured-number span{
  font-size: 14px;
  color: var(--themeht-white-color);
  background: var(--themeht-primary-color);
  border-radius: 100px;
  width: 25px;
  height: 25px;
  text-align: center;
  display: block;
  line-height: 25px;
}
.featured-item.style-3 h4 {
  margin-bottom: 8px;
  line-height: 36px;
  font-size: 26px;
}

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

.featured-item.style-4 .featured-icon {
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  color: var(--themeht-dark-color);
  font-size: 36px;
  text-align: center;
  border-radius: 100px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  background-color: var(--themeht-primary-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;
  color: var(--themeht-white-color);
}
.featured-item.style-4 .featured-icon img{
  width: 80px;
  height: 80px;
}
.featured-item.style-4 h4 {
  margin-bottom: 3px;
  line-height: 36px;
  font-size: 24px;
}

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

/* style-5 */
.featured-item.style-5 .featured-icon {
  width: 60px;
  height: 60px;
  line-height: 58px;
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  border-radius: 100%;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  overflow: hidden;
}
.featured-item.style-5 .featured-icon svg{
    width: 40px; 
}
.featured-item.style-5 .featured-icon img {
  width: 60px;
  height: 60px;
}
.featured-item.style-5 h4 {
  margin-bottom: 3px;
}

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

.testimonial.style-1 {
  color: var(--themeht-dark-color);
  text-transform: uppercase;
  font-size: 30px;
  line-height: 48px;
  font-family: var(--themeht-typography-secondary-font-family);
  font-weight: 600;
  text-align: center;
  padding: 0px 70px;
}

.testimonial.style-1 h4 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0px;
  margin-top: 21px;
  color: var(--themeht-secondary-color);
  letter-spacing: 1px;
}

.testimonial.style-1 i {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  width: 70px;
  height: 70px;
  line-height: 74px;
  border-radius: 100px;
  font-size: 34px;
  margin-bottom: 19px;
  display: inline-block;
}

.elementor-widget-ht-testimonial-slider .swiper-free-mode>.swiper-wrapper {
  text-align: center;
  margin-top: 40px;
}

.testimonial-swiper {
  padding-bottom: 10px;
}

.testimonial-thumb .swiper-wrapper {
  align-items: center;
}
.testimonial.style-1 img{
  width: 100px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.testimonial-swiper .swiper-button-next,
.testimonial-swiper .swiper-button-prev{
  opacity: 0;
  background-color: var(--themeht-primary-color) !important; 
}
.testimonial-swiper .swiper-button-next:after,
.testimonial-swiper .swiper-button-prev:after{
  color: var(--themeht-white-color) !important; 
}
.testimonial-swiper:hover .swiper-button-next,
.testimonial-swiper:hover .swiper-button-prev{
  opacity: 1; 
}
.testimonial-swiper .swiper-button-next{
  right: 0px !important;
}
 .testimonial-swiper .swiper-button-prev{
  left: 0 !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-content .banner-text {
  width: 35%;
}


.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
  transform: scale(0);
}

.banner-slider:hover .swiper-button-next,
.banner-slider:hover .swiper-button-prev {
  transform: scale(1);
}

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

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


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


#banner-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
  display: block;
  margin: 15px 0;
  background-color: var(--themeht-white-color);

}

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

.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 {
  background: var(--themeht-white-color);
  padding: 4px 20px 4px 8px;
  font-size: 13px;
  font-family: var(--themeht-typography-body-font-family);
  line-height: 29px;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1.5px;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center;
}

.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 .slider-img::before {
  position: absolute;
  content: '';
  background: var(--themeht-light-color);
  width: 45%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

/* banner slider two */ 
.banner-slider-two .banner-content {
  padding: 200px 15px 200px 250px;
  width: 50%; 
}

.banner-slider-two .banner-content h1,
.banner-slider-three .banner-content h1 {
  font-size: 90px;
  line-height: 100px;
}

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

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

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

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

.banner-slider-three .banner-content {
  padding: 240px 15px 240px 250px;
  width: 50%; 
}
.banner-slider-three .banner-content h1,
.banner-slider-three .banner-content p{
  color: var(--themeht-white-color);
}  
.banner-slider-three .banner-content .themeht-btn i,
.banner-slider-three .banner-content .themeht-btn span{
  color: var(--themeht-white-color);
}


/* banner slider three */ 
.banner-slider-three .banner-content h6{
  backdrop-filter: blur(10px);
  color: #fff;
  background-color:rgba(255, 255, 255, 0.2);
} 
.banner-slider-three .banner-content p,
.banner-slider-three .banner-content h1 {
  margin-bottom: 30px !important;
}   
.banner-slider-three.text-center .banner-content{
  text-align: center;
  width: 100%;
  padding: 240px 450px 240px 450px;
  position: relative; 
}
.banner-slider-three.text-center .banner-content .btn-box{
  display: block;
} 
.banner-slider-three.text-center .banner-content::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
} 
.banner-slider-three.text-center h6,
.banner-slider-three.text-center h1,
.banner-slider-three.text-center .btn-box{
  position: relative;
  z-index: 999;
}
/* ------------------------------------------------
                   post card 
------------------------------------------------ */
.post-card.style-1 {
  margin-bottom: 30px;
}

.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(0 0 0 / 96%) 90%);
  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 6px 0;
  border: inherit;
}

.post-card.style-1 .post-desc .list-inline a {
  text-transform: uppercase;
  color: var(--themeht-secondary-color);
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
}

.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-bottom: 0px;
  margin-top: 0px !important;
  font-size: 28px;
  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;
}

.post-card.style-2 .post-image img {
  width: 100%;
  border-radius: 4px;
  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: 10px;
  right: 10px;
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  padding: 0px 7px 0px 7px;
  border-radius: 4px;
}

.post-card.style-2 .list-inline.post-bottom {
  padding-top: 13px;
  margin-bottom: 11px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border: inherit;
}

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

.post-card.style-2 .post-cat a {
  color: var(--themeht-white-color);
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.post-card.style-2 .post-desc h4 {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  line-height: 35px;
}

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

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

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

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

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

.post-card.style-2 .author.vcard::before {
  position: absolute;
  top: 9px;
  left: 0px;
  content: "";
  width: 8px;
  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%;
  object-fit: cover;
  border-radius: 4px;
}

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

.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-family: var(--themeht-typography-secondary-font-family);
  font-weight: 600;
}

.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: white;
  width: 50%;
  padding: 5rem;
}


/* ------------------------------------------------
                     ht Tab
------------------------------------------------ */
.ht-tab .tab-menu {
  padding: 0;
  border-bottom: 2px solid var(--themeht-dark-color);
  margin-bottom: 0;
  padding-bottom: 20px;
}

.ht-tab .tab-menu li {
  list-style-type: none;
  padding: 0px 22px 0px 0px;
  display: inline-block;
  margin: 5px 5px 0px 0;
}

.ht-tab .tab-menu li a {
  font-family: var(--themeht-typography-secondary-font-family);
  font-size: 24px;
  color: var(--themeht-dark-color);
  font-weight: 600;
  text-transform: uppercase;
}
.ht-tab .tab-menu li a:hover,
.ht-tab .tab-menu li a.active-a {
  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: 36px 0px 32px 0px;
}

.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;
  margin-top: 4px;
  width: 25%;
}

.ht-tab-content p {
  width: 50%;
  margin-bottom: 0px;
}

.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: 4px;
  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: 3px 10px 4px 10px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.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,
.portfolio-item.style-1 h4::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  border-radius: 4px;
  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: 6px 15px;
  font-size: 26px;
}

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

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

.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 {
  content: "\f284";
  font-family: bootstrap-icons !important;
}

.swiper .swiper-button-next:after {
  content: "\f285";
  font-family: bootstrap-icons !important;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  color: var(--themeht-dark-color);
  font-size: 18px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 50px !important;
}

.swiper .swiper-button-prev:hover:after,
.swiper .swiper-button-next:hover:after {
  color: var(--themeht-white-color);
}

.swiper-nav-white .swiper-button-prev,
.swiper-nav-white .swiper-button-next,
.swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-bottom-white .swiper-button-next {
  border: 1px solid var(--themeht-border-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-white .swiper-button-next:after,
.swiper-nav-white .swiper-button-prev:after,
.swiper-nav-bottom-white .swiper-button-next:after,
.swiper-nav-bottom-white .swiper-button-prev:after {
  color: var(--themeht-white-color);
}

.swiper-nav-white .swiper-button-prev:hover:after,
.swiper-nav-white .swiper-button-next:hover:after,
.swiper-nav-bottom-white .swiper-button-prev:hover:after,
.swiper-nav-bottom-white .swiper-button-next:hover:after {
  color: var(--themeht-body-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: #e7e7e7;
  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-primary-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: 18px;
  height: 18px;
  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: 4px;
  background-color: var(--themeht-light-color);
}

.price-table .price-img {
  height: 150px;
  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;
}

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

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

.price-title span {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  background: var(--themeht-dark-color);
  border-radius: 3px;
  color: var(--themeht-white-color);
  padding: 2px 6px;
  letter-spacing: 1px;
}

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

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

.price-list li i {
  font-size: 12px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  line-height: 27px;
  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 {
  padding: 19px 25px 19px 25px;
}

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


/* ------------------------------------------------
                     Accourdion
------------------------------------------------ */
.elementor-accordion .elementor-accordion-item {
  border: none !important;
}

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

.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  margin-bottom: 20px;
  border: none !important;
  background: var(--themeht-light-color);
  padding: 15px;
  border-radius: 4px;
  ;
}

.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: 18px;
  line-height: 22px;
  font-weight: 600 !important;
  text-transform: uppercase;
  transition: all 0s ease-in-out 0s;
  color: var(--themeht-dark-color);
  font-family: var(--themeht-typography-secondary-font-family);
}

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

}
.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
------------------------------------------------*/
.team-member.style-1 {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.team-member.style-1 .team-desc::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;

  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 96%);
  border-radius: 4px;
}

.team-member.style-1 img {
  border-radius: 4px;
  width: 100%;
  transform: scale(1.0);
}

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

.team-member.style-1 .team-desc {
  position: absolute;
  bottom: -180px;
  left: 0px;
  padding: 70px 30px 30px 30px;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

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

.team-member.style-1 .team-desc span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 8px;
  position: relative;
  letter-spacing: 0.9px;

}

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

/* ------------------------------------------------
          CCB-Widget-cc_bmi_shortcode 
------------------------------------------------ */
.CCB-Widget-cc_bmi_shortcode .CCB-calc-footer-cc_bmi_shortcode,
.CCB-Widget-cc_bmi_shortcode .CCB-calc-header-cc_bmi_shortcode {
  display: none;
}

.elementor-shortcode .CCB-Widget-cc_bmi_shortcode {
  background-color: inherit !important;
  border: inherit !important;
  max-width: inherit !important;
  max-height: inherit !important;
}

div#CCB-calc,
div#calc-controls {
  background-color: var(--themeht-light-color) !important;
}

#CCB-calc label {
  color: var(--themeht-dark-color);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--themeht-typography-secondary-font-family);
  letter-spacing: 1px;
  margin-right: 15px;
}

#CCB-calc .input-group-addon {
  display: none;
}

#CCB-calc #calc-options {
  text-align: left; 
  margin-left: 5px;
}

#CCB-calc .col-200-4 {
  width: inherit;
  text-align: left;
  padding: 0;
  margin-bottom: 5px;
  position: absolute;
  left: 5px;
  bottom: -28px;
  font-weight: inherit;
  font-weight: 600 !important;
}

#CCB-calc .form-group {
  display: grid;
  margin-bottom: 35px;
  position: relative;
}

#CCB-calc .form-control {
  border: inherit;
  padding: 10px 20px;
  width: 100%;
  height: 50px;
  color: var(--themeht-body-color);
  border-radius: 4px !important;
  background: var(--themeht-white-color) !important;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: inherit;
}

#CCB-calc .btn {
  padding: 13px 25px 12px 25px;
  position: relative;
  border: 0;
  z-index: 9;
  display: inline-block !important;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.5px;
  border-radius: 4px;
  font-family: var(--themeht-typography-secondary-font-family);
  display: inline-flex;
  align-items: center;
  background-color: var(--themeht-secondary-color) !important;
  color: var(--themeht-white-color) !important;
  margin-left: 0 !important;
}

.col-200-offset-1 {
  display: none !important;
}

#CCB-calc .col-200-8 {
  width: 100% !important;
}

/*#CCB-calc .BMI-Description-group {
  display: none !important;
}*/

#CCB-calc .form-control#cc_bmi_shortcode-height-ft {
  background-color: var(--themeht-light-color);
}
#CCB-calc input:focus{
  border: 1px solid var(--themeht-primary-color) !important;
}
#CCB-calc .col-200-6,
#CCB-calc .col-200-8 {
  padding-right: 30px;
}

#cc_bmi_shortcode-imperial .form-group:last-child {
  padding-right: 30px;
}

#cc_bmi_shortcode-imperial .form-group:last-child .col-200-8 {
  width: 50% !important;
}

#CCB-calc .col-200-5 .btn {
  position: inherit;
  width: 120px;
  bottom: 50px;
  background-color: var(--themeht-primary-color) !important;
  height: 50px;
}

#CCB-calc .col-200-5 .btn:hover {
  background-color: var(--themeht-secondary-color) !important;
}

#CCB-calc .col-200-5 {
  position: relative;
  left: 0;
  margin-left: 0;
  margin-top: 5px;
}

#cc_bmi_shortcode-metric .input-group {
  width: 50%;
  padding-right: 30px;
}

#CCB-calc .alert-danger {
   font-size: 13px;
   width: 200px;
}

/*----------- horizontal-form -----------*/
.horizontal-form {
  min-height: 92px;
}
.horizontal-form #CCB-calc input:focus{
  border: inherit !important; 
}
.horizontal-form .elementor-heading-title {
  color: var(--themeht-white-color) !important;
}

.horizontal-form div#CCB-calc,
.horizontal-form div#calc-controls {
  background-color: var(--themeht-primary-color) !important;
}

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

.horizontal-form #CCB-calc .col-200-4 {
  display: none;
}

.horizontal-form #CCB-calc .form-group {
  margin-bottom: 0;
  display: inline-block;
}

.horizontal-form #CCB-calc .col-200-5 .btn {
  background-color: var(--themeht-secondary-color) !important;
  position: inherit;
  bottom: inherit;
  margin-left: 30px !important;
}

.horizontal-form #CCB-calc .col-200-5 .btn:hover {
  background-color: var(--themeht-dark-color) !important;
}

.horizontal-form #CCB-calc .col-200-5 {
  left: inherit;
  position: inherit;
  width: inherit;
  float: inherit;
}

.horizontal-form #cc_bmi_shortcode-imperial .form-group:last-child .col-200-8 {
  width: 100% !important;
}

.horizontal-form #CCB-calc .col-200-5 {
  margin-top: 0;
}

.horizontal-form #CCB-calc .col-200-6,
.horizontal-form #CCB-calc .col-200-8 {
  padding-right: 0;
}

.horizontal-form #CCB-calc .col-200-6.ft_input {
  padding-right: 15px;
}

.horizontal-form #CCB-calc .col-200-6.in_input {
  padding-left: 15px;
}

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

.horizontal-form #cc_bmi_shortcode-metric .input-group {
  width: 100%;
  padding-right: 20px;
}

.horizontal-form #cc_bmi_shortcode-metric .form-group:last-child {
  float: left;
}

.horizontal-form #CCB-calc #calc-options{
  margin-bottom: 0;
}
/* ------------------------------------------------
                 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;
  text-transform: capitalize;
  font-size: 20px; 
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 600 !important;
}

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

.elementor-progress-wrapper {
  overflow: inherit !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: 20px;
  letter-spacing: 1px;
  position: relative;
  top: -17px;
  padding-right: 0 !important;
font-weight: 600;
}


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

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

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

.counter h6 {
  font-size: 16px;
  font-family: var(--themeht-typography-body-font-family);
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.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.style-1 {
  display: flex;
  align-items: center;
}

.counter.style-1 .counter-icon {
  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;
}

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

.counter.style-1 h6 {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  top: -8px;
}

.counter.style-1 .counter-desc span,
.counter.style-1 h6 {
  color: var(--themeht-dark-color);
}


/* ------------------------------------------------
               themeht-heading
------------------------------------------------ */
.themeht-heading-title {
  color: var(--themeht-dark-color);
  font-family: var(--themeht-typography-secondary-font-family);
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 16px;

}


/* ------------------------------------------------
                contact-info
------------------------------------------------ */ 
 .contact-media{
  margin-bottom: 30px;
 }
.contact-media i {
    width: 60px;
    height: 60px;
    line-height: 58px;
    background-color: var(--themeht-primary-color);
    color: var(--themeht-white-color);
    border-radius: 100%;
    text-align: center;
    font-size: 28px;
    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 {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 30px;
	background: var(--themeht-primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	z-index: 9;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	outline: 4px solid var(--themeht-white-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;
}

.timeline-item:nth-child(2n+1) .timeline-dot::before {
	position: absolute;
	top: 5px;
	right: 18px;
	content: "";
	width: 30px;
	height: 1px;
	background-color: var(--themeht-border-color);
}

.timeline-item:nth-child(2n+2) .timeline-dot::after {
	position: absolute;
	top: 5px;
	left: 17px;
	content: "";
	width: 30px;
	height: 1px;
	background-color: var(--themeht-border-color);
}

.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: 4px;
} 
.main-timeline .date {
  font-family: var(--themeht-typography-secondary-font-family);
  font-size: 20px;
  color: var(--themeht-white-color);
  position: absolute;
  top: 20px;
  right: 70px;
  background: var(--themeht-secondary-color);
  z-index: 1;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 4px;
  padding: 6px 18px 6px 20px; 
}  
.main-timeline .timeline-content p {
	margin: 0;
}
.main-timeline .timeline-content h4{
  font-size: 32px;
}
.timeline-item:nth-child(2n+2) .date-content .date {
  left: 70px;
  right: inherit;
}