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

/* ------------------------ 
Table of Contents 
 1. General 
 2. Transition 
 3. Box Shadow 
 4. Pre Loader 
 5. Scroll to Top 
 6. Header 
 7. Footer 
 8. Page Title 
 9. Cursor
------------------------*/

/* ------------------------ General ------------------------*/
a,
a:focus {
    text-decoration: none !important;
}

a,
a:visited {
    text-decoration: none;
    color: var(--themeht-secondary-color);
}

a:focus,
a:hover {
    color: var(--themeht-secondary-color);
    text-decoration: none !important;
}

a,
button,
input {
    outline: medium none !important;
}

*::-moz-selection {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
    text-shadow: none;
}

::-moz-selection {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
    text-shadow: none;
}

::selection {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
    text-shadow: none;
}

.first-letter-larg {
    float: left;
    font-size: 50px;
    margin-right: 10px;
    font-weight: 700;
    line-height: 50px;
    color: var(--themeht-secondary-color);
}


/* ------------------------ Transition ------------------------*/
a,
.btn,
button,
img,
span,
input,
.dropdown-item,
.nav-item.dropdown .dropdown-menu a:before,
.marquee-btn,
.social-icons li:hover a,
.featured-item,
.service-item,
.service-icon,
.service-icon2,
.swiper-button-next,
.swiper-button-prev,
.service-image:before,
.team-images,
.team-description,
.footer-list li a:before,
.service-widget li a:before,
.service-widget li a:after,
.featured-item.style-3,
.team-member .team-social-icon,
.project-item.style-1 .project-img img,
.service-item.style-2 .service-image img,
.service-widget.widget_nav_menu ul li:before,
.service-item.style-3:hover .service-title,
.service-item.style-3:hover p,
.service-item.style-3 .service-image:before,
.service-item.style-3:hover .arrow-btn,
.service-item.style-3:before,
.service-item.style-3 .service-title a,
.service-item.style-3 .service-icon i,
.service-item.style-3 .service-desc p,
.client-logo,
.header-top .social-icons li a i,
.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,
.tab-thumb-slider .service-item.style-5 .service-title h4,
.tab-thumb-slider .service-item.style-5 .service-title h4:hover,
.service-widget li,
.site-main .comment-navigation .nav-links a,
.site-main .posts-navigation .nav-links a,
.site-main .post-navigation .nav-links a {
    -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;
}


/* ------------------------ Box Shadow ------------------------*/
.box-shadow,
.dropdown-menu,
.sticky-header,
.navbar-nav ul,
.btn,
.year-counter .counter,
.service-widget.widget,
.elementor-widget-service-grid .service-item.style-1,
.post.sticky .post-card,
.elementor-accordion .elementor-accordion-item,
.testimonial.style-1 .testimonial-content,
.team-member .team-social-icon {
    -webkit-box-shadow: 0 5px 22px 0px rgba(15, 53, 103, .05);
    -moz-box-shadow: 0 5px 22px 0px rgba(15, 53, 103, .05);
    box-shadow: 0 5px 22px 0px rgba(15, 53, 103, .05);
}


/* ------------------------ Pre Loader ------------------------*/
#ht-preloader {
    background: var(--themeht-white-color);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    max-height: var(--loader-img-height);
}


/* ------------------------ Scroll to Top ------------------------*/
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.scroll-top a,
.scroll-top a, .scroll-top a:visited {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 32px;
    color: var(--themeht-secondary-color);
    background: var(--themeht-primary-color);
}

.scroll-top.scroll-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* ------------------------ Header ------------------------*/
/*--Header top--*/
.topbar-link a,
.topbar-link {
    color: var(--themeht-secondary-color);
}

.topbar-link i {
    margin-right: 5px;
    color: var(--themeht-primary-color);
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
}

.topbar-link a:hover {
    color: var(--themeht-primary-color)
}

.header-top {
    line-height: 50px;
    position: relative;
    z-index: 999;
    background-color: var(--themeht-secondary-color);
}

.header-top ul {
    margin: 0;
}

