/* ------------------------------------------------ 
Project: Radic - Radiology and Imaging WordPress Theme 
Author: ThemeHt 
------------------------------------------------ */

/* ------------------------ 
Table of Contents 
 1. Section Title 
 2. Widget themeht heading 
 3. Button 
 4. Accordion 
 5. Social Icons 
 6. Contact Page Social Icons
 7. Team 
 8. Tab 
 9. Counter 
 10. Blog Post 
 11. Featured Box 
 12. Testimonials 
 13. Services 
 14. Price Table 
 15. Progress Bar 
 16. Project Item 
 17. Step
 18. Client logo
 19. Contact
 20. Marquee Text
 21. Splitting Text
 ------------------------*/

/* ------------------------ Section Title ------------------------*/
.theme-title {
    margin-bottom: 30px;
}

.theme-title p {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 30px;
    margin-top: 30px;
}

.theme-title h6 {
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--themeht-body-color);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

.theme-title h2 {
    margin-bottom: 0;
}

.primary-bg .theme-title h2,
.primary-bg .theme-title span {
    color: var(--themeht-white-color);
}

.secondary-bg .theme-title h2,
.secondary-bg .theme-title p {
    color: var(--themeht-white-color);
}

.secondary-bg .theme-title h6 {
    color: var(--themeht-primary-color);
}

/* ------------------------ widget-themeht-heading ------------------------*/
.elementor-widget-themeht-heading .elementor-widget-container h3 {
    font-size: 30px;
    line-height: 40px;
}


/* ------------------------ Button ------------------------*/
a.primary-btn,
.primary-btn,
a.dark-btn,
.dark-btn,
a.white-btn,
.white-btn {
    transition: all 0.6s;
    transition: all 0.3s;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    padding: 18px 28px;
    text-transform: uppercase;
}

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

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

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

.dark-btn:hover {
    background: var(--themeht-primary-color);
    color: var(--themeht-secondary-color);
}

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

.white-btn:hover {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.secondary-bg .primary-btn:hover {
    background: var(--themeht-white-color);
    color: var(--themeht-secondary-color);
}


/* ------------------------ Accourdion ------------------------*/
.elementor-accordion .elementor-accordion-item {
    padding: 20px 20px 20px 0;
    box-shadow: inherit;
    border: none !important;
    border-bottom: 1px solid #D5D8DC !important;
}

.elementor-accordion .elementor-accordion-item:last-child {
    margin-bottom: 0;
    border-bottom: none !important;
}

.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    padding: 0;
}

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

.themeht-accordion.elementor-widget-accordion .elementor-accordion-icon {
    color: var(--themeht-primary-color);
    padding-top: 5px;
}

.themeht-accordion.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
    color: var(--themeht-primary-color)
}

.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    color: var(--themeht-body-color);
    border-top: none !important;
    padding: 15px 25px 0px 0px !important;
}

.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content p {
    margin-bottom: 0;
}

.elementor-accordion .elementor-accordion-item:first-of-type {
    display: none;
}


/* ------------------------ 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-body-color);
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/* ------------------------ Contact Page Social Icons ------------------------*/
.contact-social-icon {
    padding: 0;
    margin: 0;
    line-height: 0;
}

.contact-social-icon li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 6px 0 0;
}

.contact-social-icon li a {
    display: inline-block;
    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-secondary-color);
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 100%;
}

.contact-social-icon li a:hover {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}


