/* ------------------------------------------------
  Project:   Consultees - Business Finance Consulting WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. Section Title
  2. Button
  3. Marquee Text
  4. Accordion
  5. Social Icons
  6. Team
  7. Tab
  8. Counter
  9. Blog - Post
  10. Featured Box
  11. Step Box
  12. Testimonials
  13. Featured Box
  14. Service Box
  15. Price Table   
  16. Progress Bar
  17. Portfolio Item
  18. Swiper Arrow
  19. Swiper Dot Pagination
  20. Splitting Text
  21. Image Reavel Animation
  22. Keyframes Animation


/* ------------------------
    Section Title
------------------------*/

.theme-title h6 { text-transform: uppercase; color: var(--themeht-primary-color); font-weight: 600; font-size: 12px; border: 1px solid var(--themeht-primary-color); display: inline-block; line-height: 24px; padding: 2px 15px; border-radius: 50px; border-bottom-right-radius: 0; background: var(--themeht-white-color); }
.theme-title h2 .title-text { display: block; font-weight: 300;}
.theme-title p { font-size: 16px; margin-bottom: 0; font-weight: 500; line-height: 30px; }
.dark-bg h2 { color: var(--themeht-white-color) }
.theme-title h2 { margin-bottom: 0; }


/* ------------------------
    Button
------------------------*/
.themeht-btn { padding: 10px 30px; overflow: hidden; border-radius: 50px; border-bottom-right-radius: 0; position: relative; border: 0; z-index: 9; display: inline-block; cursor: pointer; outline: none; text-decoration: none; font-size: 14px; text-transform: uppercase; font-weight: 500; }
.white-btn, a.white-btn { background: var(--themeht-white-color); color: var(--themeht-text-color); }
.white-btn:hover, a.white-btn:hover { color: var(--themeht-white-color); }
.primary-btn, a.primary-btn { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.primary-btn:hover, a.primary-btn:hover { color: var(--themeht-white-color); }
.dark-btn, a.dark-btn { background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); }
.dark-btn:hover, a.dark-btn:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.rounded-button { position: relative; display: inline-block; width: 200px; height: 200px; border-radius: 100%; background: var(--themeht-primary-color); text-align: center; padding: 25px 40px; }
.rounded-button i { font-size: 80px; -webkit-text-stroke: 1px var(--themeht-text-color); color: transparent; line-height: 0; position: relative; display: block; margin-bottom: -10px; }
.rounded-button span { line-height: 26px; font-size: 20px; color: var(--themeht-text-color); margin: 0 auto; background-repeat: no-repeat; background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); transition: .9s cubic-bezier(.32, .32, .15, 1.17); background-size: 0 100%; display: inline; position: relative; word-break: break-word; }
.rounded-button:hover i { -webkit-text-stroke: 1px var(--themeht-text-color); color: var(--themeht-text-color); }
.dark-round-button.rounded-button { background: var(--themeht-bg-dark-color); }
.dark-round-button.rounded-button i { -webkit-text-stroke: 1px var(--themeht-white-color); }
.dark-round-button.rounded-button span { color: var(--themeht-white-color); }
.dark-round-button.rounded-button:hover i { -webkit-text-stroke: 1px var(--themeht-white-color); color: var(--themeht-white-color); }
.themeht-btn.outline-btn { border: 1px solid var(--themeht-border-light-color); color: var(--themeht-text-color); }
.themeht-btn.outline-btn:hover { color: var(--themeht-white-color); }
.themeht-btn:hover { border-radius: 50px; border-top-right-radius: 0; background: var(--themeht-bg-dark-color); }
.themeht-btn svg { margin-left: 10px; }
.themeht-btn svg line { stroke-width: 2; stroke-miterlimit: 10; stroke: var(--themeht-text-color); }
.themeht-btn.primary-btn svg line, .themeht-btn.dark-btn svg line { stroke: var(--themeht-white-color); }
.themeht-btn:hover svg line { stroke-dasharray: 20px; stroke-dashoffset: 40px; transition: stroke-dashoffset .6s cubic-bezier(.61, 1, .88, 1) .3s; stroke: var(--themeht-white-color); }
.themeht-btn span { -webkit-transition: all 0s ease-in-out 0s; -moz-transition: all 0s ease-in-out 0s; -ms-transition: all 0s ease-in-out 0s; -o-transition: all 0s ease-in-out 0s; transition: all 0s ease-in-out 0s; }
.rounded-button:hover span { background-size: 100% 100%; }
.read-button { color: var(--themeht-text-color); border-bottom: 1px solid var(--themeht-border-light-color); padding-bottom: 2px; overflow: hidden; position: relative; display: inline-block; font-size: 18px; }
.read-button i { margin-left: 10px; font-size: 20px; vertical-align: middle; }
.read-button::before, .read-button::after { content: ''; position: absolute; width: 100%; left: 0; }
.read-button::before { background-color: var(--themeht-border-dark-color); height: 1px; bottom: 0; transform-origin: 100% 50%; transform: scaleX(0); transition: transform .8s cubic-bezier(0.76, 0, 0.24, 1); }
.read-button::after { content: attr(data-replace); height: 100%; top: 0; transform-origin: 100% 50%; transform: translate3d(-200%, 0, 0); transition: transform .8s cubic-bezier(0.76, 0, 0.24, 1); color: var(--themeht-text-color); }
.read-button:hover::before { transform-origin: 0% 50%; transform: scaleX(1); }
.read-button:hover::after { transform: translate3d(0, 0, 0); }
.read-button span { display: inline-block; transition: transform .8s cubic-bezier(0.76, 0, 0.24, 1); }
.read-button:hover span { transform: translate3d(0, 200%, 0); }


