.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;
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-secondary-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-section.style2 {
padding: 0;
background-color: inherit;
-webkit-transform: inherit;
-ms-transform: inherit;
transform: inherit; 
padding-right: 120px;
}
.marquee-section.style2 .marquee-text span {
font-size: 44px;
line-height: 54px;
color: var(--themeht-secondary-color); 
font-family: var(--themeht-typography-secondary-font-family); 
position: relative;
}
.marquee-section.style2 .marquee-text span::before{
position: absolute;
top: 0px;
right: -70px;
content: "/";
color: var(--themeht-secondary-color);
opacity: 0.5;
font-size: 40px;
line-height: 50px;
}
.marquee-section.style2:nth-child(2n+2) .marquee-text span {
color: var(--themeht-secondary-color);
opacity: 0.5;
}
.marquee-section.style2 .marquee-text i {
font-size: 40px;
-webkit-text-stroke: inherit;
color: var(--themeht-primary-color);
}
.secondary-bg .marquee-section.style2 .marquee-text span {  
color: var(--themeht-white-color);  
}
.secondary-bg .marquee-section.style2 .marquee-text span::before{ 
color: var(--themeht-white-color);
opacity: 0.5; 
} .theme-title {
margin-bottom: 40px;
} 
.theme-title h6 { 
margin-bottom: 17px;
color: var(--themeht-white-color);
padding: 10px 15px 8px 15px;
letter-spacing: 1px;
font-family: var(--themeht-typography-body-font-family);
text-transform: uppercase;
font-size: 13px;
line-height: 1;
position: relative;
background-color: var(--themeht-primary-color);
display: inline-block;
border-radius: 5px;
}  
.primary-bg .theme-title h2{
color: var(--themeht-white-color);
}
.theme-title h6.white-bg { 
background-color: var(--themeht-light-color);  
}
.theme-title h6.primary-bg {
background-color: var(--themeht-white-color);
color: var(--themeht-secondary-color);
} 
.theme-title p {
margin-top: 30px;
font-size: 16px;
margin-top: 15px;
margin-bottom: 0; 
width: 30%;
margin-right: auto;
margin-left: auto;
}
.theme-title.left p{
margin-left: 0;
}
.theme-title.right p{
margin-right: 0;
}
.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 li {
position: relative;
color: var(--themeht-secondary-color);
margin-bottom: 7px;
display: flex;
align-items: baseline !important;
font-size: 17px; 
}
.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);
} a.themeht-btn.style-1 {
padding: 21px 30px 19px 30px;
border: 0;
z-index: 9;
outline: none;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 100px;
position: relative;
font-weight: 500; 
}
a.themeht-btn span {
line-height: 12px;
transition: none; 
}   
a.themeht-btn.btn-width {
width: 100%;
text-align: center;
} 
.themeht-btn-warp {
display: inline-flex;
align-items: center; 
} a.primary-btn{
background: var(--themeht-primary-color);
color: var(--themeht-white-color);
} 
a.primary-btn.style-1:hover {
color: var(--themeht-white-color);
background-color: var(--themeht-secondary-color);
}  
.secondary-bg  a.primary-btn.style-1:hover {
color: var(--themeht-secondary-color);
background-color: var(--themeht-white-color);
} a.white-btn  {
background: var(--themeht-white-color); 
color: var(--themeht-secondary-color);
}  
a.white-btn.style-1:hover {
background: var(--themeht-primary-color);  
color: var(--themeht-white-color);
} a.themeht-btn.outline-btn { 
color: var(--themeht-primary-color); 
position: relative; 
}
a.themeht-btn.outline-btn {
background-color: transparent;
color: var(--themeht-secondary-color);
}
a.themeht-btn.outline-btn::before{
position: absolute;
top: 0px;
left: 0px;
content: "";
width: 100%;
height: 100%;
border: 1px solid var(--themeht-secondary-color);
border-radius: 100px;
}
a.themeht-btn.outline-btn.style-1:hover:before{ 
border: 1px solid var(--themeht-primary-color); 
} 
a.themeht-btn.outline-btn:hover{
background-color: inherit;
} .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.light-btn {
background-color: var(--themeht-light-color);
color: var(--themeht-secondary-color);
} 
.themeht-btn.light-btn.style-1:hover {
background-color: var(--themeht-secondary-color); 
color: var(--themeht-white-color);
} a.dark-btn {
color: var(--themeht-white-color);
background-color: var(--themeht-secondary-color);
} a.secondary-btn {
background-color: var(--themeht-secondary-color); 
color: var(--themeht-white-color);
} 
a.secondary-btn.style-1:hover {
background-color: var(--themeht-primary-color); 
color: var(--themeht-white-color);
} .themeht-btn-warp.style2{
border-radius:100px; 
border: 0;
z-index: 9;
outline: none;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
font-weight: 500; 
padding: 24px 52px 21px 30px;
position: relative;
transition: stroke-dashoffset 1s cubic-bezier(.61, 1, .88, 1);
-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.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.btn-icon-svg {
top: 20px;
width: 11px;
right: 32px;
}
.themeht-btn-warp.style2 svg.btn-icon-svg line{
stroke: var(--themeht-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;
}
.themeht-btn-warp.style2 span{
transform: inherit !important;
} .themeht-btn-warp.style2.white-btn:hover {
color: var(--themeht-white-color);
background-color: var(--themeht-primary-color);
}
.themeht-btn-warp.style2.white-btn:hover svg.btn-icon-svg line{
stroke: var(--themeht-white-color);
}
.button-css .themeht-btn-warp.style2{
font-size: 14px;
padding: 20px 52px 17px 30px;
}
.button-css .themeht-btn-warp.style2 .btn-icon-svg{
top: 17px;
} .themeht-btn-warp.style2.primary-btn line{
stroke: var(--themeht-white-color) !important;
} 
.themeht-btn-warp.style2.primary-btn::before{
box-shadow: inset -34px -34px 0 0 var(--themeht-primary-color); 
}
.themeht-btn-warp.style2.primary-btn::after{
box-shadow: inset -35px -30px 0 0 var(--themeht-primary-color); 
} 
.themeht-btn-warp.style2.primary-btn:hover{
background-color: var(--themeht-secondary-color);
color: var(--themeht-white-color);
} .themeht-btn-warp.style2.secondary-btn path{
stroke: var(--themeht-white-color) !important;
} 
.themeht-btn-warp.style2.secondary-btn line{
stroke: var(--themeht-white-color) !important;
}
.themeht-btn-warp.style2.secondary-btn:hover{
background-color: var(--themeht-primary-color);
} .themeht-btn-warp.style2.light-btn:hover{
background-color: var(--themeht-primary-color);
color: var(--themeht-white-color);
}
.themeht-btn-warp.style2.light-btn:hover  svg.btn-icon-svg line{
stroke: var(--themeht-white-color) !important;
} .themeht-btn.style2.outline-btn:hover{
color: var(--themeht-primary-color);
}
.themeht-btn.style2.outline-btn::before{
-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.style2.outline-btn:hover::before{
border-color: var(--themeht-primary-color);
}
.themeht-btn.style2.outline-btn:hover svg.btn-icon-svg line{
stroke: var(--themeht-primary-color) !important;
} .themeht-btn.style2.dark-btn path{
fill: var(--themeht-secondary-color);
}
.themeht-btn.style2.dark-btn::before{
color: var(--themeht-white-color);
}
.working-hours-btn:hover svg.btn-icon-svg line, 
.read-link:hover  svg.btn-icon-svg line,  
.arrow-button:hover  svg.btn-icon-svg line,
.themeht-btn-warp.style2:hover svg.btn-icon-svg line {
stroke-dashoffset: 0;
}
.working-hours-btn:hover svg.btn-icon-svg line, 
.read-link:hover  svg.btn-icon-svg line,  
.arrow-button:hover  svg.btn-icon-svg line,
.themeht-btn-warp.style2:hover svg.btn-icon-svg line  { 
stroke: var(--themeht-secondary-color); 
} .counter.style-1{
display: flex;
align-items: center;
}
.counter.style-1 .counter-desc{
display: flex; 
margin-bottom: 5px;
}
.counter.style-1 .count-number,
.counter.style-1 .counter-info{
font-size: 52px;
line-height: 55px;
color: var(--themeht-secondary-color);
font-family: var(--themeht-typography-secondary-font-family);
font-weight: 500;
} 
.counter.style-1 h6{
font-size: 14px;
line-height: 14px; 
font-family: var(--themeht-typography-body-font-family);
text-transform: uppercase;
letter-spacing: 0.5px; 
margin: 0;
}
.counter.style-1 .counter-icon i{
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
border-radius: 100px;
background-color: var(--themeht-primary-color);
color: var(--themeht-white-color);
font-size: 28px;
margin-right: 25px;
display: block;
}  .service-item.style-1 { 
text-align: center;
position: relative; 
border-radius: 20px;
overflow: hidden;
height: 420px;
}
.service-item.style-1::before{
position: absolute;
content: "";
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
bottom: 0;
left: 0;
border-radius: 20px; 
background: rgb(4,27,52);
background: linear-gradient(0deg, rgb(4 27 52) 12%, rgb(4 27 52 / 74%) 29%, rgba(255, 255, 255, 0) 61%);
z-index: 1;
}
.service-item.style-1:hover:before{
background-color: var(--themeht-secondary-color);
opacity: 0.8;
}
.service-item.style-1 .service-desc{
position: absolute;
bottom: 100px;
left: 50%; 
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, 0%);
width: 100%; 
z-index: 9;
}
.service-item.style-1 .service-icon {
font-size: 29px;
line-height: 60px;
width: 60px;
height: 60px;
background-color: var(--themeht-primary-color);
border-radius: 100px;
color: var(--themeht-white-color); 
text-align: center; 
display: inline-block;
margin-bottom: 15px;
}
.service-item.style-1 .service-title h4 a{
margin-bottom: 0;  
color: var(--themeht-white-color);
padding: 0px 10px;
font-size: 28px;
line-height: 30px;
} 
.service-item.style-1 .service-image{
height: 100%;
width: 100%;
position: absolute;
background-position: center center;
background-size: cover;
}
.service-item.style-1 p {
margin-bottom: 0px;
line-height: 22px;
margin-top: 5px;
}
.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-item.style-1 .service-list{
display: none;
}
.service-item.style-1 .service-list ul {
margin: auto;
display: table;
} 
.service-item.style-1 .service-list ul li{
padding-bottom: 15px;
color: var(--themeht-white-color);
font-size: 16px;
position: relative;
text-align: left;
padding-left: 22px;
}
.service-item.style-1 .service-list ul ::before{
position: absolute;
top: 0;
left: 0px;
content:"\f102";
font-family: flaticon_mycollection !important;
color: var(--themeht-primary-color);
font-size: 13px;
}
.service-item.style-1 .arrow-button {
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
padding: 16px 43px 14px 20px;
background-color: var(--themeht-white-color);
color: var(--themeht-secondary-color);
border-radius: 100px;
position: absolute;
bottom: 40px;
left: 50%;
transform: translate(-50%, 0%);
z-index: 9;
width: 159px; 
}
.service-item.style-1 .arrow-button:hover{
background-color: var(--themeht-primary-color);
color: var(--themeht-white-color);
}
.service-item.style-1 .arrow-button:hover svg.btn-icon-svg line{
stroke: var(--themeht-white-color); 
}
.service-item.style-1 .arrow-button .btn-icon-svg {
top: 13px;
width: 11px;
right: 25px;
}
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-secondary-color);
}
.service-item.style-1 svg{
width: 20px;
height: 20px;
position: absolute;
display: block;
}  
.swiper-slide .service-item.style-1{
margin-bottom: 17px;
} .service-item.style-2 { 
margin-bottom: 20px;
border-radius: 15px; 
background-color: var(--themeht-white-color);
position: relative;
overflow: hidden;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
}
.service-item.style-2:before{
position: absolute;
top: 0px;
left: 0px;
content: "";
width: 100%;
height: 100%;
background-color: var(--themeht-white-color);
opacity: 1;
}
.service-item.style-2 .service-warp{
padding: 40px 35px 10px 35px; 
position: relative;
z-index: 1;
}
.service-item.style-2 .service-top-warp{
display: flex;
align-items: center;
justify-content:space-between;
margin-bottom: 40px;
}
.service-item.style-2 .service-image{
text-align: right; 
margin-bottom: 30px; 
position: relative;
margin-top: 15px;
} 
.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: 1px;
}
.service-item.style-2 h4 {
line-height: 25px;
font-size: 24px;
margin-bottom: 0px;
position: relative;  
margin-right: 40px;
}  
.service-item.style-2:hover::before{
opacity: 0.5;
background-color: var(--themeht-secondary-color);
}
.service-item.style-2:hover .arrow-button::before,
.service-item.style-2:hover .arrow-button span{
color: var(--themeht-white-color);
z-index: 9;
}
.service-item.style-2:hover p,
.service-item.style-2:hover h4{
color: var(--themeht-white-color);
}
.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 .arrow-button {  
padding: 20px 40px 19px 40px;
border-top: 1px solid rgb(0 0 0 / 11%);
width: 100%;
display: block; 
position: relative;
} 
.service-item.style-2 .arrow-button::after{
position: absolute;
content: "";
bottom: 0px;
left: 0px;
width: 100%;
height: 0;
background-color: var(--themeht-primary-color);
} 
.service-item.style-2:hover .arrow-button::after{
height: 100%;
}
.service-item.style-2:hover .arrow-button{
border-color: transparent;
}
.service-item.style-2 .arrow-button::before  {
content: "\f1e8";
position: absolute;
top: 20px;
right: 30px;
font-family: flaticon_mycollection !important;
font-size: 17px;
line-height: 16px;
color: var(--themeht-body-color);
} 
.service-item.style-2 .arrow-button span{
font-size: 14px;
line-height: 14px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
margin-bottom: 7px;
font-family: var(--themeht-typography-body-font-family); 
position: relative;
z-index: 9;
}
.service-item.style-2 .arrow-button span:hover{
color: var(--themeht-white-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{
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 75px;
height: 75px;
color: var(--themeht-white-color);
border-radius: 15px;
background-color: var(--themeht-primary-color);
display: flex;
font-size: 40px;
}  .themeht-tab-slider .tab-thumb-slider .swiper-wrapper{
display: inherit;
transform: inherit !important; 
}
.themeht-tab-slider .tab-thumb-slider .swiper-slide{
float: left;
}
.elementor-widget-service-tab .swiper-slide-active{
cursor: e-resize;
}
.tab-thumb-slider .service-item.style-tab .service-title{
text-align: center;
}
.tab-thumb-slider .service-item.style-tab h4{
color: var(--themeht-white-color);
font-size: 18px;
line-height: 20px;
margin-bottom: 15px;
position: relative;
display: inline-block;
cursor: pointer;
}
.tab-thumb-slider .service-item.style-tab h4:hover,
.swiper-slide-thumb-active .service-item.style-tab h4{
color: var(--themeht-primary-color);
}
.swiper-slide-thumb-active .service-item.style-tab h4::before{
position: absolute;
bottom: -15px;
right: 0px;
content: "";
height: 1px;
width: 100%;
background-color: var(--themeht-primary-color);
}
.elementor-widget-service-tab .tab-thumb-slider{
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
margin-bottom: 50px;
}
.tab-swiper .service-image{
padding-right: 30px;
}
.tab-swiper .service-desc{
padding-left: 30px; 
}
.tab-swiper .service-item.style-tab img{
border-radius: 20px;
}
.tab-swiper .service-item.style-tab .service-icon{
height: 80px;
width: 80px;
line-height: 80px;
color: var(--themeht-white-color);
background-color: rgba(255, 255, 255, 0.1);
display: block;
border-radius: 100px;
text-align: center;
font-size: 35px;
margin-bottom: 33px;
}
.tab-swiper .service-item.style-tab h4 a{
color: var(--themeht-white-color);
font-size: 36px;
line-height: 40px; 
}
.tab-swiper .service-item.style-tab h4 a:hover{
color: var(--themeht-primary-color);
}
.tab-swiper .service-item.style-tab p{
color: var(--themeht-white-color);
}
.tab-swiper .service-item.style-tab .list-unstyled {
margin-bottom: 24px;
}
.tab-swiper .service-item.style-tab .list-unstyled li {
padding-bottom: 8px;
color: var(--themeht-white-color);
font-size: 16px;
position: relative;
text-align: left;
padding-left: 22px;
}
.tab-swiper .service-item.style-tab .list-unstyled li::before {
position: absolute;
top: 0;
left: 0px;
content: "\f102";
font-family: flaticon_mycollection !important;
color: var(--themeht-primary-color);
font-size: 13px;
}
.tab-swiper .service-item.style-tab a.themeht-btn.style-1:hover{
background-color: var(--themeht-white-color);
}
.tab-swiper .service-item.style-tab a.themeht-btn.style-1:hover span{
color: var(--themeht-secondary-color);
} .service-item.style-3{
padding: 80px 30px 80px 30px; 
position: relative;
}
.service-item.style-3::before{
position: absolute;
top: 0px;
right: -2px;
content: "";
width: 1px;
height: 100%;
background-color: #DADDE1;
}
.elementor-widget-service-grid .col-lg-3.col-md-6:last-child .service-item.style-3 {
border-right: 0px solid #DADDE1;
}
.service-item.style-3 .service-icon{
width: 75px;
height: 75px;
line-height: 75px;
background-color: var(--themeht-primary-color);
color: var(--themeht-white-color);
border-radius: 100px;
text-align: center;
font-size: 38px;
margin-bottom: 30px;
overflow: hidden;
}
.service-item.style-3  h4{
font-size: 28px;
line-height: 32px;
}
.service-item.style-3 p{
font-size: 16px;
}
.service-item.style-3 .read-button {
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.6px;
position: relative;
}
.service-item.style-3 .read-button::before {
position: absolute;
top: 1px;
right: -20px;
content: "\f1e8";
font-size: 14px;
color: var(--themeht-secondary-color);
font-family: flaticon_mycollection !important;
transform: rotate(-45deg);
}
.service-swiper-slider{
cursor: col-resize;
} .service-swiper-slider  .swiper-button-next,
.service-swiper-slider  .swiper-button-prev{
width: 50px !important;
height: 50px !important;
line-height: 50px !important;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 17px 0px;
} .transparent-text .elementor-heading-title{
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-white-color);
-webkit-text-stroke-width: 0;
font-weight: 700 !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: 700 !important;
}
.transparent-text.white .elementor-heading-title{
-webkit-text-fill-color: var(--themeht-primary-color);
} .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:700;
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: 18px;
font-style: italic;
font-weight: 500 !important;
margin: 0;
}
blockquote.home-quote:after{
top: 0 !important;
left: 0px !important;
font-style: normal;
}
.home-quote div{
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: 24px;
line-height: 50px;
top: 4px;
}
.home-quote h4::before{
position: absolute;
top: 0px;
right: 18px;
content: "*";
font-weight: 500;
font-size: 23px;
}
.home-quote span p{
color: var(--themeht-body-color);
font-size: 14px;
font-weight: 500;
}
.home-quote h6 {
margin-bottom: 3px;
} .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: 130%;
opacity: 0.4;
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-secondary-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-secondary-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-secondary-color);
}
.about-icon .elementor-icon i{
color: var(--themeht-secondary-color);
font-size: 24px;
text-align: center;
display: inline;
}
.primary-title .elementor-heading-title{
color: var(--themeht-primary-color) !important;
}
.white-title .elementor-heading-title{
color: var(--themeht-white-color) !important;
}
.gradient-title h1 {
background: linear-gradient(to top, #FFFFFF 13%, #9b9999 844px);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline;
font-size: 200px;
font-weight: 600;
text-transform: uppercase;
}
.cutom-numbr {
background: var(--themeht-primary-color);
color: var(--themeht-white-color);
width: 220px;
height: 210px;
line-height: 310px;
font-family: var(--themeht-typography-secondary-font-family);
font-size: 200px;
border-radius: 100%;
text-align: center;
font-weight: 500;
}
.cutom-numbr-2 {
display: inline-block;
position: relative;
width: 160px;
height: 160px;
position: relative;
background-color: var(--themeht-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(--themeht-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: 0;
top: 50%;
left: 50%;
}
.cutom-numbr-2 h4 {
margin-bottom: 4px;
font-size: 36px;
line-height: 41px;
color: var(--themeht-white-color);
}
.cutom-numbr-2 p {
font-size: 14px;
line-height: 17px;
color: var(--themeht-white-color);
margin: 0;
white-space: nowrap;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
}
.elementor-widget-container .testimonial-reting h2.teting-number {
margin-bottom: 0px;
margin-right: 20px;
color: var(--themeht-white-color);
font-size: 70px;
line-height: 70px;
}
.elementor-widget-container .testimonial-reting p{
margin-bottom: 0px;
color: var(--themeht-white-color);
}
.elementor-widget-container .testimonial-reting img{
width: 100px;
padding-bottom: 15px;
}
.elementor-widget-container .testimonial-reting .testimonial-reting-text{
text-align: left;
color: var(--themeht-white-color);
}
.elementor-widget-container .testimonial-reting{
display: inline-flex;
align-items: center;
} .cutom-about-us {
display: flex;
align-items: center;
display: flex;
align-items: center;
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.cutom-about-us  .featured-item.style-5 .featured-subtitle,
.cutom-about-us .featured-item.style-5 h4{
color: var(--themeht-white-color);
}
.cutom-about-us .themeht-btn-warp{
padding-right: 25px;
margin-right: 25px;
padding-top: 30px;
border-right: 1px solid rgba(255, 255, 255, 0.15);
padding-bottom: 20px;
}
.cutom-about-us .featured-item.style-5{
padding-top: 25px;
padding-bottom: 20px;
}
.working-hours{
display: flex;
justify-content: space-between;
margin-bottom: 12px;
padding-bottom:9px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.working-hours:last-child{
border-bottom: inherit;
}
.working-hours span{
margin-right: 10px;
}
.working-hours span,
.working-hours p{
color: var(--themeht-white-color);
}
.working-hours p{
margin-bottom: 0px;
}
.working-hours-btn {
color: var(--themeht-white-color) !important;
position: relative;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px; 
border-bottom: 1px solid var(--themeht-white-color);
padding-right: 6px;
}
.working-hours-btn svg{
width: 11px;
position: relative;
top: -2px;
left: 4px;
}
.working-hours-btn:hover svg line,
.working-hours-btn svg line{
stroke: var(--themeht-white-color) !important;
}
.about-rating{
border-top: 20px solid #fff;
border-right: 20px solid #fff;
border-radius: 0px 40px 0px 20px;
background-color: var(--themeht-primary-color);
overflow: hidden;
}
.about-rating .about-rating-warp{
background-color: var(--themeht-primary-color);
color: var(--themeht-white-color);
padding: 25px 30px;
border-radius:20px;
position: relative;
position: relative;
z-index: 99;
}
.about-rating p{
color: var(--themeht-white-color);
margin-bottom: 0;
} 
.about-rating::before {
content: "";
display: block;
width: 60px;
height: 60px;
position: absolute;
border-radius: 20px;
top: -25px;
left: -30px;
transform: rotate(90deg);
box-shadow: inset -35px -30px 0 0 #ffffff;
}
.about-rating::after {
content: "";
display: block;
width: 60px;
height: 60px;
position: absolute;
border-radius: 20px;
bottom: -34px;
right: -26px;
transform: rotate(-270deg);
box-shadow: inset -34px -34px 0 0 #ffffff; 
}
.about-rating .rating-icon{
margin-bottom: 5px;
}
.elementor-shortcode .custom-info{
display: flex;
align-items: center;
}
.custom-info .featured-item.style-5{
margin-left: 30px;
padding-left: 30px;
border-left: 1px solid #DADDE1;
padding-top: 30px;
}
.custom-info  a.themeht-btn.style-1{
margin-top: 25px;
}
.secondary-bg .featured-item.style-5 h4,
.secondary-bg .featured-item.style-5 .featured-subtitle{
color: var(--themeht-white-color);
}
.secondary-bg .featured-item.style-5 {
border-color: rgb(255 255 255 / 9%);
}
.banner-slider .elementor-shortcode .banner-list{
opacity: 1 !important;
transform: inherit !important;
color: var(--themeht-secondary-color) !important;
}
.banner-slider .elementor-shortcode .banner-list li{
color: var(--themeht-secondary-color) !important;
}
.elementor-widget-container .testimonial-reting.dark h2.teting-number,
.elementor-widget-container .testimonial-reting.dark .testimonial-reting-text{
color: var(--themeht-secondary-color);
}
.custom-item{
padding: 80px 50px 80px 0px;
margin-right: 50px;
border-right: 1px solid #DADDE1;
}
.custom-item-border-none .custom-item{
border:inherit;
}
.custom-item .featured-icon {
width: 75px;
height: 75px;
line-height: 75px;
background-color: var(--themeht-primary-color);
color: var(--themeht-white-color);
border-radius: 15px;
text-align: center;
font-size: 34px;
margin-bottom: 30px;
overflow: hidden;
}
.custom-item h4{
font-size: 28px;
line-height: 32px;
}
.custom-item a{
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.6px;
}
.custom-item a i{
font-size: 13px;
line-height: 19px;
margin-left: 3px;
} .featured-item.style-1 .featured-subtitle{
position: relative;
padding-left: 20px;
color: var(--themeht-secondary-color);
text-transform: uppercase;
font-size: 14px;
line-height: 14px;
letter-spacing: 1px;
}
.featured-item.style-1 .featured-icon {
width: 70px;
height: 70px;
line-height: 70px;
background-color: var(--themeht-primary-color);
color: var(--themeht-white-color);
border-radius: 100%;
text-align: center;
font-size: 36px;
margin-bottom: 20px;
overflow: hidden;
}  
.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 {
margin-bottom: 10px;
font-size: 24px;
line-height: 30px;
} .featured-item.style-2 {
margin-bottom: 30px; 
text-align: center;
}  
.featured-item.style-2 h4 {  
margin-bottom: 10px;
font-size: 27px;
line-height: 33px;
}  
.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: 30px;
} 
.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;
background-color: var(--themeht-primary-color);
border-radius: 100px;
}   
.featured-item.style-2 .arrow-button{
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
font-weight: 500;
position: relative;
}
.featured-item.style-2 .arrow-button:hover{
color: var(--themeht-primary-color) !important;
}
.featured-item.style-2 .arrow-button:hover svg.btn-icon-svg line{
stroke: var(--themeht-primary-color);
}
.featured-item.style-2 .arrow-button svg{
position: relative;
top: -1px;
width: 11px;
margin-left: 3px;
}
.featured-item.style-2  p{
margin-bottom: 20px;
} 
.featured-item.style-2 svg.btn-icon-svg line{
stroke: var(--themeht-secondary-color);
}
.secondary-bg .featured-item.style-2,
.secondary-bg .featured-item.style-2 h4,
.secondary-bg .featured-item.style-2 p,
.secondary-bg .featured-item.style-2 .arrow-button{
color: var(--themeht-white-color);
}
.secondary-bg .featured-item.style-2 svg.btn-icon-svg line{
stroke: var(--themeht-white-color);
} .featured-item.style-3 {
display: flex;
margin-bottom: 30px;
}
.featured-item.style-3 .featured-subtitle{
font-size: 22px;
line-height: 40px;
color: var(--themeht-secondary-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: 35px;
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;
}
.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;
}
.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: 13px;
line-height: 29px;
font-size: 28px;
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;
} .featured-item.style-4 {
display: flex;
margin-bottom: 30px;
}
.featured-item.style-4 .featured-icon {
min-width: 60px;
height: 60px;
line-height: 60px;
color: var(--themeht-primary-color);
font-size: 30px;
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{
border-radius: 100px;
position: relative;
top: -2px;
min-width: 60px;
height: 60px;
}
.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;
} .featured-item.style-5{
display: flex;
align-items:center ;
}
.featured-item.style-5 .featured-icon i{
width: 56px;
height: 56px;
line-height: 56px;
background-color: var(--themeht-primary-color);
color: var(--themeht-white-color);
border-radius: 100%;
text-align: center;
font-size: 20px; 
overflow: hidden;
margin-right: 15px;
display: block;
}
.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;
font-size: 22px;
line-height: 25px; 
}
.featured-item.style-5 .featured-subtitle{
color: var(--themeht-secondary-color);
font-size: 14px;
line-height: 14px;
text-transform: uppercase; 
font-weight: 500;
letter-spacing: 0.5px;
margin-bottom: 9px;
} .testimonial.style-1 { 
display: flex;
align-items: center; 
margin-bottom: 114px;
padding-bottom: 80px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
background-color: var(--themeht-secondary-color);
text-align: left;
}
.testimonial.style-1 .testimonial-img{
position: relative;
} 
.testimonial.style-1 .testimonial-text { 
font-size: 22px;
line-height: 34px;
color: var(--themeht-white-color);
font-weight: 400; 
font-family: var(--themeht-typography-secondary-font-family);
margin-bottom: 29px;
}
.testimonial.style-1 .testimonial-text p{
color: var(--themeht-white-color);
margin-bottom: 0px;
}
.testimonial.style-1 h4,
.testimonial.style-2 h4 {
font-size: 24px;
line-height: 24px;
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: 180px;
border-radius: 100%;
margin-right: 50px;
text-align: left;
}
.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;
}
.style-2-dot .swiper-nav-arrow{
position: absolute;
bottom: 50px;
right: 0px;
}
.style-2-dot .swiper-nav-arrow .swiper-button-next{
right: 0px;
}
.style-2-dot .swiper-nav-arrow .swiper-button-prev{
left: -95px;
}
.testimonial.style-2{
text-align: left;
border-top: 1px solid #d5d5d5;
padding-top: 30px;
}
.testimonial.style-2:hover{
cursor: col-resize;
}
.testimonial.style-2 h4,
.testimonial.style-2 span,
.testimonial.style-2 p{
color: var(--themeht-secondary-color);
}
.testimonial.style-2 p{ 
font-size: 24px;
line-height: 36px;
font-family: var(--themeht-typography-secondary-font-family);
text-align: left;
margin: 0 0 30px;
}
.testimonial.style-2 .testimonial-quote {
font-size: 70px;
line-height: 70px;
text-align: left;
margin-bottom: 30px;
color: var(--themeht-secondary-color);
display: none;
}
.testimonial.style-2 .testimonial-img img{
width: 70px;
border-radius: 100px;
} 
.testimonial.style-2 .testimonial-warp{
display: flex;
align-items: center;
}
.testimonial.style-2 .testimonial-warp-in{
padding-left: 20px;
padding-top: 5px;
}
.elementor-widget-ht-testimonial-slider-two .swiper-pagination{
position: absolute !important;
bottom: 80px;
right: 60px;
left: inherit !important;
width: inherit !important;
margin: 0; 
}
.elementor-widget-ht-testimonial-slider-two .swiper-pagination .swiper-pagination-bullet-active{
background-color: var(--themeht-primary-color) !important; 
}
.elementor-widget-ht-testimonial-slider-two .swiper-nav-arrow{
position: absolute;
bottom: 23px;
right: 0;
}
.elementor-widget-ht-testimonial-slider-two .swiper-button-prev,
.elementor-widget-ht-testimonial-slider-two .swiper-button-next{
background-color: var(--themeht-light-color) !important;
} 
.elementor-widget-ht-testimonial-slider-two .swiper-button-next{
right: 0 !important;
}
.elementor-widget-ht-testimonial-slider-two .swiper-button-prev{
left: -90px !important;
} [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-three a.themeht-btn.style-1,
.banner-slider .themeht-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 .themeht-desc,
.banner-slider .banner-list{
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 .themeht-desc,
.banner-slider .swiper-slide-active .banner-list {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
transition-delay: 1400ms;
}
.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-three .swiper-slide-active a.themeht-btn.style-1,
.banner-slider .swiper-slide-active .themeht-btn-box {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
transition-delay: 2000ms;
}
.banner-slider-two .img-fluid{
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: translateX(80px);
-moz-transform: translateX(80px);
-ms-transform: translateX(80px);
-o-transform: translateX(80px);
transform: translateX(80px);
}
.banner-slider .swiper-slide-active .img-fluid {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
transition-delay: 1400ms;
}
.banner-slider-one{ 
border-radius: 20px;
overflow: hidden;
}
.banner-content .banner-text {
width: 54%;
}
.banner-slider-one h6 span{
background-color: var(--themeht-primary-color);
color: var(--themeht-white-color);
}
.banner-slider-one .banner-content h6{
background-color: rgba(255, 255,255, 0.2); 
color: var(--themeht-white-color);
}
.banner-slider-one .banner-content h6 span{
background-color: var(--themeht-primary-color);
color: var(--themeht-white-color);
}
.banner-slider-one .banner-content h1{
color: var(--themeht-white-color);
font-size: 95px !important;
line-height: 105px !important; 
margin-bottom: 30px !important;
}
.banner-slider-one .banner-content {
padding: 167px 0 162px 0px;
position: relative;
}
.banner-slider-one .banner-content .themeht-desc{
color: var(--themeht-white-color);
font-size: 20px !important;
line-height: 30px !important; 
margin: 10px 0 40px 0 !important;
}
.banner-slider-one .slider-img::before{
position: absolute;
top: 0px;
left: 0px;
content: "";
width: 100%;
height: 100%;
background: rgb(4, 27, 52);
background: linear-gradient(90deg, rgb(4 27 52 / 90%) 40%, rgba(4, 27, 52, 0) 70%);
}
.swiper.banner-slider-one .swiper-button-prev,
.swiper.banner-slider-one .swiper-button-next {
position: inherit;
width: 40px;
height: 40px;
background: var(--themeht-light-color);
line-height: 40px;
bottom: 2px !important;
top: inherit;
border-radius: 100px;
}
.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-one .banner-swiper-buttons{
bottom: -1px;
right: 50px !important;
width: 135px;
height: 54px;
}
.banner-slider-one .banner-swiper-buttons::after{
content: "";
display: block;
width: 60px;
height: 60px;
position: absolute;
border-radius: 20px;
bottom: -30px;
left: -26px;
box-shadow: inset -35px -30px 0 0 var(--themeht-white-color);
transform: rotate(2deg);
}
.banner-slider-one .banner-swiper-buttons::before{
content: "";
display: block;
width: 60px;
height: 60px;
position: absolute;
border-radius: 20px;
bottom: -33px;
right: -26px;
box-shadow: inset -34px -34px 0 0 var(--themeht-white-color);
transform: rotate(-270deg);
}
.swiper.banner-slider-one .swiper-button-next{
right: 20px;
}
.swiper.banner-slider-one .swiper-button-next:after,
.swiper.banner-slider-one .swiper-button-prev:after{
line-height: 43px !important;
font-size: 15px !important;
color: var(--themeht-secondary-color);
font-family: flaticon_mycollection !important;
}
.swiper.banner-slider-one .swiper-button-next:after{
content: "\f1e8"; 
}
.swiper.banner-slider-one .swiper-button-prev:after{
content: "\f17f";
}
.swiper.banner-slider-one .swiper-button-prev{
left: inherit !important;
right: 73px !important; 
}
.swiper.banner-slider-one .themeht-btn-box a.themeht-btn.style-1:hover{
background-color: var(--themeht-white-color);
}
.swiper.banner-slider-one .themeht-btn-box a.themeht-btn.style-1:hover span{
color: var(--themeht-secondary-color);
}
.banner-slider .banner-list{
display: flex;
align-items: center;
margin-bottom: 40px;
}
.banner-slider .banner-list li{
color: var(--themeht-white-color);
padding-left: 21px; 
margin-right: 25px;
font-size: 18px;
position: relative;
list-style-type: none;
}
.banner-slider .banner-list li::before{
content: "\f102";
font-family: flaticon_mycollection !important;
top: 0px;
left: 0px;
color: var(--themeht-primary-color);
position: absolute;
font-size: 13px;
} .banner-slider-two{
position: relative;
padding: 140px 0px 0px;
}
.banner-slider-two::before{
position: absolute;
bottom: 0px;
left: 0px;
content: "";
background-color: var(--themeht-white-color);
height: 44px;
width: 100%;
border-radius: 30px 30px 0px 0px;
z-index: 9;
}
.banner-slider-two .row{
align-items: center;
}
.banner-slider-two .banner-content {  
position: relative;
padding: 200px 0px 240px 0px;
} 
.banner-slider-two .banner-content h1 {
font-size: 80px;
line-height: 90px;
color: var(--themeht-secondary-color); 
} 
.banner-slider-two .banner-list li{
color: var(--themeht-secondary-color);
}
.banner-content h6 {
margin-bottom: 20px !important;
} 
.banner-slider-two .btn-box,
.banner-slider-three .btn-box {
margin-top: 40px !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-slider-two .banner-swiper-buttons{
bottom: 44px;
right: 130px !important;
width: 135px;
height: 54px;
}
.banner-slider-two .banner-swiper-buttons::after{
content: "";
display: block;
width: 60px;
height: 60px;
position: absolute;
border-radius: 20px;
bottom: -31px;
left: -26px;
box-shadow: inset -35px -30px 0 0 var(--themeht-white-color);
transform: rotate(2deg);
}
.banner-slider-two .banner-swiper-buttons::before{
content: "";
display: block;
width: 60px;
height: 60px;
position: absolute;
border-radius: 20px;
bottom: -34px;
right: -26px;
box-shadow: inset -34px -34px 0 0 var(--themeht-white-color);
transform: rotate(-270deg);
}
.banner-slider-two .banner-content h6,
.banner-slider-three .banner-content h6{
background-color: rgba(0, 0, 0, 0.1);
color: var(--themeht-secondary-color);
font-size: 13px;
}
.banner-slider-two .banner-content h6 span,
.banner-slider-three .banner-content h6 span{
background-color: var(--themeht-secondary-color);
color: var(--themeht-white-color)
}
.banner-content h6 span{
background-color: var(--themeht-white-color);
color: var(--themeht-secondary-color);
line-height: 22px;
padding: 2px 6px 0 6px;
text-align: center;
margin-right: 10px;
position: relative;
top: -1px;
border-radius: 4px;
font-size: 12px;
}
.banner-content h6 {
backdrop-filter: blur(1px);
color: var(--themeht-white-color);
background-color: rgba(255, 255, 255, 0.2);
padding: 5px 12px 4px 6px;
font-size: 13px;
font-family: var(--themeht-typography-body-font-family);
line-height: 29px;
text-transform: uppercase;
border-radius: 5px;
letter-spacing: 1px;
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;
}
.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: 2px !important;
top: inherit;
}
.swiper.banner-slider-two .swiper-button-next{
right: 20px;
}
.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: 73px !important; 
} .banner-slider-three .banner-content {
padding: 360px 0 200px 170px;
position: relative;
}
.banner-slider-three .banner-content::before{
position: absolute;
top: 0px;
left: 0px;
content: "";
width: 100%;
height: 100%;
background: rgb(245, 245, 245);
background: linear-gradient(90deg, rgb(245 245 245 / 80%) 40%, rgba(245, 245, 245, 0) 70%);
}
.banner-slider-three .banner-content h1{
font-size: 80px;
line-height: 90px;
color: var(--themeht-secondary-color);
margin-bottom: 30px !important;
} .post-card.style-1 { 
border: 1px solid #d5d5d5;
margin-bottom: 30px;
border-radius: 20px;  
overflow: hidden;
background-color: var(--themeht-white-color);
} 
.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;
top: 20px;
right: 20px;
background-color: var(--themeht-white-color);
border-bottom: 0px;
margin-right: 0px;
padding: 3px 18px 3px 18px;
border-radius: 100px;
}
.post-card.style-1 .list-inline.post-bottom li{
margin-right: 0px; 
position: relative;
z-index: 1;
}
.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-size: 13px;
letter-spacing: 1px; 
}
.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{
background-color: var(--themeht-primary-color);
color: var(--themeht-white-color);
padding: 8px 15px 6px 15px;
display: inline-block;
text-align: center;
text-transform: uppercase; 
border-radius: 100px;
font-weight: 500;
font-size: 13px !important;
line-height: 12px;
letter-spacing: 1px;
}  
.post-card.style-1 .post-title span.cat-links a:hover{
background-color: var(--themeht-secondary-color); 
color: var(--themeht-white-color);
}
.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: 22px !important;
margin-top: 0px !important;
font-size: 28px;
line-height: 34px;
}
.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: 1px;
font-weight: 500; 
margin-top: 10px;
display: inline-block;
position: relative;
} 
.swiper-slide .post-card.style-1{
margin-bottom: 17px;
} .post-card.style-2 {
margin-bottom: 30px;
display: flex;
padding: 10px;
}
.post-card.style-2 .post-image {
position: relative; 
overflow: hidden;
border-radius: 20px; 
width: 49%; 
background-size: cover;
background-position: center center;
} 
.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;
position: relative;
z-index: 1;
line-height: 13px;
}
.post-card.style-2 .post-cat a {
color: var(--themeht-white-color);
text-transform: uppercase;
border-radius: 5px;
font-size: 13px;
letter-spacing: 1px;
font-weight: 500;
}
.post-card.style-2 .post-desc h4 {
margin-top: 5px !important;
margin-bottom: 60px !important;
line-height: 30px; 
font-size: 24px;
line-height: 30px;
}
.post-card.style-2 .post-desc h4 a {
color: var(--themeht-secondary-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{
background: var(--themeht-primary-color);
padding: 7px 15px 6px 15px;
display: inline-block;
text-align: center;
text-transform: uppercase;
margin: 0px 5px 10px 0;
border-radius: 100px;
font-weight: 500;
font-size: 13px !important;
line-height: 12px;
letter-spacing: 1px;
color: var(--themeht-white-color);
}
.post-card.style-2 .post-desc .cat-links a:hover{
background-color: var(--themeht-secondary-color);
color: var(--themeht-white-color);
}
.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 .read-link svg{
top: 0px;
left: 3px;
position: relative;
}
.post-card.style-2 .read-link svg.btn-icon-svg line{
-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;
}
.post-card.style-2 .read-link:hover svg.btn-icon-svg line{
stroke: var(--themeht-primary-color);
}
.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: 20px 30px 20px 40px;
display: grid;
width: 51%;
}
.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;
top: 15px;
left: 15px;
background-color: var(--themeht-white-color);
border-bottom: 0px;
margin-right: 0px;
padding: 3px 18px;
border-radius: 100px;
} .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-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 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 .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.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-icon{
display: none;
}
.portfolio-item.style-1 .portfolio-desc {    
position: absolute;
bottom: 0;
left: 0;
padding: 30px;
opacity: 0; 
}   
.portfolio-item.style-1:hover .portfolio-desc {
opacity: 1;
}
.portfolio-item.style-1 .portfolio-cat a {
position: relative;  
color: var(--themeht-secondary-color); 
letter-spacing: 1px;
}
.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 39px 18px 25px;
background-color: var(--themeht-white-color);
color: var(--themeht-secondary-color);
border-radius: 15px 15px 0px 0px; 
} 
.portfolio-item.style-1 .arrow-button::before {
position: absolute;
top: 11px;
right: 21px;
font-weight: 600;
content: "\f167";
font-size: 12px;
font-family: flaticon_mycollection !important;
}
.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 { 
padding: 4px 10px 2px 10px;
text-transform: uppercase;
font-size: 13px;
line-height: 18px;
letter-spacing: 1px;
margin-bottom: 8px;
} 
.portfolio-item.style-1 .portfolio-cat,
.portfolio-item.style-1 h4 {
position: relative;
display: inline-block; 
}  
.portfolio-item.style-1 h4 {
margin-bottom: 0px;
padding: 11px 15px;
font-size: 27px;
line-height: 30px;
}
.portfolio-item.style-1 .portfolio-cat::before,
.portfolio-item.style-1 h4::before {
position: absolute;
content: "";
top: 0px;
left: 0px;
width: 0px;
height: 100%;
border-radius: 4px;
background-color: var(--themeht-white-color);
-webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-ms-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
}
.portfolio-item.style-1 h4::before{
border-radius: 8px;
}
.portfolio-item.style-1:hover .portfolio-cat::before, .portfolio-item.style-1:hover h4::before {
width: 100%;
}
.portfolio-item.style-1 .portfolio-title h4 a {
position: relative; 
color: var(--themeht-secondary-color);
} 
.portfolio-item.style-1 .portfolio-title h4 a:hover{
color: var(--themeht-primary-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 .portfolio-arrow:hover{
background-color: var(--themeht-primary-color);
color: var(--themeht-white-color);
} .swiper .swiper-button-prev {
left: 30px;
}
.swiper .swiper-button-next {
right: 30px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
width: 40px;
height: 40px;
line-height: 40px;
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) !important;
color: var(--themeht-white-color);
}
.swiper .swiper-button-prev:after {
content: "\f17f"; 
font-family: flaticon_mycollection !important;
}
.swiper .swiper-button-next:after {
content: "\f1e8";
font-family: flaticon_mycollection !important;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
color: var(--themeht-secondary-color);
font-size: 16px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out; 
line-height: inherit !important;
}
.swiper .swiper-button-prev:hover:after,
.swiper .swiper-button-next:hover:after {
color: var(--themeht-white-color);
}
.swiper-nav-white .swiper-button-prev,
.swiper-nav-white .swiper-button-next,
.swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-bottom-white .swiper-button-next {
border: 1px solid var(--themeht-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-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);
}
.secondary-bg .swiper-pagination-clickable .swiper-pagination-bullet {
background-color:rgba(255, 255, 255, 0.2);
}
.secondary-bg .swiper-pagination-clickable .swiper-pagination-bullet-active{
background-color: var(--themeht-primary-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 {
position: relative;
z-index: 9;
text-align: center;
background-color: var(--themeht-white-color);
border: 1px solid #d5d5d5 ;
border-radius: 15px;
padding: 40px; 
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; 
display: flex;
align-items: center;
}
.price-value h2 sup{
font-size: 24px; 
}
.price-value span {
font-size: 14px;
text-transform: uppercase; 
letter-spacing: 1px;
color: var(--themeht-secondary-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; 
}
.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-white-color);
text-align: center;
height: 80px;
width: 80px;
line-height: 80px;
background-color: var(--themeht-primary-color);
border-radius: 100px;
margin-bottom: 12px; 
}
.price-table .price-list li i{
color: var(--themeht-primary-color);
}
.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: 25px;
right: -36px;
background-color: var(--themeht-primary-color);
padding: 5px 40px 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.style1.active a.themeht-btn.style-1{
background-color: var(--themeht-primary-color);
}
.price-table.style1.active a.themeht-btn.style-1:hover{
background-color: var(--themeht-white-color);
}
.price-table.style1.active a.themeht-btn.style-1:hover span{
color: var(--themeht-secondary-color);
}
.price-table.style1.active .price-list{
border-color: rgba(255, 255, 255, 0.2);
} .price-table.style2 {
margin-bottom: 30px;
border-radius: 20px;
padding: 40px 40px 124px 40px; 
overflow: hidden;
} 
.price-table.style2 .price-label {
position: absolute;
top: 25px;
right: -36px;
background-color: var(--themeht-primary-color);
padding: 5px 40px 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: 1px;
color: var(--themeht-secondary-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-top: 0px; 
margin: 0;
border-top: 0px;  
margin-top: -6px;
}
.price-table.style2 .price-list ul li{
font-size: 16px;
padding-bottom: 12px;
width: 50%;
float: left;
}
.price-table.style2 .price-list ul li i{ 
margin-right: 13px; 
}
.price-table.style2 a.themeht-btn{
position: absolute;
bottom: 30px;
left: 40px; 
padding: 21px 53px 18px 27px;
} 
.price-table.style2 a.themeht-btn  svg.btn-icon-svg{
top: 17px;
}
.price-table.active{
background-color: var(--themeht-secondary-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.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 {
color: var(--themeht-white-color);
} 
.price-table.style2.active .price-title{
border-color:rgba(255, 255, 255, 0.1);
}
.price-table.style2.active a.secondary-btn {
background-color: var(--themeht-primary-color);
}  
.price-table.style2.active a.secondary-btn:hover {
background-color: var(--themeht-white-color); 
}  
.price-table.style2.active a.secondary-btn:hover span{ 
color: var(--themeht-secondary-color);
}  
.price-table.style2.active a.secondary-btn:hover line{
stroke: var(--themeht-secondary-color) !important;
} .price-table.text-white,
.price-table.text-white .price-value span,
.price-table.text-white .price-list ul li,
.price-table.text-white .price-list li i{
color: var(--themeht-white-color); 
}
.price-table.text-theme,
.price-table.text-theme .price-value span,
.price-table.text-theme .price-list ul li,
.price-table.text-theme h4,
.price-table.text-theme .price-list li i,
.price-table.text-theme .price-value h2{ 
color: var(--themeht-primary-color); 
}
.price-table.text-black,
.price-table.text-black .price-value span,
.price-table.text-black .price-list ul li,
.price-table.text-black h4,
.price-table.text-black .price-list li i,
.price-table.text-black .price-value h2{
color: var(--themeht-secondary-color);
}
.price-table.text-secondary,
.price-table.text-secondary .price-value span,
.price-table.text-secondary .price-list ul li,
.price-table.text-secondary h4,
.price-table.text-secondary .price-list li i,
.price-table.text-secondary .price-value h2{
color: var(--themeht-secondary-color); 
} .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: 400 !important;
text-transform: capitalize;
transition: all 0s ease-in-out 0s;
color: var(--themeht-secondary-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-secondary-color); 
font-size: 18px;
position: relative;
top: 6px;
}
.themeht-accordion.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon svg{
fill: var(--themeht-secondary-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-member.style-1 {
position: relative;
overflow: hidden;
text-align: center; 
}
.team-swiper .team-member.style-1{
padding: 30px 30px 140px 30px;
}
.team-member.style-1 img { 
width: 150px;
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: 1px; 
} 
.team-member.style-1 h4 {
margin-bottom: 6px;
color: var(--themeht-secondary-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: 26px;
line-height: 27px;
margin-bottom: 5px;
}
.team-member.style-2 .team-desc span.label {
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
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: 20px !important;
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-white-color);
}
.team-member.style-2 .team-social-list{
position: absolute;
right: 5px;
bottom: 15px;
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-secondary-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-primary-color);
color: var(--themeht-white-color);
}
.team-member.style-2 .team-social-list svg{
display: none;
} .elementor-widget-progress {
padding-left: 70px;
}
.elementor-widget-progress .elementor-progress-wrapper {
position: inherit;
}
.elementor-widget-progress .elementor-progress-wrapper {
background-color: #efefef;
border-radius: 100px;
}
.elementor-widget-progress .elementor-title {
font-size: 18px;
margin-bottom: 5px;
font-weight: 500 !important;
font-family: var(--themeht-typography-secondary-font-family) !important;
color: var(--themeht-secondary-color) !important;
display: inline-block;
}
.elementor-widget-progress .elementor-progress-bar {
height: 10px;
background-color: var(--themeht-primary-color) !important;
border-radius: 100px;
}
.elementor-widget-progress .elementor-progress-percentage {
padding-right: 0;
position: absolute;
left: 0;
top: 4px;
color: var(--themeht-secondary-color) !important;
font-size: 24px;
line-height: 34px;
font-family: var(--themeht-typography-secondary-font-family);
font-weight: 500;
}
.primary-bg .elementor-widget-progress .elementor-progress-percentage {
color: var(--themeht-white-color) !important;
}
.primary-bg .elementor-widget-progress .elementor-progress-bar {
background-color: var(--themeht-white-color) !important;
}
.primary-bg .elementor-widget-progress .elementor-progress-wrapper {
background-color: rgba(255, 255, 255, 0.3);
}
.secondary-bg .elementor-widget-progress .elementor-title,
.secondary-bg .elementor-widget-progress .elementor-progress-percentage{
color: var(--themeht-white-color) !important;
} .themeht-heading-title { 
font-size: 38px;
font-weight: 500;
line-height: 44px;
margin-bottom: 0;
} .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;
} .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);
} .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: 40px;
}
.timeline-item:last-child {
margin-bottom: 0;
}
.timeline-item:nth-child(2n+2) .timeline-icon {
order: 2;
left: 30px;
}
.timeline-order-3 {
order: 1;
}
.main-timeline .timeline-dot {
width: 12px;
height: 12px;
position: absolute;
left: 50%;
top: 50%;
font-size: 30px;
background: var(--themeht-primary-color);
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
z-index: 9;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
outline: 4px solid var(--themeht-light-color);
}
.main-timeline .date-content {
width: 50%;
position: relative;
padding-right: 50px;
}
.timeline-item:nth-child(2n+2) .date-content {
order: 3;
padding-right: 0px;
padding-left: 50px;
}
.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: 150px;
position: relative;
}
.main-timeline .timeline-content h4{
margin-bottom: 10px;
}
.timeline-item:nth-child(2n+2) .timeline-content { 
padding-left: 0px;
padding-right: 150px;
}
.main-timeline .date-content img {
border-radius: 15px;
} 
.main-timeline .date {
font-family: var(--themeht-typography-secondary-font-family);
color: var(--themeht-secondary-color);
font-size: 22px;
position: absolute;
top: 15px;
left: 15px;
background: var(--themeht-white-color);
z-index: 1;
padding: 13px 20px 10px 20px;
border-radius: 100px;
} 
.main-timeline .date svg{
display: none;
}
.main-timeline .timeline-content p {
margin: 0;
}
.timeline-item:nth-child(2n+2) .date-content .date {
right: 15px;
left: inherit;
} 
.chart-card {
width: 100%;
padding: 25px !important;
border-radius: 4px;
background-color: var(--themeht-primary-color);
border-radius: 20px;
}
#chart, .chart-box{
background-color: inherit;
border: inherit;
box-shadow: inherit;
padding: 0; 
}
.graphina-chart-sub-heading{
color: var(--themeht-white-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;
}
.apexcharts-legend-text{
color: var(--themeht-white-color) !important;
font-family: var(--themeht-typography-body-font-family) !important;
font-size: 14px !important;
} .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;
} .price-swiper .price-text{
color: var(--themeht-white-color);
margin-bottom: 130px; 
background-color: var(--themeht-secondary-color);
padding: 30px;
}
.price-swiper .price-text p{
color: var(--themeht-white-color);
}
.price-swiper .price-text h3{
color: var(--themeht-primary-color);
font-size: 60px;
line-height: 60px;
margin-bottom: 10px;
}
.price-swiper .price-text h4{
color: var(--themeht-white-color);
text-transform: uppercase;
font-size: 16px;
line-height: 20px;
letter-spacing: 1px;
font-weight: 200;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
padding-bottom: 20px;
}
.price-swiper .price-text .themeht-btn {
color: var(--themeht-primary-color);
text-transform: uppercase; 
letter-spacing: 1px;
position: relative; 
margin-top: 50px;
display: inline-block;
position: relative;
font-size: 15px;
}
.price-swiper .price-text .themeht-btn span::before{
content: "";
position: absolute;
left: 0px;
bottom: 0px;
width: 102%;
height: 1px;
background-color: var(--themeht-primary-color);
}
.price-swiper .price-text .themeht-btn:hover::before{
color: var(--themeht-white-color);
}
.price-swiper .price-text .themeht-btn:hover span::before{
background-color: var(--themeht-white-color);
}
.price-swiper .price-text .themeht-btn:hover{
color: var(--themeht-white-color);
}
.price-swiper .price-text .themeht-btn:hover{
color: var(--themeht-white-color);
}
.price-swiper .price-text .themeht-btn .price-btn-text svg{ 
width: 12px;
left: 2px;
position: relative;
}
.price-swiper .price-text .themeht-btn .price-btn-text svg line{
stroke: var(--themeht-primary-color);
}
.price-swiper .price-text .themeht-btn .price-btn-text:hover svg line{
stroke: var(--themeht-white-color);
}
.price-swiper .price-text .img-fluid{
margin-top: 30px;
display: block;
}
.price-swiper .swiper-nav-arrow {
position: absolute;
bottom: 0px;
left: 50%;
transform: translate(-50%, 0%);
background: var(--themeht-white-color);
height: 55px;
width: 150px;
border-radius: 20px 20px 0px 0px;
z-index: 9;
}
.price-swiper .swiper-nav-arrow .swiper-button-next,
.price-swiper .swiper-nav-arrow .swiper-button-prev { 
bottom: 0px;
top: inherit;
background-color: var(--themeht-light-color); 
}
.price-swiper .swiper-nav-arrow .swiper-button-next {
right: 30px;
}
.price-swiper .swiper-nav-arrow  .swiper-button-prev {
left: 30px;
}
.price-swiper .swiper-nav-arrow:before {
content: "";
display: block;
width: 60px;
height: 60px;
position: absolute;
border-radius: 20px;
top: 29px;
right: -26px;
box-shadow: inset -34px -34px 0 0 var(--themeht-white-color);
transform: rotate(-270deg);
}
.price-swiper .swiper-nav-arrow::after {
content: "";
display: block;
width: 70px;
height: 60px;
position: absolute;
border-radius: 20px;
top: 26px;
left: -36px;
box-shadow: inset -35px -30px 0 0 var(--themeht-white-color);
transform: rotate(2deg);
}