/* ------------------------ Team ------------------------*/
.team-member {
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.team-member .team-images {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    border: 1px solid;
    border-color: var(--themeht-white-color);
}

.team-member .team-images img {
    transform: scale(1.01);
}

.team-member:hover .team-images img {
    transform: scale(1.08);
}

.team-member:hover .team-images {
    border-radius: 0;
}

.team-member .team-social-list {
    position: absolute;
    right: 15px;
    top: 15px;
}

.team-member .team-images .team-share-icon {
    display: inline-block;
    font-size: 15px;
    z-index: 9;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.team-member .team-description {
    text-align: left;
    margin-top: 15px;
}

.team-member .team-description span {
    text-transform: uppercase;
    color: var(--themeht-body-color);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-top: 8px;
    display: inline-block;
}

.team-member h5 {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 25px;
}

.team-member .team-social-icon {
    position: absolute;
    background: var(--themeht-white-color);
    right: 5px;
    top: -10px;
    opacity: 0;
    padding: 30px 12px 12px 12px;
    display: grid;
    border-radius: 5px;
}

.team-member:hover .team-social-icon {
    top: 20px;
    opacity: 1;
}

.team-member .team-images .team-share-icon:hover .team-social-icon {
    position: absolute;
    background: var(--themeht-white-color);
    right: 0;
    top: 0;
}

.team-social-icon {
    display: flex;
}

.team-social-icon li a {
    font-size: 15px;
    color: var(--themeht-secondary-color);
    display: inline-block;
    text-align: center;
}

.team-social-icon li:hover a {
    color: var(--themeht-primary-color);
}

.team-member img {
    width: 100%;
}

.team-contact {
    padding: 40px;
    background-color: var(--themeht-white-color);
}

.team-meta li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.team-meta li i {
    font-size: 30px;
    color: var(--themeht-secondary-color);
    vertical-align: middle;
    margin-right: 15px;
}

.team-meta li span {
    margin-right: 10px;
    font-weight: 600;
    color: var(--themeht-secondary-color);
    font-family: var(--themeht-secondary-font);
    font-size: 18px;
}

.team-single-page .team-img {
    overflow: hidden;
}

.team-single-page .entry-content {
    padding-left: 40px;
}

.team-single .team-member .team-social-icon {
    position: absolute;
    background: var(--themeht-white-color);
    right: 5px;
    top: 0;
    padding-top: 5px;
    opacity: 0;
}

.team-single .team-social-icon li a {
    font-size: 15px;
    color: var(--themeht-secondary-color);
    display: inline-block;
    text-align: center;
    background-color: var(--themeht-light-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    margin-right: 0;
}

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

.team-single .team-social-icon li {
    float: left;
    margin-right: 10px;
}

.team-single .appointment-form {
    padding: 0;
}


/* ------------------------ Tab ------------------------*/
.themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper {
    display: flex;
}

.themeht-tab .elementor-tab-title {
    font-family: var(--themeht-secondary-font) !important;
    border: 1px solid transparent !important;
    border-radius: 0;
    width: 33.3333%;
    text-align: center !important;
    font-weight: 600 !important;
    color: var(--themeht-body-color) !important;
    position: relative;
    border-bottom: 2px solid #ededed !important;
    padding: 10px 15px !important;
}

.themeht-tab .elementor-tab-title.elementor-active {
    border-color: #ededed !important;
    border-bottom-color: var(--themeht-primary-color) !important;
    color: var(--themeht-primary-color) !important;
}

.themeht-tab.elementor-widget-tabs .elementor-tab-content {
    padding: 20px 0 0;
    font-family: var(--themeht-secondary-font);
}

.themeht-tab.elementor-widget-tabs .elementor-tab-content p strong {
    color: var(--themeht-body-color);
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}


/* ------------------------ Counter ------------------------*/
.counter {
    text-align: left;
    display: flex;
}

.counter .counter-top {
    margin-left: 15px;
}

.counter .counter-desc {
    align-items: center;
}

.counter span {
    line-height: 45px;
    color: var(--themeht-secondary-color);
    font-family: var(--themeht-secondary-font);
    font-weight: 600;
    font-size: 45px;
    margin-top: -5px;
}

.counter span+span {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
}

.counter h6 {
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: var(--themeht-body-color);
    margin-top: 5px;
}

.counter-icon i {
    font-size: 45px;
    line-height: 45px;
    color: var(--themeht-primary-color);
    margin-bottom: 10px;
    display: inline-block;
}

.primary-bg .counter span,
.primary-bg .counter span+span,
.primary-bg .counter h6,
.primary-bg .counter-icon i {
    color: var(--themeht-white-color);
}


/* ------------------------ Blog Post ------------------------*/
.post-card {
    position: relative;
    background: var(--themeht-white-color);
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.post-card .post-image img {
    width: 100%;
}

.post-card.style-1 .post-desc {
    position: absolute;
    top: 0;
    padding: 30px;
    width: 100%;
    background: var(--themeht-white-color);
    height: 100%;
    z-index: 9;
    -webkit-transition: background-color 600ms linear;
    -ms-transition: background-color 600ms linear;
    transition: background-color 600ms linear;
    display: flex;
    align-items: center;
}

.post-card.style-1 .post-description .post-bottom img {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid var(--themeht-primary-color);
    object-fit: cover;
    margin-right: 8px;
}

.post-card.style-1 .post-description .post-bottom .author.vcard a {
    font-weight: 600;
}

.post-card.style-1 .post-description .post-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--themeht-light-color);
    padding: 15px 20px;
}

.post-card.style-1 .post-description .post-footer .read-link {
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    ;
}

.post-card.style-1 .post-description .post-footer .read-link i {
    vertical-align: middle;
    margin-right: 10px;
}

.post-card.style-1 .post-comment {
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.post-card.style-1 .post-comment i {
    margin-right: 10px;
    color: var(--themeht-primary-color);
}

.post-date {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: var(--themeht-primary-color);
}

.post-date a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-date i {
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 10px;
}

.post-card .post-desc h4 {
    margin: 0;
    text-transform: capitalize;
    word-break: break-word;
}

.post-card .post-desc h4 a {
    color: var(--themeht-secondary-color);
    display: inline-block;
}

.post-card .post-desc h4 a:hover {
    color: var(--themeht-primary-color)
}

.post-card .post-bottom li {
    text-transform: uppercase;
    color: var(--themeht-secondary-color);
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    margin-right: 15px;
}

.post-bottom li i {
    font-size: 18px;
    line-height: 18px;
    color: var(--themeht-primary-color);
    margin-right: 6px;
    vertical-align: middle;
}

.post-bottom li a:hover {
    color: var(--themeht-primary-color);
}

.post-card.style-1 .post-desc::before {
    z-index: -1;
    background-color: var(--themeht-secondary-color);
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 600ms ease 0s;
    width: 0;
    opacity: 0.7;
}

.post-card.style-1 .post-desc::after {
    z-index: -1;
    background-color: var(--themeht-secondary-color);
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    right: 0;
    transition: all 600ms ease 0s;
    width: 0;
    opacity: 0.7;
}

.post-card.style-1:hover .post-desc::before,
.post-card.style-1:hover .post-desc::after {
    width: 100%;
}

.post-card.style-1:hover .post-desc {
    background: transparent;
}

.post-card.style-1:hover .post-desc a,
.post-card.style-1:hover .post-desc p {
    color: var(--themeht-white-color)
}

.post-card.style-1 .post-desc a:hover {
    color: var(--themeht-secondary-color)
}

.post-card.style-1 .post-bottom {
    background-color: var(--themeht-primary-color);
    color: var(--themeht-white-color);
    padding: 4px 20px;
    margin-top: -1px;
}

.post-card.style-1 .post-bottom li i {
    margin-right: 8px;
}

.post-card.style-1 .post-bottom li,
.post-card.style-1 .post-bottom li i {
    color: var(--themeht-white-color)
}

.post-card.style-1 .post-bottom .posted-on a,
.post-card.style-1 .post-bottom .cat-links a {
    color: var(--themeht-white-color);
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.style-1.post-card .arrow-btn:before {
    position: absolute;
    top: -1px;
    right: -26px;
    content: "\f138";
    font-family: bootstrap-icons !important;
}

.style-1.post-card .post-title {
    margin: 25px 15px 15px 25px;
}

.post-card.style-2 .post-desc {
    padding: 10px 30px 30px 30px
}

.post-card.style-2 .post-bottom ul {
    margin-bottom: 10px;
}

.post-card.style-2 .post-title {
    margin: 20px 10px 10px 0px;
}

.post-card.style-2 .post-bottom {
    margin-bottom: 0px;
    padding-top: 10px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}

.post-card.style-2 .post-image {
    text-align: right;
}

.post-card.style-2 .post-date {
    position: absolute;
    right: 10px;
    top: 10px;
    background: var(--themeht-primary-color);
    color: var(--themeht-secondary-color) !important;
    padding: 8px 13px;
    text-align: left;
}

.post-card.style-2 .post-date i {
    font-size: 16px;
    line-height: 16px;
    color: var(--themeht-secondary-color);
}

.post-card.style-2 p {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 17px;
}

.post-card.style-2 .read-link {
    display: inline-block;
    text-transform: uppercase;
    color: var(--themeht-secondary-color);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    transition: all 600ms ease 0s;
    z-index: 9;
    position: relative;
    margin-top: 25px;
}

.post-card.style-2 .read-link:hover {
    color: var(--themeht-primary-color);
}

.post-card.style-2 .read-link:before {
    position: absolute;
    top: -1px;
    right: -26px;
    content: "\f138";
    font-family: bootstrap-icons !important;
}

.post-title {
    padding-top: 0;
    margin: 30px 10px 15px 30px;
}

.post-title h4 {
    font-size: 22px;
    line-height: 30px;
}

.post-title h4 a:hover {
    color: var(--themeht-primary-color);
}

.post-card .arrow-btn {
    color: var(--themeht-secondary-color);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin: 15px 10px 30px 30px;
    display: inline-block;
    position: relative;
}

.post-card .arrow-btn:hover {
    color: var(--themeht-primary-color);
}

.has-post-thumbnail .post-classic .post-desc {
    padding-top: 30px;
}

.single-post .post-card {
    margin-bottom: 0;
}

.single-post .post-card .post-desc {
    padding: 30px;
}

.tags-links a {
    border: 1px solid #ededed;
    padding: 2px 10px;
    display: inline-block;
    font-size: 15px !important;
    text-transform: capitalize;
    font-family: var(--themeht-secondary-font);
    font-weight: 600;
    margin: 0 10px 10px 0;
}

.tags-links a:hover {
    background: var(--themeht-primary-color);
    color: var(--themeht-secondary-color);
}

.themeht-blogs .post {
    margin-bottom: 50px;
}

.blog .post-title h4 {
    font-size: 26px;
    line-height: 36px;
}

.edit-link {
    margin-left: 10px;
    display: none;
}

.post-single-page .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.theme-tags {
    clear: both;
    margin-top: 60px;
}

.theme-tags .tags-links {
    font-size: 22px;
    text-transform: capitalize;
    color: var(--themeht-secondary-color);
    font-weight: 600;
    font-family: var(--themeht-secondary-font);
}

/* ---- Sidebar Widget ----*/
.widget h2,
.wp-block-archives__label,
.wp-block-search__label,
.widget-title {
    position: relative;
    color: var(--themeht-secondary-color);
    font-size: 24px;
    line-height: 34px;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #ededed;
    position: relative;
    font-family: var(--themeht-secondary-font) !important;
}

.widget-title::before,
.widget h2::before,
.wp-block-archives__label::before,
.wp-block-search__label::before {
    position: absolute;
    content: " ";
    bottom: -1px;
    left: 50%;
    background-color: var(--themeht-primary-color);
    height: 1px;
    width: 100px;
    transform: translate(-50%, 0%);
}

.themeht-sidebar .widget {
    margin-bottom: 40px;
    background-color: var(--themeht-white-color);
    padding: 30px;
}

.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;
    list-style-type: none;
}

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

.cat-links a {
    margin: 10px 0 10px 0;
    display: inline-block;
}

.themeht-sidebar .widget .tagcloud a,
.wp-block-tag-cloud a {
    padding: 4px 11px;
    display: inline-block;
    font-size: 15px !important;
    text-transform: capitalize;
    font-family: var(--themeht-secondary-font);
    font-weight: 600;
    margin: 0 10px 10px 0;
    background: var(--themeht-white-color);
    border: 1px solid #ededed;
}

.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 {
    color: var(--themeht-primary-color);
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
}

.themeht-sidebar .widget_recent_entries li,
.wp-block-latest-posts li {
    margin-bottom: 15px;
}

.search-form {
    position: relative
}

.search-form label {
    width: 100%;
    margin: 0;
}

.custom-post-image,
.themeht-post-image {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    overflow: hidden;
}

.custom-post-date,
.themeht-post-date {
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.custom-post-date:before,
.themeht-post-date:before {
    display: inline-block;
    padding-right: 0.4rem;
    content: "\f1e2";
    font-family: bootstrap-icons !important;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    margin-top: -4px;
}

.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: 20px;
    padding: 0;
    border: none;
    top: 0;
    z-index: 1;
}

.search-form button[type="submit"]:hover {
    color: var(--themeht-primary-color);
}

.widget.widget_search input[type="search"] {
    margin-bottom: 0px;
    background-color: var(--themeht-light-color);
    padding: 10px;
}

.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 !important;
    font-weight: 900;
    color: var(--themeht-primary-color);
    font-size: 20px;
    line-height: 60px;
    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-primary-color);
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button svg {
    display: none;
}

.custom-post-content,
.themeht-post-content {
    line-height: 22px;
}

.custom-post-content {
    display: grid;
}

.themeht-sidebar .widget_themeht_recentpost ul li {
    display: flex;
}

.themeht-sidebar .themeht-widget .themeht-post-date::before {
    color: var(--themeht-primary-color);
}

.themeht-sidebar .widget li a,
.themeht-sidebar .widget a {
    text-transform: capitalize;
}

.themeht-sidebar .widget li a,
.wp-block-archives li a,
.wp-block-categories li a {
    font-size: 16px;
    color: var(--themeht-secondary-color);
    font-weight: 600;
    line-height: 18px;
    margin-right: 5px;
}

.themeht-sidebar .widget li a:hover,
.wp-block-archives li a:hover {
    color: var(--themeht-primary-color);
}

/* ---- recent comments ----*/
.widget_recent_comments ul li.recentcomments {
    position: relative;
}

.widget_recent_comments ul li.recentcomments:before {
    position: absolute;
    content: "\f272";
    font-family: bootstrap-icons !important;
    font-weight: 900;
    top: 5px;
    left: -55px;
    background-color: var(--themeht-white-color);
    color: var(--themeht-primary-color);
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

/* ---- Post Comments ----*/
.wp-block-comment-template .wp-block-avatar__image {
    border-radius: 100% !important;
    margin-right: 15px;
    width: 60px !important;
    display: inline-block;
}

.wp-block-comment-template li {
    position: relative;
}

.wp-block-comment-template .wp-block-comment-date {
    font-weight: 600;
    text-transform: uppercase;
}

.wp-block-comments .wp-block-comment-template .wp-block-columns .wp-block-group .wp-block-comment-date {
    font-size: 14px !important;
}

.wp-block-comment-template .wp-block-comment-reply-link {
    text-align: right;
}

.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: 20px;
    width: 80px;
    border-radius: 100%;
    display: inline-block;
}

.post-comment li.comment,
.post-comment li.trackback,
.post-comment li.pingback {
    margin-bottom: 30px;
    list-style-type: none;
    position: relative;
}

.post-comment li.comment .comment-body,
.post-comment li.trackback .comment-body,
.post-comment li.pingback .comment-body {
    border-bottom: 1px solid #D5D8DC;
    margin: 40px 0;
    padding-bottom: 40px;
    list-style-type: none;
}

.post-comment .comment-meta {
    align-items: center;
    margin-bottom: 25px;
}

.post-comment .comment-meta .comment-author {
    align-items: center;
    display: flex;
}

.post-comment p {
    margin-bottom: 10px;
}

.post-comment .comment-metadata {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 100px;
    margin-top: -36px;
}

.post-comment .comment-metadata a {
    color: var(--themeht-secondary-color);
}

.says {
    display: none;
}

.comment-author.vcard .fn {
    margin-top: -24px;
}

.comment-author.vcard a {
    text-transform: capitalize;
    font-size: 22px;
    color: var(--themeht-secondary-color);
    font-weight: 600;
    font-family: var(--themeht-secondary-font);
}

.comment-author.vcard a:hover {
    color: var(--themeht-primary-color);
}

.comment-form-author {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.comment-form-email {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.comment-form-url {
    clear: both;
    margin-bottom: 15px;
}

.comment-respond {
    margin: 60px 0px 30px 0px;
}

.comment-form p {
    margin: 0;
}

.comment-form .form-submit,
.comment-form .comment-form-comment {
    margin-top: 20px;
}

.comment-form .form-submit .submit {
    background-color: var(--themeht-primary-color);
    border: none !important;
    color: var(--themeht-secondary-color);
    padding: 20px 30px;
}

.comment-form .form-submit .submit:hover {
    background-color: var(--themeht-secondary-color);
    color: var(--themeht-white-color);
}

.comment-form .comment-form-comment textarea {
    padding: 10px;
    margin-bottom: 0px;
    background-color: var(--themeht-white-color);
}

.post-card .comment-form .comment-form-comment textarea {
    background-color: var(--themeht-light-color);
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
    border: inherit;
}

.post-card .wp-block-post-comments-form input:not([type=submit]) {
    background-color: var(--themeht-light-color);
}

.reply {
    text-align: right;
}

.comment-reply-link,
.comment-reply-link:focus,
.comment-reply-link:visited,
.comment-reply-link:active {
    position: absolute;
    top: 20px;
    right: 0px;
    text-transform: uppercase;
    padding: 8px 10px 8px 35px;
    background: var(--themeht-primary-color);
    color: var(--themeht-secondary-color);
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
}

.comment-reply-link:hover {
    background: var(--themeht-secondary-color);
    color: var(--themeht-white-color);
}

.comment-reply-link:before {
    content: '\f520';
    font-family: bootstrap-icons !important;
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 6px;
}

#comments small #cancel-comment-reply-link {
    margin-left: 15px;
    font-size: 22px;
    font-weight: 600;
}

label {
    margin: 10px 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin-top: 80px;
    clear: both;
    border-top: 1px solid #D5D8DC;
    padding-top: 40px;
}

.service-single.site-main .post-navigation {
    margin: 80px 0 0 40px;
}

.single-post .site-main .post-navigation {
    margin: 0px 0px 100px 0px;
    border-top: inherit;
}

.site-main .comment-navigation .nav-links a,
.site-main .posts-navigation .nav-links a,
.site-main .post-navigation .nav-links a {
    padding-left: 70px;
    border-bottom: 1px solid var(--themeht-border-dark-color);
    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: inline-block;
    word-break: break-word;
    font-size: 20px;
    text-transform: capitalize;
    color: var(--themeht-secondary-color);
    font-weight: 600;
    font-family: var(--themeht-secondary-font);
}

.site-main .comment-navigation .nav-links .nav-next a,
.site-main .posts-navigation .nav-links .nav-next a,
.site-main .post-navigation .nav-links .nav-next a {
    padding-left: 0;
    padding-right: 70px;
}

.site-main .comment-navigation .nav-previous a:before,
.site-main .posts-navigation .nav-previous a:before,
.site-main .post-navigation .nav-previous a:before,
.site-main .comment-navigation .nav-next a:after,
.site-main .posts-navigation .nav-next a:after,
.site-main .post-navigation .nav-next a:after {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
    font-family: bootstrap-icons !important;
    font-weight: 900;
    content: "\f12f";
    font-size: 20px;
    display: inline-block;
    z-index: 99;
    color: var(--themeht-white-color);
    background: var(--themeht-primary-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.site-main .comment-navigation .nav-previous a:hover:before,
.site-main .posts-navigation .nav-previous a:hover:before,
.site-main .post-navigation .nav-previous a:hover:before,
.site-main .comment-navigation .nav-next a:hover:after,
.site-main .posts-navigation .nav-next a:hover:after,
.site-main .post-navigation .nav-next a:hover:after {
    background-color: var(--themeht-secondary-color);
}

.site-main .comment-navigation .nav-next a:after,
.site-main .posts-navigation .nav-next a:after,
.site-main .post-navigation .nav-next a:after {
    left: inherit;
    right: 0;
    content: "\f138";
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    padding-right: 30px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    padding-left: 30px;
}

.pagination .page-numbers,
.page-links .post-page-numbers {
    border: 1px solid #ededed;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin: 0 2px 0 2px;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current {
    border: 1px solid var(--themeht-primary-color);
    background-color: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

.post.sticky .post-card {
    background: var(--themeht-white-color);
    padding: 30px;
    box-shadow: none;
    border: 5px solid var(--themeht-primary-color);
}

.post.sticky .post-card .post-date {
    margin: 0;
}

.post.sticky .post-card .post-desc {
    padding: 30px 30px 0 30px;
}

.post.sticky .post-card.style-2 .post-desc {
    border: 0px;
    padding: 0px;
}

.post.sticky .post-card.style-2 .post-bottom {
    padding-top: 0;
}


/* ------------------------ Featured Box ------------------------*/
.featured-item.style-1 {
    display: flex;
    margin-bottom: 30px;
}

.featured-item.style-1 .featured-icon {
    margin-right: 20px;
    flex-shrink: 0;
    position: relative;
    z-index: 9;
    font-size: 50px;
    line-height: 1;
    color: var(--themeht-primary-color);
    display: inline-block;
}

.featured-item.style-1 .featured-icon i {
    display: inline-block;
}

.featured-item.style-1 .featured-icon img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.featured-item.style-1 .featured-description p {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 16px;
}

.featured-item.style-1 .featured-title h5 {
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 30px;
    font-size: 24px;
}

.primary-bg .featured-item.style-1 .featured-title h5 {
    color: var(--themeht-white-color);
    margin-bottom: 0;
}

.primary-bg .featured-item.style-1 .featured-description {
    color: var(--themeht-white-color);
}

.featured-white .featured-item.style-1 .featured-title h5,
.featured-white .featured-item.style-1 .featured-description,
.featured-white .featured-item.style-1 .featured-description a {
    color: var(--themeht-white-color);
}

/* ------- Featurebox Style-2 -------- */
.featured-item.style-2 {
    display: flex;
    position: relative;
    background: var(--themeht-white-color);
    align-items: end;
    padding-right: 200px;
}

.featured-item.style-2 .featured-icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.featured-item.style-2 .featured-icon img {
    width: 140px;
}

.featured-item.style-2 .featured-desc {
    padding: 40px 0 40px 40px;
}

.featured-item.style-2 h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.featured-item.style-2 p {
    line-height: 26px;
    color: var(--themeht-secondary-color);
    font-size: 16px;
    margin-bottom: 35px;
}

.featured-item.style-2 .btn-arrow {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
}

.featured-item.style-2 .btn-arrow:hover {
    color: var(--themeht-primary-color);
}

.featured-item.style-2 .btn-arrow:before {
    position: absolute;
    top: 0px;
    right: -26px;
    content: "\f138";
    font-family: bootstrap-icons !important;
}

.featured-item.style-2 .btn-arrow i {
    margin-left: 10px;
    font-size: 16px;
    line-height: 20px;
}

/* ------- Featurebox Style-3 -------- */
.featured-item.style-3 {
    margin-bottom: 30px;
    text-align: center;
    padding: 50px 40px;
    background: var(--themeht-white-color);
}

.featured-item.style-3 img {
    width: 180px;
    border-radius: 100%;
}

.featured-item.style-3 h5 {
    font-size: 26px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.featured-item.style-3 .featured-icon i {
    display: flex;
    font-size: 60px;
    line-height: 60px;
    color: var(--themeht-primary-color);
}

.featured-item.style-3 .featured-desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}

.featured-item.style-3 .featured-desc p {
    line-height: 26px;
    font-size: 16px;
}

.featured-item.style-3 .btn-arrow {
    font-size: 20px;
    background-color: var(--themeht-light-color);
    color: var(--themeht-secondary-color);
    display: inherit;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    margin-top: 25px;
}

.featured-item.style-3 .btn-arrow:hover {
    background-color: var(--themeht-secondary-color);
    color: var(--themeht-white-color);
}


/* ------------------------ Testimonials ------------------------*/
/* ------- Testimonials Style 1 -------- */
.elementor-widget-testimonial-video-slider .testimonial.style-1 {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.elementor-widget-testimonial-video-slider .testimonial.style-1:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -moz-linear-gradient(1deg, rgba(0, 0, 0, 100%) 0%, rgba(34, 34, 34, 30%) 40%);
    background: -webkit-linear-gradient(1deg, rgba(0, 0, 0, 100%) 0%, rgb(34 34 34 / 30%) 40%);
    background: linear-gradient(1deg, rgba(0, 0, 0, 100%) 0%, rgb(34 34 34 / 30%) 40%);
}

.elementor-widget-testimonial-video-slider .testimonial.style-1 .testimonial-img img {
    width: 100%;
}

.elementor-widget-testimonial-video-slider .testimonial.style-1 .testimonial-img img {
    width: 100%;
    transform: scale(1.01);
}

.elementor-widget-testimonial-video-slider .testimonial.style-1:hover .testimonial-img img {
    transform: scale(1.08);
}

.elementor-widget-testimonial-video-slider .testimonial.style-1 .popup-youtube {
    position: absolute;
    left: 25px;
    top: 25px;
    border: 1px solid var(--themeht-white-color);
    color: var(--themeht-white-color);
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 9;
}

.elementor-widget-testimonial-video-slider .testimonial.style-1 .testimonial-caption {
    position: absolute;
    right: 30px;
    bottom: 25px;
    z-index: 9;
}

.elementor-widget-testimonial-video-slider .testimonial.style-1 .testimonial-caption h4 {
    margin-bottom: 0;
    color: var(--themeht-white-color);
}

.elementor-widget-testimonial-video-slider .testimonial.style-1 .testimonial-caption span {
    text-transform: uppercase;
    color: var(--themeht-primary-color);
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.elementor-widget-testimonial-video-slider .swiper-slide {
    padding: 0px 10px;
}

.elementor-widget-testimonial-video-slider .swiper-pagination-bullet {
    background: var(--themeht-white-color);
    opacity: inherit;
}

.elementor-widget-testimonial-video-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--themeht-secondary-color);
}

.elementor-widget-testimonial-video-slider .swiper-button-prev {
    left: 25px;
}

.elementor-widget-testimonial-video-slider .swiper-button-next {
    right: 25px;
}

/* ------- Testimonials Style 2 -------- */
.testimonial.style-2 {
    color: var(--themeht-secondary-color);
    position: relative;
    text-align: center;
    padding: 0 200px;
}

.testimonial.style-2 .testimonial-quote {
    margin-bottom: 30px;
}

.testimonial.style-2 p {
    font-size: 24px;
    line-height: 34px;
    font-style: italic;
    color: var(--themeht-white-color);
}

.testimonial.style-2 i {
    font-size: 60px;
    line-height: 60px;
    color: var(--themeht-primary-color);
}

.testimonial.style-2 .testimonial-img img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.testimonial.style-2 .testimonial-text {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--themeht-typography-secondary-font-family);
    font-weight: 400;
    font-style: italic;
}

.testimonial.style-2 .testimonial-content {
    margin-top: 40px;
    display: inline-flex;
    align-items: center;
}

.testimonial.style-2 .testimonial-caption {
    text-align: left;
    margin-left: 15px;
}

.testimonial.style-2 .testimonial-caption h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 4px;
}

.testimonial.style-2 .testimonial-caption span {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
}

.primary-bg .testimonial-center .testimonial.style-2 {
    padding: 0;
}

.primary-bg .testimonial-center .swiper-slide-active .testimonial.style-2 {
    background: transparent;
    border: none;
    box-shadow: inherit;
}


.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-radius: 0px;
}

.testimonial-swiper .swiper-button-prev {
    left: 0;
}

.testimonial-swiper .swiper-button-next {
    right: 0;
}


.blur-bg .elementor-widget-wrap {
    background-color: #ffffff33;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

/* bg-blur-dark */
.bg-blur-dark .testimonial.style-2 p,
.bg-blur-dark .testimonial.style-2 .testimonial-caption h4 {
    color: var(--themeht-secondary-color);
}


/* ------------------------ Service Box ------------------------*/
/* ------- Service style-1 -------- */
.service-item.style-1 {
    background-color: var(--themeht-white-color);
    margin-bottom: 60px;
    position: relative;
}

.service-item.style-1 .service-image {
    position: relative;
    overflow: hidden;
}

.service-item.style-1:hover .service-image img {
    -webkit-transform: scale(1.05) rotate(2deg);
    -ms-transform: scale(1.05) rotate(2deg);
    -o-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
}

.service-item.style-1 .service-image:before {
    position: absolute;
    background-color: var(--themeht-secondary-color);
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
}

.service-item.style-1:hover .service-image:before {
    opacity: 0.5;
}

.service-item.style-1 .service-title h4 {
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

.service-item.style-1 .service-title a {
    position: absolute;
    background: var(--themeht-secondary-color);
    color: var(--themeht-white-color);
    padding: 20px 30px 20px 40px;
    border-radius: 0 0 0 6px;
    width: 70%;
    display: inline-block;
    bottom: -20px;
}

.service-item.style-1 .service-title a:hover {
    color: var(--themeht-primary-color);
}

.service-item.style-1 .service-title a:before {
    position: absolute;
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
    bottom: 0;
    right: -24px;
    content: "";
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    -ms-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 25px;
    height: 60px;
}

.service-item.style-1 .arrow-btn {
    color: var(--themeht-white-color);
    font-size: 28px;
    line-height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.service-item.style-1:hover .arrow-btn {
    opacity: inherit;
}

.service-item.style-1 .arrow-btn:hover {
    color: var(--themeht-primary-color);
}

/* ------- Service style-2 -------- */
.service-item.style-2 {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background-color: var(--themeht-white-color);
}

.service-item.style-2 .service-image {
    position: relative;
    overflow: hidden;
}

.service-item.style-2 .service-image img {
    transform: scale(1.01);
}

.service-item.style-2:hover .service-image img {
    transform: scale(1.08);
}

.service-item.style-2 .service-icon {
    position: absolute;
    top: -35px;
    right: 15px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 35px;
    color: var(--themeht-secondary-color);
    text-align: center;
    border-radius: 100%;
    background-color: var(--themeht-primary-color);
}

.service-item.style-2 .service-desc {
    padding: 50px 30px 15px 30px;
    position: relative;
}

.service-item.style-2 .service-title h4 {
    margin-bottom: 10px;
    color: var(--themeht-secondary-color);
    text-transform: capitalize;
}

.service-item.style-2 .service-title h4:hover {
    color: var(--themeht-primary-color);
}

.service-item.style-2 .service-desc p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
    color: var(--themeht-secondary-color);
}

.service-item.style-2 .arrow-btn {
    display: inline-block;
    margin-top: 25px;
    color: var(--themeht-secondary-color);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 600ms ease 0s;
    z-index: 9;
    position: relative;
}

.service-item.style-2 .arrow-btn:hover {
    color: var(--themeht-primary-color);
}

.service-item.style-2 .arrow-btn:before {
    position: absolute;
    top: -1px;
    right: -26px;
    content: "\f138";
    font-family: bootstrap-icons !important;
}

/* ------- Service style-3 -------- */
.service-item.style-3 {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ebf3f5;
    text-align: center;
    padding: 50px 30px;
}

.service-item.style-3:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--themeht-secondary-color);
    opacity: 0.3;
}

.service-item.style-3:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--themeht-white-color);
    z-index: 9;
}