/* ------------------------
 Marquee Text
------------------------*/
.marquee-wrap { animation: marquee 50s linear infinite; width: 100%; position: relative; white-space: nowrap; }
.marquee-wrap, .marquee-title { display: flex; justify-content: center; }
.marquee-text { font-family: var(--themeht-typography-secondary-font-family); position: relative; display: inline-block; font-size: 100px; white-space: nowrap; line-height: 1; font-weight: 600; color: var(--themeht-text-color); text-transform: uppercase; }
.marquee-text span{color: var(--themeht-primary-color); margin: 0 10px;}

.marquee-img-swiper > .swiper-wrapper { transition-timing-function: linear; }
.popup-img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 40px; background: var(--themeht-white-color); width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; line-height: 1; color: var(--themeht-text-color); opacity: 0; }
.marquee-img-box:hover .popup-img { opacity: 1; }


/* ------------------------
 Accourdion
------------------------*/
.elementor-accordion .elementor-accordion-item { margin-bottom: 20px; border: none !important; border-bottom: 1px solid var(--themeht-border-light-color) !important; padding-bottom: 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: 20px; line-height: 30px; font-weight: 500 !important; text-transform: capitalize; transition: all 0s ease-in-out 0s; color: var(--themeht-text-color); font-family: var(--themeht-typography-secondary-font-family);}
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title{color: var(--themeht-text-color)}
.themeht-accordion.elementor-widget-accordion .elementor-accordion-icon{color: var(--themeht-text-color); padding-top: 5px; font-size: 25px;}
.themeht-accordion.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon{color: var(--themeht-text-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:0;}


/* ------------------------
    Social Icons
------------------------*/
.social-icons ul { padding: 0; margin: 0; line-height: 0; }
.social-icons li { display: inline-block; list-style: none; padding: 0; margin: 0 8px 0 0; }
.social-icons li a { display: inline-block; height: 40px; width: 40px; line-height: 40px; font-size: 14px; text-align: center; margin: 0; border: 0; background: transparent; color: var(--themeht-text-color); -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.social-icons li:hover a { transform: rotateY(360deg); }


/* ------------------------
    Team
------------------------*/
.team-images{position: relative; overflow: hidden;}
.team-member .team-desc { padding-top: 30px; overflow: hidden; position: relative; }
.team-member .team-desc h4 { margin-bottom: 5px; }
.team-member .team-desc h4 a { color: var(--themeht-text-color); display: inline; position: relative; width: 100%; background-repeat: no-repeat; background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); transition: .9s cubic-bezier(.32, .32, .15, 1.17); background-size: 0 100%; }
.team-member .team-desc a:hover { background-size: 100% 100%; }
.team-member .team-desc span { color: var(--themeht-body-color); font-weight: 500; font-size: 12px; text-transform: uppercase; }
.team-member .team-social-icon { background: var(--themeht-white-color); position: absolute; margin: 0; bottom: 0; right: 30px; -webkit-transform: translateY(101%); -ms-transform: translateY(101%); transform: translateY(101%); -webkit-transition: .5s all ease; -o-transition: .5s all ease; transition: .5s all ease; }
.team-member:hover .team-social-icon { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
.team-social-icon li { border-bottom: 1px solid var(--themeht-border-light-color); padding: 10px 15px; }
.team-social-icon li:last-child { border-bottom: none; }
.team-social-icon li a { font-size: 18px; line-height: 1; color: var(--themeht-text-color); display: inline-block; text-align: center; }
.team-social-icon li a:hover { color: var(--themeht-primary-color); }
.team-member img { width: 100%; }
.team-contact { padding-top: 30px; }
.team-meta li { margin-bottom: 20px; display: flex; align-items: center; }
.team-meta li i { font-size: 20px; color: var(--themeht-text-color); vertical-align: middle; margin-right: 15px; }
.team-meta li span { margin-right: 10px; font-weight: 500; color: var(--themeht-text-color); }
.team-member .team-contact .team-social-icon { position: inherit; bottom: inherit; right: inherit; -webkit-transform: inherit; -ms-transform: inherit; transform: inherit; display: inline-block; border: 1px solid var(--themeht-border-light-color); }

.team-single-page .team-social-icon li {display: inline-block; border-bottom: none; border-right: 1px solid var(--themeht-border-light-color);}
.team-single-page .team-social-icon li:last-child { border-right: none;}


/* ------------------------
    Tab
------------------------*/
.themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper { display: flex; }
.themeht-tab .elementor-tab-title {font-family: var(--themeht-typography-secondary-font-family) !important; border-radius: 0; width: 33.3333%; text-align: center !important; font-weight: 400 !important; color: var(--themeht-text-color) !important; position: relative; border-bottom: 2px solid var(--themeht-border-light-color) !important; padding: 10px 0 !important; font-size: 18px; }
.themeht-tab .elementor-tab-title.elementor-active{ background: var(--themeht-primary-color) !important; border-bottom-color: var(--themeht-text-color) !important; color: var(--themeht-text-color) !important;}
.themeht-tab.elementor-widget-tabs .elementor-tab-content{padding:20px 0 0; font-family: var(--themeht-typography-body-font-family);}
.themeht-tab.elementor-widget-tabs .elementor-tab-content p strong{color: var(--themeht-text-color); margin-bottom: 10px; display: block; font-weight: 500;}


/* ------------------------
    Counter
------------------------*/
.counter { position: relative; z-index: 9; }
.counter.style-1 span { font-size: 60px; line-height: 1; color: transparent !important; display: inline-block; vertical-align: middle; font-family: var(--themeht-typography-secondary-font-family); -webkit-text-stroke: 1px var(--themeht-text-color); font-weight: 700; }
.counter.style-1 .count-number + span { position: relative; }
.counter.style-1 h6 { font-size: 16px; font-family: var(--themeht-typography-body-font-family); display: inline-block; color: var(--themeht-body-color); margin-top: 10px; margin-bottom: 0; text-transform: uppercase; }
.counter-icon i { font-size: 50px; line-height: 1; display: inline-block; color: var(--themeht-text-color); margin-bottom: 20px; }
.dark-bg .counter.style-1 span, .dark-bg .counter.style-1 h6, .dark-bg .counter.style-1 .counter-icon i { color: var(--themeht-white-color); }
.dark-bg .counter.style-1 span { -webkit-text-stroke: 1px var(--themeht-white-color); }

.counter.style-3 { background: var(--themeht-primary-color); width: 250px; height: 250px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0; padding: 0; text-align: center; }
.counter.style-3.center { margin: 0 auto; }
.counter.style-3.right { margin-left: auto; }
.counter.style-3 span { font-family: var(--themeht-typography-secondary-font-family); font-size: 50px; font-weight: 400; line-height: 1; color: var(--themeht-text-color); display: inline-block; }
.counter.style-3 .count-number + span { font-weight: 400; font-size: 30px; color: var(--themeht-text-color); -webkit-text-stroke: inherit; line-height: 1; top: 10px; position: relative; }
.counter.style-3 h6 { margin-bottom: 0; }
.counter-dark .counter.style-3 { background: var(--themeht-bg-dark-color); }
.counter-dark .counter.style-3 span { color: var(--themeht-primary-color); }
.counter-dark .counter.style-3 .count-number + span { color: var(--themeht-primary-color); }
.counter-dark .counter.style-3 h6 { color: var(--themeht-white-color); }


/* ------------------------
    Blog - Post
------------------------*/
.post-card { position: relative; display: inline-block; width: 100%; }
.post-card .post-image { position: relative; }
.post-card .post-image img { width: 100%; }
.post-card .post-title h4 { text-transform: capitalize; word-break: break-word; }
.post-card .post-title h4 a { color: var(--themeht-text-color); display: inline; position: relative; width: 100%; background-repeat: no-repeat; background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); transition: .9s cubic-bezier(.32, .32, .15, 1.17); background-size: 0 100%; }
.post-card .post-title h4 a:hover { background-size: 100% 100%; }
.post-card .post-bottom li { color: var(--themeht-body-color); font-weight: 500; font-size: 12px; text-transform: uppercase; position: relative;}
.post-card .post-bottom li + li:before { display: inline-block; padding-right: 0.3rem; color: var(--themeht-body-color); font-family: 'bootstrap-icons'; content: "\F309"; padding-left: 0.2rem; font-size: 24px; vertical-align: middle; }
.post-card .post-bottom .list-inline-item:not(:last-child) { margin-right: 0; }
.post-single-page .post-desc h1, .portfolio-single h1 { line-height: 70px; font-size: 60px; margin-bottom: 20px; word-break: break-all; }
.elementor-widget-post-grid .post-title { margin-bottom: 30px; }
.has-post-thumbnail .post-card .post-desc, .elementor-widget-post-slider .post-desc { padding-top: 30px; }
.tags-links a { border: 1px solid var(--themeht-border-light-color); color: var(--themeht-text-color); padding: 5px 10px; margin: 4px 8px 4px 0; display: inline-block; font-size: 16px; text-transform: capitalize; }
.tags-links a:hover { background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); border-color: var(--themeht-bg-dark-color); }
.themeht-blogs .post { margin-bottom: 80px; }
.blog .post-title h4 { font-size: 30px; line-height: 40px; margin-bottom: 15px; }
.edit-link { margin-left: 10px; display: none !important; }
.edit-link .post-edit-link { border: 1px solid var(--themeht-border-light-color); padding: 2px 10px; }
.post-single-page .elementor-widget:not(:last-child) { margin-bottom: 0; }
.theme-tags { clear: both; margin-top: 20px; }
.post-bottom li i { font-size: 14px; color: var(--themeht-text-color); margin-right: 5px; vertical-align: middle; }
.post-card .post-bottom li span { display: inline; }

