/* ------------------------------------------------
  Project:  Hireox - Human Resources & Recruiting WordPress Theme
  Author:   ThemeHt
------------------------------------------------ */

/* ------------------------------------------------
 Marquee Text
 Section Title
 List Icon
 Button
 elementor css
 jobs-item
------------------------------------------------ */


/* ------------------------------------------------
                     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 style1 */
.marquee-section.style1 {
  padding: 32px 0px 28px 0px;
  position: relative;
  background-color: var(--themeht-white-color);
}
 
.marquee-section.style1 .marquee-text span {
  text-transform: capitalize;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--themeht-typography-secondary-font-family);
  color: var(--themeht-dark-color);
  position: relative;
  padding: 0px 70px;

}  
.marquee-section.style1 .marquee-text i {
  font-size: 35px;
  line-height: 1;
  -webkit-text-stroke: inherit;
  color: var(--themeht-primary-color);

}
.marquee-section.style1 .marquee-text svg{
  width: 25px;
}
.marquee-swiper:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  content: "";
  z-index: 9;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 98%);
  background: -webkit-linear-gradient(left, rgb(255 255 255 / 0%) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 98%);
  background: linear-gradient(to right, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 1%, rgb(255 255 255) 98%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0018171c', endColorstr='#18171c', GradientType=1);
  z-index: 9;
}
.marquee-swiper:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  content: "";
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(255 255 255) 0%, rgb(255 255 255) 99%, rgb(255 255 255) 100%);
  background: linear-gradient(to right, rgb(255 255 255) 0%, rgb(255 255 255 / 0%) 99%, rgb(255 255 255 / 0%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18171c', endColorstr='#0018171c', GradientType=1);
  z-index: 9;
}

/*----------- 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-primary-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 p { 
  margin-bottom: 15px !important;
  color: var(--themeht-dark-color);
  padding: 10px 15px 8px 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  background-color: var(--themeht-light-color);
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;

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

.theme-title h2 { 
  overflow: hidden;
}

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

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

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

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

.list-icon.style1 li i {
  flex-shrink: 0;
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  color: var(--themeht-primary-color);
  top: 1px;
}
.list-icon.style1 li svg{
  width: 14px;
  fill: var(--themeht-body-color);
  margin-right: 10px;
}
.secondary-bg .list-icon.style1 li i,
.secondary-bg  .list-icon li, 
.primary-bg .list-icon li,
.primary-bg .list-icon li i{
  color: var(--themeht-white-color);
}

.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item{

  position: relative;
  color: var(--themeht-body-color);
  margin-bottom: 16px;
  display: flex
  ;
  align-items: baseline !important;
  font-size: 17px;
  font-weight: 300;
}
.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-icon i {
  flex-shrink: 0;
  font-size: 17px; 
  position: relative;
  color: var(--themeht-primary-color);
  top: 1px;
}
.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-icon svg{
   fill: var(--themeht-primary-color);
   width: 15px;
   position: relative;
   top: 6px;
}
.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items  .elementor-icon-list-text{

  padding: 0;
}
.elementor-widget-icon-list .elementor-widget-container .elementor-icon-list-items  .elementor-icon-list-text b{
  position: relative; 
  color: var(--themeht-body-color);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: var(--themeht-typography-secondary-font-family);  
  display: inline-block;
  width: 130px;
  margin-left: 5px;

}
/* ------------------------------------------------
                      Button
------------------------------------------------*/
a.themeht-btn .btn-text {
  padding: 19px 30px 18px 30px;
  border: 0;
  z-index: 9;
  outline: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 100px;
  position: relative;
  font-weight: 500;
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}
 
a.themeht-btn span {
  line-height: 12px;
  transition: none; 
}  
.themeht-btn-warp 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-dark-color);
} 
a.themeht-btn:hover svg line {
  stroke-dashoffset: 0;
} 
a.themeht-btn.btn-width {
  width: 100%;
  text-align: center;
} 
.themeht-btn-warp {
  display: inline-flex;
  align-items: center;
  -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;
}
.themeht-btn-warp .btn-icon1,
.themeht-btn-warp .btn-icon2{
  color: var(--themeht-white-color);
  fill: var(--themeht-white-color);
  border-radius: 50px;
  background-color:var(--themeht-primary-color);
  color: var(--themeht-white-color);
  border: 1px solid transparent;
  height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  --icon-width: 50px;
  font-size: 20px;
  line-height: 50px;
}  
 
.themeht-btn-warp .btn-icon1{
  transform: scale3d(0.5, 0.5, 1);
  margin-right: calc(var(--icon-width, 60px)* -1);
  opacity: 0;
} 
.themeht-btn-warp:hover .btn-icon1{
  transform: scale3d(1, 1, 1);
    margin-right: 0;
    opacity: 1;
}
.themeht-btn-warp .btn-icon2{
  transform: scale3d(1, 1, 1);
  margin-left: 0;
  opacity: 1;
}
.themeht-btn-warp:hover .btn-icon2{
  transform: scale3d(0.5, 0.5, 1);
  margin-left: calc(var(--icon-width, 60px)* -1);
  opacity: 0;
}
  

/* primary btn */
a.primary-btn .btn-text {
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
} 
a.primary-btn:hover .btn-text{
  color: var(--themeht-white-color);
  background-color: var(--themeht-primary-color);
}   
a.primary-btn svg line {
  stroke: var(--themeht-white-color);
} 
a.primary-btn:hover svg line {
  stroke: var(--themeht-primary-color);
}  

/* white btn */
a.white-btn .btn-text {
  background: var(--themeht-white-color); 
  color: var(--themeht-dark-color);
} 
a.white-btn .btn-icon1,
a.white-btn .btn-icon2{
  background: var(--themeht-white-color); 
  color: var(--themeht-dark-color);
}
a.white-btn:hover .btn-text{
  background: var(--themeht-white-color);  
  color: var(--themeht-dark-color);
}  

/* outline btn */
a.themeht-btn.outline-btn { 
  color: var(--themeht-primary-color); 
  position: relative; 
}
a.themeht-btn.outline-btn .btn-text{
  background-color: transparent;
  color: var(--themeht-dark-color);
}
a.themeht-btn.outline-btn .btn-text::before{
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--themeht-dark-color);
  border-radius: 100px;
} 
 
a.themeht-btn.outline-btn .btn-icon1,
a.themeht-btn.outline-btn .btn-icon2{
  background-color: inherit;
  border: 1px solid var(--themeht-dark-color);
  color: var(--themeht-dark-color);

}
a.themeht-btn.outline-btn:hover .btn-text{
background-color: inherit;
 
}  

/* white outline btn */
.themeht-btn-warp.themeht-btn.style2.white-outline-btn::before{
  position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid var(--themeht-white-color);
    border-radius: 15px 15px 0px 0px;
}
.themeht-btn-warp.themeht-btn.style2.white-outline-btn .btn-text{
  background-color: transparent; 

}
a.white-outline-btn {
  color: var(--themeht-white-color);
}
 
a.white-outline-btn:before{  
  border: 2px solid var(--themeht-white-color); 
}  
.themeht-btn-warp.themeht-btn.style2.white-outline-btn .svg-1{
  left: -20px;
}
.themeht-btn-warp.themeht-btn.style2.white-outline-btn  .svg-2{
  right: -20px;
}
/* light btn */
.themeht-btn.light-btn .btn-text{
  background-color: var(--themeht-light-color);
  color: var(--themeht-dark-color);
} 
.themeht-btn.light-btn:hover .btn-text{
  background-color: var(--themeht-light-color); 
  color: var(--themeht-dark-color);
} 
.themeht-btn.light-btn .btn-icon1,
.themeht-btn.light-btn .btn-icon2{
  background-color: var(--themeht-light-color); 
  color: var(--themeht-dark-color);

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

/* secondary btn */
a.secondary-btn .btn-text{
  background-color: var(--themeht-secondary-color);
  color: var(--themeht-dark-color);
}
.themeht-btn.secondary-btn .btn-icon1,
 .themeht-btn.secondary-btn .btn-icon2{
  background-color: var(--themeht-secondary-color);
  color: var(--themeht-dark-color);
 }



/* Button style 2 */
.themeht-btn-warp.style2{
  position: relative;
}
 .themeht-btn-warp.style2 svg{
  width: 20px;
  height: 20px;
  position: absolute;
  display: block; 
 }
 .themeht-btn-warp.style2 svg path{
  fill: var(--themeht-primary-color);
 }
 .themeht-btn-warp.style2 .svg-1{
  bottom: 0px;
  left: -19px;
  transform: rotate(180deg) scale(1.01)
 }
 .themeht-btn-warp.style2 .svg-2{
  bottom: 0px;
  right: -19px;
  transform: rotate(270deg) scale(1.01);
   }
   .themeht-btn-warp.style2 .btn-text{
    border-radius: 15px 15px 0px 0px;
    padding: 22px 52px 21px 30px;
   } 
   .themeht-btn-warp.style2 svg.btn-icon-svg {
    right: 33px;
    top: 19px;
    z-index: 99;
    width: 11px;

}
.themeht-btn-warp.style2 svg.btn-icon-svg line{
  stroke: var(--themeht-dark-color);
}
/* white-btn */
.themeht-btn-warp.style2.white-btn path{
  fill: var(--themeht-white-color);
 }
 

 /* primary-btn */
 .themeht-btn-warp.style2.primary-btn path{
    fill: var(--themeht-primary-color);
 }
 .themeht-btn-warp.style2.primary-btn::before{
  color: var(--themeht-white-color);
 }

 /* secondary-btn */
 .themeht-btn-warp.style2.secondary-btn path{
  fill: var(--themeht-secondary-color);
}

/* light-btn */
.themeht-btn-warp.style2.light-btn path{
  fill: var(--themeht-light-color);
}
 
/* outline-btn */
.themeht-btn.style2.outline-btn .btn-text{
  background-color: inherit;
  color: var(--themeht-dark-color);
}
.themeht-btn.style2.outline-btn::before{
  color: var(--themeht-dark-color);
}
.themeht-btn.style2.outline-btn .btn-text::before {
  border-radius: 20px 20px 0px 0px;
}
.themeht-btn.style2.outline-btn svg{
  display: none; 
}
.themeht-btn.style2.outline-btn::before{
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--themeht-dark-color); 
  border-radius: 20px 20px 0px 0px;
}