.service-item.style-3:hover:before {
    height: 0px;
}

.service-item.style-3 .img {
    width: 100%;
}

.service-item.style-3 .service-desc {
    z-index: 9;
    position: relative;
}

.service-item.style-3:hover .service-title a,
.service-item.style-3:hover .service-icon i,
.service-item.style-3:hover .service-desc p {
    color: transparent;
}

.service-item.style-3 .service-image:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--themeht-white-color);
}

.service-item.style-3:hover .service-image:before {
    height: 0;
}

.service-item.style-3 .service-icon {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 10px;
    color: var(--themeht-primary-color);
}

.service-item.style-3 .service-title {
    text-transform: capitalize;
}

.service-item.style-3 .arrow-btn {
    background: var(--themeht-primary-color);
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 15px;
}

.service-item.style-3 .arrow-btn:hover {
    background: var(--themeht-secondary-color);
    color: var(--themeht-white-color);
}

.service-item.style-3:hover .arrow-btn {
    opacity: 1;
    top: 50%;
}

.service-item.style-3 p {
    margin-bottom: 0;
}

/* ------- Service style-4 -------- */
.service-item.style-4 {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    border-top: 1px solid #ededed;
    display: flex;
    align-items: center;
}

.service-item.style-4:last-child {
    border-bottom: 1px solid var(--themeht-body-color);
}