/* ---- Sidebar Widget ----*/
.widget h2, .wp-block-archives__label, .wp-block-search__label { position: relative; color: var(--themeht-text-color); font-size: 22px; line-height: 32px; display: block; margin-bottom: 20px; font-weight: 500; border-bottom: 1px solid #eeeeee; padding-bottom: 15px !important; }
.widget h2::before, .wp-block-archives__label::before, .wp-block-search__label::before { content: ""; height: 3px; width: 100px; background-color: var(--themeht-primary-color); position: absolute; transition: all 0.6s; bottom: -2px; left: 0; border-radius: 4px; }
.themeht-sidebar .widget { margin-bottom: 50px; padding: 30px 20px; border: 1px solid var(--themeht-border-light-color); }
.themeht-sidebar .widget:last-child{ margin-bottom: 0 }
.themeht-sidebar .widget ul, .themeht-sidebar .widget ol, .wp-block-archives ul { margin: 0; padding-left: 0; }
.themeht-sidebar .widget ul.children, .themeht-sidebar .widget ol.children { margin-left: 15px; margin-top: 15px;}
.themeht-sidebar .widget ul li, .themeht-sidebar .widget ol li, .wp-block-archives li, .wp-block-latest-posts li, .widget_recent_entries li, .wp-block-categories li, .wp-block-page-list li{ list-style-type: none; margin-bottom: 15px;}
.themeht-sidebar .widget ul li:last-child, .themeht-sidebar .widget ol li:last-child, .wp-block-latest-posts li:last-child, .widget_recent_entries li:last-child { margin-bottom: 0; padding-bottom: 0; }
.themeht-sidebar .widget .tagcloud a, .wp-block-tag-cloud a {position: relative; border-bottom: 1px solid var(--themeht-border-light-color); color: var(--themeht-text-color); margin: 8px 8px 8px 0; display: inline-block; font-size: 15px !important; text-transform: capitalize; }
.themeht-sidebar .widget .tagcloud a:before, .wp-block-tag-cloud a:before { font-size: 18px; display: inline-block; padding-right: 0.4rem; color: var(--themeht-text-color); content: "\F5B0"; font-family: 'bootstrap-icons'; vertical-align: middle; }
.widget_categories li, .wp-block-categories li{color: var(--themeht-body-color); position: relative; padding-left: 30px; }
.widget.widget_categories ul li:before, .wp-block-categories li:before { content: "\F38B"; font-family: 'bootstrap-icons'; color: var(--themeht-text-color); font-size: 18px; position: absolute; left: 0; top: 0; }
.themeht-sidebar .widget_recent_entries li, .wp-block-latest-posts li { margin-bottom: 15px; }
.search-form { position: relative }
.search-form label { width: 100%; }
.widget_themeht_recentpost li { display: flex; align-items: flex-start; }
.themeht-post-image { flex-shrink: 0;  width: 100px; height: 100px; margin-right: 20px;}
.themeht-post-date { display: block; font-size: 14px; margin-top: 5px; }
.themeht-post-date:before { display: inline-block; padding-right: 0.4rem; color: var(--themeht-text-color); content: "\f214"; font-family: 'bootstrap-icons'; vertical-align: middle; font-size: 16px; }
.search-form button[type="submit"] { background: inherit; color: var(--themeht-body-color); font-size: 20px; line-height: 55px; text-align: center; cursor: pointer; position: absolute; right: 15px; padding: 0; border: none; top: 0; z-index: 1; }
.search-form button[type="submit"]:hover { color: var(--themeht-text-color); }

.wp-block-search__inside-wrapper { position: relative; }
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button { position: absolute; padding: 0; border: none; background: transparent !important; font-size: 0; right: 15px; }
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before { position: absolute; content: "\f52a"; font-family: 'bootstrap-icons'; color: var(--themeht-body-color); font-size: 20px; line-height: 55px; text-align: center; cursor: pointer; right: 0; padding: 0; border: none; top: 0; z-index: 1; }
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover:before { color: var(--themeht-text-color); }

.themeht-sidebar .widget li a, .themeht-sidebar .widget a{text-transform: capitalize;}
.themeht-sidebar .widget li a{ font-size: 15px; line-height: 22px; color: var(--themeht-text-color);}
.themeht-sidebar .widget li a:hover{color: var(--themeht-primary-color);}


/* ---- Post Comments ----*/
.post-comment { margin-top: 50px; background: var(--themeht-bg-light-color); padding: 50px; }
.post-comment { margin-top: 50px; }
.post-comment .comments-title, .post-comment .comment-reply-title { font-size: 34px; line-height: 44px; margin-bottom: 30px; }
.post-comment .comment-reply-title { margin-bottom: 15px; }
.comments-box { box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%); padding: 50px; margin-top: 50px; }
.comment-author img { margin-right: 15px; width: 80px; height: 80px; display: inline-block; padding: 8px; }
.post-comment li.comment, .post-comment li.trackback, .post-comment li.pingback { margin-bottom: 30px; list-style-type: none; }
.post-comment li.comment .comment-body, .post-comment li.trackback .comment-body, .post-comment li.pingback .comment-body { background: var(--themeht-white-color); margin-bottom: 30px; padding: 20px; list-style-type: none; }
.post-comment .comment-meta { display: flex; align-items: center; margin-bottom: 15px; }
.post-comment .comment-metadata { font-size: 15px; margin-left: auto; }
.comment-respond { border: 1px solid var(--themeht-border-dark-color); padding: 50px; background: var(--themeht-white-color); }
.says { display: none; }
.comment-author.vcard b, .comment-author.vcard a { text-transform: capitalize; font-size: 22px; color: var(--themeht-text-color); font-weight: 400; font-family: var(--themeht-typography-secondary-font-family); }
.comment-author.vcard a:hover { color: var(--themeht-text-color); }
.comment-form-author { float: left; width: 50%; padding-right: 15px; margin-top: 15px; margin-bottom: 15px; }
.comment-form-email { float: left; width: 50%; padding-left: 15px; margin-top: 15px; margin-bottom: 15px; }
.comment-form-url { clear: both; margin-bottom: 15px; }
.post-comment .form-submit { margin-top: 30px; margin-bottom: 30px; }
.comment-respond { margin-top: 30px; }
.comment-form-comment { margin-top: 30px; margin-bottom: 0; }
.reply { text-align: right; }
.comment-reply-link, .comment-reply-link:focus, .comment-reply-link:visited, .comment-reply-link:active { font-size: 18px; border: 1px solid transparent; position: relative; text-transform: capitalize; padding: 5px 20px 5px 40px; background: var(--themeht-text-color); color: var(--themeht-white-color); display: inline-block; }
.comment-reply-link:hover { border-color: var(--themeht-border-dark-color); background: var(--themeht-white-color); color: var(--themeht-text-color); }
.comment-reply-link:before { content: '\f520'; font-family: 'bootstrap-icons'; font-size: 20px; position: absolute; left: 14px; top: 5px; }
#comments small #cancel-comment-reply-link{margin-left:15px; font-size: 22px;}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin-top: 40px; margin-bottom: 0; clear: both; }
.site-main .comment-navigation .nav-links a,
.site-main .posts-navigation .nav-links a,
.site-main .post-navigation .nav-links a{ display: inline-block; transition: all 0s ease-in-out 0s; position: relative; }
.site-main .comment-navigation .nav-links a:hover,
.site-main .posts-navigation .nav-links a:hover,
.site-main .post-navigation .nav-links a:hover{ color: var(--themeht-primary-color);}
.nav-title { display: block; word-break: break-word; font-size: 18px; font-family: var(--themeht-typography-secondary-font-family); font-weight: 400; }