/* dark btn */
.themeht-btn.style2.dark-btn path{
  fill: var(--themeht-dark-color);
}
.themeht-btn.style2.dark-btn::before{
  color: var(--themeht-white-color);
}


 
 

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

/*----------- service style 1 -----------*/
.service-item.style-1 {
  display: flex;
  align-items: center; 
  position: relative;
  margin-right: 50px;
}

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

.service-item.style-1 .service-title h4 a{
  margin-bottom: 0;
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
}
.service-item.style-1 .service-title h4 a:hover{
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #dbd7d7;
}

.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: 20px;
  padding-bottom: 45px; 
}
.elementor-widget-service-grid .col-12{
  counter-increment: questionNumber;
  font: normal normal normal 14px/1 helvetica, arial, sans-serif;
  position: relative;
}
.elementor-widget-service-grid .col-12::before{
  content: counters(questionNumber, ".", decimal-leading-zero) ;
  font: normal normal normal 14px/1 FontAwesome;
  counter-increment: item;
  position: absolute;
  top: 25px;
  left: 10px;
  font-family: 'work sans', sans-serif;
  font-weight: 600;
  font-size: 16px;  
  color: var(--themeht-dark-color);
} 

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

/*----------- service style 2 -----------*/
.service-item.style-2 { 
  margin-bottom: 20px;
  border-radius: 15px;
  border: 1px solid #d5d5d5 ; 
  padding: 40px 40px 60px 40px; 
  background-color: var(--themeht-white-color);
  position: relative; 
}
.service-item.style-2 .service-image{
  text-align: right; 
   margin-bottom: 30px; 
   position: relative;
   margin-top: 15px;
}
.service-item.style-2 .service-image::before{
  position: absolute;
  content: "";
  top: 50%;
  right: 115px;
  height: 1px;
  width: 100%;
  background-color: #d5d5d5;
}
.service-item.style-2 img{
position: relative;
  border-radius: 100px;  
} 
.service-item.style-2 .service-cat a{ 
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.9px;
}
.service-item.style-2 h4 {
  line-height: 35px;
  font-size: 26px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 500;
  margin-top: 30px;
}  