.service-item.style-4 p {
    margin-bottom: 20px;
}

.service-item.style-4 h4 {
    margin: 0 0 10px;
}

.service-item.style-4 .service-img {
    padding-right: 50px;
    height: 400px;
}

.service-item.style-4 .service-img img {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 100%;
}

.service-item.style-4 .service-desc {
    background: var(--themeht-white-color);
    padding: 50px 40px;
    position: relative;
    z-index: 9;
    margin-top: -100px;
    width: 80%;
    margin-left: auto;
}

.service-item.style-4 .service-icon i {
    font-size: 60px;
    margin-right: 30px;
    line-height: 60px;
    display: flex;
    align-items: center;
    color: var(--themeht-primary-color);
}

.service-item.style-4 .service-icon img {
    max-width: 70px !important;
    border-radius: 0 !important;
}

.service-item.style-4 h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0;
}

.service-item.style-4 .service-btn {
    position: absolute;
    right: 0;
    font-size: 15px;
    top: 50%;
    transform: inherit;
    background-color: var(--themeht-white-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: var(--themeht-secondary-color);
    text-align: center;
    margin-top: -25px;
}

.theme-move-cursor {
    top: -100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transition: all 0.1s linear, top 0ms linear, left 0ms ease-in-out;
    z-index: 9;
}

.theme-cursor-show {
    width: 200px;
    height: 200px;
    top: auto;
    left: auto;
    border-radius: 0;
    transform: translate(-40%, -50%);
    background-size: cover;
    transition: all 0.2s linear, top 0ms linear, left 0ms ease-in-out;
    border: none;
    mix-blend-mode: normal;
    background-size: 100;
}

/* ------- Service Setails -------- */
/*Service Sidebar*/
.service-widget.widget {
    margin-bottom: 20px;
    background-color: var(--themeht-white-color);
    padding: 30px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

.service-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.service-widget li {
    margin-bottom: 10px;
    list-style-type: none;
    background: var(--themeht-light-color);
    padding: 10px 35px 10px 15px;
    position: relative;
}

.service-widget.widget.widget_nav_menu ul li.current-menu-item:before {
    background-color: var(--themeht-white-color);
}

.service-widget li.current-menu-item,
.service-widget li:hover {
    background-color: var(--themeht-primary-color);
}

.service-widget li.current-menu-item a,
.service-widget li:hover a {
    color: var(--themeht-white-color) !important;
}

.service-widget li:last-child {
    margin-bottom: 0;
}

.service-widget li a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    color: var(--themeht-secondary-color);
    font-family: var(--themeht-secondary-font);
    text-transform: capitalize;
}

.service-widget li:hover a {
    color: var(--themeht-primary-color);
}

.service-widget.widget_nav_menu ul li:before {
    content: " ";
    position: absolute;
    right: 20px;
    top: 19px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--themeht-primary-color);
}

