/* ------------------------------------------------
  Project:   Labortech - Laboratory & Science Research WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Banner Slider
  7. Background Position & Size
  8. Countdown
  9. Terms and Conditions
  10. Privacy Policy
  11. Contact
  12. Video
  13. Side Background
  14. List Icon
  15. Icon Size
  17. Shop Page
  18. Service Sidebar
  19. Extra
  20. Responsive Css
------------------------*/
:root {
    --themeht-primary-color: #2363d5;
    --themeht-hover-color: #1c2431;
    --themeht-text-color: #1f2632;
    --themeht-light-color: #a6aaad;
    --themeht-white-color: #ffffff;
    --themeht-body-color: #454545;
    --themeht-rgb-color: rgba(33, 193, 239, 0.1);
    --themeht-bg-dark-color: #0a1426;
    --themeht-bg-light-color: #f5f8fd;
    --themeht-border-light-color: #e9eaed;
    --themeht-typography-body-font-family: 'Livvic', sans-serif;
    --themeht-typography-h1-font-family: 'Barlow Condensed', sans-serif;
    --themeht-typography-h2-font-family: 'Barlow Condensed', sans-serif;
    --themeht-typography-h3-font-family: 'Barlow Condensed', sans-serif;
    --themeht-typography-h4-font-family: 'Barlow Condensed', sans-serif;
    --themeht-typography-h5-font-family: 'Barlow Condensed', sans-serif;
    --themeht-typography-h6-font-family: 'Barlow Condensed', sans-serif;
}
/* ------------------------
    General
------------------------*/
body { font-family: var(--themeht-typography-body-font-family); font-weight: 500; font-style: normal; font-size: 16px; line-height: 26px; color: var(--themeht-body-color); overflow-x: hidden; letter-spacing: 0.5px }
.page-wrapper { overflow-x: hidden; }
a, a:visited { text-decoration: none; color: var(--themeht-text-color); }
a:hover, a:focus { color: var(--themeht-primary-color); }
a{ outline: none !important; }

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin-top: 0px; margin-bottom: 0px; color: var(--themeht-text-color); }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1, .h1 { font-size: 70px; font-style: normal; line-height: 80px; font-weight: 700; letter-spacing: 0; font-family: var(--themeht-typography-h1-font-family); }
h2, .h2 { font-size: 50px; font-style: normal; line-height: 60px; font-weight: 600; margin-bottom: 10px; position: relative; font-family: var(--themeht-typography-h2-font-family); }
h3, .h3 { font-size: 30px; font-style: normal; line-height: 40px; font-weight: 600; font-family: var(--themeht-typography-h3-font-family); }
h4, .h4 { font-size: 24px; font-style: normal; margin-bottom: 10px; font-weight: 600; line-height: 34px; font-family: var(--themeht-typography-h4-font-family); }
h5, .h5 { font-size: 20px; font-style: normal; margin-bottom: 10px; font-weight: 600; line-height: 26px; font-family: var(--themeht-typography-h5-font-family); }
h6, .h6 { font-size: 18px; font-style: normal; line-height: 24px; margin-bottom: 10px; font-family: var(--themeht-typography-h6-font-family); }
ul { margin-left: 0px; }

/* ------------------------
    Helper class
------------------------*/
p { line-height: 1.7; }
.lead { font-weight: normal; font-size: 17px; line-height: 30px; }
.z-index-0 { z-index: 0; position: relative; }
.z-index-1 { z-index: 9; position: relative; }
.font-w-3 { font-weight: 300; }
.font-w-4 { font-weight: 400; }
.font-w-5 { font-weight: 500; }
.font-w-6 { font-weight: 600; }
.font-w-7 { font-weight: 700; }
.font-w-8 { font-weight: 800; }
.font-w-9 { font-weight: 900; }

.custom-sec-padding{padding-top: 100px; padding-bottom: 100px;}

/* ------------------------
    Text color
------------------------*/
.text-theme { color: var(--themeht-primary-color); }
.text-hover { color: var(--themeht-hover-color); }
.text-black { color: var(--themeht-text-color); }
.text-grey { color: var(--themeht-body-color); }
.text-rgba { color: rgba(255, 255, 255, 0.8); }

/* ------------------------
    Background color
------------------------*/
.white-bg { background-color: var(--themeht-white-color); }
.dark-bg { background-color: var(--themeht-bg-dark-color); }
.light-bg { background-color: var(--themeht-bg-light-color); }
.theme-bg { background-color: var(--themeht-primary-color); }
.transparent-bg { background-color: inherit !important; }
.border-light { border-color: var(--themeht-border-light-color) !important; }