.elementor-widget-service-slider .swiper-slide,
.elementor-widget-service-grid .col-md-6{
  list-style-type: inherit;
  counter-increment: questionNumber;
  font: normal normal normal 18px / 1 helvetica, arial, sans-serif;
  position: relative;
}
.service-item.style-2::before {
  content: counters(questionNumber, ".", decimal-leading-zero);
  font: normal normal normal 14px / 1 FontAwesome;
  counter-increment: item;
  position: absolute;
  top: 40px;
  right: 40px;
  font-family: var(--themeht-typography-secondary-font-family);
  font-size: 16px; 
  color: var(--themeht-dark-color);
  text-align: center;
  display: none;
}
.service-item.style-2 .arrow-button { 
  border-radius: 50px 50px 0 0;
  padding: 14px 10px 0 10px;
  background-color: var(--themeht-white-color);
  border: 1px solid #d5d5d5;
  border-bottom: none;
  position: absolute;
  bottom: -1px;
  right: 50px;
} 
.service-item.style-2 .arrow-button::before,
.service-item.style-2 .arrow-button::after{
  content: "";
  position: absolute;
  bottom: 0px;
  height: 31px;
  width: 14px;
  border: 1px solid #d5d5d5;
  border-top: none;
  background-color: var(--themeht-white-color);
  box-shadow: 0 20px 0 0 var(--themeht-white-color);
} 
.service-item.style-2 .arrow-button::before{
  border-radius: 0 0 30px 0;
    border-left: 0;
    right: 100%;
}
.service-item.style-2 .arrow-button::after{
  border-radius: 0 0 0 30px;
  border-right: 0;
  left: 100%;
}
.service-item.style-2 .arrow-button span::before{
  position: relative;
  bottom: 3px;
  right: 0px;
  font-weight: 600;
  content: "\f167";
  font-size: 12px;
  font-family: flaticon_mycollection !important;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: var(--themeht-white-color);
  background-color: var(--themeht-primary-color);
  border-radius: 100px;
  text-align: center;
  display: block; 
}
.service-item.style-2 .arrow-button:hover span::before{
  background-color: var(--themeht-secondary-color);
  color: var(--themeht-dark-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 p {
  margin: 10px 0px 30px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}
.service-item.style-2 .service-icon i{
  font-size: 70px;
  color: var(--themeht-dark-color);
}
.light-bg .service-item.style-2 .arrow-button{
  background-color: var(--themeht-light-color);
}
.light-bg .service-item.style-2 .arrow-button::before,
.light-bg .service-item.style-2 .arrow-button::after{
  box-shadow: 0 20px 0 0 var(--themeht-light-color);
 }
/*----------- style 3 -----------*/
.service-item.style-3 {
  
  padding: 40px;
  margin-bottom: 30px;
  border: 4px solid var(--themeht-light-color);
}

.service-item.style-3:hover {
  border: 4px solid var(--themeht-primary-color);
}

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

.service-item.style-3 h4 {
  margin-bottom: 10px;
  margin-top: 30px;
  line-height: 32px;
}

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

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

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

/* service-list */

.service-list li{
  padding-left: 60px;
  padding-bottom: 21px;
  margin-top: 23px;
  list-style-type: inherit;
  counter-increment: questionNumber;
  font: normal normal normal 14px / 1 helvetica, arial, sans-serif;
  position: relative;
}
.service-list li:last-child{
  border-bottom: inherit;
  padding-bottom: 0px;
}
.service-list li::marker{
  content: none;
}
.service-list li::before{
  content: counters(questionNumber, ".", decimal-leading-zero) ;
  font: normal normal normal 14px/1 FontAwesome;
  counter-increment: item;
  position: absolute;
  top: 27px;
  left: 0px; 
  font-weight: 500;
  font-size: 16px;  
  color: var(--themeht-white-color);
  font-family: var(--themeht-typography-body-font-family);
}
.service-list .service-desc{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-list h4{
  font-size: 55px;
  line-height: 65px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin: 0;
  text-transform: uppercase;
  color: var(--themeht-white-color);
}
.service-list h4 a:hover{
  color: var(--themeht-dark-color) !important;
}
.service-list h4 a span{
  position: relative; 
  display: inline-block;
  transition: transform .8s cubic-bezier(0.76, 0, 0.24, 1);
  color: var(--themeht-white-color);
  letter-spacing: 1px;
}
.service-list h4:hover a span{  
  transform: translate3d(0, 200%, 0);
}
.service-list h4 a::after {
  content: attr(data-text) !important; 
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(0, -200%, 0);
  transition: transform .8s cubic-bezier(0.76, 0, 0.24, 1);
  color: var(--themeht-white-color);
  content: '';
  position: absolute;
  width: 100%;
  left: 2px;
  text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  -webkit-text-fill-color: var(--themeht-primary-color);
  -webkit-text-stroke-width: 0;
  letter-spacing: 1px;
}
 .service-list .active .service-member.service-sticky h4 a span{ 
    transform: translate3d(0, 200%, 0); 
} 
.service-list .active .service-member.service-sticky h4 a::after {
  transform: translate3d(0, 0, 0);
}
.service-list h4:hover a::after{
  transform: translate3d(0, 0, 0);

}
.service-list i{
  color: var(--themeht-dark-color);
    fill: var(--themeht-dark-color);
    border-radius: 50px;
    background-color: var(--themeht-secondary-color);
    border: 1px solid transparent;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    opacity: 0;
    transform: rotate(-45deg);
}
.service-list li:hover, .service-list li.active i{
  opacity: 1;
}


/* ------------------------------------------------
                  elementor css 
------------------------------------------------ */ 
 .transparent-text .elementor-heading-title{
  text-shadow: 0.5px -1.5px 0 #ffffff, -0.5px -0.5px 0 #ffffff, 0.5px -0.5px 0 #ffffff, -0.5px 0.5px 0 #ffffff, 0.5px 0.5px 0 #ffffff;
  -webkit-text-fill-color: var(--themeht-white-color);
  -webkit-text-stroke-width: 0;
  font-weight: 500 !important;
 }
 .transparent-text-2 .elementor-heading-title{
  text-shadow: 1px 1px 0 #014e4e, -1px -1px 0 #014e4e, 1px -1px 0 #014e4e, -1px 1px 0 #014e4e, 1px 1px 0 #014e4e;
  -webkit-text-fill-color: var(--themeht-white-color);
  -webkit-text-stroke-width: 0;
  font-weight: 500 !important;
 }
 .transparent-text.white .elementor-heading-title{
  -webkit-text-fill-color: var(--themeht-primary-color);
 }
 
  
/* testimonial-rating */
.testimonial-rating   {
  text-align: center;
  color: var(--themeht-white-color);
}
.testimonial-rating h5{
  color: var(--themeht-white-color);
  font-size: 70px;
  line-height: 70px;
  font-weight:500;
  margin-bottom: 3px;

}
.testimonial-rating span{
  display: block;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.testimonial-rating p{
  font-size: 20px;
  margin: 0;
  color: var(--themeht-white-color);
}
 .home-quote{
  padding: 0px 0px 0px 90px !important;
  background-color: inherit;
  font-size: 20px;
  line-height: 29px;
  font-style: italic;
  font-weight: 500 !important;
  margin: 0;
 }
 blockquote.home-quote:after{
  top: 0 !important;
  left: 0px !important;
  font-style: normal;

 }
 .home-quote p{
  color: var(--themeht-dark-color);
 }
 .home-quote .home-quote-warp{
  display: flex;
  align-items: center;
  padding-top: 18px; 
 }
 .home-quote  span{
  padding-top: 0px;
 }
 .home-quote h4{
  margin-bottom: 0;
  position: relative;
  padding-right: 30px;
  margin-right: 20px;
  border-right: 1px solid #d5d5d5;
  font-size: 26px;
  line-height: 40px;
  top: 5px;
  font-weight: 400;
 }
 .home-quote h4::before{
  position: absolute;
  top: -1px;
  right: 18px;
  content: "*"; 
  font-size: 22px; 
 }
 .home-quote span p{
  color: var(--themeht-body-color);
  font-size: 14px;
  font-weight: 500;
 }
 .home-quote h6 {
  margin-bottom: 4px;
 }
 .home-quote .home-quote-title{
  display: grid !important;
 }
 .home-quote .home-quote-title p{
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--themeht-body-color);
  font-style: normal;
  font-weight: 500;
  font-family: var(--themeht-typography-body-font-family);
 }

 /* banner-statistics */
 .banner-statistics{
  background-color: var(--themeht-light-color);
  border-radius: 20px;
  padding: 40px 40px 35px 40px;
  position: relative;
  overflow: hidden;
 }
 .banner-statistics::before{
  position: absolute;
  top: -140px;
  left: 100px;
  content: "";
  background-image: url(https://proguid.themeht.com/wp-content/uploads/2024/09/counter-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transform: rotate(0deg);
 }
 .Statistics-icon{
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  font-size: 27px;
  margin-bottom: 35px;
  position: relative;
 }
 .banner-statistics p{
  font-size: 22px;
  line-height: 27px !important;
  color: var(--themeht-dark-color);
  font-weight: 500;
  position: relative;
} 
.banner-statistics span{
  font-size: 17px;
  position: relative;
}
.Statistics-img-warp {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5 ;
}
.Statistics-img-warp img{
    width: 40px;
    border-radius: 100px !important;
    margin-right: -5px;
}
.Statistics-bottom{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.Statistics-bottom span{
  padding-left: 25px;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  color: var(--themeht-dark-color);
}
.Statistics-bottom span::before{
  position: absolute;
  top: 0px;
  left: 0px;
  content:"\f136";
  font-family: flaticon_mycollection !important;
  color: var(--themeht-body-color);
}
.Statistics-bottom span:last-child::before{
  content:"\f108";
}

.about-icon .elementor-icon{
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  font-size: 20px;
  background-color: var(--themeht-secondary-color);
  color: var(--themeht-dark-color);
}
.about-icon .elementor-icon i{
  color: var(--themeht-dark-color);
  font-size: 24px;
  text-align: center;
  display: inline;
}
.about-icon-title .elementor-heading-title{
  margin-left: 15px;
}
 
/* ------------------------------------------------
                     featured-item 
------------------------------------------------ */
.featured-item.style-1 { 
  margin-bottom: 30px;
} 
.featured-item.style-1 .featured-subtitle{
  display: none;

}
.featured-item.style-1 .featured-icon { 
margin-bottom: 10px;
position: relative;
    top: -12px;
}  

.featured-item.style-1 .featured-icon i { 
  color: var(--themeht-dark-color);
  font-size: 35px;
  line-height: 70px;
  text-align: center;
  background: #fff;
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 100%;

}
.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-primary-color); 
} 
.featured-item.style-1 h4 {
  line-height: 32px;
  font-size: 24px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 15px;
  padding-right: 100px; 
}
 
.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: 70px; 
}
.featured-item.style-1 .featured-desc{
  line-height: 28px;
}
/*----------- style-2 -----------*/
.featured-item.style-2 {
  margin-bottom: 30px;
 
} 
.featured-item.style-2 .featured-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featured-item.style-2 h4 {  
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px; 
  margin-right: 40px;
}  
.featured-item.style-2 .featured-icon i {
  font-size: 55px;
  line-height: 65px;
  color: var(--themeht-primary-color);
  margin-right: 10px;
  position: relative;
} 
.featured-item.style-2 .featured-icon{
  position: relative;
  margin-bottom: 20px;
}
.featured-item.style-2 .featured-icon:before {
  background-color: var(--themeht-primary-color);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  opacity: 0.1;
  position: absolute;
  content: "";
  bottom: -3px;
  right: 0px;

}
.featured-item.style-2 .featured-icon svg{
  width: 55px;
  height: 55px;
  fill: var(--themeht-primary-color);
  margin-right: 30px;
}
.featured-item.style-2 .featured-icon img{
  width: 80px;
  
}   
.featured-item.style-2 .arrow-button{
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
}
.featured-item.style-2  p{
  margin-bottom: 20px;
}
.featured-item.style-2 .arrow-button:before {
  position: absolute;
  top: -4px;
  right: -18px;
  font-weight: 600;
  content: "\f167";
  font-size: 12px;
  font-family: flaticon_mycollection !important;
}
/*----------- style 3 -----------*/
.featured-item.style-3 {
  display: flex;
  margin-bottom: 30px;
}
.featured-item.style-3 .featured-subtitle{
  font-size: 22px;
  line-height: 40px;
  color: var(--themeht-dark-color);
  font-family: var(--themeht-typography-secondary-font-family);
}
.featured-item.style-3 .featured-icon {
  min-width: 75px;
  height: 75px;
  line-height: 75px;
  color: var(--themeht-white-color);
  background-color: var(--themeht-primary-color);
  font-size: 32px;
  text-align: center;
  border-radius: 100px;
  margin-right: 20px;
  position: relative; 
  top: 0px
}
.featured-item.style-3 .featured-icon::before{
  position: absolute;
  bottom: -35px;
  left: 0px;
  content: "";
  background-image: url(https://proguid.themeht.com/wp-content/uploads/2024/11/shadow.png);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  background-size: contain;
  
}
 
.featured-item.style-3:hover .featured-icon{
   top: -10px;
}
.featured-item.style-3:hover .featured-icon::before{
  opacity: 1;
  bottom: -50px;
}
.featured-item.style-3 .featured-icon svg{
  width: 45px;
  height: 45px;
  fill: var(--themeht-primary-color);
}
.featured-item.style-3 .featured-number{
  margin-left: 10px;
}
.featured-item.style-3 .featured-icon img{
  width: 80px;
  height: 80px;
  border-radius: 10px;
  top: -2px;
  position: relative;

}
.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: 12px;
  line-height: 27px;
  font-size: 24px;
  margin-top: -4px;
}

.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-primary-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-primary-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;
  position: relative;
    top: -6px;
}
.featured-item.style-4 h4 {
  margin-bottom: 10px;
  line-height: 27px;
  font-size: 24px;
}

.featured-item.style-4 .featured-desc {
  font-size: 15px;
  line-height: 22px;
}
.featured-item.style-4 .featured-subtitle {
  color: var(--themeht-primary-color);
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: var(--themeht-typography-secondary-font-family);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: none;
}

/* style-5 */
.featured-item.style-5 .featured-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  border-radius: 100%;
  text-align: center;
  font-size: 24px;
  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: 10px;
  font-size: 24px;
  line-height: 30px;
}
.featured-item.style-5 .featured-subtitle{
  color: var(--themeht-primary-color);
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-family: var(--themeht-typography-secondary-font-family);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
/* ------------------------------------------------
                   Testimonials
------------------------------------------------ */ 

.testimonial.style-1 { 
  display: flex;
  align-items: center; 
}
.testimonial.style-1 .testimonial-img{
  position: relative;
} 
.testimonial.style-1 p,
.testimonial.style-2 p{ 
  font-size: 25px;
  line-height: 38px;
  color: var(--themeht-white-color); 
  font-style: italic;
  font-family: var(--themeht-typography-secondary-font-family);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 23px;
    margin-bottom: 27px;  
}
.testimonial.style-1 h4,
.testimonial.style-2 h4 {
  font-size: 21px;
  line-height: 23px;
  margin-bottom: 6px;
  color: var(--themeht-white-color);  
}
.testimonial.style-1 span,
.testimonial.style-2 span{
  color: var(--themeht-white-color);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.testimonial.style-1 .testimonial-rating{
  margin-bottom: 13px;
  color: #ff9b00;

}
.testimonial.style-1 .testimonial-quote 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;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}  
.testimonial.style-1 img{
  max-width: 240px;
  border-radius: 100%;
  margin-right: 50px;
}
.style-2-dot .swiper-pagination{
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: inherit !important;
  text-align: right;
  right: 0 !important;
  left: inherit !important;
  position: absolute !important;
  padding: 7px 12px 6px 12px;
}
.style-2-dot .swiper-pagination-bullet{
  width: 8px !important;
  height: 8px !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
} 
.style-2-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: rgba(255, 255, 255, 0.8) !important;
}
 .testimonial.style-2{
  text-align: center;
  padding: 0px 260px;
 }
 .testimonial.style-2 h4,
 .testimonial.style-2 span,
 .testimonial.style-2 p{
 color: var(--themeht-dark-color);
 }
 .testimonial.style-2 p{
  padding-bottom: 0;
 }
 .testimonial.style-2 .testimonial-quote {
  color: var(--themeht-primary-color);
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 14px;
 }