.site-main .comment-navigation .nav-links .nav-subtitle,
.site-main .posts-navigation .nav-links .nav-subtitle,
.site-main .post-navigation .nav-links .nav-subtitle { position: relative; padding-left: 30px; display: inline-block; margin-bottom: 7px; text-transform: uppercase;}

.site-main .comment-navigation .nav-links .nav-next .nav-subtitle,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle { padding-left: 0; padding-right: 30px; }

.site-main .comment-navigation .nav-links .nav-subtitle:after,
.site-main .posts-navigation .nav-links .nav-subtitle:after,
.site-main .post-navigation .nav-links .nav-subtitle:after { position: absolute; top: 0; left: -8px; font-family: 'bootstrap-icons'; content: "\f12c"; font-size: 35px; display: inline-block; z-index: 99; color: var(--themeht-text-color); }

.site-main .comment-navigation .nav-links .nav-next .nav-subtitle:after,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle:after,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle:after { content: "\F135"; left: inherit; right: 0; }

.site-main .comment-navigation .nav-links .nav-previous,
.site-main .posts-navigation .nav-links .nav-previous,
.site-main .post-navigation .nav-links .nav-previous{max-width: 300px;}
.site-main .comment-navigation .nav-links .nav-next,
.site-main .posts-navigation .nav-links .nav-next,
.site-main .post-navigation .nav-links .nav-next{max-width: 300px; margin-left: auto;}