.service-widget.widget.widget_nav_menu ul li:hover:before {
    background-color: var(--themeht-white-color);
}

.service-widget.widget_nav_menu li:last-child {
    border-bottom: none;
}

.service-widget.widget_text {
    background-color: var(--themeht-white-color);
    padding: 30px;
    margin-top: 50px;
}

.service-widget.widget.widget_nav_menu ul li>a {
    padding-left: 0;
}

.service-widget.widget.widget_nav_menu ul li>a::before {
    display: none;
}

.widget-title {
    position: relative;
    margin-bottom: 30px !important;
}

.service-contact h3,
.service-contact p {
    color: var(--themeht-white-color);
}

.service-single .post-thumbnail {
    overflow: hidden;
    height: 600px;
}

.service-single .service-box {
    padding-left: 40px;
}

/* service-tab-slider */
.service-tab-slider {
    display: flex;
    align-items: center;
}

.service-tab-slider .tab-thumb-slider .swiper-wrapper {
    display: grid;
}

.service-tab-slider .tab-thumb-slider {
    width: 60%;
}

.service-tab-slider .tab-swiper {
    width: 40%;
}

.tab-thumb-slider .swiper-slide {
    width: 100% !important;
}

.tab-thumb-slider .service-item.style-5 .service-title h4:hover,
.tab-thumb-slider .swiper-slide-thumb-active .service-title h4 {
    -webkit-text-stroke: inherit !important;
    color: var(--themeht-secondary-color) !important;
}