/* ------------------------------------------------
                   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-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-primary-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: 30px;
}

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

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

.banner-content h6 { 
  font-size: 15px;
  font-family: var(--themeht-typography-body-font-family);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400 !important;
  display: inline-flex !important;
  color: var(--themeht-white-color);
}  
.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,
.banner-slider .themeht-btn  {
	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,
.banner-slider .swiper-slide-active .themeht-btn {
	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{ 
  border-radius: 20px;
  overflow: hidden;
}
.banner-content .banner-text {
  width: 60%;
}
.banner-slider-one .banner-content h6{
  margin-bottom: 20px !important;

}
 .banner-slider-one .banner-content h1{
  color: var(--themeht-white-color);
  font-size: 75px !important;
  line-height: 85px !important;
  text-transform: uppercase;
  margin: 0 0 30px 0 !important;

 }
 .banner-slider-one .banner-content {
  padding: 223px 0 202px 80px;
  position: relative;
 }
 .banner-slider-one .banner-content::before{
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0) 100%);
 }
 .banner-slider-one .swiper-button-prev,
 .banner-slider-one .swiper-button-next{
  position: absolute;
  left: inherit;
  right: 40px !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  bottom: 30px !important;
  top: inherit;
  backdrop-filter: blur(3px);
  background: rgba(255, 255, 255, 0.3) !important;
 }
 .banner-slider-one .swiper-button-prev:hover,
 .banner-slider-one .swiper-button-next:hover{
  background-color: var(--themeht-white-color) !important;

 }
 .banner-slider-one .swiper-button-next:after,
 .banner-slider-one .swiper-button-prev:after{
   line-height: 43px !important;
   font-size: 15px !important;
   color: var(--themeht-white-color) !important;
 }
 .banner-slider-one .swiper-button-next:hover:after,
 .banner-slider-one .swiper-button-prev:hover:after{
 color: var(--themeht-dark-color) !important;
 }
 .banner-slider-one .swiper-button-prev{
   left: inherit !important;
   right: 90px !important; 
 } 
 .banner-slider-one .banner-arrow i{
 
  -webkit-text-stroke: 1px #F8F8F8;
  text-shadow: 0px 1px 4px #23430c00;
  color: #4a7e4e00;
  font-size: 80px; 
 }
 
 
/* banner slider two */
.banner-slider-two{
  margin: 0px 20px !important;
  border-radius: 15px; 
}
.banner-slider-two .banner-content {
  padding: 230px 15px 220px 100px;
  width: 50%; 
} 
.banner-slider-two .banner-content h1 {
  font-size: 80px;
  line-height: 90px;
  color: var(--themeht-white-color);
  text-transform: uppercase;
  margin: 0 0 30px 0 !important;
} 
  .banner-content h6 {
  margin-bottom: 20px !important;
} 
.banner-slider-two .btn-box {
  margin-top: 24px !important;
} 
.banner-slider-two .btn-box .blur-btn{
  color: var(--themeht-white-color);
  background-color: rgba(255, 255, 255, 0.15);
}
.banner-slider-two .btn-box .blur-btn svg line {
  stroke: var(--themeht-white-color); 
}
.banner-slider-two .btn-box .blur-btn:hover{
  background-color: var(--themeht-white-color);
  color: var(--themeht-primary-color);
}
.banner-slider-two .btn-box .blur-btn:hover svg line {
  stroke: var(--themeht-primary-color);
}
.banner-slider-two .animated2 {
  font-size: 18px;
  line-height: 30px;
} 
.banner-slider-two .animated2.splitting {
  font-size: 13px;
}
 .banner-content h6 span{
  background-color: var(--themeht-white-color);
  color: var(--themeht-dark-color);
  line-height: 25px;
  padding: 2px 6px 0 8px;
  text-align: center;
  margin-right: 10px;
  position: relative;
  top: -1px;
  border-radius: 5px;

}
  .banner-content h6 {
  backdrop-filter: blur(1px);
  color: var(--themeht-white-color);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 6px 10px 4px 8px;
  font-size: 13px;
  font-family: var(--themeht-typography-body-font-family);
  line-height: 29px;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-weight: 500 !important;
  display: inline-flex !important;
  align-items: center;
}
.banner-swiper-buttons {
  position: absolute;
  right: 40px !important;
  bottom: 0px;
  background-color: var(--themeht-white-color);
  z-index: 1;
  width: 125px;
  height: 52px;
  border-radius: 20px 20px 0px 0px;
}
.banner-swiper-buttons svg{
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
}
.banner-swiper-buttons .svg-2 {
  bottom: 0px;
  left: -19px;
  transform: rotate(180deg) scale(1.01);
}
.banner-swiper-buttons .svg-1 {
  bottom: 0px;
  right: -19px;
  transform: rotate(-90deg) scale(1.01);
}
.banner-swiper-buttons svg path {
  fill: var(--themeht-white-color);
}
.swiper.banner-slider-two  .swiper-button-prev,
.swiper.banner-slider-two  .swiper-button-next{
  position: inherit;
  width: 40px;
  height: 40px;
  background: var(--themeht-light-color);
  line-height: 40px;
  bottom: 0px !important;
  top: inherit;
}
.swiper.banner-slider-two  .swiper-button-next{
  right: 15px;
}
.swiper.banner-slider-two .swiper-button-next:after,
.swiper.banner-slider-two .swiper-button-prev:after{
  line-height: 43px !important;
  font-size: 15px !important;
}
.swiper.banner-slider-two .swiper-button-prev{
  left: inherit !important;
  right: 65px !important;
}
/* ------------------------------------------------
                   post-card 
------------------------------------------------ */
.post-card.style-1 { 
  border: 1px solid #d5d5d5;
  margin-bottom: 50px;
  border-radius: 20px;  
  overflow: hidden;
}
.swiper-slide .post-card.style-1{
  margin-bottom: 20px;
}
.post-card.style-1 .post-image{
  position: relative; 
  border-radius: 20px;
}
.post-card.style-1 .post-desc{
  padding: 25px 30px 22px 30px;
}
.post-card.style-1 .post-image img { 
   border-radius: 15px;
   width: 100%;
}
.post-card.style-1 .post-image{
  position: relative;
}
.post-card.style-1 .post-image::before{
  top: 50%;
  bottom: 50%;
  opacity: 1;
  left: 0;
  z-index: 1;
  content: "";
  right: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  background: rgba(255, 255, 255, 0.2);
}
.post-card.style-1:hover .post-image::before{
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.post-card.style-1 .post-desc ul {
  padding: 0;
  margin: 13px 0 6px 0;
  border: inherit;
}
 
.post-card.style-1 .list-inline.post-bottom {
  position: absolute;
  bottom: 0px;
  right: 60px;
  background-color: var(--themeht-white-color);
  border-bottom: 0px;
  margin-right: 0px;
  padding: 11px 18px 7px 18px;
  border-radius: 15px 15px 0px 0px; 
}
.post-card.style-1 .list-inline.post-bottom li{
  margin-right: 0px; 
}
.post-card.style-1 .list-inline.post-bottom li a{
  font-size: 14px;
}
.post-card.style-1 .post-title span.cat-links{
  color: var(--themeht-body-color);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: var(--themeht-typography-body-font-family);
}
.post-card.style-1 .post-title span.cat-links a:last-child{
  margin-left: 2px;
}
.post-card.style-1 .post-title span.cat-links a{
  color: var(--themeht-body-color);
}
.post-card.style-1 .list-inline.post-bottom svg{ 
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
}
.post-card.style-1 .list-inline.post-bottom svg path{
  fill: var(--themeht-white-color);
}
.post-card.style-1 .list-inline.post-bottom .svg-1 {
  bottom: 0px;
  left: -19px;
  transform: rotate(180deg) scale(1.01);
}
.post-card.style-1 .list-inline.post-bottom .svg-2{
  bottom: 0px;
    right: -19px;
    transform: rotate(270deg) scale(1.01);
}
.post-card.style-1 .post-desc .list-inline a {
  text-transform: uppercase;
  color: var(--themeht-body-color);
  font-size: 13px;
  letter-spacing: 1px; 
  position: relative;
}
.post-card.style-1 .post-desc .list-inline li .cat-links{
  margin-right: 15px;
}
.post-card.style-1 .post-desc .list-inline .cat-links a::before{
  position: absolute;
  top: 4px;
  right: -14px;
  content: "";
  width: 1px;
  height: 10px;
  background-color: var(--themeht-body-color);
}

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

.post-card.style-1 h4 {
  margin-bottom: 12px !important;
  margin-top: 0px !important;
  font-size: 22px;
  line-height: 28px;
}
 
.post-card.style-1 h4 a:hover {
  color: var(--themeht-primary-color) !important;
}
.post-card.style-1 .read-link{
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.9px;
  font-weight: 500; 
  margin-top: 10px;
  display: inline-block;
  position: relative;
} 
 

/* style-2 */
.post-card.style-2 {
  margin-bottom: 30px;
  display: flex; 
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-radius: 20px;
}

.post-card.style-2 .post-image {
  position: relative; 
  overflow: hidden;
  border-radius: 20px; 
  width: 47%; 
  background-repeat: no-repeat;
  background-size: cover;
} 
.post-card.style-2 .post-image img{
  width: 100%;
}
.post-card.style-2 .post-image .post-image{
  position: relative;
}
.post-card.style-2 .post-image::before{
  top: 50%;
  bottom: 50%;
  opacity: 1;
  left: 0;
  z-index: 1;
  content: "";
  right: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  background: rgba(255, 255, 255, 0.2);
}
.post-card.style-2:hover .post-image::before{
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
} 
.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;
  
}

 

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

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