/* ------------------------
    Banner Slider
------------------------*/
.banner-slider .slider-img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; right: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 6000ms linear; -moz-transition: all 6000ms linear; -ms-transition: all 6000ms linear; -o-transition: all 6000ms linear; transition: all 6000ms linear; }
.banner-slider .swiper-slide-active .slider-img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.banner-content { padding: 250px 0; }
.slider-img::before { position: absolute; content: ''; background-color: var(--themeht-white-color); width: 100%; height: 100%; top: 0; left: 0; opacity: 0.2; }
.banner-slider2 .slider-img::before { background-color: var(--themeht-primary-color); width: 50%; opacity: 0.9; }
.banner-content h1 span { color: var(--themeht-primary-color); }
.banner-content p { font-weight: 500; font-size: 17px; color: var(--themeht-text-color); }
.banner-slider2 .banner-content h1 { color: var(--themeht-white-color); }
.banner-slider2 .banner-content p { color: var(--themeht-white-color); }
.banner-slider2 .banner-content .btn.btn-theme { background: var(--themeht-white-color); color: var(--themeht-text-color); }
.banner-slider2 .banner-content .btn.btn-theme span::before { background: var(--themeht-bg-dark-color); }
.banner-slider2 .banner-content .btn.btn-theme:hover { color: var(--themeht-white-color); }
.banner-slider2 .banner-content .btn.btn-theme:hover span::before { background: var(--themeht-white-color); }
.banner-slider .swiper-button-next, .banner-slider .swiper-button-prev { background: var(--themeht-white-color); width: 50px; height: 50px; background-image: none !important; }
.banner-slider .swiper-button-next:hover, .banner-slider .swiper-button-prev:hover { background: var(--themeht-primary-color); }
.banner-slider .swiper-button-next:after, .banner-slider .swiper-button-prev:after { font-size: 20px; }
.banner-slider .swiper-button-next:hover:after, .banner-slider .swiper-button-prev:hover:after { color: var(--themeht-white-color); }

/* ------------------------
    Video
------------------------*/
.video-btn { position: relative; display: inline-block; }
.video-btn-pos { position: absolute; left: 50%; top: 50%; width: auto !important; z-index: 99; }
.video-btn .play-btn { width: 80px; border-radius: 50%; cursor: pointer; height: 80px; background: var(--themeht-white-color); display: inline-block; text-align: center; line-height: 80px; position: relative; }
.video-btn .play-btn::after { position: absolute; content: ''; width: 100%; height: 100%; background: var(--themeht-primary-color); left: 0px; top: 0px; transform: scale(.6); transition: .5s ease; border-radius: 50%; opacity: 0; }
.video-btn .play-btn:hover::after { transform: scale(1); opacity: 1; }
.video-btn .play-btn i { z-index: 1; font-size: 40px; position: absolute; top: 50%; left: 50%; color: var(--themeht-primary-color); -webkit-transition: .25s; -o-transition: .25s; transition: .2s ease-out !important; transform: translate3d(-50%, -50%, 0); }
.video-btn .play-btn:hover i { transform: translate3d(-50%, -50%, 0) scale(.75); color: var(--themeht-white-color) }

/* ------------------------
    List Icon
------------------------*/
.list-icon li { display: flex; align-items: center; }
.list-icon li i { margin-right: 10px; color: var(--themeht-white-color); font-size: 14px; width: 22px; height: 22px; text-align: center; display: inline-block; line-height: 22px; background: var(--themeht-hover-color); }

