/* ------------------------------------------------
  Project:   Labortech - Laboratory & Science Research WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Transform translate
  4. Box Shadow
  5. Pre Loader
  6. Background Overlay
  7. Scroll to Top
  8. Header
  9. Footer
  10. Page Title

 
/* ------------------------
    General
------------------------*/
a, a:focus { text-decoration: none !important; }
a:focus, a:hover { color: var(--themeht-primary-color); text-decoration: none !important; }
a, button, input { outline: medium none !important; color: var(--themeht-primary-color); }
*::-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; }

/* ------------------------
    Transition
------------------------*/
a, .btn, button, img, .dropdown-item, .nav-link.dropdown-toggle::after, .social-icons li:hover a, .owl-item, .service-item, .service-desc, .service-item .service-icon, .featured-item, .featured-item .featured-icon, .featured-item .featured-icon i, .team-member, .team-description, .post, .post-image:after, .product-link { -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; }

/* ------------------------
    Transform translate
------------------------*/
/*--translate-XY--*/
.video-btn-pos, .post-link { transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); }


/* ------------------------
    Box Shadow
------------------------*/


.service-swiper .service-desc, .service-item.style-3, .service-item.style-3 .service-icon {
  -webkit-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
  -moz-box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
  box-shadow: 0 0 22px 0 rgba(7, 7, 7, 0.08);
}

/* ------------------------
    Pre Loader
------------------------*/
.clear-loader { background-color: var(--themeht-primary-color); width: 100%; height: 100%; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999999; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; margin: 0 auto }
.loader { position: relative; display: inline-block; margin: 4em; width: 4em; height: 4em; transform-origin: center center; animation: rotate-anim 3s ease infinite; }
.loader .plus { position: absolute; width: 4em; height: 1em; top: 1em; left: 0em; background-color: white; animation: plus-anim 3s linear infinite; transform-origin: center center; transform: rotate(45deg); }
.loader .plus:nth-of-type(2) { transform: rotate(135deg); }
.loader .dot { position: absolute; width: 0.5em; height: 0.5em; left: 1.25em; top: 1.25em; }
.loader .dot:before { position: absolute; content: ""; width: 0.5em; height: 0.5em; left: 0; top: 0; border-radius: 50%; background: white; animation: dots-anim 3s linear infinite; }
.loader .dot:nth-of-type(3) { transform: rotate(270deg); }
.loader .dot:nth-of-type(4) { transform: rotate(360deg); }
.loader .dot:nth-of-type(5) { transform: rotate(450deg); }
.loader .dot:nth-of-type(6) { transform: rotate(540deg); }


/* ------------------------
    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:visited { display: block; height: 60px; width: 60px; line-height: 60px; text-align: center; -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; font-size: 32px; color: var(--themeht-primary-color); background: var(--themeht-white-color); }
.scroll-top a:hover, .scroll-top a:focus { color: var(--themeht-white-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 { font-size: 14px; }
.topbar-link i { font-size: 20px; margin-right: 10px; color: var(--themeht-primary-color); }
.topbar-link a:hover { color: var(--themeht-primary-color) }
.header-top .social-icons li a { background: rgba(255, 255, 255, 0.2); height: 30px; width: 30px; line-height: 30px; color: var(--themeht-body-color); }

/* ------------------------
  Header
------------------------*/
#header-wrap {padding: 15px 0; position: relative; z-index: 999; }
.admin-bar .sticky-header.fixed-header { top: 30px; }


.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 15px 0px;
    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);
            }
         }

/*--navigation--*/
.logo img { max-height: 72px; }
.navbar { padding: 0; }
.navbar-nav .nav-item{margin: 0 15px;}
.navbar-nav .nav-link {padding: 0 !important; color: var(--themeht-text-color); font-size: 17px; font-weight: 500; padding: 0; border-radius: 0; position: relative; }
.navbar-nav .nav-link.active, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover, .navbar-nav .show > .nav-link, .dropdown-item:focus, .dropdown-item:hover { color: var(--themeht-primary-color); }
.nav-link.dropdown-toggle::after { border: solid var(--themeht-body-color); border-width: 0 2px 2px 0; width: 0.425rem; height: 0.425rem; transform: rotate(45deg); -webkit-transform: rotate(45deg); vertical-align: 0.15em; margin-left: 5px; }
.navbar-nav .nav-link.active.dropdown-toggle::after, .navbar-nav .nav-link.dropdown-toggle:hover::after, .navbar-nav .show > .nav-link.dropdown-toggle::after { border: solid var(--themeht-primary-color); border-width: 0 2px 2px 0; }

