/* ------------------------------------------------
  Project:   Labozu - Laboratory & Science Research HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Pre Loader
  4. Scroll to Top
  5. Header
  6. Footer
  7. Page Title

 
/* ------------------------
    General
------------------------*/
a, a:focus {
    text-decoration: none !important;
}

    a, a:visited {
        text-decoration: none;
        color: #fc0005;
    }

        a:focus, a:hover {
            color: var(--themeht-primary-color);
            text-decoration: none !important;
        }

a, button, input {
    outline: medium none !important;
}

*::-moz-selection {
    background: var(--themeht-text-color);
    color: var(--themeht-white-color);
    text-shadow: none;
}

::-moz-selection {
    background: var(--themeht-text-color);
    color: var(--themeht-white-color);
    text-shadow: none;
}

::selection {
    background: var(--themeht-text-color);
    color: var(--themeht-white-color);
    text-shadow: none;
}


/* ------------------------
    Transition
------------------------*/
a,
.btn,
button,
img,
input,
#ht-main-nav,
.main-nav > ul > li > a:before,
.main-nav .sub-menu li a:before,
.social-icons li:hover a,
.themeht-btn,
.read-btn:before, .read-btn:after,
.service-item,
.featured-item,
.featured-icon,
.featured-item .featured-icon i,
.portfolio-item,
.price-table,
.service-menu li a:before,
.team-social-icon,
.swiper-button-next, .swiper-button-prev,
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before,
.site-main .comment-navigation .nav-links a i,
.site-main .posts-navigation .nav-links a i,
.site-main .post-navigation .nav-links a i {
    -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,
    #header-wrap.fixed-header,
    .scroll-top,
    .featured-item.style-1.featured-active,
    .featured-item.style-3,
    .featured-item.style-5,
    .dash-img-box,
    .dash-img-box::before,
    .testimonial.style-1,
    .service-item.style-1.service-active,
    .service-item.style-3,
    .product-link a,
    .main-timeline .timeline-icon,
    .post-card.style-1,
    .post-card.post-classic,
    .comment-respond,
    .portfolio-meta-info,
    .step-item .step-icon,
    .team-single-box,
    .testimonial.style-2,
    .contact-info,
    .ht-progress-bar .progress-parcent,
    .tab .nav-tabs .nav-link {
        -webkit-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
        -moz-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
        box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
    }


/* ------------------------
    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;
}

.clear-loader {
    z-index: 999;
    box-sizing: border-box;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    text-align: center;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader svg {
    height: 100vh;
}

.loader svg {
    width: 8rem;
    opacity: 1;
}

    .loader svg path {
        transform-origin: 50% 0;
        fill: var(--themeht-primary-color);
    }

#path3859 {
    animation: pop 2s infinite;
}

#path3857 {
    animation: pop 3.5s infinite;
}

#path3855 {
    animation: pop 2.5s infinite;
}

#path3728 {
    fill: var(--themeht-white-color);
    animation: skew 1s infinite;
}


/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: var(--themeht-bg-light-color);
}

    .scroll-top.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .scroll-top::after {
        position: absolute;
        font-family: 'bootstrap-icons';
        content: '\F145';
        text-align: center;
        line-height: 60px;
        font-size: 30px;
        color: var(--themeht-text-color);
        left: 0;
        top: 0;
        height: 60px;
        width: 60px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .scroll-top:hover::after {
        opacity: 0;
    }

    .scroll-top::before {
        position: absolute;
        font-family: 'bootstrap-icons';
        content: '\F145';
        text-align: center;
        line-height: 60px;
        font-size: 30px;
        opacity: 0;
        background-image: linear-gradient(298deg, var(--themeht-text-color), var(--themeht-text-color));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        left: 0;
        top: 0;
        height: 60px;
        width: 60px;
        cursor: pointer;
        display: block;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .scroll-top:hover::before {
        opacity: 1;
    }

    .scroll-top svg path {
        fill: none;
    }

    .scroll-top svg.scroll-circle path {
        stroke: var(--themeht-text-color);
        stroke-width: 2;
        box-sizing: border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }


/* ------------------------
    Subscribe Form
------------------------*/
.subscribe-form {
    margin: 0;
    padding: 0;
    position: relative;
}

.mc-form {
    width: 100%;
}

    .mc-form input[type="email"] {
        border-radius: 4px;
        width: 100%;
        border: 1px solid #383148;
        background: transparent;
        color: var(--themeht-text-color);
        font-size: 14px;
        padding: 0 20px;
        height: 60px;
    }

        .mc-form input[type="email"]:focus {
            border-color: 1px solid #383148;
        }

.footer .mc-form input[type="email"]::-webkit-input-placeholder, .dark-bg .mc-form input[type="email"]::-webkit-input-placeholder {
    color: var(--themeht-white-color);
}

.footer .mc-form input[type="email"]::-moz-placeholder, .dark-bg .mc-form input[type="email"]::-moz-placeholder {
    color: var(--themeht-white-color);
}

.footer .mc-form input[type="email"]:-ms-input-placeholder, .dark-bg .mc-form input[type="email"]:-ms-input-placeholder {
    color: var(--themeht-white-color);
}

.footer .mc-form input[type="email"].placeholder, .dark-bg .mc-form input[type="email"].placeholder {
    color: var(--themeht-white-color) !important;
}

.footer-subscribe p {
    font-size: 15px;
    font-weight: 500;
    color: var(--themeht-white-color);
}

.footer-subscribe .mc-form input[type="email"], .dark-bg .mc-form input[type="email"] {
    color: var(--themeht-white-color);
}

.subscribe-form {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

    .subscribe-form button {
        border: inherit;
        color: var(--themeht-white-color);
        line-height: inherit;
        position: absolute;
        right: 10px;
        top: auto;
        padding: 0;
        font-size: 18px;
        background: var(--themeht-primary-color);
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }

        .subscribe-form button:hover {
            background: var(--themeht-secondary-color);
        }

        .subscribe-form button.text-btn {
            width: auto;
            height: auto;
            padding: 8px 15px;
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
        }


/* ------------------------
    Header
------------------------*/

/*--Header top--*/
.topbar-link a, .topbar-link {
    color: var(--themeht-white-color);
    font-weight: 500;
}

    .topbar-link i {
        margin-right: 5px;
        color: var(--themeht-white-color);
        font-size: 20px;
        vertical-align: middle;
    }

    .topbar-link a:hover {
        color: var(--themeht-primary-color)
    }

.header-top {
    position: relative;
    background-color: #af0106;
    padding: 6px 0
}

    .header-top ul {
        margin: 0;
    }

    .header-top .topbar-link li {
        display: inline-block;
        margin: 0;
        padding: 0 10px;
        font-size: 13px;
    }

        .header-top .topbar-link li:first-child {
            padding-left: 0;
        }

        .header-top .topbar-link li:last-child {
            padding-right: 0;
        }

.header .social-icons li {
    margin: 0;
}

    .header .social-icons li a {
        color: #d43f3b;
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 49px;
        background: var(--themeht-bg-light-color);
        border: none;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

        .header .social-icons li a:hover {
            color: var(--themeht-white-color);
            background: inherit;
            border-color: rgba(255, 255, 255, 0.1);
        }

.header-top h6 {
    color: var(--themeht-white-color);
    font-size: 14px
}

.header-number {
    display: flex;
    align-items: center;
}

    .header-number a {
        color: var(--themeht-white-color);
        font-weight: 600;
        font-size: 14px
    }

        .header-number a:hover {
            color: var(--themeht-primary-color);
        }

    .header-number i {
        line-height: 30px;
        height: 30px;
        width: 30px;
        text-align: center;
        border-radius: 50%;
        font-size: 16px;
        color: #ffffff;
        background-color: #00afef;
        position: relative;
        margin-right: 10px;
    }

#header-wrap.fixed-header .logo img {
    height: auto;
}

.header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1200;
}

#header-wrap {
    position: relative;
    padding: 10px 0;
}

    #header-wrap.fixed-header {
        animation: smoothScroll 1s forwards;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999 !important;
        background: var(--themeht-white-color) !important;
    }

