/* ------------------------------------------------
  Project:   Nuvamed - Medical And Healthcare WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. Section Title
  2. Button
  3. Marquee Text
  4. Accordion
  5. Social Icons
  6. Team
  7. Counter
  8. Blog - Post
  9. Featured Box
  10. Testimonials
  11. Service Box
  12. Price Table   
  13. Progress Bar
  14. Portfolio
  15. Awards
  16. Image Reavel Animation
  17. Split Slider
  18. Ht Tab
  19. Ht Button Shape
  20. Arrow Button
  21. Timetable
  22. Info Item
  23. Swiper Arrow
  24. Swiper Dot Pagination


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

/* ------------------------
    Button
------------------------*/
.themeht-btn { padding: 12px 30px; 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: 700; border-radius: 4px; }
.themeht-btn.btn-width { width: 100%; text-align: center; }
.white-btn, a.white-btn { background: var(--themeht-white-color); color: var(--themeht-text-color); }
.white-btn:hover, a.white-btn:hover { background: var(--themeht-primary-color); 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 { background: var(--themeht-secondary-color); color: var(--themeht-white-color); }
.dark-btn, a.dark-btn { background: var(--themeht-secondary-color); color: var(--themeht-white-color); }
.dark-btn:hover, a.dark-btn:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.primary-bg .dark-btn:hover, .primary-bg a.dark-btn:hover, .primary-bg .white-btn:hover, .primary-bg a.white-btn:hover { background: var(--themeht-secondary-color); color: var(--themeht-white-color); }
.themeht-btn.outline-btn { border: 1px solid var(--themeht-text-color); color: var(--themeht-text-color); }
.themeht-btn.outline-btn:hover { border-color: var(--themeht-primary-color); color: var(--themeht-white-color); }
.themeht-btn.white-outline-btn { border: 1px solid var(--themeht-white-color); color: var(--themeht-white-color); }
.themeht-btn.white-outline-btn:hover { background: var(--themeht-white-color); color: var(--themeht-text-color); }
.themeht-btn:hover { background: var(--themeht-primary-color); color: var(--themeht-secondary-color); }
.themeht-btn svg { margin-left: 10px; }
.themeht-btn svg line { stroke-width: 2; stroke-miterlimit: 10; stroke-dasharray: 25px; stroke-dashoffset: 50px; transition: stroke-dashoffset 1s cubic-bezier(.61, 1, .88, 1); stroke: var(--themeht-text-color); }
.themeht-btn.dark-btn svg line, .themeht-btn.white-outline-btn svg line, .themeht-btn.primary-btn svg line { stroke: var(--themeht-white-color); }
.themeht-btn:hover svg line { stroke-dashoffset: 0; }
.themeht-btn:hover svg line { stroke: var(--themeht-white-color); }
.themeht-btn.outline-btn:hover svg line { stroke: var(--themeht-white-color); }
.themeht-btn.white-outline-btn:hover svg line { stroke: var(--themeht-text-color); }
.themeht-btn span { -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; }
.ht-btn-icon { font-size: 28px; transition: all .3s; color: var(--themeht-text-color); float: right; transform: rotate(-45deg); display: block; }
.ht-btn-text { transition: all .3s; font-size: 14px; color: var(--themeht-text-color); text-transform: uppercase; font-weight: 600; font-family: var(--themeht-typography-secondary-font-family); }
.ht-btn-link { position: relative; display: inline-block; }
.ht-btn-link:hover .ht-btn-icon,
.ht-btn-link:hover .ht-btn-text{ color: var(--themeht-primary-color); }

/* ------------------------
 Marquee Text
------------------------*/
.marquee-wrap { width: 100%; position: relative; }
.marquee-wrap { overflow: hidden; display: flex; }
.marquee-inner{display: flex; will-change: transform;
    animation: marquee 60s linear infinite;}
.marquee-text {  display: flex; align-items: center; white-space: nowrap;}
.marquee-text span { position: relative; font-size: 20px; line-height: 30px; font-weight: 700; color: var(--themeht-text-color); }
.marquee-text i { margin: 0 40px; font-size: 20px; line-height: 1; }

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

.marquee-text.style3 span { font-size: 100px; line-height: 120px; color: var(--themeht-text-color); }
.marquee-text.style3:nth-child(2n+2) span { color: var(--themeht-primary-color) }
.marquee-text.style3 i { font-size: 40px; -webkit-text-stroke: inherit; color: var(--themeht-primary-color); }
.marquee-text.text-white.style1 span { color: var(--themeht-white-color);}


/* ------------------------
 Accourdion
------------------------*/
.elementor-accordion .elementor-accordion-item { margin-bottom: 20px; border: none !important; padding: 30px; background: var(--themeht-white-color); border-radius: 4px; }
.elementor-accordion .elementor-accordion-item:last-child { margin-bottom: 0; }
body .elementor-widget-accordion .elementor-accordion .elementor-tab-title { padding: 0; }
body .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title { text-transform: uppercase; font-size: 20px; line-height: 26px; font-weight: 600 !important; transition: all 0s ease-in-out 0s; color: var(--themeht-text-color); font-family: var(--themeht-typography-secondary-font-family); }
body .elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title { color: var(--themeht-primary-color) }
body .elementor-widget-accordion .elementor-accordion-icon { color: var(--themeht-text-color); font-size: 25px; }
body .elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon { color: var(--themeht-primary-color) }
body .elementor-widget-accordion .elementor-accordion .elementor-tab-content { color: var(--themeht-body-color); font-family: var(--themeht-typography-body-font-family); padding: 0; padding-top: 15px; border-top: 1px solid var(--themeht-border-color); margin-top: 15px; }
body .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; border-radius: 4px; height: 40px; width: 40px; line-height: 40px; font-size: 14px; text-align: center; margin: 0; border: 0; background: var(--themeht-white-color); color: var(--themeht-text-color); -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.social-icons li a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color);}