.tab-thumb-slider .service-item.style-5 .service-title h4 {
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px #000000a3;
    font-size: 55px;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.tab-swiper.swiper-fade .swiper-slide {
    opacity: 0 !important;
}

.tab-swiper.swiper-fade .swiper-slide.swiper-slide-visible.swiper-slide-active {
    opacity: 1 !important;
}

.service-item.style-5 .service-desc h5 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.service-item.style-5 .service-desc .service-list {
    margin: 40px 0px 50px 0;
}

.service-item.style-5 .service-desc .service-list li i {
    color: var(--themeht-primary-color);
    margin-right: 10px;
    font-size: 30px;
    line-height: 1;
}

.service-item.style-5 .service-desc .service-list li {
    color: var(--themeht-secondary-color);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: var(--themeht-secondary-font) !important;
    font-size: 18px;
    line-height: 24px;
}

/* item-download */
.item-download {
    margin-bottom: 10px
}

.item-download:last-child {
    margin-bottom: 0px;
}

.item-download a {
    font-size: 16px;
    line-height: 24px;
    color: var(--themeht-secondary-color);
    background-color: var(--themeht-light-color);
    display: flex;
    align-items: center;
    padding: 15px 20px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden;
}

.item-download a i {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 100%;
    margin-right: 15px;
    color: var(--themeht-primary-color);
    background-color: var(--themeht-white-color);
}

.item-download p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
}