.header-top .topbar-link li {
    display: inline-block;
    margin: 0;
    padding-right: 20px;
    margin-right: 20px;
    font-size: 14px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 0;
    font-weight: 500;
    color: var(--themeht-white-color);
}

.header-top .topbar-link li a {
    color: var(--themeht-white-color);
}

.header-top .topbar-link li:last-child {
    border: none;
}

.header-top .topbar-link li:last-child::after {
    content: none;
}

.header-top .social-icons {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-top .social-icons li {
    margin: 0 15px 0 0;
}

.header-top .social-icons li:last-child {
    margin: 0 20px 0 0;
}

.header-top .social-icons li a {
    color: var(--themeht-white-color);
    height: auto;
    line-height: normal;
    width: auto;
    font-size: 16px;
}

.header-top .social-icons li a i:hover {
    color: var(--themeht-primary-color);
}

.header .primary-btn {
    margin-left: 30px;
    padding: 22px 40px;
    text-transform: inherit;
    font-size: 17px;
    line-height: 20px;
}

.header-number {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.header-number span {
    display: block;
    color: var(--themeht-primary-color);
    font-weight: 600;
    line-height: 14px;
    font-size: 14px;
    text-transform: uppercase;
}

.header-number div>a {
    color: var(--themeht-secondary-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
    display: inline-block;
}

.header-number i {
    font-size: 20px;
    color: var(--themeht-white-color);
    background: var(--themeht-primary-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-nav a.dark-btn {
    margin-left: 30px;
    background: var(--themeht-secondary-color);
    color: var(--themeht-white-color);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 20px 25px;
}

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

#header-wrap {
    position: relative;
    z-index: 999;
    padding: 15px 0;
    box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 6%);
}

.admin-bar .header,
.admin-bar .sticky-header.fixed-header {
    top: 30px;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    padding: 10px 0;
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--themeht-white-color);
}

.sticky-header.fixed-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: smoothScroll;
    -moz-animation-name: smoothScroll;
    -op-animation-name: smoothScroll;
    -webkit-animation-name: smoothScroll;
    animation-name: smoothScroll;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes smoothScroll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes smoothScroll {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sticky-header.fixed-header .search-icon a {
    color: var(--themeht-primary-color);
}

.logo img {
    max-height: var(--logo-desktop-height);
}

.ht-navigation {
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    display: flex;
    align-items: center;
}

.navigation-top {
    margin: 0 auto;
}

@media (min-width:1200px) {
    .main-nav .menu {
        flex-direction: row;
        display: flex;
        margin: 0;
        padding: 0;
    }
}

.main-nav li {
    position: relative;
    list-style-type: none;
}

.main-nav>ul>li {
    margin: 0 15px;
}

.main-nav>ul>li>a {
    color: var(--themeht-secondary-color);
    border-radius: 0;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.main-nav>ul>li>.sub-menu-toggle {
    display: none;
}

.main-nav ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 99999;
    background: var(--themeht-white-color);
    box-shadow: 0 0.5rem 1rem rgb(42 39 94 / 6%);
    border-radius: 5px;
    padding: 0;
    border: 1px solid #eeeeee;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

@media (min-width:1200px) {
    .main-nav ul li:hover>ul.sub-menu {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }

    .main-nav ul.sub-menu li:hover ul.sub-menu {
        top: 0;
    }

}

.main-nav ul.sub-menu li ul {
    left: 100% !important;
    top: 0;
}

.main-nav .sub-menu li {
    border-bottom: 1px solid #eeeeee;
}

.main-nav .sub-menu li:last-child {
    border-bottom: none;
}

.main-nav .sub-menu li a {
    display: inline-block;
    width: 100%;
    padding: 15px 40px 15px 20px;
    color: var(--themeht-secondary-color);
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.sub-menu-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: var(--themeht-secondary-color);
    font-size: 14px;
    line-height: 14px;
}

@media (min-width:992px) {

    .main-nav>ul>li>a:hover,
    .main-nav>ul>li.current-menu-item>a,
    .main-nav>ul>li.current-menu-parent>a {
        color: var(--themeht-primary-color);
    }

    .main-nav ul.sub-menu {
        min-width: 14em !important;
        max-width: 20em !important;
    }

    .main-nav .sub-menu li a:hover,
    .main-nav ul li .sub-menu li.current-menu-item>a {
        background: var(--themeht-primary-color);
        color: var(--themeht-white-color);
    }

    .main-nav .sub-menu li:hover .sub-menu-toggle,
    .main-nav ul li .sub-menu li.current-menu-item .sub-menu-toggle {
        color: var(--themeht-white-color);
    }
}

.ht-mobile-menu-bg {
    display: none;
}

.nav-menu-toggle {
    box-shadow: none;
    border: none;
    background: none;
    padding: 0;
    font-size: 40px;
    line-height: 1;
    display: none;
}

.closepanel {
    display: none;
}

@media (max-width:1200px) {
    .sticky-header.fixed-header {
        display: none !important;
    }

    .sub-menu-toggle {
        top: 26px;
    }

    .main-nav .menu {
        padding-left: 0;
        padding-top: 80px;
    }

    .admin-bar .main-nav .menu {
        padding-top: 120px;
    }

    .closepanel {
        position: absolute;
        right: 30px;
        top: 30px;
    }

    .admin-bar .closepanel {
        top: 80px;
    }

    .nav-menu-toggle,
    .ht-mobile-menu-bg,
    .closepanel {
        display: block;
    }

    .main-nav>ul>li>.sub-menu-toggle {
        display: block;
    }

    .main-nav>ul>li {
        border-bottom: 1px solid #eeeeee;
        margin: 0;
    }

    .main-nav>ul>li>a {
        padding: 20px;
        display: inline-block;
    }

    .main-nav ul.sub-menu {
        position: static;
        display: none !important;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        border: none;
    }

    .main-nav .sub-menu li {
        border-bottom: none;
    }

    .main-nav .sub-menu li a {
        padding: 15px 0;
    }

    .main-nav ul.sub-menu.show {
        display: block !important;
        width: 250px;
        margin-left: 0;
        padding-left: 3rem;
        visibility: visible;
        opacity: 1;
    }

    .main-nav ul.sub-menu ul.sub-menu.show {
        padding-left: 1rem;
    }

    .main-nav .sub-menu .sub-menu-toggle {
        right: 0;
        top: 20px;
        font-size: 14px;
    }

    .main-nav {
        background-color: var(--themeht-white-color);
        position: fixed;
        top: 0;
        right: -400px;
        z-index: 1000;
        width: 300px;
        height: 100%;
        padding: 0;
        display: block;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        -webkit-transform: translateX(400px);
        -ms-transform: translateX(400px);
        transform: translateX(400px);
        opacity: 0;
    }

    .main-nav.menu-active {
        right: 0px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
        overflow-y: scroll;
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -ms-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
        opacity: 1;
    }

    .ht-mobile-menu-bg {
        display: block;
    }

    .ht-mobile-menu-bg {
        position: fixed;
        right: 0;
        top: 0;
        width: 0%;
        height: 100%;
        z-index: 99;
        opacity: 0.8;
        background: var(--themeht-secondary-color);
        -webkit-transform: translateX(101%);
        -ms-transform: translateX(101%);
        transform: translateX(101%);
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .menu-active .ht-mobile-menu-bg {
        width: 100%;
        visibility: visible;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

/*--Header Search--*/
.search-icon a {
    font-size: 18px;
    color: var(--themeht-white-color);
    line-height: normal;
    display: block;
    text-align: center;
    margin-right: 15px;
}

.search-input {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    background: var(--themeht-secondary-color);
    z-index: 9999;
    top: 0;
    display: none;
    padding: 80px 0;
}

.search-inner {
    padding: 15px 0;
    position: relative;
}

.search-input label {
    width: 100%;
}

.search-input .search-field {
    width: 100%;
    background: transparent;
    border: none;
    height: 100%;
    padding-right: 60px;
    margin-bottom: 0;
}

.search-input .search-form button[type="submit"] {
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    font-size: 24px;
    right: 40px;
    position: absolute;
    top: 0px;
    color: var(--themeht-primary-color);
}

.search-input .search-submit:hover {
    color: var(--themeht-secondary-color);
}

.right-nav {
    position: relative;
}

.search-input .search-form {
    margin: 0 auto;
    background: var(--themeht-white-color);
    padding: 15px 10px;
}

.search-input input[type="search"]:focus {
    border: none !important;
}

.close-search {
    position: absolute;
    bottom: -40px;
    right: 0;
    cursor: pointer;
    font-size: 30px;
    color: var(--themeht-white-color);
}

.close-search:hover {
    color: var(--themeht-primary-color);
}

/* btn */
header .primary-btn {
    padding: 18px 25px !important;
    max-width: inherit;
    font-size: 15px !important;
    line-height: 15px !important;
    text-transform: uppercase !important;
}


/* ------------------------ Footer ------------------------*/
.footer .widget-title {
    margin-bottom: 30px !important;
    border: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    padding: 0;
}

.footer-widget {
    margin-bottom: 0;
}

.footer-logo.footer-widget {
    margin-bottom: 40px;
}

.footer-logo img {
    max-height: var(--logo-footer-height);
    width: inherit;
}

.footer-widget.widget .footer-cntct {
    margin-right: 50px;
}

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

.footer-widget.widget ul li {
    list-style-type: none;
    line-height: 24px;
    font-size: 17px;
}

.footer-widget.widget ul li p {
    margin-bottom: 0px;
    color: var(--themeht-white-color);
    opacity: 0.8;
}

.footer-widget.widget ul li a {
    color: var(--themeht-white-color);
    opacity: 0.8;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    padding-left: 0 !important;
}

.footer-widget.widget ul li a::before {
    content: none !important;
}

.footer-widget.widget ul li a.numb {
    opacity: 1;
    color: var(--themeht-white-color);
    font-size: 20px;
    line-height: 25px;
}

.footer-widget.widget ul li a.footer-email {
    line-height: 30px;
    border-bottom: 1px solid;
}

.primary-footer {
    background: var(--themeht-secondary-color);
    position: relative;
    z-index: 99;
    color: var(--themeht-white-color);
    padding: 100px 0 90px 0;
}

.secondary-footer {
    background: var(--themeht-secondary-color);
    font-size: 16px;
    color: var(--themeht-white-color);
    text-align: center;
}

.secondary-footer .copyright {
    opacity: 0.8;
}

.secondary-footer .container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footer h5 {
    position: relative;
    color: var(--themeht-white-color);
}

.media-icon.list-inline li {
    display: inline-block;
}

.media-icon li {
    margin-bottom: 22px !important;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.media-icon li:last-child {
    margin-bottom: 0 !important;
}

.media-icon li i {
    font-size: 26px;
    color: var(--themeht-primary-color);
    vertical-align: middle;
    line-height: 26px;
    margin-right: 15px;
}

.media-icon li a {
    color: var(--themeht-white-color);
}

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

.footer-widget .menu li {
    margin-bottom: 20px;
    text-transform: capitalize;
}

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

.footer-widget .menu li a {
    color: var(--themeht-white-color);
    position: relative;
}

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

.footer-widget.widget .social-icons.footer-social li {
    border: none;
    padding: 0 !important;
}

.footer .widget-title:before {
    content: none;
}

.social-icons.footer-social li a {
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    font-size: 16px;
    color: var(--themeht-white-color);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%
}

.social-icons.footer-social li a:hover {
    background: var(--themeht-primary-color);
}

.footer-box .footer-widget.widget_custom_html {
    margin: 0;
}

.footer-subscribe {
    background: var(--themeht-secondary-color);
}

.footer-subscribe .widget {
    margin: 0;
}

.footer-subscribe .subscribe-form {
    display: flex;
    align-items: center;
}

.footer-subscribe h3.widgettitle {
    color: var(--themeht-white-color);
}

.footer-subscribe input[type="email"] {
    border: none;
    background: none;
    padding: 0;
    border-bottom: 1px solid var(--themeht-white-color);
    border-radius: inherit;
    margin: 0px;
}

.footer-subscribe input[type="email"]:focus {
    border: none !important;
    border-bottom: 1px solid var(--themeht-primary-color) !important;
}

.footer-subscribe input.subscribe-btn {
    padding: 18px 25px;
    transition: all 0.3s;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
    margin: 0;
}

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

.footer-subscribe button {
    background: transparent;
    border: none;
    padding: 0;
    color: var(--themeht-white-color);
    margin-left: -20px;
}

.footer-subscribe button:hover {
    color: var(--themeht-primary-color);
}

footer .footer-social-icon {
    margin-top: 40px;
}

form.mc4wp-form p {
    font-size: 12px;
    line-height: 19px;
    margin-top: 18px;
}

form.mc4wp-form p span {
    color: red;
    font-size: 20px;
    line-height: 10px;
}

form.mc4wp-form p a {
    color: var(--themeht-white-color);
}

form.mc4wp-form p a:hover {
    color: var(--themeht-primary-color);
}


/* ------------------------ Page Title ------------------------*/
.page-title {
    display: block;
    position: relative;
    padding: 120px 0;
    background: var(--themeht-secondary-color);
    z-index: 9;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-title h1 {
    font-size: 40px;
    line-height: 50px !important;
    word-break: break-word;
    margin-bottom: 0;
    color: var(--themeht-white-color);
}

.page-breadcrumb {
    margin-top: 20px;
    display: inline-block;
}

.breadcrumb {
    background: none;
    display: inline-block;
    margin: 0;
    color: var(--themeht-secondary-color);
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb-item a {
    color: var(--themeht-primary-color)
}

.breadcrumb-item.active,
.breadcrumb-item a:hover {
    color: var(--themeht-white-color);
}

.breadcrumb-item+.breadcrumb-item:before {
    color: var(--themeht-white-color);
    content: "/";
    font-weight: 600;
    font-size: 16px;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(720deg);
        -moz-transform: rotate(720deg);
    }
}

/* ------------------------ Cursor ------------------------*/
#magic-cursor {
    position: absolute;
    display: none;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
}

body.tt-magic-cursor #magic-cursor {
    display: block
}

#ball {
    opacity: 0 !important;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--themeht-secondary-color);
    pointer-events: none;
    border-style: solid;
    border-radius: 50%;
    border-color: var(--themeht-white-color);
    background: var(--themeht-secondary-color);
}

#ball.ball-view {
    background-color: var(--themeht-secondary-color);
    font-size: 18px;
    font-weight: 400;
    color: var(--themeht-primary-color);
    line-height: 24px;
    text-align: center;
    width: 120px !important;
    height: 120px !important;
    padding-top: 50px;
}

#ball.ball-view::before {
    content: "\f11a";
    position: absolute;
    top: 15px;
    font-size: 50px;
    line-height: 1;
    font-family: flaticon_mycollection !important;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px var(--themeht-primary-color);
    color: transparent;
}

#ball .ball-view-inner {
    padding: 0 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

#ball.ball-drag-slider {
    opacity: 1 !important;
    background-color: var(--themeht-secondary-color);
    font-size: 18px;
    color: var(--themeht-white-color);
    line-height: 1;
    width: 70px !important;
    height: 70px !important;
}

#ball.ball-drag-slider::before {
    content: "\F284";
    position: absolute;
    top: 50%;
    left: 15px;
    font-family: bootstrap-icons !important;
    display: inline-block;
    transform: translateY(-50%);
}

#ball.ball-drag-slider::after {
    content: "\F285";
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: bootstrap-icons !important;
    display: inline-block;
    transform: translateY(-50%);
}

#ball.ball-close-enabled {
    opacity: 1 !important
}

#ball .ball-close {
    position: absolute;
    padding: 0 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--themeht-secondary-color);
    line-height: 1;
    text-align: center
}

#ball.magnetic-active {
    opacity: 0;
}