/*--Header Search--*/
.search-icon a { font-size: 30px; color: var(--themeht-text-color); line-height: 30px; }
.search-input { position: fixed; left: 0; width: 100%; z-index: 999; text-align: center; background: var(--themeht-bg-dark-color); z-index: 9999; height: 100%; top: 0; display: none; }
.search-inner-box { display: flex; align-items: center; justify-content: center; height: 100%; }
.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; }
.search-input .search-form button[type="submit"] { width: 0; height: 0; padding: 0; border: 0; font-size: 30px; right: 50px; position: absolute; top: 6px; }
.search-input .search-submit:hover { color: var(--themeht-primary-color); }
.right-nav { position: relative; }
.search-input .search-form { margin: 0 auto; border: 1px solid var(--themeht-border-light-color); background: var(--themeht-white-color); padding: 15px 10px; }
.close-search { position: absolute; top: -100px; right: 0; cursor: pointer; font-size: 30px; color: var(--themeht-white-color); }
.close-search:hover { color: var(--themeht-primary-color); }



/* ------------------------
    Footer
------------------------*/
.media-icon.list-inline li { display: inline-block; }
.media-icon li { margin-bottom: 20px; display: flex; align-items: flex-start; }
.media-icon li:last-child { margin-bottom: 0; }
.media-icon li i { background: var(--themeht-white-color); height: 50px; width: 50px; line-height: 50px; text-align: center; font-size: 31px; color: var(--themeht-primary-color); margin-right: 20px; }
.media-icon li a { color: var(--themeht-body-color); }
.media-icon li a:hover { color: var(--themeht-primary-color); text-decoration: underline !important; }
.social-icons.footer-social li a { background: none; border: 1px solid rgba(233, 233, 233, 0.2); height: 40px; width: 40px; line-height: 40px; font-size: 24px; }
.footer-box{background: var(--themeht-white-color); padding: 50px; height: 100%;}
.footer-right-content{padding: 50px 0 50px 50px;}
.copyright{background-color: var(--themeht-white-color); padding: 30px 20px 30px 50px; margin-top: 30px; margin-left: -50px;}

/* ------------------------
    Page Title
------------------------*/
.page-title {background-color: var(--themeht-bg-light-color); display: block; position: relative; padding: 100px 0;  background-size: cover; background-position: center center; background-repeat: no-repeat; }
.page-title h1 { font-size: 60px; line-height: 70px; font-weight: 500 }
.theme-breadcrumb-box{background-color: var(--themeht-white-color); display: inline-block; padding: 40px;}
.breadcrumb { background: none; display: inline-block; margin: 0; text-transform: capitalize; color: var(--themeht-text-color); font-weight: 600; }
.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 + .breadcrumb-item:before { color: var(--themeht-primary-color); content: "\f054"; font-family: 'Line Awesome Free'; font-weight: 700; }

.themeht-img-style.elementor-widget-image img { border: 10px solid var(--themeht-white-color); -webkit-box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%); -moz-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .08); box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%); }
.elementor-widget-image.about-btm-img { position: absolute; bottom: 0; margin-bottom: -130px; right: 0; padding-left: 120px; }



.banner-slider h1 {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-slider p {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-slider .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}


.banner-slider .swiper-slide-active h1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1000ms;
}

.banner-slider .swiper-slide-active p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 2000ms;
}

.banner-slider .swiper-slide-active .btn-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 2500ms;
}


.heartBeat2{animation: heartBeat 1.3s infinite running;}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/*--blink--*/

.blinkblink {animation-name: blinkblink; animation-duration: 5000ms; animation-iteration-count: infinite; animation-timing-function: linear;}


@keyframes blinkblink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes blinkblink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes blinkblink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



/*--zoom-fade--*/
.zoom-fade, .featured-item.style-1:after{
    animation-name: zoom-fade; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: zoom-fade; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: zoom-fade; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: zoom-fade; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: zoom-fade; 
    -o-animation-duration: 5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}


@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }

}

@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }

}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}


@keyframes plus-anim {
  0%, 100% { width: 4em; left: 0em; border-radius: 0%; }
  50% { width: 1em; left: 1em; border-radius: 50%; }
}
@keyframes dots-anim {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(2em); }
}
@keyframes rotate-anim {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(90deg); }
}