.post.sticky .post-card { background: var(--themeht-white-color); padding: 30px; box-shadow: none; border: 5px solid var(--themeht-primary-color); }


/* ------------------------
    Featured Box
------------------------*/
.featured-item.style-1 { position: relative; }
.featured-item.style-1 .featured-icon { display: inline-block; margin-bottom: 10px; overflow: hidden; }
.featured-item.style-1 .featured-icon i { font-size: 70px; line-height: 70px; color: var(--themeht-text-color); display: inline-block; }
.featured-item.style-1:hover .featured-icon i { -webkit-animation: toTopFromBottom 0.9s forwards; -moz-animation: toTopFromBottom 0.9s forwards; animation: toTopFromBottom 0.9s forwards; color: var(--themeht-primary-color); }
.featured-item.style-1 .featured-title h4 { margin-bottom: 10px; }
.featured-item p { margin-bottom: 0; }
.featured-icon svg { width: 70px; height: 70px; }


@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

.featured-item.style-2 { position: relative; display: flex; align-items: flex-start; padding: 50px; z-index: 9; }
.featured-item.style-2:before { content: ''; position: absolute; left: auto; right: 0; top: 0; width: 0; height: 100%; background: var(--themeht-primary-color); z-index: -9; }
.featured-item.style-2:hover:before { width: 100%; left: 0; right: auto; }
.featured-item.style-2 .featured-icon { margin-right: 20px; font-size: 80px; line-height: 1; color: var(--themeht-text-color); display: inline-block; }
.featured-item.style-2:hover h4, .featured-item.style-2:hover .featured-icon { color: var(--themeht-white-color); }
.featured-item.style-2:hover p { color: var(--themeht-rgba-color) }

.featured-item.style-3 { padding: 40px; position: relative; }
.featured-item.style-3 .featured-icon { margin-right: 20px; font-size: 80px; line-height: 1; color: var(--themeht-text-color); display: inline-block; }
.featured-item.style-3:hover { box-shadow: 0 20px 60px rgba(92, 107, 149, .15); }
.featured-item.style-3 .featured-top { display: flex; justify-content: space-between; margin-bottom: 20px; }
.featured-item.style-3 h4 { margin-bottom: 0; }


/* ------------------------
    Testimonials
------------------------*/
.testimonial { position: relative; }
.testimonial-content p { font-size: 20px; line-height: 35px; margin-bottom: 0; color: var(--themeht-body-color); }
.testimonial-caption { position: relative; display: inline-block; }
.testimonial .testimonial-caption span { color: var(--themeht-body-color); font-weight: 500; font-size: 12px; text-transform: uppercase; display: block; }
.testimonial .testimonial-caption h4 { display: inline-block; margin-bottom: 0; color: var(--themeht-text-color) }
.testimonial-author { display: flex; align-items: center; margin-top: 20px; }
.testimonial-img { width: 100px; border-radius: 50px; overflow: hidden; height: 100px; border-bottom-right-radius: 0; margin-right: 20px; flex-shrink: 0; }
.testimonial-quote { font-size: 200px; line-height: 1; color: var(--themeht-text-color); opacity: 0.04; bottom: 0; position: absolute; right: 0; z-index: -1; transform: rotate(180deg); }


/* ------------------------
    Service Box
------------------------*/
.service-item.style-1 { position: relative; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--themeht-border-light-color); padding-bottom: 50px; margin-bottom: 50px; }
.service-item.style-1:hover { padding-left: 40px; }
.service-item.style-1 .service-inner { display: flex; align-items: center; }
.service-item.style-1 .service-num { font-size: 20px; line-height: 20px; color: var(--themeht-text-color); position: relative; padding-left: 60px; }
.service-item.style-1 .service-num:before { content: ''; position: absolute; left: 0; background: var(--themeht-primary-color); width: 50px; height: 1px; top: 50%; margin-top: -1px; }
.service-title h4 { text-transform: capitalize; margin-bottom: 0; }
.service-item .service-title h4 a { color: var(--themeht-text-color); display: inline; position: relative; width: 100%; background-repeat: no-repeat; background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); transition: .9s cubic-bezier(.32, .32, .15, 1.17); background-size: 0 100%; }
.service-item .service-title h4 a:hover { color: var(--themeht-primary-color); background-size: 100% 100%; }
.service-item.style-1 .service-image { opacity: 0; visibility: hidden; transition: all .7s ease; position: absolute; transform: scale(0); top: 0; left: 0; z-index: 10; width: 100px; }
.service-item.style-1:hover .service-image { opacity: 1; visibility: visible; transform: scale(1); }
.arrow-button { font-size: 70px; color: transparent; -webkit-text-stroke: 1px black; transform: rotate(-45deg); line-height: 1; }
.service-item.style-1 .service-icon { font-size: 80px; line-height: 1; color: var(--themeht-text-color); flex-shrink: 0; margin-right: 30px; }
.service-item.style-1:hover .service-icon { opacity: 0; transition: opacity 0.4s ease-in-out; -moz-transition: opacity 0.4s ease-in-out; -webkit-transition: opacity 0.4s ease-in-out; }
  
