/* ------------------------------------------------
  Project:  Indkal Technologies PVT. LTD.
  Author:   Atif Khan
------------------------------------------------ */

    /* ------------------------------------------------
    Table of Contents
    1.Marquee Text
    2.Section Title
    3.List Icon
    4.Button
    5.Service item
    6.Elementor css
    7.Featured item 
    8.Testimonials
    9.Banner Slider
    10.Post card
    11.Split Slider
    12.ht Tab
    13.Portfolio item 
    14.Swiper Arrow
    15.Swiper Dot Pagination
    16.Price Table
    17.Accourdion
    18.Team style
    19.CCB Widget cc bmi shortcode 
    20.Elementor progress
    21.Counter
    22.themeak heading
    23.Contact info
   ------------------------------------------------ */
  


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

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

.marquee-section {
  overflow: hidden;
}

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

.marquee-section.style1 {
  padding: 32px 0px 28px 0px;
  position: relative;
}

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

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

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

/*----------- marquee style 2 -----------*/
.marquee-section.style2 {
  padding: 0px;
  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(--themeak-secondary-color);
  text-transform: uppercase;
  font-family: var(--themeak-typography-secondary-font-family);
  font-weight: 600;
} 
.marquee-section.style2:nth-child(2n+2) .marquee-text span {
  color: var(--themeak-secondary-color);
  text-shadow: 1px 1px 0 var(--themeak-secondary-color), -1px -1px 0 var(--themeak-secondary-color), 1px -1px 0 var(--themeak-secondary-color), -1px 1px 0 var(--themeak-secondary-color), 1px 1px 0 var(--themeak-secondary-color);
  -webkit-text-fill-color: var(--themeak-light-color);
} 
.marquee-section.style2 .marquee-text i {
  font-size: 40px;
  -webkit-text-stroke: inherit;
  color: var(--themeak-primary-color);
}

/* ------------------------------------------------
                 Section Title
------------------------------------------------*/ 
.theme-title {
  margin-bottom: 40px;
} 
.theme-title h6 {
  position: relative;
  font-family: var(--themeak-typography-body-font-family);
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--themeak-secondary-color);
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  padding: 11px 15px 9px 15px;
  background-color: var(--themeak-light-color);
  border-radius: 4px;
  letter-spacing: 1px;
} 
.theme-title h6.white-bg {
  background-color: var(--themeak-white-color);
} 
.theme-title h6.primary-bg {
  background-color: var(--themeak-primary-color);
  color: var(--themeak-white-color);
} 
.theme-title h6.secondary-bg {
  background-color: var(--themeak-secondary-color);
  color: var(--themeak-white-color);
} 
.theme-title h6.light-bg {
  background-color: var(--themeak-light-color);
} 
.theme-title p {
  margin-top: 30px;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 30px;
  max-width: 700px;
}
.theme-title.text-center p{
  margin-left:auto;
  margin-right: auto;
}
.theme-desc-max-width{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.theme-title h2 {
  margin-bottom: 0px;
  overflow: hidden;
  max-width: 800px;
}
.theme-title h2 > p {
    font-size: 50px;
    font-style: normal;
    line-height: 62px;
    position: relative;
    font-weight: 600;
    margin: 0;
}
.theme-title.text-center h2{
  margin: 0 auto;
} 
.text-theme h2 {
  color: var(--themeak-primary-color);
}

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

.text-black h2 {
  color: var(--themeak-secondary-color);
}

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

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


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

.themeak-btn i {
  font-size: 23px;
  line-height: 11px;
}
 
.themeak-btn.btn-width {
  width: 100%;
  text-align: center;
}

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

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

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

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

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

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

.primary-bg .dark-btn:hover,
.primary-bg a.dark-btn:hover,
.primary-bg .white-btn:hover,
.primary-bg a.white-btn:hover {
  background: var(--themeak-secondary-color);
  color: var(--themeak-white-color);
}
a.white-btn:hover{
  color: var(--themeak-white-color);
}
.themeak-btn.outline-btn {
  border: 2px solid var(--themeak-border-color);
  color: var(--themeak-secondary-color);
  padding: 16px 25px 16px 20px;
}

.themeak-btn.outline-btn:hover {
  border-color: var(--themeak-primary-color);
  color: var(--themeak-white-color);
}

.themeak-btn.white-outline-btn {
  color: var(--themeak-secondary-color);
}

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

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

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

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

.themeak-btn:hover svg line {
  stroke: var(--themeak-white-color);
}
.themeak-btn.outline-btn:hover svg line {
  stroke: var(--themeak-white-color);
}
.themeak-btn.white-outline-btn:hover svg line {
  stroke: var(--themeak-text-color);
}
.themeak-btn span {
  line-height: 12px;
  transition: none; 
}
.round-btn-text span {
  display: block;
}
.round-btn:hover .round-btn-text svg {
  fill: var(--themeak-white-color);
}
.round-btn:hover .round-btn-text {
  color: var(--themeak-white-color);
}
.themeak-btn.secondary-btn {
  background-color: var(--themeak-secondary-color);
  color: var(--themeak-white-color);
}
.themeak-btn.secondary-btn:hover {
  background-color: var(--themeak-primary-color);
}
.themeak-btn svg {
  width: 14px;
  margin-right: 10px;
}
.themeak-btn.secondary-btn svg,
.themeak-btn.primary-btn svg{
  fill: var(--themeak-white-color);
}
a.white-btn:hover svg{
  fill: var(--themeak-white-color);
}
a.dark-btn svg{
  fill: var(--themeak-white-color);
}
.themeak-btn.outline-btn:hover svg{
  fill: var(--themeak-white-color);
}
.themeak-btn.white-outline-btn:hover svg{
  fill: var(--themeak-primary-color);
}
/* ------------------------------------------------
               service-item
------------------------------------------------ */
/*----------- service style 1 -----------*/
.service-item.style-1 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--themeak-border-color);
  position: relative;
  margin-right: 50px;
}
.service-item.style-1 i {
  font-size: 50px;
  line-height: 50px;
  color: var(--themeak-secondary-color);
}
.service-item.style-1 .service-title h4 {
  margin-bottom: 0
}
.service-item.style-1 img {
  max-width: none;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 59px);
  -webkit-transition: -webkit-transform 0.85s;
  transition: transform 0.85s;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}