.post-card.style-2 .post-desc h4 {
  margin-top: 5px !important;
  margin-bottom: 20px !important;
  line-height: 30px; 
  font-size: 24px;
  line-height: 30px;
}

.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-title{
  margin-top: auto;
}
.post-card.style-2 .post-desc .cat-links a{
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--themeht-body-color) !important;  
}
.post-card.style-2 .post-desc .cat-links a:last-child{
  margin-left: 4px;
}
.post-card.style-2 .read-link{
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  margin-top: auto; 
  width: fit-content;
}
 
.post-card.style-2 .list-inline.post-bottom .cat-links{
  margin-right: 0px;
} 
.post-card.style-2 .post-desc .post-bottom a:hover {
  color: var(--themeht-primary-color);
} 
.post-card.style-2 .post-desc{
  position: relative;
  margin: 25px 30px 25px 40px; 
  display: grid; 
  width: 53%;
}
.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 .post-desc i{ 
  font-size: 22px;
}
.post-card.style-2 .list-inline.post-bottom {
  position: absolute;
  bottom: 0px;
  right: 60px;
  background-color: var(--themeht-white-color);
  border-bottom: 0px;
  margin: 0px;
  padding: 11px 18px 7px 18px;
  border-radius: 15px 15px 0px 0px; 
}

.post-card.style-2 .list-inline.post-bottom svg{ 
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
}
.post-card.style-2 .list-inline.post-bottom svg path{
  fill: var(--themeht-white-color);
}
.post-card.style-2 .list-inline.post-bottom .svg-1 {
  bottom: 0px;
  left: -19px;
  transform: rotate(180deg) scale(1.01);
}
.post-card.style-2 .list-inline.post-bottom .svg-2{
  bottom: 0px;
    right: -19px;
    transform: rotate(270deg) scale(1.01);
}
.post-card.style-2 .post-desc-warp {
  margin-bottom: 47px;
}
/* ------------------------------------------------
                   Split Slider
------------------------------------------------ */
.ht-img-split-scroller {
  display: flex;
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  border-radius: 20px;
  overflow: hidden;
} 
.split_images {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  background-color: var(--themeht-light-color); 
}

.split_images .split-img-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.split_images{
  overflow: hidden;
  border-radius: 20px;
}
.split_images .split-img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.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;
}
.split_texts .split-text-block p{
  color: var(--themeht-white-color);
}
.elementor-section-full_width .split_texts .split-text-block {
  padding-right: 200px;
}

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

.split-number {
  color: var(--themeht-white-color);
  margin-bottom: 150px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
}

.split-content h3 {
  font-size: 40px;
  line-height: 50px;
  color: var(--themeht-white-color);
  margin-bottom: 20px;
}

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

.split-list {
  margin-top: 40px;
  margin-bottom: 15px;
  display: flex;
  align-items: center; 
}
.split-list ul:first-child{
  margin-right: 50px;
}
.split-list-2 {
  display: flex;
}
.split-list-2 ul:first-child{
  margin-right: 50px;
  margin-bottom: 0px;
}

.split-content .list-icon.style1 li i,
.split-content .list-icon li{
  color: var(--themeht-white-color);
}
 
.split-content-counter {
  margin: 50px 0 30px 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;
  background-color: var(--themeht-primary-color);
}

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

.sticky-panel-text { 
  width: 50%;
  padding: 5rem;
  color: var(--themeht-white-color);
  background-color: var(--themeht-primary-color);
}
.sticky-panel-text h3{
  color: var(--themeht-white-color);
  text-transform: capitalize;
} 
.sticky-panel-text .counter.style-1{
  display: grid;
}

.sticky-panel-text .counter.style-1 h6{
  color: var(--themeht-white-color);
}
.sticky-panel-text .counter.style-1 .counter-desc span{
  text-transform: uppercase;
}
.sticky-panel-text .counter.style-1 h6{
  margin-top: 14px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.9px;
  font-weight: 300;
}
.sticky-panel-text li{
  list-style-type: none;
  margin-bottom: 15px; 
}
.sticky-panel-text li i{
  background-color: rgba(255, 255, 255, 0.15);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: var(--themeht-white-color);
  display: inline-block;
  border-radius: 100px;
  font-size: 14px; 
  margin-right: 5px;
}
/* ------------------------------------------------
                     Ht Tab
------------------------------------------------ */
.ht-tab .tab-menu {
  padding: 0;
  border-bottom: 2px solid var(--themeht-primary-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-primary-color);
  font-weight: 400;
  text-transform: uppercase;
}

.ht-tab .tab-menu li a.active-a {
  color: var(--themeht-primary-color);
}