.navbar-brand {
    margin-right: 50px;
    padding: 0;
}

.logo img {
    width: 280px;
}

.navbar {
    padding: 0;
}

.navbar-nav .nav-item {
    margin: 0 15px;
}

    .navbar-nav .nav-item.dropdown .dropdown-menu {
        padding: 20px;
        background: var(--themeht-white-color);
        top: 90%;
        border: none;
        border-radius: 4px;
        margin-top: 4px;
        left: 0;
        position: absolute;
        z-index: 9999999;
    }

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: var(--themeht-white-color);
    left: 100%;
    margin: 0;
    right: auto;
    top: 0;
}

.navbar-nav .dropdown-submenu {
    display: block;
    position: relative;
}

.navbar-nav .nav-link {
    font-family: var(--themeht-typography-secondary-font-family);
    color: var(--themeht-text-color);
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 !important;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
}

    .navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
        color: #00afef;
    }
/*.navbar-nav .nav-item{counter-increment: menu-counter; position: relative; padding-top: 10px;}*/
/*.navbar-nav .nav-item::before { content: counters(menu-counter, ".", decimal-leading-zero); counter-increment: item; position: absolute; top: -10px; left: 0; font-size: 10px; font-weight: 700; color: var(--themeht-text-color); text-align: center; }*/
.nav-item.dropdown .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.nav-item.dropdown .dropdown-menu a {
    font-family: var(--themeht-typography-secondary-font-family);
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    background: none;
    color: var(--themeht-text-color);
    font-size: 14px;
    font-weight: 500;
}

    .nav-item.dropdown .dropdown-menu a:hover {
        color: var(--themeht-primary-color);
        padding-left: 10px;
    }

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-toggle.show, .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-toggle:focus {
    color: var(--themeht-primary-color);
    padding-left: 10px;
}

.nav-link.dropdown-toggle::after, .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    border: none;
    content: '\F282';
    font-family: bootstrap-icons !important;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    width: 10px;
    font-weight: 700;
}

.navbar-nav .dropdown-submenu .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 14px;
    content: '\F285';
    font-size: 10px;
}