.item-download span {
    display: grid;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}

/*ht-sidebar-banner */
.ht-sidebar-banner {
    position: relative;
}

.ht-sidebar-banner {
    padding: 40px;
    position: relative;
    background-image: url(https://radiology.themeht.com/wp-content/uploads/2023/06/Services-3.jpg);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ht-sidebar-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--themeht-secondary-color);
    opacity: 0.9;
}

.ht-sidebar-banner .ht-sidebar-content {
    position: relative;
    z-index: 99;
}

.ht-sidebar-banner .ht-sidebar-title {
    margin-bottom: 100px;
    color: var(--themeht-white-color);
}

.ht-sidebar-banner .ht-sidebar-button {
    padding: 12px 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    background-color: var(--themeht-primary-color);
}

.ht-sidebar-banner .ht-sidebar-button:hover {
    background-color: var(--themeht-white-color);
}


/* ------------------------ Price Table ------------------------*/
.price-table {
    padding: 50px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background-color: var(--themeht-white-color);
    margin-bottom: 30px;
    text-align: left;
}

.price-value h2 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    color: var(--themeht-secondary-color);
}

.price-value h2 span {
    color: var(--themeht-body-color);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.price-list {
    margin: 40px 0;
}

.price-list ul li {
    position: relative;
    color: var(--themeht-body-color);
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    display: flex;
}

.price-list ul li:last-child {
    margin-bottom: 0;
}

.price-list ul li:last-child {
    margin-right: 0;
}

.price-list li i {
    color: var(--themeht-primary-color);
    line-height: 28px;
    font-size: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 3px;
    margin-top: -4px;
}

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

.price-title h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--themeht-secondary-color);
    text-transform: capitalize;
}

.price-table .primary-btn {
    display: inline-block;
    margin-top: 10px;
    min-width: fit-content;
    padding: 15px 25px;
    font-size: 15px;
    line-height: 15px;
}


/* ------------------------ Progress Bar ------------------------*/
.ht-progress-bar {
    position: relative;
    margin-bottom: 10px;
}

.ht-progress-bar h4 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

.ht-progress-bar .progress {
    overflow: visible;
    align-items: center;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #ededed;
    border-radius: inherit;
    position: relative;
}

.ht-progress-bar .progress-parcent {
    position: absolute;
    top: -20px;
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    right: 0;
    color: var(--themeht-secondary-color);
}

.ht-progress-bar .progress .progress-bar {
    height: 6px;
    background-color: var(--themeht-primary-color);
    overflow: visible;
}


/* ------------------------ Project ------------------------*/
/* Project item style 1 */
.project-item.style-1 {
    position: relative;
    margin-bottom: 30px;
}

.project-item.style-1 .project-img {
    position: relative;
    overflow: hidden;
}

.project-item.style-1 .project-img img {
    transform: scale(1.01);
}

.project-item.style-1:hover .project-img img {
    transform: scale(1.08);
}

.project-item .project-title .project-cat a {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 25px;
    color: var(--themeht-body-color);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    transition: all 600ms ease 0s;
    z-index: 9;
    position: relative;
}

.project-item .project-title h4 a:hover {
    color: var(--themeht-primary-color);
}

.project-desc {
    position: relative;
}