.ht-tab .ht-tab-pane .ht-tab-content {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid var(--themeht-primary-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-primary-color);
  font-weight: 400;
  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: 45px;  
  border-radius: 20px; 
  overflow: hidden;
}
.swiper-slide  .portfolio-item.style-1{
  margin-bottom: 17px;
}
.portfolio-item.style-1 img { 
  width: 100%;  
} 
.portfolio-item.style-1 .portfolio-image{
position: relative;
}
.portfolio-item.style-1 .portfolio-image::before {
  top: 50%;
  bottom: 50%;
  opacity: 1;
  left: 0;
  z-index: 1;
  content: "";
  right: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  background: rgba(255, 255, 255, 0.2); 
}
.portfolio-item.style-1:hover .portfolio-image::before{
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.portfolio-item.style-1 .portfolio-icon{
  width: 80px;
  display: inline-grid;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
  background-color: var(--themeht-secondary-color);
  color: var(--themeht-dark-color);
  font-size: 40px;
  margin-bottom: 25px;
}

.portfolio-item.style-1 .portfolio-desc {   
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%; 
  transform: translate(-50%, 0%); 
  width: 100%;
  z-index: 1;
  padding: 0px 20px;
} 
.portfolio-item.style-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 65%;
  opacity: 0.9;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  bottom: 0;
  left: 0;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(1,78,78,1) 0%, rgba(1,78,78,1) 30%, rgba(0,212,255,0) 100%);
  z-index: 1;
}
.portfolio-item.style-1 .portfolio-desc-warp{
  margin-bottom: 46px;
}
.portfolio-item.style-1 .portfolio-cat a {
  position: relative;  
  color: var(--themeht-white-color); 
  letter-spacing: 0.9px;
}
.portfolio-item.style-1 .arrow-button span{
  font-weight: 500; 
}
.portfolio-item.style-1 .arrow-button{ 
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  padding: 15px 43px 18px 25px;
  background-color: var(--themeht-white-color);
  color: var(--themeht-dark-color);
  border-radius: 15px 15px 0px 0px; 
} 
 
.portfolio-item.style-1 .arrow-button svg {
    width: 20px;
  height: 20px;
  position: absolute;
  display: block;
}
.portfolio-item.style-1 .arrow-button svg path{
  fill: var(--themeht-white-color);
}
.portfolio-item.style-1 .arrow-button .svg-1 { 
  bottom: 4px;
  right: -19px;
  transform: rotate(-90deg) scale(1.01); 
}
.portfolio-item.style-1 .arrow-button .svg-2 {
  bottom: 4px;
  left: -19px;
  transform: rotate(180deg) scale(1.01);
}
.portfolio-item.style-1 .portfolio-cat { 
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: var(--themeht-white-color);
}


.portfolio-item.style-1 .portfolio-cat,
.portfolio-item.style-1 h4 {
  position: relative;
  display: inline-block;  
} 

.portfolio-item.style-1 h4 {
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 26px;
}

.portfolio-item.style-1 .portfolio-title h4 a {
  position: relative; 
  color: var(--themeht-white-color);
}
.portfolio-item.style-1 .portfolio-title h4 a:hover{
  color: var(--themeht-white-color);
}
.portfolio-item.style-1 .portfolio-arrow{
  width: 40PX;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  border-radius: 100px;
  border: 1px solid #d5d5d5 ;
  text-align: center; 
  transform: rotate(-45deg);
}
 
.portfolio-item.style-1 .arrow-button .btn-icon-svg{
  top: 14px;
  width: 11px;
  right: 25px;

}
svg.btn-icon-svg {
   margin-left: 3px;
   }
svg.btn-icon-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-dark-color);
       } 
.read-link:hover  svg.btn-icon-svg line,  
.arrow-button:hover  svg.btn-icon-svg line,     
.themeht-btn:hover svg.btn-icon-svg line {
   stroke-dashoffset: 0;
   }
   .read-link:hover  svg.btn-icon-svg line,  
.arrow-button:hover  svg.btn-icon-svg line, 
.themeht-btn:hover svg.btn-icon-svg line { 
  stroke: var(--themeht-dark-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: "\f175";
  font-family: flaticon_mycollection !important;
}

.swiper .swiper-button-next:after {
 content: "\f174";
  font-family: flaticon_mycollection !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: inherit;
}

.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-primary-color);
  background: var(--themeht-primary-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: 25px;
}

.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:rgba(0, 0, 0, 0.2);
  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);
 }
.primary-bg .swiper-pagination-clickable .swiper-pagination-bullet-active{
  background-color: var(--themeht-secondary-color) !important;
} 

.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;
  text-align: center;
  background-color: var(--themeht-white-color);
  border: 1px solid #d5d5d5 ;
  border-radius: 15px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.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 h4 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
}

.price-value {
  display: inline-flex;
  align-items: end;

}

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

.price-value h2 {
  font-size: 60px;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
  align-items: center;

}
.price-value h2 sup{
  font-size: 24px;
  font-weight: 600;
}

.price-value span {
  font-size: 14px;
  text-transform: uppercase; 
  letter-spacing: 0.9px;
  color: var(--themeht-dark-color);
  font-family: var(--themeht-typography-secondary-font-family);
}

.price-list {
  margin-bottom: 26px;
  border-top: 1px solid #d5d5d5 ;
  padding-top: 40px;
  margin-top: 33px;
  text-align: left;
} 
.price-list ul{
  margin: auto;  
  display: table;
}
.price-list ul li {
  position: relative;
  padding-bottom: 18px;
  display: flex;
  font-size: 17px;
  color: var(--themeht-body-color); 
}

.price-list li i {
  font-size: 16px;
  position: relative;
  margin-right: 15px;
  color: var(--themeht-primary-color);
}

.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,
.text-white ul.list-unstyled.list-icon.style1 li {
  color: var(--themeht-white-color);
}
.text-white .list-icon.style1 li i{
  color: var(--themeht-secondary-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-table  .price-icon {
  font-size: 35px;
  display: inline-block;
  color: var(--themeht-primary-color);
  text-align: center;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #dadee1;
  border-radius: 100px;
  margin-bottom: 12px; 
}

.price-table .themeht-btn-warp .btn-icon1, 
.price-table .themeht-btn-warp .btn-icon2{
  height: 46px;
  min-width: 46px;
  --icon-width: 46px;
}
.white-bg .price-icon {
  background-color: var(--themeht-light-color);
}
.price-table.style1 .price-label{
  position: absolute;
  top: 24px;
  right: -30px;
  background-color: var(--themeht-primary-color);
  padding: 5px 30px 5px 40px;
  color: var(--themeht-white-color);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  border-radius: 5px;
  transform: rotate(45deg);
}

/* price 2 */
.price-table.style2 {
  margin-bottom: 30px;
  border-radius: 20px;
  padding: 50px 50px 85px 50px;
  overflow: hidden;
} 

.price-table.style2 .price-label{
  position: absolute;
  top: 24px;
  right: -30px;
  background-color: var(--themeht-primary-color);
  padding: 5px 30px 5px 40px;
  color: var(--themeht-white-color);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 1px;
  border-radius: 5px;
  transform: rotate(45deg);
}
 .price-table.style2 .price-warp{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-table.style2 .price-title{
  margin-bottom: 0px;
  border-right: 1px solid #d5d5d5;
  padding-right: 55px;
  margin-right: 55px;
}
.price-table.style2 h2{
  font-size: 70px;
  margin-bottom: 0; 
  display: flex;
  align-items: center;
}
.price-table.style2 .price-value span{
  font-size: 14px;
  text-transform: uppercase; 
  letter-spacing: 0.9px;
  color: var(--themeht-dark-color);
  font-family: var(--themeht-typography-secondary-font-family);
}
.price-table.style2 h4{
  text-align: left;
  text-transform: capitalize;
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
}
.price-table.style ul{
  width: 100%;
}
.price-table.style2 .price-list{ 
  padding: 20px;
  border-radius: 6px;
  margin: 0;
  border-top: 0px;  
  margin-top: -6px;
  background-color: var(--themeht-light-color);

}
.price-table.style2.active .price-list{
background-color: rgba(255, 255, 255, 0.1);
}
.price-table.style2 .price-list ul li{
  font-size: 16px;
  line-height: 18px;
  padding: 6px 0px;
  width: 50%;
  float: left;
  padding-right: 5px;
}
 
.price-table.style2 .price-list ul li i{
  font-size: 12px;
  margin-right: 13px;
}
 .price-table.style2 a.themeht-btn{
  position: absolute;
  bottom: -1px;
  left: 50px; 
}
.price-table.style2 a.themeht-btn .btn-icon-svg.btn-icon-svg line{
  stroke: var(--themeht-white-color);
}
.price-table.style2.active a.themeht-btn .btn-icon-svg.btn-icon-svg line{
  stroke: var(--themeht-dark-color);
}
.price-table.style1.active,
.price-table.style2.active{
  background-color: var(--themeht-primary-color);
}

.price-table.style2.active h4,
.price-table.style2.active h2,
.price-table.style2.active span,
.price-table.style2.active .price-value span,
.price-table.style2.active .price-list ul li,
.price-table.style2.active .price-list ul li i,
.price-table.style1.active h4,
.price-table.style1.active h2,
.price-table.style1.active span,
.price-table.style1.active .price-value span,
.price-table.style1.active .price-list ul li,
.price-table.style1.active .price-list ul li i{
  color: var(--themeht-white-color);
} 
.price-table.style1.active .price-list,
.price-table.style2.active .price-title{
  border-color: rgba(255, 255, 255, 0.3);
}
.price-table.style1.active .price-label,
.price-table.style2.active .price-label{
  background-color: var(--themeht-secondary-color);
  color: var(--themeht-dark-color);
}
.price-table.style1.active .btn-text,
.price-table.style2.active .btn-text{
  background-color: var(--themeht-secondary-color);
  color: var(--themeht-dark-color);
}
.price-table.style1.active .btn-icon1,
.price-table.style1.active .btn-icon2{
  background-color: var(--themeht-secondary-color);
  color: var(--themeht-dark-color);
}
.price-table.style1.active .price-icon{
  background-color: var(--themeht-white-color);
}
.price-table.style2.active svg path{
  fill: var(--themeht-secondary-color);
}
/* ------------------------------------------------
                     Accourdion
------------------------------------------------ */ 
  
.elementor-accordion .elementor-accordion-item {
	margin-bottom: 20px;
	border: none !important;
	background: var(--themeht-light-color);
	padding: 20px 25px 10px 25px;
	border-radius: 15px;
}

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

.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	padding: 0;
	margin-bottom: 10px;
}

.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
	font-size: 18px;
	line-height: 28px; 
  font-weight: 500 !important;
	text-transform: capitalize;
	transition: all 0s ease-in-out 0s;
	color: var(--themeht-dark-color);
	font-family: var(--themeht-typography-secondary-font-family);
}

.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 {
	fill: var(--themeht-primary-color);
}

.themeht-accordion.elementor-widget-accordion .elementor-accordion-icon svg{
	fill: var(--themeht-dark-color);
	padding-top: 5px;
	font-size: 20px;
}
.themeht-accordion.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon svg{
	fill: var(--themeht-dark-color);
}

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

.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content p {
	margin-bottom: 10px;
}
/* ------------------------------------------------
                   team stye
------------------------------------------------*/
.team-member.style-1 {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: var(--themeht-light-color);
  padding: 30px 30px 30px 30px;
  border-radius: 15px;
}
.team-swiper .team-member.style-1{
  padding: 30px 30px 140px 30px;
}
   
.team-member.style-1 img { 
  width: 200px;
  border-radius: 100px;
  margin-bottom: 21px;

}
  
.team-member.style-1 .team-social-icon {
  display: inline-flex;
  margin-top: 20px;

}
.team-member.style-1 .team-social-icon li a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100px;
  background-color: var(--themeht-white-color);
  display: block;
  margin-right: 5px;
}
.team-member.style-1 .team-social-icon li a:hover{
  background-color: var(--themeht-primary-color);
  color: var(--themeht-white-color);
}
.team-member.style-1 .team-social-icon li i{
  -webkit-transition: all 0.0s ease-in-out 0s;
  -moz-transition: all 0.0s ease-in-out 0s;
  -ms-transition: all 0.0s ease-in-out 0s;
  -o-transition: all 0.0s ease-in-out 0s;
  transition: all 0.0s ease-in-out 0s;
}
.team-member.style-1:hover .team-desc {
  bottom: 0px;
}