.service-item.style-1:hover .service-image {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transform: translateY(0) skewY(0) scaleZ(1);
  visibility: visible;
  transition-duration: .7s;
  z-index: 5;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}
.service-item.style-1 .service-image {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transform-origin: top center;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  width: 150px;
  height: 150px;
  opacity: 1;
  transition: .35s cubic-bezier(.25, .46, .45, .94);
  transition-duration: 0.35s;
  -webkit-clip-path: circle(0 at 50% 50%);
  clip-path: circle(0 at 50% 50%);
}
.service-item.style-1 p {
  margin-bottom: 0px;
  line-height: 22px;
  margin-top: 5px;
}
.service-item.style-1 .service-icon {
  padding: 0px 40px 0px 0px;
}
.service-item.style-1 .service-desc {
  padding-left: 40px;
  padding-bottom: 25px;
  padding-top: 25px;
  border-left: 1px solid var(--themeak-border-color);
}
.elementor-widget-service-grid .elementor-widget-container .row .col-lg-6.col-12:nth-of-type(6n+5) .service-item.style-1,
.elementor-widget-service-grid .elementor-widget-container .row .col-lg-6.col-12:nth-of-type(6n+6) .service-item.style-1 {
  border-bottom: inherit;
}
.service-bottom-link {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.8px;
  margin: 0px;
}
.service-bottom-link a {
  color: var(--themeak-primary-color);
  margin-left: 10px;
  text-decoration: underline !important;
}
.service-bottom-link a:hover {
  color: var(--themeak-secondary-color);
}
/*----------- service style 2 -----------*/
.service-item.style-2 {
  text-align: center;
  margin-bottom: 20px;
}
.service-item.style-2 h4 {
  margin-bottom: 7px;
}
.service-item.style-2 .service-image {
  border-radius: 100%;
  border: 6px solid var(--themeak-white-color);
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  width: 220px;
  height: 220px;
  text-align: center;
  margin: 20px auto;
}
.service-item.style-2 img {
  transform: scale(1.0);
}
.service-item.style-2:hover img {
  transform: scale(1.1);
}
.service-item.style-2 .arrow-button {
  font-size: 16px;
  line-height: 16px;
  color: var(--themeak-secondary-color);
  font-family: var(--themeak-typography-secondary-font-family);
  letter-spacing: 1px;
  display: inline-flex;
  align-items: flex-end;
  text-transform: uppercase;
  font-weight: 600;
}
.service-item.style-2 .arrow-button:hover i{
  color: var(--themeak-primary-color);
}
.service-item.style-2 .arrow-button span:hover{
  color: var(--themeak-primary-color);
}
.service-item.style-2 .arrow-button i {
  font-size: 20px;
}
.service-item.style-2 .arrow-button span {
  margin-top: -1px;
}
.service-item.style-2 p {
  margin: 10px 0px 20px 0px;
}
/*----------- style 3 -----------*/
.service-item.style-3 { 
  margin-bottom: 30px; 
}
.service-item.style-3 .service-image{
  overflow: hidden; 
   border-radius: 4px;
}
.service-item.style-3 img{
  border-radius: 4px;
  width: 100%;
  transform: scale(1.0);
  overflow: hidden;
}
.service-item.style-3:hover img{
  transform: scale(1.1);
}
.service-item.style-3 .service-icon {
  margin-bottom: 25px;
}
.service-item.style-3 .service-icon i {
  font-size: 55px;
  line-height: 55px;
  color: var(--themeak-secondary-color);
}
.service-item.style-3 h4 {
  margin-bottom: 10px;
  margin-top: 25px;
  line-height: 32px;
}
.service-item.style-3 .read-button {
  font-family: var(--themeak-typography-body-font-family);
  text-transform: uppercase;
  color: var(--themeak-secondary-color);
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 5px;
}
.service-item.style-3 .read-button:hover {
  color: var(--themeak-primary-color);
}
.service-item.style-3 p {
  margin-bottom: 15px;
  line-height: 22px;
}
/* ------------------------------------------------
                  elementor css 
------------------------------------------------ */
.cutom-numbr {
  background: var(--themeak-primary-color);
  color: var(--themeak-white-color);
  width: 220px;
  height: 210px;
  line-height: 310px;
  font-family: var(--themeak-typography-secondary-font-family);
  font-size: 200px;
  border-radius: 100%;
  text-align: center;
  font-weight: 500;
}
.cutom-numbr-2 {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
  position: relative;
  background-color: var(--themeak-primary-color);
  border-radius: 100%;
}
.cutom-numbr-2::before {
  content: "";
  display: block;
  width: 34%;
  height: 43%;
  position: absolute;
  border-radius: 17px 27px 27px 7px;
  bottom: 0px;
  left: 106px;
  box-shadow: inset -7px 37px 0 0 var(--themeak-primary-color);
  transform: rotate(330deg);
}
.cutom-numbr-2 .cutom-numbr-2-warp {
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  line-height: 0px;
  top: 50%;
  left: 50%;
}
.cutom-numbr-2 h4 {
  margin-bottom: 4px;
  font-size: 40px;
  line-height: 45px;
  color: var(--themeak-white-color);
}
.cutom-numbr-2 span {
  font-size: 17px;
  line-height: 17px;
  color: var(--themeak-white-color);
  font-family: var(--themeak-typography-secondary-font-family);
  margin: 0px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 500;
}
.rotate-animation-img img {
  transform: rotate(0deg);
  -webkit-animation: spin 35s linear infinite;
  -moz-animation: spin 35s linear infinite;
  animation: spin 35s linear infinite;
}
.gradient-title h1 {
  background: linear-gradient(to top, #FFFFFF 6%, #9b9999 1045px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  font-size: 200px;
  font-weight: 600;
  text-transform: uppercase;
}
.gradient-title-2 h1 {
  display: inline;
  font-size: 200px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 30px;
  color: #f2f8f5 !important;
}
.big-text {
  float: left;
  display: block;
  font-size: 26px;
  padding: 0px;
  margin: 7px 10px 0px 0px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: var(--themeak-secondary-color);
  color: var(--themeak-white-color);
  border-radius: 4px
}
.team-about-icon ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-about-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100px;
  border: 1px solid var(--themeak-border-color);
  display: block;
  text-align: center;
  background-color: var(--themeak-white-color);
}
.team-about-icon a:hover {
  background-color: var(--themeak-primary-color);
  color: var(--themeak-white-color);
}
.elementor-widget-container .testimonial-reting{
  display: inline-flex;
  align-items: center;
}
.elementor-widget-container .testimonial-reting h2.teting-number {
  margin-bottom: 0px;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid var(--themeak-border-color);
}
.elementor-widget-container .testimonial-reting p{
  margin-bottom: 0px;
  color: var(--themeak-secondary-color);
}
.elementor-widget-container .testimonial-reting img{
  width: 84px;
  margin-bottom: 4px;
}
.elementor-widget-container .testimonial-reting .testimonial-reting-text{
  text-align: left;
}
.about-us-counter h2{
  color: var(--themeak-secondary-color);
  margin-bottom: 15px;
  font-size: 80px;
}
.about-us-counter p{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: var(--themeak-secondary-color);
}
/* ht-iconbox-item */
.ht-iconbox-item {
  background-color: var(--themeak-light-color);
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #ECECEC;
  display: flex;
  align-items: center;
}
.ht-iconbox-item img {
  background-color: #fff;
  padding: 10px;
  border-radius: 4px !important;
  box-shadow: 0px 15px 45px rgb(0 0 0 / 12%) !important;
  margin-right: 20px !important;
  width: 55px; 
}
.ht-iconbox-item h3 {
  margin: 0px;
  font-size: 20px;
  line-height: 20px;
} 
.split-btn-none .themeak-btn{
  display: none;
}
/* landing page */
.vericle-infobox .featured-item.style-4 h4{
  margin-top: 20px;
  color: var(--themeak-white-color);
}
.landing-page-title h2{
  color: var(--themeak-white-color) !important;
}
.elementor-shortcode .banner-subtitle{
  background: var(--themeak-white-color);
  padding: 4px 20px 4px 8px;
  font-size: 13px;
  font-family: var(--themeak-typography-body-font-family);
  line-height: 29px;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1.5px;
  font-weight: 600 !important;
  display: inline-block !important;
  align-items: center;
}
.elementor-shortcode .banner-subtitle span {
  background-color: var(--themeak-primary-color);
  color: var(--themeak-white-color);
  font-size: 11px;
  line-height: 25px;
  padding: 0 6px;
  text-align: center;
  margin-right: 10px;
  border-radius: 4px;
  display: inline-block;
}
/* ------------------------------------------------
                     featured-item 
------------------------------------------------ */
.featured-item.style-1 {
  display: flex; 
  align-items: center;
}
.featured-item.style-1 .featured-icon {
  position: relative;
}
.featured-item.style-1 .featured-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--themeak-secondary-color);
  background-color: var(--themeak-light-color);
  font-size: 19px;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  z-index: 9;
} 
.featured-item.style-1 .featured-icon svg{
  width: 55px;
  height: 55px;
  position: relative;
  top: 12px;
  left: 13px;
  z-index: 9;
  margin-right: 43px;
  fill: var(--themeak-secondary-color);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.featured-item.style-1:hover .featured-icon svg{
  fill: var(--themeak-white-color);
}
.featured-item.style-1 h4 {
  margin-bottom: 3px;
  line-height: 35px;
  font-size: 24px; 
}
.featured-item.style-1 .featured-number span {
  font-size: 14px;
  color: var(--themeak-white-color);
  background: var(--themeak-primary-color);
  border-radius: 100px;
  width: 25px;
  height: 25px;
  text-align: center;
  display: block;
  line-height: 25px;
}
.featured-item.style-1 .featured-icon img{
  border-radius: 100px;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 9;
  margin-right: 20px;
}
/*----------- style-2 -----------*/
.featured-item.style-2 {
  margin-bottom: 30px;
}
.featured-item.style-2 h4 {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--themeak-secondary-color);
  padding-bottom: 12px;
}
.featured-item.style-2 .featured-desc {
  display: flex;
  align-items: center;
}
.featured-item.style-2 .featured-icon {
  margin-left: 40px;
  margin-top: 17px;
}
.featured-item.style-2 .featured-icon i {
  font-size: 50px;
  color: var(--themeak-secondary-color);
}
.featured-item.style-2 .featured-icon svg{
  width: 55px;
  height: 55px;
  fill: var(--themeak-secondary-color);
}
.featured-item.style-2 .featured-icon img{
  width: 80px;
  border-radius: 4px;
}
/*----------- style 3 -----------*/
.featured-item.style-3 {
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}
.featured-item.style-3 .featured-icon i{
  min-width: 80px;
  height: 80px;
  line-height: 76px;
  color: var(--themeak-secondary-color);
  background-color: var(--themeak-light-color);
  font-size: 36px;
  text-align: center;
  border-radius: 100px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid var(--themeak-body-color);
} 
.featured-item.style-3:hover .featured-icon i{
  background-color: var(--themeak-primary-color);
  color: var(--themeak-white-color);
}
.featured-item.style-3 .featured-icon svg{
  width: 45px;
  height: 45px;
  fill: var(--themeak-secondary-color);
}
.featured-item.style-3 .featured-number{
  margin-left: 10px;
}
.featured-item.style-3 .featured-icon img{
  width: 80px;
  height: 80px;
}
.featured-item.style-3 .featured-number span{
  font-size: 14px;
  color: var(--themeak-white-color);
  background: var(--themeak-primary-color);
  border-radius: 100px;
  width: 25px;
  height: 25px;
  text-align: center;
  display: block;
  line-height: 25px;
}
.featured-item.style-3 h4 {
  margin-bottom: 8px;
  line-height:42px;
  font-size:34px;
}
.featured-item.style-3.text-end {
  direction: rtl;
}
.featured-item.style-3.text-end .featured-icon i{
  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(--themeak-secondary-color);
  font-size: 36px;
  text-align: center;
  border-radius: 100px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  background-color: var(--themeak-primary-color);
}
.featured-item.style-4 .featured-icon svg{
  width: 45px;
  height: 45px;
  fill: var(--themeak-secondary-color);
}
.featured-item.style-4 .featured-icon i {
  position: relative;
  color: var(--themeak-white-color);
}
.featured-item.style-4 .featured-icon img{
  width: 80px;
  height: 80px;
}
.featured-item.style-4 h4 {
  margin-bottom: 3px;
  line-height: 36px;
  font-size: 24px;
}
.featured-item.style-4 .featured-desc {
  font-size: 15px;
  line-height: 22px;
}
/* style-5 */
.featured-item.style-5 .featured-icon {
  width: 60px;
  height: 60px;
  line-height: 58px;
  background-color: var(--themeak-primary-color);
  color: var(--themeak-white-color);
  border-radius: 100%;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  overflow: hidden;
}
.featured-item.style-5 .featured-icon svg{
    width: 40px; 
}
.featured-item.style-5 .featured-icon img {
  width: 60px;
  height: 60px;
}
.featured-item.style-5 h4 {
  margin-bottom: 3px;
}
/* ------------------------------------------------
                   Testimonials
------------------------------------------------ */
.testimonial.style-1 {
  color: var(--themeak-secondary-color);
  text-transform: uppercase;
  font-size: 30px;
  line-height: 48px;
  font-family: var(--themeak-typography-secondary-font-family);
  font-weight: 600;
  text-align: center;
  padding: 0px 70px;
}
.testimonial.style-1 h4 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0px;
  margin-top: 21px;
  color: var(--themeak-secondary-color);
  letter-spacing: 1px;
}
.testimonial.style-1 i {
  background: var(--themeak-primary-color);
  color: var(--themeak-white-color);
  width: 70px;
  height: 70px;
  line-height: 74px;
  border-radius: 100px;
  font-size: 34px;
  margin-bottom: 19px;
  display: inline-block;
}
.elementor-widget-ht-testimonial-slider .swiper-free-mode>.swiper-wrapper {
  text-align: center;
  margin-top: 40px;
}
.testimonial-swiper {
  padding-bottom: 10px;
}
.testimonial-thumb .swiper-wrapper {
  align-items: center;
}
.testimonial.style-1 img{
  width: 100px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.testimonial-swiper .swiper-button-next,
.testimonial-swiper .swiper-button-prev{
  opacity: 0;
  background-color: var(--themeak-primary-color) !important; 
}
.testimonial-swiper .swiper-button-next:after,
.testimonial-swiper .swiper-button-prev:after{
  color: var(--themeak-white-color) !important; 
}
.testimonial-swiper:hover .swiper-button-next,
.testimonial-swiper:hover .swiper-button-prev{
  opacity: 1; 
}
.testimonial-swiper .swiper-button-next{
  right: 0px !important;
}
.testimonial-swiper .swiper-button-prev{
  left: 0 !important;
}
.testimonial.style-2{
  margin-bottom: 30px;
}
.testimonial.style-2 .row{
  display: flex;
  align-items: center;
}
.testimonial.style-2 h2{
  margin-bottom: 15px;
}
.testimonial.style-2 h4 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0px;
  margin-top: 20px;
  color: var(--themeak-secondary-color);
}
.testimonial.style-2 .testimonial-content h3 {
  margin-bottom: 40px;
}
.testimonial.style-2 img{
  border-radius: 4px;
  width: 100%;
}
.testimonial.style-2 label {
  font-size: 13px;
  line-height: 13px; 
  letter-spacing: 1px;
  display: inline-flex;
  align-items: flex-end;
  text-transform: uppercase;
  font-style: normal;
}
.testimonial.style-2 .testimonial-content{
  margin-right: 40px;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
}
/* ------------------------------------------------
                   Banner Slider
------------------------------------------------ */
[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-slider .slider-img {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
}
.banner-content {
  padding: 220px 0 220px;
  position: relative;
  z-index: 9;
}
.banner-slider .swiper-button-next:hover,
.banner-slider .swiper-button-prev:hover {
 background-color: var(--themeak-secondary-color) !important;
}
.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
  transform: scale(0);
}
.banner-slider:hover .swiper-button-next,
.banner-slider:hover .swiper-button-prev {
  transform: scale(1);
}
.banner-slider.swiper .swiper-button-prev {
  left: 40px;
}
.banner-slider.swiper .swiper-button-next {
  right: 40px;
}
#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 0px;
  background-color: var(--themeak-white-color);
}
.banner-content h1 {
  font-size: 100px;
  line-height: 110px;
  color: var(--themeak-secondary-color);
  margin-bottom: 20px !important;
}
.banner-content h1 span.title-text {
  display: block;
  font-weight: 600;
}
.animated2,
.animated3 {
  font-size: 18px;
  line-height: 30px;
}
.banner-content .btn-box {
  display: flex;
  align-items: center;
}
.banner-content .themeak-btn+.themeak-btn {
  margin-left: 20px;
}
.banner-content .themeak-btn.outline-btn {
  border-color: var(--themeak-border-color);
}
.banner-content .themeak-btn.outline-btn:hover {
  border-color: var(--themeak-white-color);
}
.banner-content h6 {
  background: var(--themeak-black-color);
  padding: 4px 10px 4px 8px;
  font-size: 11px;
  font-family: var(--themeak-typography-body-font-family);
  line-height: 29px;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 1.5px;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center;
}
.banner-content h6 span {
  background-color: var(--themeak-primary-color);
  color: var(--themeak-white-color);
  font-size: 10px;
  line-height: 22px; 
  padding:0 6px;
  text-align: center;
  margin-right: 10px;
  border-radius: 4px;
}
.banner-inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.round-text {
  position: relative;
  width: 150px;
  overflow: hidden;
  height: 150px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 30px;
}
.round-text text {
  text-transform: uppercase;
  font-size: 16px;
  fill: var(--themeak-white-color);
  letter-spacing: 3px;
  font-weight: 500;
}
.round-text svg {
  position: absolute;
  left: 0px;
  top: 0px;
  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(--themeak-white-color) !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  backdrop-filter: brightness(120%) contrast(100%) saturate(102%) blur(10px) hue-rotate(0deg);
}
.banner-form-shape svg {
  position: absolute;
  left: -80px;
  width: 50px;
  height: 50px;
  top: 130px;
  transform: rotate(-180deg);
}
.banner-slider h6 {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.banner-slider h1 {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.banner-slider p {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
}
.banner-slider .btn-box {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.banner-slider .swiper-slide-active h6 {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 500ms;
}
.banner-slider .swiper-slide-active h1 {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1000ms;
}
.banner-slider .swiper-slide-active p {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1500ms;
}
.banner-slider .swiper-slide-active .btn-box {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 2000ms;
}
/* Banner CSS */
#banner{
    /* background-image: url(../images/banner-image.jpg); */
    background-image: url(../images/homeBanner4.jpg); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* banner slider two */  
.banner-image{
  position: relative;
}
.banner-video::before,
.banner-image::before,
.slider-img::before{
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, #4C4CFF 0%, #5d8bc540 50%, rgb(83 116 108 / 0%) 60%); */
  z-index: 9;

}
.banner-video::after,
.banner-image::after,
.slider-img::after{
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  /* background: linear-gradient(90deg, #000 0%, #00000017 50%, rgba(0, 0, 0, 0) 60%); */
}
.banner-content {
  padding: 150px 0px 120px;
  width: 100%;   
  position: relative; 
  display: flex;
  /* align-items: center; */
  justify-content: center;
  min-height: 100vh;
}
.banner-content .themeak-btn.outline-btn{
  color: var(--themeak-white-color);
  border-color: var(--themeak-white-color);
}
.banner-content .themeak-btn.outline-btn:hover{
  background-color: var(--themeak-white-color);
  color: var(--themeak-secondary-color);
}
.banner-content .themeak-btn.secondary-btn:hover{
  background-color: var(--themeak-white-color);
  color: var(--themeak-secondary-color);
}
.banner-content h1  {
  font-size: 66px;
  line-height: 90px;
  color: var(--themeak-white-color);
}
.banner-content h6  {
  margin-bottom: 20px !important;
}
.banner-content p{
  color: var(--themeak-white-color);
  padding-right: 100px;
}
.banner-content h1 > p {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    padding: 0px !important;
}
.banner-content .themeak-btn.white-btn:hover{
  background-color: var(--themeak-secondary-color);
}
.btn-box  {
  margin-top: 34px !important;
}
.animated2  {
  font-size: 18px;
  line-height: 30px;
}
.animated2.splitting g {
  font-size: 13px;
}
/* ------------------------------------------------
                   post card 
------------------------------------------------ */
.post-card.style-1 {
  margin-bottom: 30px;
}
.post-card.style-1 .post-image {
  height: 400px;
  position: relative;
  border-radius: 4px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.post-card.style-1 .post-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.9;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgb(0 0 0 / 5%) 35%, rgb(0 0 0 / 96%) 90%);
  border-radius: 4px;
}
.post-card.style-1 .post-desc {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px 40px 30px 40px;
}
.post-card.style-1 .post-desc ul {
  padding: 0px;
  margin: 0 0 6px 0px;
  border: inherit;
}
.post-card.style-1 .post-desc .list-inline a {
  text-transform: uppercase;
  color: var(--themeak-primary-color);
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
}
.post-card.style-1 .post-desc .list-inline li {
  margin-right: 9px !important;
}
.post-card.style-1 .post-desc .author.vcard {
  position: relative;
  padding-left: 20px;
  left: 0px;
  content: "";
  width: 8px;
  height: 1px;
  color: var(--themeak-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(--themeak-primary-color);
}
.post-card.style-1 h4 {
  margin-bottom: 0px;
  margin-top: 0px !important;
  font-size: 28px;
  line-height: 34px;
}
.post-card.style-1 h4 a {
  color: var(--themeak-white-color) !important;
}
.post-card.style-1 h4 a:hover {
  color: var(--themeak-primary-color) !important;
}
/* style-2 */
.post-card.style-2 {
  margin-bottom: 40px;
}
.post-card.style-2 .post-image {
  position: relative;
}
.post-card.style-2 .post-image img {
  width: 100%;
  border-radius: 4px;
  transform: scale(1.0);
}
.post-card.style-2 .post-image:hover img {
  transform: scale(1.1);
}
.post-card.style-2 .post-cat {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--themeak-primary-color);
  color: var(--themeak-white-color);
  padding: 1px 7px 1px 7px;
  border-radius: 4px;
  line-height: 22px;
}
.post-card.style-2 .post-cat:hover{
  background-color: var(--themeak-secondary-color);
}
.post-card.style-2 .list-inline.post-bottom {
  padding-top: 13px;
  margin-bottom: 11px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border: inherit;
}
.post-card.style-2 .list-inline.post-bottom .list-inline-item {
  margin-right: 10px;
}
.post-card.style-2 .post-cat a {
  color: var(--themeak-white-color);
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.post-card.style-2 .post-desc h4 {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  line-height: 35px;
}
.post-card.style-2 .post-desc h4 a {
  color: var(--themeak-secondary-color);
}
.post-card.style-2 .post-desc h4 a:hover {
  color: var(--themeak-primary-color);
}
.post-card.style-2 .post-desc .post-bottom a {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--themeak-body-color);
}
.post-card.style-2 .post-desc .post-bottom a:hover {
  color: var(--themeak-secondary-color);
}
.post-card.style-2 .post-desc .author.vcard {
  position: relative;
  padding-left: 20px;
}
.post-card.style-2 .author.vcard {
  position: relative;
}
.post-card.style-2 .author.vcard::before {
  position: absolute;
  top: 9px;
  left: 0px;
  content: "";
  width: 8px;
  height: 1px;
  background-color: var(--themeak-body-color);
}
/* ------------------------------------------------
                   Split Slider
------------------------------------------------ */
.ht-img-split-scroller {
  display: flex;
  min-height: 100vh;
  position: relative;
}
.split_images {
  /* position: sticky;
  top: 0px;
  height: 100vh;
  width: 50%;
  overflow: hidden; */
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100vh;
  background-color: var(--themeak-light-color);
  border-radius: 4px;
}
.split_images .split-img-block {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.split_images .split-img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.split_images .split-img-block:first-child {
  opacity: 1;
}
.split_texts {
  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;
  padding-right: 50px;
  box-sizing: border-box;
}
.elementor-section-full_width .split_texts .split-text-block {
  padding-right: 340px;
}
.split-mobile-img {
  display: none;
}
.split-number {
  font-size: 150px;
  -webkit-text-stroke: 1px var(--themeak-text-color);
  color: transparent;
  line-height: 1;
  margin-bottom: 20px;
  font-family: var(--themeak-typography-third-font-family);
  font-weight: 600;
}
.split-content p,.split-content ul{
  max-width: 550px;
  margin-bottom: 16px;
}
.split-content h3 {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 15px;
}
.split-content .counter h6 {
  margin-top: 0px;
}
.split-list {
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.split-content-counter {
  margin: 50px 0px;
}
.sticky-panel-content {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.sticky-panel {
  height: 100vh;
  flex: 1 0 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.sticky-panel-img {
  width: 50%;
  height: 100%;
}
.sticky-panel-text {
  background: white;
  width: 50%;
  padding: 5rem;
}
/* ------------------------------------------------
                     ht Tab
------------------------------------------------ */
.ht-tab .tab-menu {
  padding: 0px;
  border-bottom: 1px solid var(--themeak-border-color);
  margin-bottom: 0px;
  padding-bottom: 50px;
  text-align: center;
}
.ht-tab .tab-menu li {
  list-style-type: none; 
  display: inline-block;
  margin: 5px 5px 0px 0px;
}
.ht-tab .tab-menu li a {
  font-family: var(--themeak-typography-secondary-font-family);
  font-size: 20px;
  color: var(--themeak-secondary-color);
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 4px;
  display: block;
}
.ht-tab .tab-menu li a:hover,
.ht-tab .tab-menu li a.active-a {
  color: var(--themeak-white-color);
  background-color: var(--themeak-primary-color); 
}
.ht-tab .ht-tab-pane .ht-tab-content {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid var(--themeak-border-color);
  padding: 50px 0px 28px 0px;
  justify-content: space-between;
}
.ht-tab .ht-tab-pane .ht-tab-content:last-child{
  border-bottom: inherit;
}
.ht-tab-pane .ht-tab-content:hover .tab-image {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transform: translateY(0) skewY(0) scaleZ(1);
  visibility: visible;
  transition-duration: .7s;
  z-index: 5;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}
.ht-tab-pane .ht-tab-content .tab-image {
  position: absolute;
  top: -10px;
  right: 50%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transform-origin: top center;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  width: 150px;
  height: 150px;
  opacity: 1;
  transition: .35s cubic-bezier(.25, .46, .45, .94);
  transition-duration: 0.35s;
  -webkit-clip-path: circle(0 at 50% 50%);
  clip-path: circle(0 at 50% 50%);
}
.ht-tab-pane .ht-tab-content img {
  max-width: none;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 74px);
  -webkit-transition: -webkit-transform 0.85s;
  transition: transform 0.85s;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.ht-tab-content span {
  font-family: var(--themeak-typography-secondary-font-family);
  font-size: 21px;
  color: var(--themeak-secondary-color);
  font-weight: 600;
  width: 25%;
  text-transform: uppercase;
}
.ht-tab-content h4 {
  margin-bottom: 0px;
  font-size: 22px;
  width: 25%;
  position: relative;
}
.ht-tab .ht-tab-pane .ht-tab-content h4::before{
  position: absolute;
  top: -24px;
  left: 0px;
  font-family: var(--themeak-typography-body-font-family);
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: var(--themeak-body-color);
  font-size: 16px;
  text-transform: capitalize; 
}
.ht-tab .ht-tab-pane .ht-tab-content h4:nth-of-type(5n+1)::before{ 
  content: "time"; 
}
.ht-tab .ht-tab-pane .ht-tab-content h4:nth-of-type(5n+2)::before{ 
  content: "class name"; 
} 
.ht-tab .ht-tab-pane .ht-tab-content h4:nth-of-type(5n+3)::before{ 
  content: "trainer";  
}
.ht-tab-content a.themeak-btn {
  line-height: 10px;
  transition: none;
  font-weight: 600;
  padding: 16px 21px; 
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
  top: -10px; 
}
.ht-tab-pane {
  display: none;
}
.ht-tab-pane.tab-active {
  display: block;
  animation: tab-fade ease 1s;
  -webkit-animation: tab-fade ease 1s;
  -moz-animation: tab-fade ease 1s;
  -o-animation: tab-fade ease 1s;
  -ms-animation: tab-fade ease 1s;
}
/* ------------------------------------------------
                  portfolio-item 
------------------------------------------------ */
.portfolio-item.style-1 {
  position: relative;
  margin-bottom: 30px;
  border-radius:8px;
  overflow: hidden;
  background-color: #ffffff;
}
.portfolio-item.style-1 img { 
  width: 100%;
  transform: scale(1.0);
}
.portfolio-item.style-1:hover img {
  transform: scale(1.1);
}
.portfolio-item.style-1 .portfolio-desc {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.portfolio-item.style-1:hover .portfolio-desc {
  opacity: 1;
}
.portfolio-item.style-1 .portfolio-cat a,
.portfolio-item.style-1 .portfolio-cat span {
  position: relative;
  color: var(--themeak-white-color);
}
.portfolio-item.style-1 .portfolio-cat {
  padding: 3px 10px 4px 10px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.portfolio-item.style-1 .portfolio-cat,
.portfolio-item.style-1 h4 {
  position: relative;
  display: inline-block;
  color: var(--themeak-white-color);
}
.portfolio-item.style-1 .portfolio-cat::before,
.portfolio-item.style-1 h4::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background-color: var(--themeak-secondary-color);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 4px;
}
.portfolio-item.style-1:hover .portfolio-cat::before,
.portfolio-item.style-1:hover h4::before {
  width: 100%;
}
.portfolio-item.style-1 h4 {
  margin-bottom: 0px;
  padding: 6px 15px;
  font-size: 26px;
  line-height: 32px;
}
.portfolio-item.style-1 .portfolio-title h4 a,.portfolio-item.style-1 .portfolio-title h4 span {
  position: relative;
  color: var(--themeak-white-color);
}
.portfolio-item.style-1 .portfolio-cat a:hover,
.portfolio-item.style-1 .portfolio-title h4 a:hover,
.portfolio-item.style-1 .portfolio-cat span:hover,
.portfolio-item.style-1 .portfolio-title h4 span:hover {
  color: var(--themeak-primary-color);
}
/* ------------------------------------------------
                  Swiper Arrow 
------------------------------------------------ */
.swiper .swiper-button-prev {
  left: 10px;
}
.swiper .swiper-button-next {
  right: 10px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  background: var(--themeak-white-color);
  border-radius: 100px;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  background: var(--themeak-primary-color);
  border-color: var(--themeak-primary-color);
}
.swiper .swiper-button-prev:after {
  content: "\f284";
  font-family: bootstrap-icons !important;
}
.swiper .swiper-button-next:after {
  content: "\f285";
  font-family: bootstrap-icons !important;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  color: var(--themeak-secondary-color);
  font-size: 18px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 50px !important;
}
.swiper .swiper-button-prev:hover:after,
.swiper .swiper-button-next:hover:after {
  color: var(--themeak-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(--themeak-border-color);
  background: var(--themeak-secondary-color);
}
.swiper-nav-white .swiper-button-prev:hover,
.swiper-nav-white .swiper-button-next:hover,
.swiper-nav-bottom-white .swiper-button-prev:hover,
.swiper-nav-bottom-white .swiper-button-next:hover {
  background: var(--themeak-white-color);
  border-color: var(--themeak-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(--themeak-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(--themeak-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: 0px;
}
.swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-bottom .swiper-button-prev {
  left: 50% !important;
  margin-left: -60px;
}
.swiper-nav-bottom-white .swiper-button-next,
.swiper-nav-bottom .swiper-button-next {
  right: 50% !important;
  margin-right: -60px;
}
.swiper-nav-bottom,
.swiper-nav-bottom-white {
  margin-top: 120px;
}
/* ------------------------------------------------
               Swiper Dot Pagination
------------------------------------------------ */
.swiper-pagination {
  position: inherit !important;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 10px;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0px;
  width: 100%;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: #e7e7e7;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active{
  background-color: var(--themeak-primary-color);
}
.banner-swiper .swiper-pagination-clickable .swiper-pagination-bullet-active{
  background-color: var(--themeak-white-color);
}
.banner-swiper .swiper-pagination-clickable .swiper-pagination-bullet-active::before{
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid var(--themeak-white-color);
  border-radius: 100px; 
}
.swiper-dots-white .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: var(--themeak-white-color);
}
.swiper-nav-none .swiper-button-prev,
.swiper-nav-none .swiper-button-next,
.swiper-nav-none .swiper-pagination {
  display: none;
}
.swiper-nav-dots .swiper-button-prev,
.swiper-nav-dots .swiper-button-next,
.swiper-dots-white .swiper-button-prev,
.swiper-dots-white .swiper-button-next {
  display: none;
}
.swiper-nav-arrow .swiper-pagination,
.swiper-nav-bottom .swiper-pagination,
.swiper-nav-white .swiper-pagination,
.swiper-nav-bottom-white .swiper-pagination {
  display: none;
}
/* ------------------------------------------------
                  Price Table
------------------------------------------------*/
.price-table {
  position: relative;
  z-index: 9;
  border-radius: 4px;
  background-color: var(--themeak-light-color);
}
.price-table .price-img {
  height: 150px;
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
}
.price-table .price-img img {
  transform: scale(1.0);
}
.price-table:hover .price-img img {
  transform: scale(1.1);
}
.price-table .price-warp {
  padding: 40px;
  position: relative;
}
.price-table h4 {
  margin-bottom: 0px;
}
.price-value {
  background: var(--themeak-primary-color);
  width: 100px;
  height: 100px;
  line-height: 120px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: -50px;
  right: 30px;
}
.price-title {
  margin-bottom: 30px;
}
.price-title span {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  background: var(--themeak-secondary-color);
  border-radius: 3px;
  color: var(--themeak-white-color);
  padding: 2px 6px;
  letter-spacing: 1px;
}
.price-value h2 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
  color: var(--themeak-white-color);
  text-align: center;
}
.price-value span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.price-list {
  margin-bottom: 25px;
}
.price-list ul li {
  position: relative;
  padding-bottom: 15px;

  font-size: 17px;
  color: var(--themeak-secondary-color);
}
.price-list li i {
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  line-height: 27px;
  border-radius: 100px;
  background: var(--themeak-white-color);
  color: var(--themeak-secondary-color);
  text-align: center;
}
.text-white .price-value h2,
.text-white h4,
.text-white .price-value h2 sup,
.text-white .price-value h2 span,
.price-table.primary-bg .price-list li i,
.price-table.secondary-bg .price-list li i {
  color: var(--themeak-white-color);
}
.primary-bg .price-value {
  border-top-color: var(--themeak-light-color);
}
.secondary-bg .price-value {
  border-top-color: var(--themeak-border-white-color);
}
.price-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  font-size: 40px;
  line-height: 1;
  color: var(--themeak-body-color);
}
.price-table .themeak-btn {
  padding: 19px 25px 19px 25px;
}
.price-table .themeak-btn:hover {
  color: var(--themeak-white-color);
}
/* ------------------------------------------------
                     Accourdion
------------------------------------------------ */
.elementor-accordion .elementor-accordion-item {
  border: none !important;
}
.elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0px;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  margin-bottom: 20px;
  border: none !important;
  background: var(--themeak-light-color);
  padding: 15px;
  border-radius: 4px;
  ;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item:last-child .elementor-tab-title {
  margin-bottom: 0px;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600 !important;
  text-transform: uppercase;
  transition: all 0s ease-in-out 0s;
  color: var(--themeak-secondary-color);
  font-family: var(--themeak-typography-secondary-font-family);
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  color: var(--themeak-secondary-color);
}
.elementor-widget-accordion .elementor-accordion-icon {
  color: var(--themeak-secondary-color) !important;
  padding-top: 4px;
  font-size: 13px;
}
.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg,
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{
  fill: var(--themeak-secondary-color) !important;
}
.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
  color: var(--themeak-secondary-color)
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  color: var(--themeak-body-color);
  font-family: var(--themeak-typography-body-font-family);
  border-top: none !important;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content p {
  margin-bottom: 10px;
}
.themeak-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  color: var(--themeak-secondary-color);
}
/* ------------------------------------------------
                   team style
------------------------------------------------*/
.team-member.style-1 {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.team-member.style-1 .team-desc::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 13%, rgb(255 255 255 / 86%) 55%, rgb(255 255 255 / 0%) 100%);
  top: 0px;
  left: 0px; 
  border-radius: 4px;
}
.team-member.style-1 img {
  border-radius: 4px;
  width: 100%;
  transform: scale(1.0);
}
.team-member.style-1:hover img {
  transform: scale(1.1);
}
.team-member.style-1 .team-desc {
  position: absolute;
  bottom: -180px;
  left: 0px;
  padding: 90px 30px 30px 30px;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.team-member.style-1:hover .team-desc {
  bottom: 0px;
}
.team-member.style-1 .team-desc span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 8px;
  position: relative;
  letter-spacing: 0.9px;
}
.team-member.style-1 h4 {
  margin-bottom: 0px;
  color: var(--themeak-secondary-color);
  position: relative;
}
/* ------------------------------------------------
                 elementor progress 
------------------------------------------------ */
.elementor-widget-progress {
  padding-bottom: 22px; 
} 
.elementor-widget-progress .elementor-title {
  font-family: var(--themeak-typography-secondary-font-family) !important;
  color: var(--themeak-secondary-color) !important;
  text-transform: capitalize;
  font-size: 20px; 
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
  background-color: var(--themeak-secondary-color) !important;
}
.elementor-progress-wrapper {
  overflow: inherit !important;
}
.elementor-progress-percentage {
  z-index: 9;
  font-family: var(--themeak-typography-secondary-font-family);
  color: var(--themeak-secondary-color);
  text-transform: capitalize;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
  top: -17px;
  padding-right: 0 !important;
  font-weight: 600;
}
/* ------------------------------------------------
                       Counter
------------------------------------------------ */
.counter {
  position: relative;
  z-index: 9;
}
.counter .counter-desc span {
  font-size: 60px;
  line-height: 60px;
  color: var(--themeak-secondary-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(--themeak-typography-body-font-family);
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.counter-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--themeak-secondary-color);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.counter.style-1 {
  display: flex;
  align-items: center;
}
.counter.style-1 .counter-icon {
  background-color: var(--themeak-primary-color);
  color: var(--themeak-white-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  font-size: 36px;
  text-align: center;
  margin-right: 20px;
} 
.counter.style-1 .counter-desc span {
  font-weight: 600;
  font-family: var(--themeak-typography-secondary-font-family);
}
.counter.style-1 h6 {
  font-size: 14px;
  line-height: 14px;
  margin: 0px;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  top: -8px;
}
.counter.style-1 .counter-desc span,
.counter.style-1 h6 {
  color: var(--themeak-secondary-color);
}
/* ------------------------------------------------
               themeak-heading
------------------------------------------------ */
.themeak-heading-title {
  color: var(--themeak-secondary-color);
  font-family: var(--themeak-typography-secondary-font-family);
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 16px;

}
/* ------------------------------------------------
                contact-info
------------------------------------------------ */ 
.contact-media{
  margin-bottom: 30px;
}
.contact-media i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--themeak-primary-color);
  color: var(--themeak-white-color);
  border-radius: 100%;
  text-align: center;
  font-size: 23px;
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}
.contact-media span {
  font-size: 16px;
  line-height: 1;
  color: var(--themeak-body-color);
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.contact-media  h4{
  margin-bottom: 10px;
}
 /* ------------------------
    Timeline
------------------------*/
.main-timeline:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: var(--themeak-border-color);
	margin: 0 auto;
	position: absolute;
	left: 0px;
	right: 0px;
}
.timeline-item {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 40px;
}
.timeline-item:last-child {
	margin-bottom: 0px;
}
.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(--themeak-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(--themeak-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(--themeak-border-color);
}
.timeline-item:nth-child(2n+2) .timeline-dot::after {
	position: absolute;
	top: 5px;
	left: 17px;
	content: "";
	width: 30px;
	height: 1px;
	background-color: var(--themeak-border-color);
}
.main-timeline .timeline-content {
	padding-left: 50px;
	position: relative;
} 
.timeline-item:nth-child(2n+2) .timeline-content {

	padding-left: 0px;
	padding-right: 50px;
} 
.main-timeline .date-content img {
	border-radius: 4px;
} 
.main-timeline .date {
  font-family: var(--themeak-typography-secondary-font-family);
  font-size: 20px;
  color: var(--themeak-white-color);
  position: absolute;
  top: 20px;
  right: 70px;
  background: var(--themeak-secondary-color);
  z-index: 1;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 4px;
  padding: 6px 18px 6px 20px; 
}  
.main-timeline .timeline-content p {
	margin: 0px;
}
.main-timeline .timeline-content h4{
  font-size: 32px;
}
.timeline-item:nth-child(2n+2) .date-content .date {
  left: 70px;
  right: inherit;
}
.timetable-item .table-bordered>:not(caption)>*{
 border: inherit;
}
.timetable-item {
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--themeak-secondary-color);
  padding: 20px 30px 0px 30px;
}
.timetable-item table th{
  text-align: center;
  background-color: var(--themeak-secondary-color);
  color: var(--themeak-white-color);
  margin-bottom: 3px;
  line-height: 30px;
  font-size: 26px;
  font-family: var(--themeak-typography-secondary-font-family);
  text-transform: uppercase;
  font-weight: 600;
  border: inherit; 
  padding: 0px;
}
.timetable-item table tr{
  border: inherit;
}
.timetable-item table td{
  display: flex;
  justify-content: space-between;
  background-color: var(--themeak-secondary-color);
  color: var(--themeak-white-color);
  border: inherit;
  border-bottom: 1px solid rgb(255 255 255 / 17%) !important;
  font-size: 18px;
  font-family: var(--themeak-typography-secondary-font-family);
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 0px;
} 
.timetable-item table td:first-child,
.timetable-item table td:last-child{
  border-bottom: inherit !important;
} 
.timetable-item table td span{
  font-size: 14px; 
    font-weight: 500;
    font-family: var(--themeak-typography-body-font-family);
    color: var(--themeak-white-color);
}