/* ------------------------
    Team
------------------------*/
.team-member{position: relative;}
.team-images { position: relative; overflow: hidden; border-radius: 4px; }
.team-member .team-desc h4 { margin-bottom: 0; }
.team-member .team-desc h4 a { color: var(--themeht-text-color); }
.team-member .team-desc a:hover { color: var(--themeht-primary-color); }
.team-member .team-desc span { text-transform: uppercase; font-size: 12px; font-weight: 600; line-height: 1; color: var(--themeht-secondary-color); margin-bottom: 5px; position: relative; padding-left: 15px; display: inline-block; }
.team-member .team-desc span:before { content: ""; background-color: var(--themeht-primary-color); position: absolute; left: 0px; top: 50%; height: 8px; width: 8px; border-radius: 50%; transform: translateY(-50%); }
.team-member img { width: 100%; }
.team-social-icon li { display: inline-block; margin: 0 5px; }
.team-social-icon li a { background: var(--themeht-white-color); color: var(--themeht-text-color); height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 14px; }
.team-social-icon li a:hover { background: var(--themeht-secondary-color); color: var(--themeht-white-color); }
.team-member.style-1 .team-desc { padding-top: 20px; }
.team-member.style-1 .team-social-icon { display: flex; align-items: center; justify-content: center; line-height: 1; border-radius: 10px; background-color: rgba(255, 255, 255, 0.8); backdrop-filter: blur(2px); padding: 10px 15px; position: absolute; left: 30px; right: 30px; bottom: 0; margin-bottom: 0; transition: 0.6s; opacity: 0; visibility: hidden; top: inherit; transform: inherit; }
.team-member.style-1:hover .team-social-icon { bottom: 30px; opacity: 1; visibility: visible; }
.team-member.style-2 { background: var(--themeht-white-color); border-radius: 4px; display: flex; align-items: center; overflow: hidden; }
.team-member.style-2 .team-images { position: relative; overflow: inherit; border-radius: 0; width: 50%; }
.team-member.style-2 .team-desc { flex-shrink: 0; padding: 30px 0 30px 30px; }

.light-bg .team-member.style-1 .team-images{box-shadow: none;}

.team-member.style-2 .team-desc ul.team-media { border-top: 1px solid var(--themeht-border-color); border-bottom: 1px solid var(--themeht-border-color); margin: 20px 0; padding: 20px 0; }
.team-member.style-2 .team-desc ul.team-media li { margin-bottom: 10px; }
.team-member.style-2 .team-desc ul.team-media li:last-child { margin-bottom: 0; }
.team-member.style-2 .team-desc ul.team-media li a { font-weight: 500; font-size: 15px; }
.team-member.style-2 .team-desc ul.team-media li i { font-size: 18px; vertical-align: middle; margin-right: 8px; display: inline-block; color: var(--themeht-primary-color); }

.team-member.style-2 .team-social-icon li a { background: var(--themeht-light-color); }
.team-member.style-2 .team-social-icon li a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }

.team-single-box { background: var(--themeht-white-color); border-radius: 4px; position: relative; overflow: hidden; }
.team-contact { padding: 30px; background: var(--themeht-dark-color); }
.team-meta li { margin-bottom: 20px; display: flex; align-items: center; color: var(--themeht-white-color); border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 20px; }
.team-meta li:last-child { margin-bottom: 0; }
.team-meta li span { margin-right: 10px; font-weight: 500; color: var(--themeht-white-color); }
.team-meta li a { color: var(--themeht-white-color); }


/* ------------------------
    Counter
------------------------*/
.counter { position: relative; z-index: 9; }
.counter .counter-desc span { font-size: 50px; line-height: 1; color: var(--themeht-text-color); display: inline-block; vertical-align: middle; font-weight: 600; font-family: var(--themeht-typography-secondary-font-family); }
.counter .counter-desc .count-number + span { position: relative; }
.counter h6 { font-size: 18px; font-weight: 500; margin-bottom: 0;}
.counter-icon i { font-size: 50px; line-height: 1; display: inline-block; color: var(--themeht-primary-color); margin-bottom: 20px; }
.counter .counter-desc .count-number + span { font-size: 30px; vertical-align: middle; line-height: 1; }

.counter.style-2 { display: flex; align-items: center; }
.counter.style-2 .counter-icon { width: 100px; height: 100px; border: 2px solid var(--themeht-primary-color); display: flex; align-items: center; justify-content: center; border-radius: 50%; flex-shrink: 0; margin-right: 20px; position: relative; }
.counter.style-2 .counter-icon i { margin-bottom: 0; font-size: 40px; }
.counter.style-2 .counter-icon:before { content: ""; position: absolute; top: 18px; right: 18px; bottom: 18px; left: 18px; background-color: var(--themeht-white-color); transition: all ease 0.4s; z-index: -1; border-radius: inherit; transform: scale(1.3); border-radius: 100%; }

.counter.style-3 { display: flex; align-items: flex-start; }
.counter.style-3 .counter-desc { min-width: 130px; margin-right: 10px; }
.counter.style-3 .counter-desc span { font-size: 64px; font-weight: 800; line-height: .9; letter-spacing: -1.28px; color: var(--themeht-secondary-color); }
.counter.style-3 h6 { font-weight: 600; margin-bottom: 0; font-size: 20px; max-width: 200px; }
.counter.style-3 .count-number + span { font-size: 34px; }
.counter.text-white .counter-desc span, .text-white.counter h6 { color: var(--themeht-white-color); }


/* ------------------------
    Blog - Post
------------------------*/
.post-card { position: relative; display: inline-block; width: 100%; }
.post-single-page .post-card{border: none;}
.post-card .post-image { position: relative; }
.post-card .post-image img { width: 100%; }
.post-card .post-title h4 { word-break: break-word; }
.post-card .post-title h4 a { color: var(--themeht-text-color); }
.post-card .post-title h4 a:hover { color: var(--themeht-primary-color);}
.post-card .post-bottom li { color: var(--themeht-text-color); font-weight: 600; font-size: 14px; text-transform: uppercase; position: relative; margin-right: 15px;}
.post-card .post-bottom li:last-child { margin-right: 0; }
.post-bottom li i { font-size: 16px; color: var(--themeht-primary-color); margin-right: 5px; vertical-align: middle; font-weight: normal; }
.post-card .post-bottom li span { display: inline; }
.post-single-page .post-desc h1, .portfolio-single h1 { line-height: 70px; font-size: 60px; margin-bottom: 20px; word-break: break-all; }
.has-post-thumbnail .post-thumbnail img{border-radius: 4px;}
.tags-links a { background: var(--themeht-light-color); color: var(--themeht-text-color); padding: 5px 20px; margin: 4px 8px 4px 0; display: inline-block; font-size: 14px; font-weight: 500; border-radius: 4px; text-transform: capitalize; }
.tags-links a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.themeht-blogs .post { margin-bottom: 70px; }
.blog .post-title h4 { font-size: 34px; line-height: 44px; margin-bottom: 15px; }
.edit-link { margin-left: 10px; display: none !important; }
.edit-link .post-edit-link { border: 1px solid var(--themeht-border-color); padding: 2px 10px; }
.post-single-page .elementor-widget:not(:last-child) { margin-bottom: 0; }
.theme-tags { clear: both; margin-top: 40px; }