.service-item.style-2 { border: 1px solid var(--themeht-border-light-color); padding: 40px 30px; }
.service-item.style-2 .service-desc { position: relative; overflow: hidden; }
.service-item.style-2 .service-num { color: transparent; font-family: var(--themeht-typography-secondary-font-family); font-size: 100px; line-height: 1; -webkit-text-stroke: 1px var(--themeht-text-color); opacity: 0.5; margin: 20px 0; display: inline-block; }
.service-item.style-2 .service-desc p { display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; -webkit-box-orient: vertical; }
.service-item.style-2 .service-image { position: absolute; left: 0; top: 0; width: 0; height: 100%; z-index: 9; }
.service-item.style-2:hover .service-image { width: 100%; }
.service-item.style-2 .service-icon { font-size: 70px; line-height: 1; color: var(--themeht-primary-color); }
.service-item.style-2 .service-title { border-top: 1px solid var(--themeht-border-light-color); padding-top: 30px; }
.service-item.style-2 .service-title h4 { margin-bottom: 20px; }

.service-item.style-3 { background-color: var(--themeht-white-color); box-shadow: 0 20px 60px rgba(92, 107, 149, .15); padding: 50px 40px; position: relative; z-index: 9; overflow: hidden; }
.light-bg .service-item.style-3 { box-shadow: none; }
.service-item.style-3 .service-image { overflow: hidden; border-radius: 100%; border-bottom-right-radius: 0; margin: 30px 0; }
.service-item.style-3 .service-icon { font-size: 200px; line-height: 1; display: inline-block; position: absolute; top: 0; right: -100px; z-index: -9; opacity: 0.08; }
.service-item.style-3:hover .service-image { border-radius: 100%; border-top-right-radius: 0; }
.service-item.style-3 .service-title h4, .service-item.style-3 p { margin-bottom: 0; }


.service-item.style-4 { position: relative; display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; background: white; padding: 30px; border-radius: 20px; border-bottom-right-radius: 0; }
.service-item.style-4 .service-inner { display: flex; align-items: center; padding-right: 100px; }
.service-item .service-title h4 a { color: var(--themeht-text-color); display: inline; position: relative; width: 100%; background-repeat: no-repeat; background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); transition: .9s cubic-bezier(.32, .32, .15, 1.17); background-size: 0 100%; }
.service-item .service-title h4 a:hover { color: var(--themeht-primary-color); background-size: 100% 100%; }
.service-item.style-4 .service-icon { width: 120px; height: 120px; background: var(--themeht-bg-light-color); font-size: 70px; line-height: 1; color: var(--themeht-text-color); flex-shrink: 0; margin-right: 30px; border-radius: 50%; border-bottom-right-radius: 0; display: flex; align-items: center; justify-content: center; }
.service-item.style-4 p { display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; -webkit-box-orient: vertical; margin-top: 15px; margin-bottom: 0; }
.service-item.style-4:hover .service-icon { background: var(--themeht-primary-color); color: var(--themeht-white-color); }

/*Service Sidebar*/
.service-widget.widget { margin-bottom: 20px; background-color: var(--themeht-white-color); padding: 30px; border: 1px solid var(--themeht-border-light-color); }
.service-widget ul { padding-left: 0; }
.service-widget li { list-style-type: none; }
.service-widget li:last-child { margin-bottom: 0; }
.service-widget.widget.widget_nav_menu li a { color: var(--themeht-text-color); display: block; font-size: 18px; padding: 15px 20px; font-weight: 500; position: relative; overflow: hidden; border-bottom: 1px solid var(--themeht-border-light-color); padding-left: 0; }
.service-widget.widget.widget_nav_menu li.current-menu-item a, .service-widget.widget.widget_nav_menu li:hover a { color: var(--themeht-primary-color); padding-left: 30px; }
.service-widget.widget_text { background-color: var(--themeht-white-color); padding: 30px; margin-top: 50px; }
.service-widget.widget.widget_nav_menu li a:before, .service-widget.widget.widget_nav_menu li a:after { position: absolute; top: 0; left: -50px; font-family: 'bootstrap-icons'; content: "\F135"; font-size: 18px; display: flex; z-index: 99; height: 100%; color: var(--themeht-text-color); justify-content: center; align-items: center; }
.service-widget.widget.widget_nav_menu li a:after{left: auto; right: 0;}   
.service-widget.widget.widget_nav_menu li a:hover:before, .service-widget.widget.widget_nav_menu li.current-menu-item a:before { opacity: 1; left: 0; }
.service-widget.widget.widget_nav_menu li a:hover:after, .service-widget.widget.widget_nav_menu li.current-menu-item a:after { opacity: 1; right: -50px; }
.service-contact h3, .service-contact p{color: var(--themeht-white-color);}


/* ------------------------
    Price Table
------------------------*/
.price-table { padding: 50px 30px; overflow: hidden; position: relative; background: var(--themeht-bg-light-color); z-index: 9; border-radius: 50px; border-bottom-right-radius: 0; }
.light-bg .price-table { background: var(--themeht-white-color); }
.price-top { display: flex; align-items: center; justify-content: space-between; }
.price-title h4 { margin-bottom: 0; }
.price-value h2 { font-size: 70px; line-height: 1; margin-bottom: 0; position: relative; display: inline-block; color: var(--themeht-text-color); }
.price-value h2 sup { font-size: 18px; line-height: 18px; vertical-align: top; top: 0; }
.price-list { margin: 30px 0; }
.price-list ul li { position: relative; padding: 15px 0; }
.price-list ul li:nth-child(even) { background: linear-gradient(90deg, var(--themeht-white-color) 0%, var(--themeht-bg-light-color) 50%, var(--themeht-white-color) 100%); }
.price-list li i { color: var(--themeht-text-color); line-height: 20px; font-size: 14px; display: inline-block; margin-right: 10px; }