@media (min-width:992px) {
    .navbar-nav .dropdown-menu {
        min-width: 12em !important;
        max-width: 20em !important;
    }

    .navbar-nav .dropdown > .dropdown-menu {
        opacity: 0;
        position: absolute;
        display: block;
        pointer-events: none;
        background: var(--themeht-white-color);
    }

    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        -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;
    }

    .navbar-nav .dropdown-submenu:hover .dropdown-menu {
        top: 0;
    }

    .navbar-nav.ms-auto .nav-item.dropdown .dropdown-menu {
        right: 0;
    }

    .navbar-nav.ms-auto .dropdown-menu .dropdown-submenu .dropdown-menu {
        left: auto;
        right: 100%;
    }
}

@media (max-width:991.98px) {
    .navbar-nav .dropdown-submenu .dropdown-menu {
        padding: 0;
        top: 0;
    }
}


/* ------------------------
    Footer
------------------------*/
.footer {
    color: var(--themeht-white-color);
    background-color: #ededed;
    padding: 70px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 9;
    clear: both;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

    .footer .widget-title {
        margin-bottom: 30px;
    }

    .footer h2 {
        font-size: 40px;
        line-height: 50px
    }

.footer-widget {
    margin-bottom: 0;
}

    .footer-widget.widget ul {
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
    }

        .footer-widget.widget ul li {
            list-style-type: none;
            margin-bottom: 15px;
        }

.primary-footer {
    position: relative;
    z-index: 99;
}

.secondary-footer {
    border-top: 1px solid rgb(0 0 0 / 8%);
    margin-top: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    color: var(--themeht-white-color);
    font-size: 15px;
}

.copyright {
    color: #180000;
    font-size: 15px;
    text-transform: capitalize;
}

    .copyright a {
        text-decoration: none !important;
        color: #ededed;
        font-size: 0px;
        font-weight: 500;
    }




.footer h5 {
    position: relative;
    color: #000000;
    margin-bottom: 20px;
}

.media-icon.list-inline li {
    display: inline-block;
}

.media-icon li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
}

    .media-icon li:last-child {
        margin-bottom: 0;
    }

    .media-icon li i {
        position: absolute;
        left: -35px;
        top: 0px;
        font-size: 24px;
        color: #00394e;
    }

    .media-icon li a {
        color: var(--themeht-white-color);
    }

        .media-icon li a:hover {
            color: var(--themeht-primary-color);
        }

.footer-menu li {
    margin-bottom: 15px; /* text-transform: capitalize; */
}

    .footer-menu li:last-child {
        margin-bottom: 0;
    }

    .footer-menu li a {
        position: relative;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
    }

        .footer-menu li a:hover {
            color: var(--themeht-primary-color)
        }

.footer-menu .list-inline li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social {
    display: block;
}

.social-icons.footer-social li a {
    color: #ffffff;
    background-color: rgb(0 175 239);
    border: 1px solid rgb(255 255 255 / 10%);
    backdrop-filter: blur(30px);
}

.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 50px;
    margin-bottom: 50px;
}


/* ------------------------
    Page Title
------------------------*/
.page-title {
    background: var(--themeht-bg-dark-color);
    position: relative;
    overflow: hidden;
    display: block;
    padding: 100px 0;
    z-index: 1;
}

    .page-title h1 {
        font-size: 40px;
        color: var(--themeht-white-color);
        line-height: 60px;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-family: 'Familjen Grotesk';
        display: flex;
        gap: 10px;
        align-items: anchor-center;
    }

.breadcrumb {
    padding: 6px 10px;
    background: var(--themeht-white-color);
    display: inline-block;
    border-radius: 4px;
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    color: var(--themeht-text-color);
    font-weight: 600;
    z-index: 9;
}

.breadcrumb-item {
    display: inline-block;
}

    .breadcrumb-item a {
        color: var(--themeht-text-color)
    }

        .breadcrumb-item.active, .breadcrumb-item a:hover {
            color: var(--themeht-primary-color);
        }

    .breadcrumb-item i {
        background: var(--themeht-primary-color);
        padding: 2px 5px;
        border-radius: 4px;
        color: var(--themeht-white-color);
    }

.page-title::before {
    opacity: 0.9;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00b6ff 42%, #ffffff80 50%, rgb(255 255 255 / 0%) 60%);
    z-index: -1;
}

.search-icon a {
    font-size: 18px;
    color: var(--themeht-text-color);
    line-height: 1;
}

.search-input {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    background: var(--themeht-white-color);
    border-bottom: 1px solid var(--themeht-primary-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%;
    padding-right: 60px;
}

.search-input .search-form button[type="submit"] {
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    font-size: 20px;
    right: 50px;
    color: var(--themeht-text-color);
    position: absolute;
    top: 25px;
}

.search-input .search-submit:hover {
    color: var(--themeht-primary-color);
}

.close-search {
    position: absolute;
    bottom: -40px;
    right: 0;
    cursor: pointer;
    font-size: 30px;
    color: var(--themeht-body-color);
}

    .close-search:hover {
        color: var(--themeht-primary-color);
    }