.post-card.style-1 { background: white; border-radius: 4px; border-radius: 4px; overflow: hidden; }
.post-card.style-1 .post-cat { position: absolute; bottom: 0; right: 30px; }
.post-cat a { background: var(--themeht-primary-color); padding: 15px 30px; border-radius: 4px; color: var(--themeht-white-color); display: inline-block; border-bottom-left-radius: 0; border-bottom-right-radius: 0; text-transform: uppercase; font-size: 14px; font-weight: 700; line-height: 1; }
.post-cat a:hover { background: var(--themeht-secondary-color); color: var(--themeht-white-color); }
.post-card.style-1 .post-desc { padding: 30px; }
.post-card.style-1 .post-desc h4 { margin-bottom: 0; }
.post-card.style-1 .post-desc p { margin-top: 15px; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; -webkit-box-orient: vertical; }
.post-card.style-2 { background: var(--themeht-white-color); border-radius: 4px; overflow: hidden; display: flex; align-items: center; }
.post-card.style-2 .post-image { width: 45%; flex-shrink: 0; }
.post-card.style-2 p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; padding-right: 60px; }
.post-card.style-2 .post-desc { padding: 50px 30px; }
.post-card.style-2 .post-cat a { border-radius: 10px; margin-bottom: 20px; }

.post-card.post-classic { border-radius: 4px; overflow: hidden; background: var(--themeht-white-color); }
.post-classic .post-desc { position: relative; padding: 40px; }
.post-classic .post-image { border-radius: 4px; }

.post-single-page .post-card img{border-radius: 4px;}
.post-single-page .has-post-thumbnail .post-desc{padding-top: 40px;}


/* ---- Sidebar Widget ----*/
.themeht-sidebar {
    padding-left: 30px;
    border-left: 2px dashed rgb(0 0 0 / 12%);
}
.widget .widget-title, .widget .wp-block-heading, .wp-block-archives__label, .wp-block-search__label {position: relative; color: var(--themeht-text-color); font-family: var(--themeht-typography-secondary-font-family); font-size: 22px; line-height: 32px; display: block; margin-bottom: 20px; font-weight: 600; }
.themeht-sidebar .widget { margin-bottom: 50px; }
.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 !important; padding-bottom: 0; }
.themeht-sidebar .widget .tagcloud a, .wp-block-tag-cloud a { background: var(--themeht-light-color); border-radius: 4px; padding: 5px 15px; display: inline-block; text-align: center; letter-spacing: 0.9px; font-size: 13px !important; font-weight: 600; line-height: 23px; margin: 5px 5px 15px 0; font-family: var(--themeht-typography-secondary-font-family); }
.themeht-sidebar .widget .tagcloud a:hover, .wp-block-tag-cloud a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.widget_categories li, .wp-block-categories li { color: var(--themeht-body-color); position: relative; padding-left: 15px; border-bottom: 1px solid var(--themeht-border-color); padding-bottom: 12px; margin-bottom: 12px !important; }
.widget.widget_categories ul li:before, .wp-block-categories li:before { content: ""; background-color: var(--themeht-primary-color); position: absolute; left: 0px; top: 13px; height: 6px; width: 6px; border-radius: 50%; }
.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: center; border-bottom: 1px solid var(--themeht-border-color); padding-bottom: 15px; }
.widget_themeht_recentpost li:last-child { border: none; padding-bottom: 0; margin-bottom: 0; }
.themeht-post-image { flex-shrink: 0; width: 70px; height: 70px; margin-right: 20px; }
.themeht-post-image img { border-radius: 4px; }
.themeht-post-date { display: block; font-size: 13px; color: var(--themeht-primary-color); margin-top: 10px; font-weight: 600; text-transform: uppercase; line-height: 1; }
.search-form button[type="submit"] { background: var(--themeht-primary-color); color: var(--themeht-white-color); font-size: 16px; text-align: center; cursor: pointer; position: absolute; right: 6px; padding: 0; border: none; top: 50%; z-index: 1; width: 40px; height: 40px; border-radius: 4px; line-height: 40px; transform: translateY(-50%); }
.search-form button[type="submit"]:hover { background: var(--themeht-secondary-color); color: var(--themeht-white-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: 6px; }
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before { font-weight: normal; position: absolute; content: "\f52a"; font-family: 'bootstrap-icons'; color: var(--themeht-white-color); font-size: 16px; text-align: center; cursor: pointer; right: 0; padding: 0; border: none; top: 50%; z-index: 1; background: var(--themeht-primary-color); width: 40px; height: 40px; border-radius: 4px; line-height: 1; display: flex; align-items: center; justify-content: center; transform: translateY(-50%); }
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover:before { background: var(--themeht-secondary-color); color: var(--themeht-white-color); }
.themeht-sidebar .widget li a, .themeht-sidebar .widget a { text-transform: uppercase; }
.themeht-sidebar .widget li a { font-size: 13px; line-height: 23px; font-weight: 600; color: var(--themeht-text-color); display: inline-block; font-family: var(--themeht-typography-secondary-font-family); }
.themeht-sidebar .widget li a:hover { color: var(--themeht-primary-color); }
.widget_categories li:last-child, .wp-block-categories li:last-child { border: none; padding-bottom: 0; margin-bottom: 0; }
.widget_themeht_recentpost ul li .themeht-post-content a { -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; display: -webkit-box; overflow: hidden; }

.themeht-sidebar .gallery, .themeht-sidebar .gallery figure{margin-bottom: 0;}
.gallery-item img{border-radius: 4px;}

.wp-block-search .wp-block-search__label {
    font-weight: 600;
}

/* ---- Post Comments ----*/
.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 { padding: 50px; margin-top: 50px; }
.comment-author img { margin-right: 15px; width: 100px; height: 100px; display: inline-block;    /* padding: 8px; */ border-radius: 50%; }
.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 { border: 1px solid var(--themeht-border-color); list-style-type: none; margin-bottom: 40px; padding: 30px; border-radius: 4px; }
.post-comment li.trackback .comment-body, .post-comment li.pingback .comment-body { background: var(--themeht-white-color); list-style-type: none; margin-bottom: 20px; padding: 30px; border-radius: 4px; }
.post-comment li.comment .comment-body p, .post-comment li.trackback .comment-body p, .post-comment li.pingback .comment-body p { margin-bottom: 0; }
.post-comment .comment-meta { display: flex; align-items: center; margin-bottom: 15px; }
.post-comment .comment-metadata { font-size: 15px; margin-left: auto; }
.says { display: none; }
.comment-author.vcard b, .comment-author.vcard a { font-family: var(--themeht-typography-secondary-font-family); text-transform: uppercase; font-size: 20px; color: var(--themeht-text-color); font-weight: 600; }
.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: 0; }
.comment-respond { padding: 30px; background: var(--themeht-white-color); margin-top: 30px; border-radius: 4px; }
.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 { border-radius: 4px; margin-top: 20px; font-size: 13px; font-weight: 600; border: 1px solid transparent; position: relative; text-transform: uppercase; padding: 5px 20px 5px 40px; background: var(--themeht-primary-color); color: var(--themeht-white-color); display: inline-block; }
.comment-reply-link:hover { background: var(--themeht-secondary-color); color: var(--themeht-white-color); }
.comment-reply-link:before { content: '\f520'; font-family: 'bootstrap-icons'; font-size: 20px; position: absolute; left: 14px; top: 5px; font-weight: normal; }
#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-secondary-color);}
.nav-title { display: block; word-break: break-word; font-size: 20px; font-weight: 500; font-family: var(--themeht-typography-secondary-font-family); margin-top: 10px; }