/* Project item style 2 */
.project-item.style-2 .project-image {
    z-index: 9;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.project-item.style-2 .project-img:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    background: rgb(98, 218, 185);
    background: radial-gradient(circle, rgba(98, 218, 185, 1) 0%, rgba(0, 0, 0, 0) 60%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
}

.project-item.style-2:hover .project-img:before {
    opacity: 1;
}

.project-item.style-2:hover .project-img img {
    filter: none
}

.project-item.style-2 .project-img img {
    width: 100%;
    border-radius: 0;
}

.project-item.style-2 .project-desc {
    z-index: 9;
    padding-left: 30px;
    position: absolute;
    bottom: 35px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.project-item.style-2:hover .project-desc {
    opacity: 1;
}

.project-item.style-2 .project-desc h3 {
    margin-bottom: 5px;
}

.project-item.style-2 .project-btn {
    font-size: 100px;
    line-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-40deg);
    z-index: 9;
    color: transparent;
    -webkit-text-stroke: 1px var(--themeht-white-color);
}

.project-item.style-2 .project-btn i {
    opacity: 0;
    transition: all .3s;
    transform: translateX(-30px) translateY(0px);
}

.project-item.style-2:hover .project-btn i {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.project-item.style-2 .project-btn i {
    display: flex;
}

.project-item.style-2 h3 a {
    position: relative;
    padding: 10px 10px;
    font-size: 22px;
    line-height: 24px;
    display: inline-block;
    font-weight: 600;
}

.project-item.style-2 h3 a:hover {
    color: var(--themeht-primary-color);
}

.project-item.style-2 h3 a:before,
.project-item.style-2 .project-cat a:before {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    content: "";
    background: var(--themeht-white-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1
}

.project-item.style-2 .project-cat a {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 6px 15px;
    color: var(--themeht-body-font);
    position: relative;
    font-weight: 600;
}

.project-item.style-2:hover h3 a:before,
.project-item.style-2:hover .project-cat a:before {
    width: 100%;
}

/*Project Meta*/
.project-meta-list {
    display: flex;
    align-items: flex-start;
}

.project-meta-icon {
    font-size: 40px;
    color: var(--themeht-primary-color);
    flex-shrink: 0;
    margin-right: 20px;
    line-height: 1;
}

.project-meta-sub-title {
    color: var(--themeht-body-color);
    font-weight: 600;
}

.portfolio-single .portfolio-img {
    overflow: hidden;
    height: 600px;
}

.portfolio-single .portfolio-img img {
    width: 100%;
}

.portfolio-single .project-details-content {
    margin-top: 20px;
}

.portfolio-single ul.project-meta-info li:last-child {
    padding: 0;
}

.portfolio-single .project-meta {
    margin: 0;
    background-color: var(--themeht-white-color);
    padding: 40px;
    margin-top: 50px;
    position: relative;
}

.portfolio-single .project-meta:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: var(--themeht-primary-color);
}

.portfolio-single ul.project-meta-info {
    margin: 0;
    padding: 0;
}

.portfolio-single ul.project-meta-info li {
    list-style-type: none;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.portfolio-single ul.project-meta-info li:last-child {
    margin-bottom: 0px;
}

.portfolio-single ul.project-meta-info li span.title {
    display: block;
}

.portfolio-single ul.project-meta-info li span.sub-title {
    font-weight: 600;
    color: var(--themeht-secondary-color);
    font-size: 19px;
}

.portfolio-single .project-meta .team-social-icon li {
    margin-right: 10px;
}

.portfolio-single .project-meta .team-social-icon li a {
    font-size: 15px;
    color: var(--themeht-secondary-color);
    display: inline-block;
    text-align: center;
    background: var(--themeht-light-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
}

.portfolio-single .project-meta .team-social-icon li a:hover {
    background: var(--themeht-primary-color);
}

.portfolio-single-page .entry-content {
    padding-right: 60px;
}


/* ------------------------ Step item ------------------------*/
.step-item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.step-item .step-icon:before {
    position: absolute;
    top: 90px;
    right: -115px;
    content: url(https://radiology.themeht.com/wp-content/uploads/2023/05/stpe-png.png);
}

.step-item .step-icon {
    position: relative;
    width: 200px;
    height: 200px;
    margin: auto;
}

.step-item .step-icon span img {
    border-radius: 100%;
}

.step-item .step-icon i {
    font-size: 90px;
    line-height: 90px;
    color: var(--themeht-primary-color);
}

.step-item .step-title {
    margin-top: 20px;
}

.step-item .step-title h5 {
    line-height: 30px;
    font-size: 24px;
    text-transform: capitalize;
}

.step-item .step-number {
    position: absolute;
    top: 0px;
    right: 20px;
    background-color: var(--themeht-primary-color);
    color: var(--themeht-secondary-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    font-size: 17px;
    font-weight: 600;
}

section .elementor-container .elementor-column:nth-of-type(2n+2) .elementor-element .elementor-widget-container .step-item .step-number {
    top: 150px;
}

section .elementor-container .elementor-column:nth-of-type(2n+2):last-child .elementor-element .elementor-widget-container .step-item .step-icon:before {
    content: none;
}


/* ------------------------ Contact item ------------------------*/
/* contact-item style-1*/
.contact-item.style-1 {
    background-color: #17202c;
    padding: 40px;
    margin-bottom: 30px;
}

.contact-item.style-1 .contact-title h5 {
    color: var(--themeht-white-color);
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 25px;
}

.contact-item.style-1 .contact-list {
    color: #a6b5c9;
    display: flex;
    margin-bottom: 15px;
    line-height: 23px;
}

.contact-item.style-1 .contact-icon {
    margin-right: 15px;
    color: var(--themeht-primary-color);
}


/* ------------------------ Client logo ------------------------*/
.client-logo {
    filter: grayscale(100%);
}

.client-logo:hover {
    filter: inherit;
}


/* ------------------------ Marquee Text ------------------------*/
.marquee-text {
    animation: marquee 50s linear infinite;
    display: flex;
}

.marquee-text span {
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    margin-right: 110px;
    position: relative;
    text-transform: uppercase;
    color: var(--themeht-secondary-color);
}

.marquee-text span:before {
    position: absolute;
    right: -70px;
    top: -2px;
    content: "+";
    font-size: 54px;
    font-weight: normal;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-100%);
    }
}

@keyframes marquee-2 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translatex(0);
    }
}


/* ------------------------ 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 {
    opacity: 0;
    --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 {
    opacity: 1;
    animation-fill-mode: both;
    animation-duration: 600ms;
    animation-delay: calc(200ms + calc(20ms * 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);
}

@keyframes uicoreFadeInUp {
    0% {
        transform: translate3d(0, 40px, 0);
    }

    100% {
        transform: translateZ(0);
    }
}

@keyframes uicoreFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.play-icon a i {
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 100px;
    border: 1px solid #eee;
    color: var(--themeht-white-color);
    font-size: 40px;
}

.white-title .theme-title h6,
.white-title .theme-title h2,
.white-title .theme-title p {
    color: var(--themeht-white-color);
}