/* ------------------------
Extra
------------------------*/
.img-border { border: 10px solid var(--themeht-white-color) }
.bg-effect:after { background: #dafeff; top: 0; content: ""; position: absolute; left: 0; z-index: -1; height: 100%; width: 50%; border-radius: .25rem }
.bg-effect.right:after { left: auto; right: 0 }
.shape-1 { position: absolute; width: 100%; left: 0; right: 0; top: 0; }
.shape-1.bottom { top: inherit; bottom: -1px }
.round-anim { content: ""; position: absolute; top: -10%; left: 0; width: 700px; height: 700px; border: 50px solid #dafeff; border-radius: 50%; display: inline-block; z-index: -1; animation-name: zoom-fade; animation-duration: 5000ms; transform-origin: 70% 70%; animation-iteration-count: infinite; animation-timing-function: linear; }
.round-anim.right { right: -10%; left: inherit; }
.round-anim.center { left: 50%; margin-left: -350px }

.theme-title p{margin-bottom: 0; color: var(--themeht-text-color); font-weight: 500;} 
.elementor-widget-text-editor{color: var(--themeht-body-color) !important}

.elementor-widget.elementor-widget-heading .elementor-heading-title,
.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{color: var(--themeht-text-color) !important;}
.elementor-widget.elementor-widget-heading .elementor-heading-title,
.elementor-widget.elementor-widget-text-editor,
.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family: var(--themeht-typography-body-font-family) !important;}


.elementor-widget .center { text-align: center; }
.elementor-widget .right { text-align: right; }
.page { margin: 0;}
.page-content { margin-top: 100px; margin-bottom: 100px; }
.elementor-default .page-content { margin-top: -1.5em; margin-bottom: 0;}
.form-control { height: 55px; border: none; border-bottom: 1px solid #43434d; }
.form-control:focus { color: #495057; background-color: none; border-color: var(--themeht-primary-color); outline: 0; box-shadow: none; }
.error-page-search label { min-width: 450px; }
.search-page article { margin-bottom: 20px; border: 1px solid var(--themeht-border-light-color); border-radius: 0; padding: 20px; }
.search-page article:last-child { margin-bottom: 0; }
.pagination .page-numbers { border: 1px solid var(--themeht-border-light-color); border-radius: 0; width: 40px; height: 40px; display: inline-block; text-align: center; line-height: 40px; }
.pagination .page-numbers:hover, .pagination .page-numbers.current { border: 1px solid var(--themeht-primary-color); background-color: var(--themeht-primary-color); color: var(--themeht-white-color); }

/* ------------------------
 Form Section
------------------------*/
.wpcf7-form .btn.btn-theme{padding: 0;}
.wpcf7-form .btn > span { padding-right: 25px;}

input[type="submit"].subscribe-btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search__button {
  background-color: transparent;
  border: none !important;
  color: var(--themeht-white-color);
  padding: 14px 25px;
  height: 100%;
  border-radius: 0;
  line-height: inherit;
  z-index: 99;
    position: relative;
}

.post-comment .form-submit input[type="submit"],
.wp-block-search__button,
.post-password-form input[type="submit"]{
  background-color: var(--themeht-primary-color);
  border: none !important;
  color: var(--themeht-white-color);
  padding: 14px 25px;
  height: 100%;
  border-radius: 0;
  line-height: inherit;
}

.post-comment .form-submit input[type="submit"]:hover,
.wp-block-search__button:hover,
.post-password-form input[type="submit"]:hover{
  background-color: var(--themeht-bg-dark-color);
  color: var(--themeht-white-color);
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid var(--themeht-border-light-color);
  padding: .375rem 15px;
  width: 100%;
  height: 55px;
  color: var(--themeht-body-color);
  border-radius: 0;
}

textarea {
  height: 100px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus { color: var(--themeht-body-color); border: 1px solid var(--themeht-bg-dark-color) !important;}

.wpcf7-form-control, select { border: none; border: 1px solid var(--themeht-border-light-color) !important;}
.wpcf7-form-control.wpcf7-select, select { width: 100%; padding: .550rem 15px; background-color: var(--themeht-white-color); height: 55px; color: var(--themeht-body-color); }
.wpcf7-form-control.wpcf7-textarea { height: 100px;}
.wpcf7-form .wpcf7-spinner{position: absolute; padding: 0;}
.wpcf7-form .wpcf7-spinner:after{display: none;}
::-webkit-input-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}
:-moz-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}
::-moz-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}

:focus-visible {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
}
    
    
.contact-media ul { padding: 0px; }
.contact-media ul li { list-style-type: none; }
.contact-media li, .contact-media p, .contact-media a { color: #ffffff; }
.contact-media p { margin-bottom: 0; }
.footer .widget-title { margin-bottom: 30px; }
.footer-widget.widget ul { margin-left: 0; padding-left: 0; }
.footer-widget.widget ul li { list-style-type: none; margin-bottom: 15px; }



.elementor-widget.elementor-widget-text-editor { font-weight: 500; color: var(--themeht-body-color) !important; font-family: var(--themeht-typography-body-font-family) !important; }
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 { color: var(--themeht-white-color) !important; }
p { margin: 0 0 25px; }
.wp-block-cover, .wp-block-cover-image { position: relative; background-position: 50%; min-height: 430px; display: flex; justify-content: center; align-items: center; padding: 1em; box-sizing: border-box; margin-bottom: 30px; }
.wp-block-button { margin: 50px 0; }
.alignleft { margin: 5px 20px 20px 0 !important; }
.alignright { margin: 5px 0 20px 20px !important; clear: both; }
.lead p, .elementor-widget-list_style p, .elementor-widget-list_style_two p, .elementor-widget-title p, .elementor-widget-feature p, .elementor-tab-content p { margin-bottom: 0; }
.wp-block-group.has-background { padding: 25px !important; margin-bottom: 15px !important; }
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer { font-size: 16px !important; text-align: left; }
.has-large-font-size { line-height: 40px !important; }
blockquote, .wp-block-quote.is-style-large { padding: 40px !important; margin: 30px 0px 20px 0; font-size: 20px; line-height: 30px; position: relative; background-color: var(--themeht-primary-color); color: var(--themeht-white-color); font-style: italic; }
body blockquote.wp-block-quote.is-style-large cite, body blockquote.wp-block-quote.is-style-large p, body blockquote p { margin: 0px; }
.wp-block-pullquote.is-style-solid-color blockquote, .wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p, blockquote a { color: var(--themeht-white-color); }
blockquote a:hover { color: var(--themeht-white-color); text-decoration: underline !important; }
.wp-block-media-text.has-media-on-the-right { margin-bottom: 25px; }
.wp-block-image { margin: 0 0 1em; }
.wp-block-archives select, .wp-block-categories select { margin-bottom: 20px; }
.post-card .wp-block-gallery .blocks-gallery-image figure, .post-card .wp-block-gallery .blocks-gallery-item figure { position: relative; overflow: hidden; }
.post-card .wp-block-gallery .blocks-gallery-image figcaption, .post-card .wp-block-gallery .blocks-gallery-item figcaption { position: absolute; font-size: 13px; font-weight: 400; overflow: hidden; padding: 10px 0; bottom: -100%; width: 100%; color: #333; background: rgba(255, 255, 255, .7); white-space: nowrap; text-indent: 10px; text-overflow: ellipsis; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.post-card .wp-block-gallery .blocks-gallery-image:hover figcaption, .post-card .wp-block-gallery .blocks-gallery-item:hover figcaption { bottom: 0; }
.wp-block-embed iframe { width: 100%; }
table tbody th, table tbody td { border-color: var(--themeht-border-light-color) !important; border: 1px solid; padding: 5px 10px; }
.gallery-caption { padding-top: 0.53em; padding-bottom: 0.53em; }
.comment-content table tbody td a{color: var(--themeht-primary-color)}
.comment-content > ul,
.comment-content > ol{margin-bottom: 30px;}
.wp-block-button__link:hover { background-color: var(--themeht-primary-color); color: var(--themeht-white-color) }
.wp-block-calendar { padding-bottom: 30px; }
.wp-block-calendar .wp-calendar-nav-prev { float: left; }
.wp-block-calendar .wp-calendar-nav-next { float: right; }
.wp-block-calendar .wp-calendar-nav-prev a, .wp-block-calendar .wp-calendar-nav-next a { text-decoration: none; font-weight: 600; }
.post-card .wp-block-search__button-outside { margin-bottom: 25px; }
.wp-block-preformatted { margin-top: 10px; }

/* ------------------------
    Responsive Css
------------------------*/
@media (max-width:1399px) {
    .navbar-nav .nav-item { margin: 0 8px; }
    .navbar-nav .nav-link { font-size: 15px; }
    .logo img { max-height: 58px;}
}
@media (min-width:1200px) {
    .themeht-sidebar { padding-left: 50px; }
}
@media (max-width:992px) {
    .post-footer { display: block; }
    .post-card .link-btn { margin-top: 30px }
    .banner-content { padding: 160px 0; }
    .header-top { padding-top: 15px }
    .themeht-sidebar{margin-top: 50px;}
    .logo img { max-height: 55px;}
    .navbar-nav .nav-link { font-size: 17px; }
    .admin-bar .sticky-header.fixed-header {top: 45px;}
}
@media (max-width:767px) {
    h1, h1 { font-size: 50px !important; line-height: 60px !important; }
    h2, h2 { font-size: 40px !important; line-height: 50px !important; }
    .page-title h1 { font-size: 40px !important; line-height: 50px !important; }
    .banner-content { padding: 100px 0; }
    .banner-slider .swiper-button-next, .banner-slider .swiper-button-prev { top: 93%; left: 20px; right: auto; }
    .banner-slider .swiper-button-next { left: 80px; }
    .btn-box .btn { margin: 10px 0; }
    .right-nav, .header-top { display: none !important; }
    .footer-box { padding: 50px 20px 0; }
    .footer-right-content{padding: 50px 40px 50px 40px;}
    .admin-bar #header-wrap.fixed-header { top: 0; }
    .logo img { max-height: 50px;}
    .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links { display: block; }
    .admin-bar .sticky-header.fixed-header {top: 0;}
    .navbar-toggler{margin-right: 0;}
}
@media (max-width:576px) {
    h1, h1 { font-size: 44px !important; line-height: 54px !important; }
    h2, h2 { font-size: 34px !important; line-height: 44px !important; }
    h3, .h3 { font-size: 26px; line-height: 36px; }
    h4, .h4 { font-size: 22px; line-height: 32px; }
    .breadcrumb-item { line-height: 30px; }
}
@media (min-width:1200px) {
    .elementor-section.elementor-section-boxed>.elementor-container { max-width: 1320px !important; }
}
@media (max-width:1200px) {
    .container { max-width: inherit; }
}