.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: 50px;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 7px;}

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

.site-main .comment-navigation .nav-links .nav-previous .nav-subtitle-arrow,
.site-main .posts-navigation .nav-links .nav-previous .nav-subtitle-arrow,
.site-main .post-navigation .nav-links .nav-previous .nav-subtitle-arrow,
.site-main .comment-navigation .nav-links .nav-next .nav-subtitle-arrow,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle-arrow,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle-arrow  {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: flex;
  overflow: hidden;
  background: var(--themeht-primary-color);
  color: var(--themeht-white-color);
  border-radius: 100%;
}

.site-main .comment-navigation .nav-links .nav-previous .nav-subtitle-arrow,
.site-main .posts-navigation .nav-links .nav-previous .nav-subtitle-arrow,
.site-main .post-navigation .nav-links .nav-previous .nav-subtitle-arrow {
  left: 0px;
}

.site-main .comment-navigation .nav-links .nav-next .nav-subtitle-arrow,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle-arrow,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle-arrow {
  right: 0px;
}

.site-main .comment-navigation .nav-links .nav-previous .nav-subtitle-arrow i,
.site-main .posts-navigation .nav-links .nav-previous .nav-subtitle-arrow i,
.site-main .post-navigation .nav-links .nav-previous .nav-subtitle-arrow i  {
  font-size: 26px;
  right: 4px;
  position: relative;
  margin-right: 15px;
  margin-left: 13px;
}


.site-main .comment-navigation .nav-links .nav-previous a:hover .nav-subtitle-arrow i,
.site-main .posts-navigation .nav-links .nav-previous a:hover .nav-subtitle-arrow i,
.site-main .post-navigation .nav-links .nav-previous a:hover .nav-subtitle-arrow i  {
  right: 59px;
}

.site-main .comment-navigation .nav-links .nav-next .nav-subtitle-arrow i,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle-arrow i,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle-arrow i  {
  font-size: 26px;
  left: -35px;
  position: relative;
  margin-right: 15px;
}

.site-main .comment-navigation .nav-links .nav-next a:hover .nav-subtitle-arrow i,
.site-main .posts-navigation .nav-links .nav-next a:hover .nav-subtitle-arrow i,
.site-main .post-navigation .nav-links .nav-next a:hover .nav-subtitle-arrow i {
  left: 6px;
}


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

.nav-next a:hover .nav-title, .nav-previous a:hover .nav-title { color: var(--themeht-primary-color);}

.post.sticky .post-card { background: var(--themeht-dark-color); }
.post.sticky .post-card .post-title h4 a, .post.sticky .post-card .post-desc p, .post.sticky .post-card .post-bottom li, .post.sticky .post-card .post-bottom li a, .post.sticky .post-bottom li i { color: var(--themeht-white-color); }
.post.sticky .primary-btn:hover, .post.sticky a.primary-btn:hover {
    background: var(--themeht-white-color);
    color: var(--themeht-text-color);
}

/* ------------------------
    Featured Box
------------------------*/
.featured-item.style-1 { position: relative; background: var(--themeht-white-color); padding: 50px; border-radius: 4px; z-index: 9; }
.featured-number span { background: var(--themeht-primary-color); color: var(--themeht-white-color); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 4px; font-weight: 700; }
.featured-item.style-1 .featured-icon i { font-size: 70px; line-height: 70px; color: var(--themeht-text-color); display: inline-block; }
.featured-item:hover .featured-icon i { animation: headShake 2s linear infinite; }
.featured-item.style-1 .featured-title { margin-bottom: 15px; }
.featured-item.style-1 .featured-title h4 { margin-bottom: 0; }
.featured-item p { margin-bottom: 0; }