/* ------------------------
    Progress Bar
------------------------*/
.ht-progress-bar.elementor-widget-progress .elementor-progress-wrapper { background-color: var(--themeht-bg-light-color) !important; border-radius: 30px; }
.ht-progress-bar.elementor-widget-progress .elementor-title { font-size: 17px; line-height: 1; margin-bottom: 20px; font-family: var(--themeht-typography-secondary-font-family); color: var(--themeht-text-color) !important; display: inline-block; }
.ht-progress-bar.elementor-widget-progress .elementor-progress-bar { height: 2px; position: relative; background-color: var(--themeht-border-dark-color) !important; border-radius: 30px; }
.ht-progress-bar.elementor-widget-progress .elementor-progress-percentage { padding-right: 0; position: absolute; right: 0; left: auto; bottom: 16px; color: var(--themeht-text-color); font-size: 16px; font-weight: 500; }
.light-bg .ht-progress-bar.elementor-widget-progress .elementor-progress-wrapper { background: var(--themeht-white-color) !important; }


/* ------------------------
    Portfolio Item
------------------------*/
.portfolio-item { position: relative; }
.portfolio-item .portfolio-cat a { color: var(--themeht-body-color); font-weight: 500; font-size: 12px; text-transform: uppercase; font-family: var(--themeht-typography-secondary-font-family); margin-bottom: 10px; }
.portfolio-item .portfolio-cat a:hover { color: var(--themeht-text-color); }
.portfolio-desc { padding-top: 20px; }
.portfolio-item h4 { margin-bottom: 0; }
.portfolio-item .portfolio-title a { color: var(--themeht-text-color); display: inline; position: relative; width: 100%; background-repeat: no-repeat; background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); transition: .9s cubic-bezier(.32, .32, .15, 1.17); background-size: 0 100%; }
.portfolio-item .portfolio-title a:hover { background-size: 100% 100%; }
.elementor-widget-portfolio-two .portfolio-item .portfolio-desc { transition: opacity 1s ease-out; opacity: 0; }
.elementor-widget-portfolio-two .swiper-slide-active .portfolio-item .portfolio-desc { opacity: 1; }
.portfolio-marquee > .swiper-wrapper { transition-timing-function: linear; }
.portfolio-item.style-3 { overflow: hidden; }
.portfolio-item.style-3:before { content: ''; position: absolute; left: 0; top: 0; background: red; width: 0; height: 100%; }
.portfolio-item.style-3 .portfolio-desc { padding: 30px; position: absolute; bottom: 0; left: -100%; opacity: 0;  background-color: #ffffff33; backdrop-filter: blur(30px);}
.portfolio-item.style-3:hover .portfolio-desc { opacity: 1; left: 0; }
.portfolio-item.style-3:hover .portfolio-image img { filter: blur(1px); }
.portfolio-item.style-3 .portfolio-cat a { color: var(--themeht-white-color); padding: 0 5px; margin-bottom: 5px; display: inline-block; }
.portfolio-item.style-3 .portfolio-title a { color: var(--themeht-white-color); padding: 0 5px 5px; }
.portfolio-item.style-3 .portfolio-title a:hover { color: var(--themeht-white-color); }

/*portfolio Meta*/
.portfolio-meta-info ul { margin: 0; padding: 40px; display: inline-table; flex-wrap: nowrap; width: 100%; }
.portfolio-meta-info ul li { list-style-type: none; width: 50%; display: inline-block; margin-bottom: 30px; border-bottom: 1px solid var(--themeht-border-light-color); padding-bottom: 30px; vertical-align: top; }
.portfolio-meta-info ul li:nth-last-child(-n + 2) { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
.portfolio-meta-info ul li span.sub-title { font-family: var(--themeht-typography-secondary-font-family); font-weight: 500; color: var(--themeht-text-color); text-transform: uppercase; display: block; margin-bottom: 5px; }
.portfolio-meta-info ul li span.title { color: var(--themeht-body-color); }
.portfolio-meta-info { position: absolute; bottom: 0; right: 0; overflow: hidden; background-color: var(--themeht-white-color); border: 1px solid var(--themeht-border-light-color); border-top: 0; border-left: 0; width: 450px; }
.portfolio-meta-info h4 { color: var(--themeht-white-color); background-color: var(--themeht-primary-color); padding: 20px 30px; margin-bottom: 0; }


/* ------------------------
  Swiper Arrow 
------------------------*/
.swiper .swiper-button-prev { left: 0; }
.swiper .swiper-button-next { right: 0; }
.swiper .swiper-button-prev, .swiper .swiper-button-next { width: 60px; height: 60px; line-height: 60px; border: 1px solid var(--themeht-border-dark-color); display: inline-block; text-align: center; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; border-radius: 50%; background: var(--themeht-white-color); }
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover { background: var(--themeht-bg-dark-color); border-color: var(--themeht-bg-dark-color); }
.swiper .swiper-button-prev:after { content: '\F12F'; font-family: bootstrap-icons !important; }
.swiper .swiper-button-next:after { content: '\F138'; font-family: bootstrap-icons !important; }
.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after { color: var(--themeht-text-color); font-size: 30px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; line-height: 60px !important; }
.swiper .swiper-button-prev:hover:after, .swiper .swiper-button-next:hover:after{color: var(--themeht-white-color);}
.swiper-nav-white .swiper-button-prev, .swiper-nav-white .swiper-button-next,
.swiper-nav-bottom-white .swiper-button-prev, .swiper-nav-bottom-white .swiper-button-next{border: 1px solid var(--themeht-border-light-color); background: var(--themeht-bg-dark-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-text-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: -80px; }
.swiper-nav-bottom-white .swiper-button-next,
.swiper-nav-bottom .swiper-button-next { right: 50% !important; margin-right: -80px; }
.swiper-nav-bottom, .swiper-nav-bottom-white{margin-top: 120px;}


/* ------------------------
  Swiper Dot Pagination
------------------------*/
.swiper-pagination { position: inherit !important; text-align: center; -webkit-transition: 300ms opacity; -o-transition: 300ms opacity; transition: 300ms opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; margin-top: 60px; }
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 10px; left: 0; width: 100%; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }
.swiper-pagination-clickable .swiper-pagination-bullet { background-color: var(--themeht-bg-dark-color); border-radius: 50%; width: 5px; height: 5px; opacity: 1; display: inline-block; vertical-align: middle; }
.swiper-pagination-clickable .swiper-pagination-bullet-active { opacity: 1; width: 10px; height: 10px; }
.swiper-dots-white .swiper-pagination-clickable .swiper-pagination-bullet { background-color: var(--themeht-white-color); }
.swiper-nav-none .swiper-button-prev, .swiper-nav-none .swiper-button-next, .swiper-nav-none .swiper-pagination {display: none;}
.swiper-nav-dots .swiper-button-prev, .swiper-nav-dots .swiper-button-next,
.swiper-dots-white .swiper-button-prev, .swiper-dots-white .swiper-button-next{display: none;}
.swiper-nav-arrow .swiper-pagination, .swiper-nav-bottom .swiper-pagination, .swiper-nav-white .swiper-pagination, .swiper-nav-bottom-white .swiper-pagination {display: none;}


/* ------------------------
  Splitting Text
------------------------*/
.splitting { --word-center: calc((var(--word-total) - 1) / 2); --char-center: calc((var(--char-total) - 1) / 2); --line-center: calc((var(--line-total) - 1) / 2); }
.splitting .word { --word-percent: calc(var(--word-index) / var(--word-total)); --line-percent: calc(var(--line-index) / var(--line-total)); }
.splitting .char { --char-percent: calc(var(--char-index) / var(--char-total)); --char-offset: calc(var(--char-index) - var(--char-center)); --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center)); --distance-sine: calc(var(--char-offset) / var(--char-center)); --distance-percent: calc((var(--distance) / var(--char-center))); }
.splitting.ht-animated .char { animation-fill-mode: both; animation-duration: 1000ms; animation-delay: calc(200ms + calc(15ms * var(--char-index))); }
.splitting.ht-animated .char { animation-name: uicoreFadeInUp, uicoreFadeIn !important; animation-timing-function: cubic-bezier(.22, 1, .36, 1), cubic-bezier(0, 0, .2, 1); }