.team-member.style-1 .team-desc span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 8px;
  display: block;
  letter-spacing: 0.9px; 
} 
.team-member.style-1 h4 {
  margin-bottom: 6px;
  color: var(--themeht-dark-color);
  position: relative;
  font-size: 22px;
  line-height: 22px;
}
.team-swiper .swiper-nav-arrow {
  position: absolute;
  bottom: 43px;
  right: 0px;
}
.team-swiper  .swiper-button-prev,
 .team-swiper  .swiper-button-next{
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #d5d5d5 ;
  background-color: var(--themeht-light-color);
 }

 .team-swiper .swiper-button-prev {
  left: -110px;
}
.team-swiper .swiper-button-next {
  right: 30px;
}
.team-swiper .swiper-button-next:after,
.team-swiper .swiper-button-prev:after{
  line-height: 34px !important;
  font-size: 14px;
  color: var(--themeht-body-color);

}
.team-member.style-2{
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d5d5d5;
}
.team-member.style-2 .team-images{
 position: relative;
 border-radius: 20px;
 overflow: hidden;
}
.team-member.style-2 img{
  width: 100%; 
}
.team-member.style-2 .team-images::before {
  top: 50%;
  bottom: 50%;
  opacity: 1;
  left: 0;
  z-index: 1;
  content: "";
  right: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  background: rgba(255, 255, 255, 0.2);
}
.team-member.style-2:hover .team-images::before{
  top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}
.team-member.style-2 .team-desc h4{
 font-size: 24px;
 line-height: 30px;
 margin-bottom: 3px;
}
.team-member.style-2 .team-desc span.label {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.9px;
  color: var(--themeht-body-color) !important;
}
.team-member.style-2 .team-desc {
  padding:  30px 30px 22px 30px;
}
.team-member.style-2 .team-share-icon{
  height: 47px;
  width: 47px;
  line-height: 47px;
  font-size: 13px;
  background-color: var(--themeht-primary-color);
  display: block;
  text-align: center;
  color: var(--themeht-white-color);
  border-radius: 100px; 
  position: relative;
  z-index: 9;
}
.team-member.style-2 .team-social-list:hover .team-share-icon{
  background-color: var(--themeht-secondary-color);
 color: var(--themeht-dark-color);
}
.team-member.style-2 .team-social-list{
  position: absolute;
  right: 50px;
  bottom: 0px;
  background: var(--themeht-white-color);
  width: 67px;
  height: 57px;
  line-height: 60px;
  text-align: center;
  padding: 10px 10px 0px 10px;
  border-radius: 100px 100px 0px 0px;
  z-index: 9;  
}
.team-member.style-2 .team-social-icon {
  position: relative;
  bottom: 50px;
  right: -5px;
  opacity: 0;
  padding-bottom: 30px; 
}
.team-member.style-2 .team-social-list:hover .team-social-icon{
  opacity: 1;
  bottom: 220px;
}
.team-member.style-2 .team-social-icon a{
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: var(--themeht-white-color);
  color: var(--themeht-dark-color);
  display: block;
  text-align: center; 
  border-radius: 100px;
  margin-top: 10px;
}
.team-member.style-2 .team-social-icon a:hover{ 
  background-color: var(--themeht-secondary-color);
}
.team-member.style-2 .team-social-list svg{
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
}
.team-member.style-2 .team-social-list svg path{
  fill: var(--themeht-white-color);
}
.team-member.style-2 .team-social-list .svg-1 {
  bottom: 0px;
  left: -19px;
  transform: rotate(180deg) scale(1.01);
}
.team-member.style-2 .team-social-list .svg-2{
  bottom: 0px;
    right: -19px;
    transform: rotate(270deg) scale(1.01);
}
/* ------------------------------------------------
                 elementor progress 
------------------------------------------------ */
.elementor-widget-progress {
  padding-bottom: 22px;

}

.elementor-widget-progress .elementor-title {
  font-size: 15px;
  letter-spacing: 0.9px;
  margin-bottom: 5px; 
  font-family: var(--themeht-typography-secondary-font-family) !important;
  color: var(--themeht-dark-color) !important;
  display: inline-block;
  text-transform: uppercase;
}
.elementor-progress-text{
  overflow: hidden;
}
 

.elementor-progress-wrapper {
  overflow: inherit !important;
}

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

}


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

.counter .counter-desc span {
  font-size: 70px;
  line-height: 70px;
  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-primary-color);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.counter.style-1 {
  display: flex;
  align-items: center;
  padding-left: 20px; 
}  
.counter.style-1 .counter-desc span.counter-info{
  color: var(--themeht-body-color);
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; 
  font-weight: 500;
  top: -19px;
  position: relative;
  margin-left: 15px;
}
.counter.style-1 .counter-desc{
  display: flex;
  align-items: end;
  margin-top: 110px;
}
.counter.style-1 h6 {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  top: -8px;
  padding-left: 40px; 
  color: var(--themeht-body-color);
} 
.counter.style-1::before{
  content: "";
  position: absolute;
  top: 4px;
  left: -21px;
  width: 1px;
  height: 94%;
  background-color: #d5d5d5 ;
}
.counter.style-1 h6::before{
  content: "";
  position: absolute;
  top: 7px;
  left: -41px;
  width: 65px;
  height: 1px;
  background-color: #d5d5d5 ;
}
/* ------------------------------------------------
               themeht-heading
------------------------------------------------ */
.themeht-heading-title { 
  font-size: 38px; 
  line-height: 48px;
  margin-bottom: 0;

}


/* ------------------------------------------------
                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;
 }

 /* ------------------------
    Progress Bar
------------------------*/ 
.elementor-widget-progress .elementor-progress-wrapper {
	position: inherit;
}