.featured-icon-box { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 9; margin-top: 30px; }
.featured-icon-box:after { position: absolute; content: ''; height: 1px; width: 80%; top: 50%; right: 0; background: #e8e8e8; z-index: -9; }
.featured-item.text-white p { color: var(--themeht-light-color); }
.featured-item.text-white h4, .featured-item.text-white .featured-icon i { color: var(--themeht-white-color); }

.featured-item.style-2 { position: relative; display: flex; align-items: flex-start; z-index: 9; }
.featured-item.style-2 .featured-icon { margin-right: 15px; }
.featured-item.style-2 .featured-icon i { font-size: 54px; line-height: 1; display: inline-block; color: var(--themeht-primary-color); }
.featured-item.style-2.text-white .featured-icon i { color: var(--themeht-white-color); }
.featured-item.style-2 .featured-title h4 { margin-bottom: 10px; font-size: 20px; line-height: 30px; }

.featured-item.style-3 { position: relative; background: var(--themeht-white-color); padding: 30px; border-radius: 4px; z-index: 9; }
.featured-item.style-3 .featured-icon { margin-bottom: 20px; }
.featured-item.style-3 .featured-icon i { font-size: 50px; line-height: 1; color: var(--themeht-primary-color); display: inline-block; }
.featured-item.style-3 h4 { margin-bottom: 15px; }
.featured-item.style-3 .featured-number{position: absolute; right: 30px; top: 30px;}

.featured-item.style-4 { position: relative; display: flex; align-items: flex-start; z-index: 9; }
.featured-item.style-4 .featured-icon { margin-right: 20px; }
.featured-item.style-4 .featured-icon i { font-size: 34px; line-height: 1; display: inline-block; background: var(--themeht-white-color); color: var(--themeht-text-color); width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.featured-item.style-4 .featured-title h4 { margin-bottom: 10px; }


/* ------------------------
    Testimonials
------------------------*/
.testimonial.style-1 { position: relative; }
.testimonial.style-1 .testimonial-content { position: relative; display: flex; align-items: center; }
.testimonial .testimonial-img { margin-right: 15px; width: 90px; height: 90px; border-radius: 50%;}
.testimonial .testimonial-img img { border-radius: 50%; }
.testimonial.style-1 p { font-size: 22px; line-height: 36px; }
.testimonial-caption { position: relative; display: inline-block; }
.testimonial .testimonial-caption span { color: var(--themeht-primary-color); font-weight: 600; font-size: 12px; text-transform: uppercase; display: block; }
.testimonial .testimonial-caption h4 { display: inline-block; margin-bottom: 0; color: var(--themeht-text-color) }
.testimonial-quote-home { z-index: 9; font-size: 30px; line-height: 1; color: var(--themeht-white-color); top: 0; position: absolute; right: 0; width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; background: var(--themeht-primary-color); border-radius: 50%; }
.testimonial.text-white .testimonial-caption h4 { color: var(--themeht-white-color) }
.testimonial.text-white .testimonial-caption span { color: var(--themeht-light-color) }

.testimonial.style-2 { position: relative; background: var(--themeht-white-color); padding: 50px 30px; border-radius: 4px; margin-left: 40px; }
.testimonial.style-2 .testimonial-img { width: 100px; height: 100px; margin-left: -80px; position: relative; margin-right: 0; border: 5px solid var(--themeht-light-color); }
.testimonial.style-2 .testimonial-img:after { content: ""; width: 170px; position: absolute; left: 110px; top: 50%; transform: translateY(-50%); height: .5px; background-color: var(--themeht-border-color); }
.testimonial.style-2 .testimonial-content { position: relative; padding-top: 20px; }
.testimonial.style-2 .testimonial-quote { position: absolute; bottom: 0; right: 10px; z-index: 9; font-size: 100px; line-height: 1; color: var(--themeht-primary-color); opacity: 0.08; }
.testimonial-rating { margin-bottom: 20px; }
.testimonial-rating i { color: #ffb300; margin-right: 2px; }
.testimonial.style-2 .testimonial-rating { margin-bottom: 0; position: absolute; right: 30px; top: 85px; }


/* ------------------------
    Service Box
------------------------*/
.service-item .service-image { position: relative; overflow: hidden; border-radius: 4px; }
.service-cat a { position: relative; padding-left: 15px; display: inline-block; font-size: 12px; text-transform: uppercase; font-weight: 600; line-height: 1; color: var(--themeht-secondary-color); margin-bottom: 5px; }
.service-cat a:before { content: ""; background-color: var(--themeht-primary-color); position: absolute; left: 0px; top: 50%; height: 8px; width: 8px; border-radius: 50%; transform: translateY(-50%); }
.service-title h4 { margin-bottom: 0; }
.service-item .service-title h4 a { color: var(--themeht-text-color); }
.service-item .service-title h4 a:hover { color: var(--themeht-primary-color); }
.service-item.style-1 { position: relative; background: var(--themeht-white-color); border-radius: 4px; overflow: hidden; padding: 30px; }
.service-item.style-1 .service-image {margin: 30px 0; border-radius: 4px; }
.service-item.style-1 .service-title h4 { font-size: 22px; line-height: 34px; }
.service-item.style-1 .service-desc p { display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; -webkit-box-orient: vertical; padding-right: 80px; }
.service-item.style-1 .service-icon { font-size: 40px; line-height: 1; color: var(--themeht-primary-color); z-index: 9; background: var(--themeht-white-color); width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin-left: auto; margin-right: 20px; margin-top: -70px; position: relative; }
.service-item.style-1 .service-title h4 a:hover { color: var(--themeht-primary-color); }
.service-item.style-1:hover .service-icon {background: var(--themeht-primary-color); color: var(--themeht-white-color);}

.service-item.style-2 { position: relative; background-color: var(--themeht-white-color); border-radius: 4px;}
.service-item.style-2 .service-desc { padding: 40px; }
.service-desc-top { grid-column-gap: 20px; align-items: center; display: flex; overflow: hidden; }
.divider-v1 { background-color: rgba(3, 22, 52, .1); justify-content: flex-start; align-items: center; width: 100%; height: 1px; margin-top: 25px; margin-bottom: 25px; display: flex; position: relative; }
.divider-color { background-color: var(--themeht-primary-color); width: 60px; height: 3px; position: absolute; }
.service-item.style-2 .service-icon { color: var(--themeht-text-color); font-size: 60px; line-height: 1; }
.service-item.style-2:hover .service-icon { color: var(--themeht-primary-color); }
.service-item.style-2 .service-desc p { margin-top: 15px; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; -webkit-box-orient: vertical; }

.service-item.style-3 { text-align: center; padding: 0 30px; border-right: 1px solid var(--themeht-border-color); }
.service-item.style-3 .service-image { width: 200px; height: 200px; position: relative; margin: 50px auto; overflow: visible; }
.service-item.style-3 .service-icon { font-size: 40px; line-height: 1; color: var(--themeht-primary-color); z-index: 9; background: var(--themeht-white-color); width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; border-radius: 50%; position: absolute; right: 0; top: 0; box-shadow: 0px 0px 40px 0px rgba(29, 0, 79, 0.04); }
.service-item.style-3 .service-image img { border-radius: 50%; }
.service-item.style-3 .service-desc p { margin-top: 15px; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; -webkit-box-orient: vertical; }
.elementor-widget-service-grid .row [class*='col-']:last-child .service-item.style-3 { text-align: center; padding: 0 30px; border-right: none; }
.service-item.style-3 .divider-v1 { justify-content: center; }

.service-item.style-3:hover .service-icon { color: var(--themeht-white-color); background: var(--themeht-primary-color);}

.service-item .post-thumbnail { margin-bottom: 50px; }

/*Service Sidebar*/
.service-widget.widget { margin-bottom: 20px; background-color: var(--themeht-white-color); border-radius: 4px; padding: 30px; }
.service-widget ul { padding-left: 0; }
.service-widget li { list-style-type: none; margin-bottom: 15px; }
.service-widget li:last-child { margin-bottom: 0; }
.service-widget.widget.widget_nav_menu li a {border-radius: 4px; color: var(--themeht-text-color); display: block; font-size: 18px; padding: 15px 20px; font-weight: 500; position: relative; overflow: hidden; border: 1px solid var(--themeht-border-color); }
.service-widget.widget.widget_nav_menu li.current-menu-item a, .service-widget.widget.widget_nav_menu li:hover a { background-color: var(--themeht-primary-color); color: var(--themeht-white-color); }
.service-widget.widget_text { background-color: var(--themeht-white-color); padding: 30px; margin-top: 50px; }
.service-widget.widget.widget_nav_menu li a:before{display: none;}
.service-widget.widget.widget_nav_menu li a:after { position: absolute; top: 0; left: inherit; right: 20px; font-family: 'bootstrap-icons'; content: "\F135"; font-size: 30px; display: flex; height: 100%; color: var(--themeht-text-color); justify-content: center; align-items: center; }
.service-widget.widget.widget_nav_menu li a:hover:after, .service-widget.widget.widget_nav_menu li.current-menu-item a:after { color: var(--themeht-white-color); }
.contact-widget { padding: 50px; position: relative; z-index: 9; background: var(--themeht-primary-color); text-align: center; }
.contact-widget i { font-size: 100px; color: white; line-height: 1; margin-bottom: 20px; display: inline-block; }
.contact-widget h3 { font-size: 50px; line-height: 60px; }
.contact-widget h3, .contact-widget p { color: var(--themeht-white-color); }
.service-widget.widget_text.widget_custom_html { background-color: inherit; padding: 0; box-shadow: none; }
.contact-widget .white-btn:hover, .contact-widget a.white-btn:hover { background: var(--themeht-secondary-color); color: var(--themeht-white-color); }


/* ------------------------
    Price Table
------------------------*/
.price-table { padding: 50px; position: relative; z-index: 9; border-radius: 4px; border: 1px solid var(--themeht-border-color); }
.price-title { position: absolute; right: 0; background: var(--themeht-secondary-color); padding: 10px 20px; border-radius: 4px; border-top-right-radius: 0; border-bottom-right-radius: 0; top: 40px; }
.price-title h4 { margin-bottom: 0; color: var(--themeht-white-color); font-size: 20px; line-height: 24px; }
.price-value { border-bottom: 1px solid var(--themeht-border-color); padding-bottom: 30px; margin-bottom: 30px; }
.price-value h2 { font-size: 70px; line-height: 1; margin-bottom: 0; position: relative; display: inline-block; color: var(--themeht-text-color); font-family: var(--themeht-typography-body-font-family); font-weight: 600; }
.price-value h2 sup { font-size: 24px; line-height: 24px; vertical-align: super; top: 0; color: var(--themeht-secondary-color); font-weight: 600; }
.price-value span { font-size: 18px; line-height: 18px; font-weight: 600; color: var(--themeht-body-color); }
.price-list { margin-top: 25px; }
.price-list ul li { position: relative; padding: 10px 0; }
.price-list li i { color: var(--themeht-primary-color); font-size: 16px; position: relative; display: inline-block; line-height: 1; margin-right: 5px; }
.text-white .price-value h2, .text-white h4, .text-white .price-value h2 sup, .text-white .price-value h2 span, .price-table.primary-bg .price-list li i, .price-table.secondary-bg .price-list li i { color: var(--themeht-white-color); }
.primary-bg .price-value { border-top-color: var(--themeht-light-color); }
.secondary-bg .price-value { border-top-color: var(--themeht-border-white-color); }
.price-icon { font-size: 50px; line-height: 1; color: var(--themeht-text-color); display: inline-block; margin-bottom: 30px; }


/* ------------------------
    Progress Bar
------------------------*/
body .elementor-widget-progress .elementor-progress-wrapper { background-color: var(--themeht-white-color) !important; border-radius: 4px; }
body .elementor-widget-progress .elementor-title { font-size: 16px; margin-bottom: 5px; font-weight: 600; font-family: var(--themeht-typography-body-font-family); color: var(--themeht-text-color) !important; display: inline-block; }
body .elementor-widget-progress .elementor-progress-bar { height: 5px; position: relative; background-color: var(--themeht-primary-color) !important; border-radius: 4px; }
body .elementor-widget-progress .elementor-progress-percentage { padding-right: 0; position: absolute; right: 0; left: auto; top: -37px; color: var(--themeht-text-color) !important; font-size: 16px; font-weight: 600 }
.ht-circle-progressbar { display: flex; align-items: center; }
.ht-circle-progressbar .pie { width: 150px !important; height: 150px !important; flex-shrink: 0; margin-right: 20px; position: relative; z-index: 9; }
.ht-circle-progressbar .pie svg { width: 100%; height: 100%; display: none;}
.ht-circle-progressbar .pie svg:first-child { display: block;}
.ht-circle-progressbar circle { stroke: var(--themeht-primary-color); stroke-width: 2px; }
.ht-circle-progressbar circle:first-child { stroke: var(--themeht-white-color); stroke-width: 1px; }
.ht-circle-progressbar text { fill: var(--themeht-white-color); font-size: 20px; }
.ht-circle-progressbar p { margin-bottom: 0; }
.ht-circle-progressbar h4 { margin-bottom: 10px; }
.ht-circle-progressbar .pie:before { content: ""; position: absolute; top: 18px; right: 18px; bottom: 18px; left: 18px; background-color: var(--themeht-secondary-color); transition: all ease 0.4s; z-index: -1; border-radius: inherit; transform: scale(0.8); border-radius: 100%; }
.ht-circle-progressbar.text-white circle { stroke: var(--themeht-white-color); }
.ht-circle-progressbar.text-white circle:first-child { stroke: var(--themeht-text-color); }

.white-bg .ht-circle-progressbar circle:first-child { stroke: var(--themeht-light-color);}
.white-bg .ht-circle-progressbar .pie:before { background-color: var(--themeht-primary-color);}
.white-bg .ht-circle-progressbar text { fill: var(--themeht-white-color);}


/* ------------------------
    Portfolio
------------------------*/
.portfolio-filter { display: inline-block; margin:0 auto 30px; text-align: center;}
.portfolio-filter button { position: relative; cursor: pointer; border: none; font-size: 16px; font-weight: 500; color: var(--themeht-text-color); float: left; text-transform: capitalize; padding: 12px 25px; border-radius: 4px; line-height: 1; background: var(--themeht-light-color); }
.white-bg .portfolio-filter button {background: var(--themeht-light-color);}
.portfolio-filter button:focus {outline: none; outline-style: none; outline-offset:0; }
.portfolio-filter button.is-checked, .portfolio-filter button:hover {background: var(--themeht-primary-color); color: var(--themeht-white-color);}
.portfolio-filter button + button {margin-left: 20px;} 
.isotope .grid-item img {width: 100%;}
.primary-bg .portfolio-filter button.is-checked, .primary-bg .portfolio-filter button:hover{background: var(--themeht-white-color); color: var(--themeht-primary-color);}

.grid .grid-item{padding: 10px;}
.grid.columns-2 .grid-item, .masonry.columns-2 .masonry-brick { width: 50%;}
.grid.columns-3 .grid-item, .masonry.columns-3 .masonry-brick{ width: 33.333333%;}
.grid.columns-4 .grid-item, .masonry.columns-4 .masonry-brick { width: 25%;}
.masonry .masonry-brick {float: left; margin-bottom: 30px; padding: 0 15px; position: relative;}
.grid.g-0 .grid-item{padding: 0;}
.masonry.g-0 .masonry-brick{padding: 0; margin: 0;}

.portfolio-item { margin-bottom: 30px; }
.portfolio-desc h4 { margin-bottom: 0; }
.portfolio-desc .portfolio-cat a { display: inline-block; background: var(--themeht-primary-color); color: var(--themeht-white-color); padding: 7px 15px; font-size: 12px; text-transform: uppercase; font-weight: 600; border-radius: 4px; line-height: 1; margin-bottom: 5px; }
.portfolio-item .portfolio-image { position: relative; border-radius: 4px; overflow: hidden; margin-bottom: 20px; }
.portfolio-item .portfolio-image:before { position: absolute; content: ''; width: 100%; height: 0%; z-index: 2; background-color: transparent; background-image: linear-gradient(0deg, var(--themeht-primary-color) 15.83%, #46544D00 60.55%); -webkit-transition: .5s; -khtml-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; bottom: 0; left: 0; }
.portfolio-item:hover .portfolio-image:before { height: 100%; }
.popup-img { display: block; font-size: 30px; color: var(--themeht-text-color); background: var(--themeht-white-color); opacity: 0; visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); position: absolute; bottom: 3rem; left: 50%; margin-left: -35px; z-index: 500; width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.popup-img:hover { color: var(--themeht-white-color); background: var(--themeht-secondary-color); }
.portfolio-item:hover .popup-img { opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/*Portfolio Meta*/
.portfolio-meta-info { background: var(--themeht-white-color); padding: 30px; border-radius: 4px; }
.portfolio-meta-info li { display: flex; align-items: flex-start; border-bottom: 1px solid var(--themeht-border-color); padding-bottom: 20px; margin-bottom: 20px; }
.portfolio-meta-info li:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.portfolio-meta-info i { font-size: 30px; color: var(--themeht-primary-color); flex-shrink: 0; margin-right: 15px; line-height: 1; }
.portfolio-meta-info .sub-title { display: block; text-transform: uppercase; font-family: var(--themeht-typography-secondary-font-family); font-weight: 600; font-size: 16px; }
.portfolio-meta-info .title { font-size: 16px; font-weight: 500; color: var(--themeht-text-color); }


/* ------------------------
    Awards
------------------------*/
.award-items { position: relative; background: var(--themeht-white-color); padding: 30px; border-radius: 4px; }
.award-title { border-bottom: 1px solid var(--themeht-border-color); margin-bottom: 20px; }
.award-title span { background: var(--themeht-primary-color); padding: 7px 15px; font-size: 13px; text-transform: uppercase; font-weight: 600; border-radius: 4px; line-height: 1; color: var(--themeht-white-color); margin-bottom: 8px; display: inline-block; }
.award-desc p { margin-bottom: 0; }
.award-icon { position: absolute; right: 20px; top: 20px; z-index: 9; font-size: 60px; color: var(--themeht-text-color); opacity: 0.05; }


/* ------------------------
  Image Reavel Animation
------------------------*/
/*.ht-img-animation { overflow: hidden; border-radius: 4px; }*/
/*.ht-img-animation .elementor-widget-container { transition: 1s ease-out !important; transition-delay: 0.1s !important; overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); visibility: hidden; border-radius: 4px; }*/
/*.ht-img-animation .elementor-widget-container img { transform: scale(1.3); transition: 1s ease-out; }*/
/*.ht-img-active .elementor-widget-container { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); visibility: visible; transform: skewY(0); }*/
/*.ht-img-active .elementor-widget-container img { transform: scale(1); transition: 2s ease-out; }*/


/* ------------------------
    Ht Tab
------------------------*/
.ht-tab .tab-menu { display: grid; grid-template-columns: repeat(4, 1fr); padding: 20px; gap: 20px; width: 80%;    /* justify-content: center; */ margin: 0 auto; background: var(--themeht-white-color); padding: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; }
.ht-tab .tab-menu li { list-style-type: none; }
.ht-tab .tab-menu li a { font-family: var(--themeht-typography-secondary-font-family); text-align: center; background: var(--themeht-light-color); border-radius: 4px; padding: 10px 40px; display: block; font-size: 18px; font-weight: 600; }
.ht-tab .tab-menu li a.active-a { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.ht-tab .ht-tab-content { background: var(--themeht-white-color); border-radius: 4px; padding: 30px; }
.ht-tab-content img { border-radius: 20px !important; }
.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; }
.tab-list ul { padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); }
.tab-list li { position: relative; list-style-type: none; padding-left: 25px; margin-bottom: 15px; font-weight: 500; }
.tab-list li:last-child { margin-bottom: 0; }
.tab-list li:before { position: absolute; left: 0; top: 3px; font-family: flaticon_kencer_collection !important; content: "\f16a"; color: var(--themeht-primary-color); font-size: 20px; line-height: 1; }


/* ------------------------
  Timetable
------------------------*/
.working-hours-item { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 12px 0 9px; position: relative;}
.theme-bg .working-hours-item, .dark-bg .working-hours-item { border-bottom: 1px solid rgba(255, 255, 255, 0.25); color: var(--themeht-white-color); }
.working-hours-item:last-child { border-bottom: none; padding-bottom: 0; }
.timetable-item table th { padding: 20px; background: var(--themeht-primary-color); color: var(--themeht-white-color); text-align: center; text-transform: uppercase; font-size: 18px; }
.timetable-item table td { padding: 20px; }
.timetable-item table td span { display: block; font-weight: 700; }
.timetable-item .timetable-time { color: var(--themeht-primary-color); font-weight: 700; }
.theme-icon-box{position: relative;}
.theme-icon-box .elementor-icon i{font-size: 60px; line-height: 1; display: inline-block; color: var(--themeht-white-color)}
.theme-icon-box .icon-right-lg { width: auto !important; position: absolute; right: 0; display: inline-block; opacity: 0.1; top: 0; }
.theme-icon-box .icon-right-lg .elementor-icon i { color: var(--themeht-white-color); font-size: 120px; line-height: 1; }
.theme-icon-box.secondary-bg .elementor-icon i, .theme-icon-box.secondary-bg p{ color: var(--themeht-text-color) }


/* ------------------------
  Info Item
------------------------*/
.ht-info-item { text-align: center; }
.ht-info-inner { text-align: left; padding: 50px; border-radius: 15px; position: relative; height: 100%; }
.ht-info-item .ht-info-icon { position: absolute; right: 0; bottom: 0; font-size: 80px; line-height: 1; color: var(--themeht-white-color); opacity: 0.1; }
.ht-info-item .white-bg .ht-info-icon { color: var(--themeht-text-color); }
.ht-call-us a { font-size: 30px; line-height: 1; margin-top: 20px; display: inline-block; }
.elementor-widget-ht-info-box, .elementor-widget-ht-info-box .elementor-widget-container { height: 100%; }
.ht-info-item.white-bg .ht-info-icon { color: var(--themeht-text-color); }
.ht-info-item h4 { padding-right: 50px; }
.info-item-title { position: relative; display: inline-block; margin: 0 auto; }
.info-item-title:before, .info-item-title:after { background: var(--themeht-light-color); width: 10px; height: 10px; position: absolute; bottom: 0; content: ""; }
.info-item-title:before { left: -10px; }
.info-item-title:after { right: -10px; }
.info-item-title h4 { padding: 10px 40px; text-decoration: none; color: black; background: var(--themeht-light-color); -webkit-border-top-left-radius: 15px; -webkit-border-top-right-radius: 15px; -moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; position: relative; display: inline-block; margin: 0; }
.info-item-title h4:after, .info-item-title h4:before { width: 20px; height: 20px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: var(--themeht-white-color); z-index: 2; content: ""; position: absolute; bottom: 0; }
.info-item-title h4:before { left: -20px; }
.info-item-title h4:after { right: -20px; }

.light-bg .info-item-title h4{background: var(--themeht-white-color);}
.light-bg .info-item-title:before, .light-bg .info-item-title:after { background: var(--themeht-white-color); }
.light-bg .info-item-title h4:after, .light-bg .info-item-title h4:before {background: var(--themeht-light-color); }

/* ------------------------
  Swiper Arrow 
------------------------*/
.swiper .swiper-button-prev { left: 0; }
.swiper .swiper-button-next { right: 0; }
.swiper .swiper-button-prev, .swiper .swiper-button-next { width: 50px; height: 50px; line-height: 50px; display: inline-block; text-align: center; border-radius: 10px; background: var(--themeht-white-color); }
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover { background: var(--themeht-primary-color); border-color: var(--themeht-primary-color); }
.swiper .swiper-button-prev:after { content: '\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: 24px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; line-height: 50px !important; }
.swiper .swiper-button-prev:hover:after, .swiper .swiper-button-next:hover:after{color: var(--themeht-white-color);}
.swiper-nav-white .swiper-button-prev, .swiper-nav-white .swiper-button-next,
.swiper-nav-bottom-white .swiper-button-prev, .swiper-nav-bottom-white .swiper-button-next{border: 1px solid var(--themeht-border-color); background: var(--themeht-secondary-color);}
.swiper-nav-white .swiper-button-prev:hover, .swiper-nav-white .swiper-button-next:hover,
.swiper-nav-bottom-white .swiper-button-prev:hover, .swiper-nav-bottom-white .swiper-button-next:hover {background: var(--themeht-white-color); border-color: var(--themeht-white-color); }
.swiper-nav-white .swiper-button-next:after, .swiper-nav-white .swiper-button-prev:after,
.swiper-nav-bottom-white .swiper-button-next:after, .swiper-nav-bottom-white .swiper-button-prev:after {color: var(--themeht-white-color);}
.swiper-nav-white .swiper-button-prev:hover:after, .swiper-nav-white .swiper-button-next:hover:after,
.swiper-nav-bottom-white .swiper-button-prev:hover:after, .swiper-nav-bottom-white .swiper-button-next:hover:after{color: var(--themeht-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: -60px; }
.swiper-nav-bottom-white .swiper-button-next,
.swiper-nav-bottom .swiper-button-next { right: 50% !important; margin-right: -60px; }
.swiper-nav-bottom, .swiper-nav-bottom-white{margin-top: 120px;}


/* ------------------------
  Swiper Dot Pagination
------------------------*/
.swiper-pagination { position: inherit !important; text-align: center; -webkit-transition: 300ms opacity; -o-transition: 300ms opacity; transition: 300ms opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; margin-top: 60px; }
.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: var(--themeht-secondary-color); border-radius: 50%; width: 6px; height: 6px; opacity: 1; display: inline-block; vertical-align: middle; }
.swiper-pagination-clickable .swiper-pagination-bullet-active { outline: 1px solid var(--themeht-primary-color); outline-offset: 4px; opacity: 1; background-color: var(--themeht-primary-color); }
.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; }
.swiper-dots-white .swiper-pagination-clickable .swiper-pagination-bullet-active { outline: 1px solid var(--themeht-white-color); }


.mptt-shortcode-wrapper .mptt-navigation-tabs { display: flex; justify-content: center; margin-bottom: 50px; }
.mptt-navigation-tabs li a { position: relative; font-size: 14px; font-weight: 600; color: var(--themeht-text-color); padding: 10px 20px; border-radius: 4px; line-height: 20px; background: var(--themeht-light-color); word-break: break-word; display: block; text-align: center; }
.mptt-navigation-tabs li.active a, .mptt-navigation-tabs li a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th { background-color: var(--themeht-text-color); border: 1px solid var(--themeht-border-color); color: var(--themeht-white-color); padding: 10px; }