/* ------------------------
  Image Reavel Animation
------------------------*/
.ht-img-animation .elementor-widget-container, .ht-img-effect .ht-img-effect-image { visibility: hidden; position: relative; overflow: hidden; }
.ht-img-animation .elementor-widget-container img, .ht-img-effect .ht-img-effect-image img { transform-origin: left; }


/* ------------------------
  Keyframes Animation
------------------------*/

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translatex(-100%); }
}
@keyframes uicoreFadeInUp {
    0% {
        transform: translate3d(0,40px,0);
    }
    100% {
        transform: translateZ(0);
    }
}

@keyframes uicoreFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg); 
    -moz-transform: rotate(0deg);
  }
  50% { 
    -webkit-transform: rotate(360deg); 
    -moz-transform: rotate(360deg);
  }
  100% { 
    -webkit-transform: rotate(720deg); 
    -moz-transform: rotate(720deg);
  }
}

@keyframes rotationBreak {
     0% {
         transform: rotate(0);
    }
     25% {
         transform: rotate(90deg);
    }
     50% {
         transform: rotate(180deg);
    }
     75% {
         transform: rotate(270deg);
    }
     100% {
         transform: rotate(360deg);
    }
}

@-webkit-keyframes smoothScroll {
    0% {
       opacity: 0;
       -webkit-transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateY(0);
    }
 }
 
 @keyframes smoothScroll {
    0% {
       opacity: 0;
       transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 }
 
@-webkit-keyframes shakeX {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

}

@keyframes shakeX {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

}

.step-box { border: 1px solid var(--themeht-border-light-color); background: var(--themeht-white-color); }
.step-content { padding: 100px; }
.step-icon { display: flex; font-size: 70px; color: var(--themeht-text-color); line-height: 1; margin-bottom: 30px; background: var(--themeht-bg-light-color); width: 120px; height: 120px; align-items: center; justify-content: center; border-radius: 50%; border-bottom-right-radius: 0; }
.step-img img { height: 100% !important; object-fit: cover; }
.pin-spacer:nth-child(2n+2) .row { flex-direction: row-reverse; }

a.video-popup { position: relative; display: inline-block; width: 200px; height: 200px; border-radius: 100%; background: #ffffff33; text-align: center; font-size: 80px; line-height: 200px; color: var(--themeht-white-color); backdrop-filter: blur(10px); }
.center .video-box { text-align: center; }
.right .video-box { text-align: right; }
.bg-overlay::before { content: ""; position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; background: linear-gradient(rgba(14, 43, 47, .8), rgba(14, 43, 47, .8)); }
.video-title { position: absolute !important; top: 20px; left: 0; text-align: center; }
.video-title h1 { font-size: 150px; line-height: 1; color: transparent; -webkit-text-stroke: 1px white; }
    

.shadow-none .chart-box { box-shadow: none; }
.p-0 .chart-box { padding: 0; }