.elementor-widget-progress .elementor-progress-wrapper {
	background-color: var(--themeht-light-color);
	border-radius: 15px;

}
 
.primary-bg .elementor-widget-progress .elementor-title {
	color: var(--themeht-white-color) !important;
  background-color: var(--themeht-primary-color);
  position: relative;
  z-index: 99;
  font-family: var(--themeht-typography-secondary-font-family);
}

.elementor-widget-progress .elementor-progress-bar {
	height: 10px;
	background-color: var(--themeht-primary-color) !important;
	border-radius: 15px;
}

.elementor-widget-progress .elementor-progress-percentage {
  color: var(--themeht-dark-color) !important;
  font-family: var(--themeht-typography-secondary-font-family); 
  font-size: 15px;
  line-height: 15px;
  top: 4px;
  right: 0px;
  position: absolute;
}

.primary-bg .elementor-widget-progress .elementor-progress-percentage {
	color: var(--themeht-white-color) !important;
}

.primary-bg .elementor-widget-progress .elementor-progress-bar { 
  background: linear-gradient(90deg, rgb(255 255 255) 33%, rgba(255, 255, 255, 0) 100%);
}

.primary-bg .elementor-widget-progress .elementor-progress-wrapper {
	background-color: transparent;
}

/* sticky step */
 
.step-content{
  color: var(--themeht-white-color);

} 
.pin-spacer-pin .step-box { 
	border-radius: 30px;
  background-color: var(--themeht-primary-color);
  padding: 50px 50px 50px 150px !important;
	padding: 100px;
	margin-bottom: 40px; 
	position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.step-box .row.gx-0 {
	align-items: center;
  margin-top: 39px;
  margin-bottom: 30px;
}

.pin-spacer .step-img {
	text-align: right;
}

.step-box .step-content {
	padding-right: 110px;
  background-color: var(--themeht-primary-color);

}

.step-box .step-content h3 {
  font-size: 52px;
  line-height: 62px;
  color: var(--themeht-white-color);
  margin-bottom: 11px;
}
 

.step-box .step-list ul {
	padding: 0;
}

.step-box .step-list h5 {
	font-size: 22px;
	line-height: 28px; 
	margin-bottom: 18px; 
}

.step-box .step-list p {
	margin-bottom: 5px;
}

.step-box .step-list p:last-child {
	margin-bottom: 50px;
}

.step-box .step-list h5 {
	padding-bottom: 25px;
	margin-bottom: 23px;
}

.pin-spacer .step-img img{ 
	overflow: hidden;
  border-radius: 20px;
}

.elementor-widget-container .pin-spacer:nth-of-type(3n+2) .step-box {
	margin-top: 10px !important;
}

.elementor-widget-container .pin-spacer:nth-of-type(3n+3) .step-box {
	margin-top: 30px !important;
}

.pin-spacer-pin .list-icon li{
  color: var(--themeht-white-color);
}
.pin-spacer-pin .list-icon li i{
  color: var(--themeht-white-color);
}



/* ------------------------
    Timeline
------------------------*/
.main-timeline:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: var(--themeht-primary-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: 80px;
}

.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-primary-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-primary-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: 15px;
} 
.main-timeline .date {
  font-family: var(--themeht-typography-secondary-font-family);
  color: var(--themeht-dark-color);
  font-size: 22px;
  position: absolute;
  bottom: 0px;
  right: 100px;
  background: var(--themeht-white-color);
  z-index: 1;
  padding: 12px 20px 10px 20px;
  border-radius: 10px 10px 0px 0px;
  font-weight: 500;
} 
.main-timeline .date svg{
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
}
.main-timeline .date svg path{
  fill: var(--themeht-white-color);
}
.main-timeline .date .svg-1{
  bottom: 0px;
    left: -20px;
    transform: rotate(180deg) scale(1.01); 
}
.main-timeline .date .svg-2{
  bottom: 0px;
  right: -20px;
  transform: rotate(270deg) scale(1.01);
}
.button-style-2>svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0px;
  transform: rotate(180deg) scale(1.01);
}
.button-style-2>svg:last-of-type {
  top: auto;
  bottom: 0px;
  right: auto;
  left: -20px;
}
 

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

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

/*  chart-card */
.home-chart-card .chart-card{
  background-color: var(--themeht-primary-color);
}
.chart-card {
  width: 100%;
  padding: 25px !important;
  border-radius: 4px;
  background-color: var(--themeht-light-color);
  border-radius: 20px;
}
#chart, .chart-box{
  background-color: inherit;
  border: inherit;
  box-shadow: inherit;
  padding: 0; 
}
.home-chart-card .graphina-chart-sub-heading{
  color: var(--themeht-white-color) !important;
}
.graphina-chart-sub-heading{
  color: var(--themeht-body-color) !important;
  font-family: var(--themeht-typography-body-font-family) !important;
  font-size: 16px !important;
  text-transform: capitalize;
  margin-bottom: 60px;
}
.apexcharts-legend-marker{
  height: 8px !important;
  width: 8px !important;
  left: -3px !important;
}
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center,
 .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
  justify-content: space-between !important;
}
.home-chart-card .apexcharts-legend-text{
  color: var(--themeht-white-color) !important;
}
.apexcharts-legend-text{
  color: var(--themeht-body-color) !important;
  font-family: var(--themeht-typography-body-font-family) !important;
  font-size: 14px !important;
}


/* ------------------------ Video ------------------------*/
.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-primary-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;
}



/*----------------------------------
 jobs-item
 ----------------------------------- */

 .jobs-item{
  border: 1px solid #ebebeb;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

 }
 .jobs-item:hover{
  top: -4px;
  box-shadow: 0 9px 26px rgb(0 0 0 / 13%);
 }
 .jobs-item .jobs-logo{
  width: 60px;
  margin-right: 30px;
 }
 .jobs-top-area{
  display: flex;
    align-items: center;

 }
 .jobs-top-area .jobs-title span{
  color: var(--themeht-dark-color);
    font-size: 15px;
    font-weight: 500;
    font-family: var(--themeht-typography-secondary-font-family);
 }
 .jobs-title h4{
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
 }
 .jobs-heading{
  display: flex  ;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 30px;
      margin-bottom: 30px;
  
 }
 .jobs-verified{
  padding: 10px 20px 10px 20px;
  border: 1px solid #d5d5d5;
  border-radius: 100px;
  font-size: 15px;
  line-height: 15px;
  color: var(--themeht-dark-color);
 }
 .jobs-verified span{
  color: var(--themeht-dark-color);
  font-weight: 500;
  font-family: var(--themeht-typography-secondary-font-family);
 }

 .jobs-verified i{
  color: var(--themeht-primary-color);
  margin-right: 7px;
 }
 .job-header-info{
  display: flex;
  align-items: center; 
  margin-bottom: 30px;
 }
 .job-header-info li{
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: var(--themeht-dark-color);
  font-size: 15px;
  font-weight: 500;
  width: 30%;
  margin-right: 10px;
  font-family: var(--themeht-typography-secondary-font-family);
 }
 .job-header-info li i{
  color: var(--themeht-primary-color);
  margin-right: 7px;
 }

 .job-footer{
 display: flex;
 align-items: center;
 justify-content: space-between;
 }

 .jobs-item p{
  width: 80%;
 }
 .jobs-item .entry-date{
  position: relative;
  padding-left: 20px;
  font-size: 15px; 
  font-weight: 500;
  font-family: var(--themeht-typography-secondary-font-family);

 }
 
 .jobs-item .entry-date::before{
 position: absolute;
 top: -3px;
 left: 0px;
 content: "\f163";
 font-family: flaticon_mycollection !important;
 color: var(--themeht-primary-color);
 font-weight: 400;
 }

.jobs-item .job-footer .btn-text{
  padding: 15px 25px 14px 25px;
  font-size: 12px;
}
.jobs-item .job-footer .themeht-btn-warp:hover .btn-text{
  background-color: var(--themeht-dark-color);
}

 /* listing */
 .elementor-widget-job-listing .jobs-item{
  display: flex  ;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 15px;
      padding: 20px 30px;
 }
 .elementor-widget-job-listing .jobs-heading{
  padding: 0;
  margin: 0;
  border: 0;
 }
 .elementor-widget-job-listing p {
  display: none;
 }
 .elementor-widget-job-listing .posted-on{
  margin-right: 30px;
 }
 .elementor-widget-job-listing .job-header-info li { 
  margin: 0px 20px;
  width: inherit;
}
.elementor-widget-job-listing .jobs-item h5{
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 23px;
  margin-right: 30px;
}
.elementor-widget-job-listing .job-header-info{
  margin-bottom: 0px;
}

.elementor-widget-job-listing  .jobs-top-area{
  margin-right: 30px;
}