/* ------------------------------------------------
  Project:   Labortech - Laboratory & Science Research WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. Section Title
  2. Button
  3. Accordion
  4. Social Icons
  5. Team
  6. Tab
  7. Counter
  8. Blog - Post
  9. Testimonials
  10. Featured Box
  11. Price Table   
  12. Progress Bar
  13. Project
  14. Services


/* ------------------------
    Section Title
------------------------*/
.dark-bg .theme-title h2, .theme-bg .theme-title h2, .dark-bg .theme-title p, .theme-bg .theme-title p { color: var(--themeht-white-color); }
.text-white.elementor-widget-themeht-heading h1,
.text-white.elementor-widget-themeht-heading h2,
.text-white.elementor-widget-themeht-heading h3,
.text-white.elementor-widget-themeht-heading h4,
.text-white.elementor-widget-themeht-heading h5,
.text-white.elementor-widget-themeht-heading h6{ color: var(--themeht-white-color); }

/* ------------------------
    Button
------------------------*/
.btn { z-index: 1; background: none; color: var(--themeht-text-color); padding: 14px 25px; overflow: hidden; position: relative; display: inline-block; cursor: pointer; outline: none; border: 0; border-radius: 0; text-decoration: none; font-weight: 500; }
.btn-sm { padding: 10px 25px; color: var(--themeht-text-color); }
.btn
.btn.focus, .btn:focus { box-shadow: none; color: var(--themeht-white-color); }
.btn + .btn { margin-left: 15px }
.btn.btn-theme { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.btn.btn-theme:hover { background: var(--themeht-hover-color); color: var(--themeht-white-color); }
.btn.btn-white { background: var(--themeht-white-color); color: var(--themeht-text-color); }
.btn.btn-white:hover { color: var(--themeht-white-color); }
.btn.btn-dark { background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); }
.btn.btn-dark:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.btn.btn-outline { border: 1px solid var(--themeht-hover-color); }
.btn.btn-outline:hover { border-color: var(--themeht-primary-color); background: var(--themeht-primary-color); }
.btn.btn-outline.white { border: 1px solid var(--themeht-white-color); color: var(--themeht-white-color); }
.btn.btn-outline.white:hover { border-color: var(--themeht-primary-color); background: var(--themeht-primary-color); }
.btn span { position: relative; z-index: 1; padding-right: 40px; }
.btn span:after { position: absolute; height: 1px; background: var(--themeht-white-color); width: 20px; right: 0; top: 50%; transition: all 0.3s ease; z-index: 1; content: "" }
.btn.btn-white span:after { background: var(--themeht-bg-dark-color); }
.btn.btn-white:hover span:after { background: var(--themeht-white-color); }
.btn:before, .btn:after { z-index: -1; content: ''; background: var(--themeht-hover-color); height: 50%; width: 0; position: absolute; transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.btn:before { top: 0; left: 0; right: auto; }
.btn:after { bottom: 0; right: 0; left: auto; }
.btn:hover:before { width: 100%; right: 0; left: auto; }
.btn:hover:after { width: 100%; left: 0; right: auto; }
.btn:hover span:after { width: 30px }


/* ------------------------
 Accourdion
------------------------*/

.elementor-accordion .elementor-accordion-item { margin-bottom: 25px; border: 1px solid var(--themeht-border-light-color) !important; }
.elementor-accordion .elementor-accordion-item:last-child { margin-bottom: 0; }
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title{background: var(--themeht-bg-light-color);}
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active{background: var(--themeht-primary-color);}

.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title{transition: all 0s ease-in-out 0s; color: var(--themeht-text-color); font-family: var(--themeht-typography-body-font-family);}

.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title{color: var(--themeht-white-color)}

.themeht-accordion.elementor-widget-accordion .elementor-accordion-icon{color: var(--themeht-primary-color)}
.themeht-accordion.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon{color: var(--themeht-white-color)}

.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content{color: var(--themeht-body-color); font-family: var(--themeht-typography-body-font-family);}
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content p{margin-bottom:0;}


/* ------------------------
    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 { background: #f3f5f8; display: inline-block; height: 40px; width: 40px; line-height: 40px; font-size: 14px; text-align: center; margin: 0; border: 0; color: var(--themeht-text-color); overflow: hidden; }
.social-icons li:hover a { background: var(--themeht-primary-color); color: var(--themeht-white-color); }

/* ------------------------
    Team
------------------------*/
.team-member { position: relative; overflow: hidden; margin-bottom: 30px; }
.team-member .team-images { position: relative; overflow: hidden;}
.team-member .team-description { position: absolute; bottom: 0; background: var(--themeht-white-color); padding: 15px 25px; }
.team-social-icon { background: var(--themeht-bg-light-color); -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); opacity: 0; visibility: hidden; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; position: absolute; right: 0; top: 0; z-index: 2; }
.team-member:hover .team-social-icon { opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.team-member .team-description h5 { margin-bottom: 5px; text-transform: capitalize; font-weight: 500; color: var(--themeht-body-color); }
.team-member .team-description h5 a:hover { color: var(--themeht-primary-color); }
.team-member .team-description span { font-size: 14px }
.team-social-icon li { float: left; margin-right: 1px; }
.team-social-icon li a { background: var(--themeht-white-color); font-size: 20px; height: 40px; width: 40px; line-height: 40px; color: var(--themeht-body-color); display: inline-block; text-align: center; }
.team-social-icon li a:hover { background: var(--themeht-hover-color); color: var(--themeht-white-color); }
.team-member img { width: 100%; }

/* ------------------------
    Counter
------------------------*/
.counter { position: relative; z-index: 9; }
.counter span { font-size: 45px; font-weight: 600; line-height: 45px; display: inline-block;}
.counter h6 { display: block; color: var(--themeht-body-color); font-size: 20px; position: relative; margin: 0; }
.counter-icon i { font-size: 50px; line-height: 50px; display: inline-block; font-weight: normal; color: var(--themeht-hover-color); margin-bottom: 20px; }

/* ------------------------
    Blog - Post
------------------------*/
.themeht-blogs .post{margin-bottom: 70px;}
.post-single-page .themeht-blogs .post {margin-bottom: 0;}
.post-card .post-image img{width: 100%;}
.post-card .link-btn { font-size: 26px; display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.post-card .link-btn:hover { background: var(--themeht-hover-color); }
.post-card .post-bottom ul li + li:before { display: inline-block; padding-right: .5rem; color: var(--themeht-text-color); content: "\f1ce"; font-family: 'Line Awesome Free'; font-weight: 700; }
.post-title h4{word-break: break-word;}
.blog .post-title h4{font-size: 30px; line-height: 40px;}
.post-cat .cat-links{font-size: 0}
.post-cat a, .cat-links a { color: var(--themeht-text-color); background-color: var(--themeht-bg-light-color); padding: 8px 15px; font-size: 16px; margin-right: 5px; margin-bottom: 5px; display: inline-block; }
.post-cat a:hover, .cat-links a:hover{ color: var(--themeht-primary-color); }
.post-card { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); margin-top: 17px; }
.post-single-page .post-card { margin-top: 0; }
.post-desc { padding: 30px; padding-top: 0; display: inline-block; width: 100%; }
.post-date span { background: var(--themeht-white-color); box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%); padding: 5px 10px; position: relative; z-index: 9; display: inline-block; }
.post-date a{color: var(--themeht-text-color);}
.single-post .has-post-thumbnail .post-card .post-thumbnail{margin-bottom: 30px;}
.single-post .post-card .post-date{ margin-top: 0 !important; margin-bottom: 0 !important; }
.single-post .post-bottom { border-top: none; padding-bottom: 20px; margin-top: 0; padding-top: 0;}
.post-card .post-date { margin-top: -17px; margin-bottom: 20px; }
.post-bottom { border-top: 1px solid var(--themeht-border-light-color); border-bottom: 1px solid var(--themeht-border-light-color); padding-top: 10px; padding-bottom: 10px; margin-top: 20px; margin-bottom: 20px; }
.post-footer { display: flex; align-items: center; justify-content: space-between; }
.tags-links a { border: 1px solid  var(--themeht-border-light-color); color: var(--themeht-text-color); padding: 10px 15px; margin: 4px 8px 4px 0; display: inline-block; }
.tags-links a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.post-single-page .elementor-testimonial-wrapper .elementor-testimonial-content,
.post-single-page .elementor-testimonial-wrapper .elementor-testimonial-name{ color: var(--themeht-white-color) !important; font-style: italic; line-height: 30px; }
.post-footer .post-cat{max-width:95%;}
.single-post .post-desc .entry-title{display: none;}
.single-post.elementor-default .post-desc .entry-title{display: block;}
.theme-tags{clear:both; margin-top: 40px;}
.theme-tags > span{display: block;}

/* ---- Sidebar Widget ----*/
.widget h2 {position: relative; color: var(--themeht-text-color); font-size: 24px; line-height: 34px; display: inline-block; margin-bottom: 20px; }
.themeht-widget.widget { margin-bottom: 50px; border: 1px solid var(--themeht-border-light-color); padding: 30px; }
.themeht-widget.widget:last-child{ margin-bottom: 0 }
.themeht-widget.widget ul, .themeht-widget.widget ol, .wp-block-archives ul { margin: 0; padding-left: 0; }
.themeht-widget.widget ul.children, .themeht-widget.widget ol.children { margin-left: 15px; margin-top: 15px;}
.themeht-widget.widget ul li, .themeht-widget.widget ol li, .wp-block-archives li, .wp-block-latest-posts li { list-style-type: none; margin-bottom: 15px;}
.themeht-widget.widget ul li:last-child, .themeht-widget.widget ol li:last-child, .wp-block-latest-posts li:last-child { margin-bottom: 0; padding-bottom: 0; }
.themeht-widget.widget .tagcloud a, .wp-block-tag-cloud a { border: 1px solid  var(--themeht-border-light-color); color: var(--themeht-text-color); padding: 10px 15px; font-weight: 500 !important; margin: 8px 4px; font-size: 16px !important; display: inline-block; }
.themeht-widget.widget .tagcloud a:hover, .wp-block-tag-cloud a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.themeht-widget.widget_recent_entries li, .wp-block-latest-posts li { margin-bottom: 15px; }
.search-form { position: relative }
.search-form label { width: 100%; }
.themeht-widget.widget.widget_pages ul, .themeht-widget.widget.widget_nav_menu ul { padding-left: 20px; }
.search-form button[type="submit"] { background: inherit; color: var(--themeht-text-color); font-size: 30px; line-height: 55px; text-align: center; cursor: pointer; position: absolute; right: 15px; padding: 0; border: none; top: 0; z-index: 1; }
.search-form button[type="submit"]:hover { color: var(--themeht-primary-color); }

.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: "\f002"; font-family: 'Line Awesome Free'; font-weight: 900; color: var(--themeht-text-color); font-size: 30px; line-height: 55px; 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); }

.themeht-widget.widget li a{font-weight: 500;}
.themeht-widget.widget li .post-date{margin-top: 10px; display: inline;}


/* ---- Post Comments ----*/
.post-comment{margin-top: 50px;}
.post-comment .comments-title, .post-comment .comment-reply-title { font-size: 34px; line-height: 34px; margin-bottom: 30px; }
.post-comment .comment-reply-title { margin-bottom: 15px; }
.comments-box{box-shadow: 0 10px 30px 5px rgb(115 113 255 / 6%); padding:50px; margin-top: 50px;}
.comment-author img { margin-right: 15px; width: 60px; height: 60px; display: inline-block;}
.post-comment li.comment, .post-comment li.trackback, .post-comment li.pingback{ margin-bottom: 30px; list-style-type: none; }
.post-comment li.comment .comment-body, .post-comment li.trackback .comment-body, .post-comment li.pingback .comment-body{ border: 1px solid var(--themeht-border-light-color); margin-bottom: 30px; padding: 20px; list-style-type: none; }
.post-comment .comment-meta { display: flex; align-items: center; margin-bottom: 15px; }
.post-comment .comment-metadata { font-size: 15px; margin-left: 15px;}
.says{display: none;}
.comment-author.vcard a{text-transform: capitalize; font-size: 18px; font-weight: 600;}
.comment-form-author { float: left; width: 50%; padding-right: 15px; margin-top: 15px; margin-bottom: 15px; }
.comment-form-email { float: left; width: 50%; padding-left: 15px; margin-top: 15px; margin-bottom: 15px; }
.comment-form-url { clear: both; margin-bottom: 15px; }
.post-comment .form-submit { margin-top: 30px; margin-bottom: 38px; }
.comment-respond { margin-top: 30px; }
.comment-form-comment { margin-top: 30px; margin-bottom: 0; }
.reply{text-align: right;}
.comment-reply-link, .comment-reply-link:focus, .comment-reply-link:visited, .comment-reply-link:active {text-transform: uppercase; padding: 3px 14px; background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); display: inline-block; font-size: 14px; }
.comment-reply-link:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.post-comment .comment-metadata{font-size: 15px;}
#comments small #cancel-comment-reply-link{margin-left:15px; font-size: 22px; font-weight: 600;}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin-top: 40px; clear: both; }
.site-main .comment-navigation .nav-links a,
.site-main .posts-navigation .nav-links a,
.site-main .post-navigation .nav-links a{ padding: 25px; display: table; box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 8%); transition: all 0s ease-in-out 0s; }
.site-main .comment-navigation .nav-links a:hover,
.site-main .posts-navigation .nav-links a:hover,
.site-main .comment-navigation .nav-links a:hover{ color: var(--themeht-primary-color); }
.nav-subtitle { font-size: 16px; display: table-cell; vertical-align: top; padding-right: 5px;}
.nav-title { display: table-cell; word-break: break-word; font-size: 16px; font-weight: 600; text-transform: capitalize; }
.nav-next .nav-subtitle { padding-right: 0; padding-left: 5px; }
.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{margin-left: auto;}

.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-radius: 0; border: 1px solid var(--themeht-border-light-color); 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 { box-shadow: none; border: 5px solid var(--themeht-primary-color);}
.post.sticky .post-card .post-date { text-align: right; }



/* ------------------------
    Testimonials
------------------------*/
.testimonial { text-align: center; }
.testimonial-content p { font-size: 18px; line-height: 30px; margin-bottom: 0; margin-top: 20px; }
.testimonial .testimonial-caption h5 { font-weight: 500; display: block; margin-bottom: 0; margin-top: 20px; }
.dark-bg .testimonial-content p, .dark-bg .testimonial-caption h5, .dark-bg .testimonial-caption label,
.theme-bg .testimonial-content p, .theme-bg .testimonial-caption h5, .theme-bg .testimonial-caption label{color: var(--themeht-white-color);}

/* ------------------------
    Featured Box
------------------------*/
.featured-item { padding: 30px; position: relative; z-index: 1; }
.featured-item .featured-icon { font-size: 60px; line-height: 1; color: var(--themeht-primary-color); display: inline-block; }
.featured-desc p { margin-bottom: 0; }
.featured-title h5 { margin: 20px 0 15px; text-transform: capitalize; }
.dark-bg .featured-title h5, .dark-bg .featured-desc, .theme-bg .featured-title h5, .theme-bg .featured-desc, .theme-bg .featured-icon i { color: var(--themeht-white-color); }
.featured-item.style-1 { border: 1px solid var(--themeht-border-light-color); padding: 40px; }
.light-bg .featured-item.style-1{background-color: var(--themeht-white-color); border: none;}
.featured-item.style-1:hover { background: var(--themeht-hover-color); border-color: var(--themeht-hover-color); }
.featured-item.style-1:hover:after { opacity: 0.2; }
.featured-item.style-1:after { content: ""; display: block; height: 100%; left: 0; position: absolute; top: 0; opacity: 0; width: 100%; z-index: -1; background: url(../images/pattern/01.png) no-repeat 0 0; background-size: auto; background-size: cover; }
.featured-item.style-1:hover .featured-icon i, .featured-item.style-1:hover h5, .featured-item.style-1:hover p { color: var(--themeht-white-color); }
.featured-item.style-2 .featured-title h5{margin-top: 0;}

/* ------------------------
    Price Table
------------------------*/
.price-table { padding: 50px 30px; z-index: 9; text-align: center; background-color: var(--themeht-white-color); }
.price-title{margin-bottom: 20px;}
.price-title h3{color: var(--themeht-primary-color);}
.price-value h2 { color: var(--themeht-text-color); margin-bottom: 0; }
.price-value h2 span { font-size: 18px; line-height: 18px; font-weight: normal; }
.price-list{margin: 30px 0 40px;}
.price-list ul li { position: relative; display: block; margin-bottom: 10px; }
.price-list ul li:last-child { margin-bottom: 0; }
.price-list li i { color: var(--themeht-text-color); font-size: 12px; display: inline-block; margin-right: 10px; }
.pricing-dark-bg .price-title h3, .pricing-dark-bg .price-value h2, .pricing-dark-bg .price-list ul li, .pricing-dark-bg .price-list li i { color: var(--themeht-white-color); }
.pricing-dark-bg .price-table { background-color: var(--themeht-bg-dark-color); }
.pricing-light-bg .price-table { background-color: var(--themeht-bg-light-color); }
.pricing-shadow .price-table { -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%); padding: 70px 30px; }

/* ------------------------
    Progress Bar
------------------------*/
.ht-progress-bar h4 { color: var(--themeht-text-color); font-weight: 500; font-size: 18px; }
.ht-progress-bar .progress { height: 6px; background: #dafeff; overflow: visible; align-items: center; position: relative; }
.light-bg .ht-progress-bar .progress { background: var(--themeht-white-color); }
.ht-progress-bar .progress .progress-bar { height: 6px; background-color: var(--themeht-primary-color); overflow: visible; position: relative; }
.ht-progress-bar .progress-parcent { position: absolute; right: 0; top: -35px; color: var(--themeht-text-color); font-size: 16px; font-weight: 600 }

/* ------------------------
Project
------------------------*/
.portfolio-title { width: 100%; padding: 20px; -webkit-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); opacity: 0; visibility: hidden; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; position: absolute; left: 0; bottom: 0; z-index: 2; }
.portfolio-item:hover .portfolio-title { opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.portfolio-item .portfolio-title .portfolio-cat a { color: var(--themeht-white-color); padding: 3px; font-weight: 500; position: relative; z-index: 1 }
.portfolio-item h4 a { color: var(--themeht-white-color); padding: 2px 4px; text-transform: uppercase; font-weight: 500; margin-top: 10px; display: inline-block; position: relative; z-index: 1 }
.portfolio-item h4 a:hover { color: var(--themeht-primary-color); }
.portfolio-item h4 a:before, .portfolio-item .portfolio-title .portfolio-cat a:before { -webkit-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out; content: ""; background: var(--themeht-bg-dark-color); position: absolute; left: 0; top: 0; width: 0; height: 100%; z-index: -1 }
.portfolio-item:hover h4 a:before, .portfolio-item:hover .portfolio-title .portfolio-cat a:before { width: 100%; }
.popup-img { background: var(--themeht-bg-dark-color); border-radius: 50%; width: 60px; height: 60px; line-height: 60px; text-align: center; display: block; font-size: 24px; color: var(--themeht-white-color); opacity: 0; visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); position: absolute; top: 2rem; right: 2rem; z-index: 500; }
.portfolio-item .popup-img:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.popup-img:after { top: 0; left: 0; padding: 0; z-index: 10; border: 3px dashed var(--themeht-white-color); pointer-events: none; position: absolute; width: 100%; height: 100%; border-radius: 50%; content: ''; }
.portfolio-item:hover .popup-img:after { -webkit-animation: spinAround 9s linear infinite; -moz-animation: spinAround 9s linear infinite; animation: spinAround 9s linear infinite; }
.portfolio-item:hover .popup-img { opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.portfolio-item:hover img { transform: scale(1.05); -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); }
.portfolio-meta ul { padding-left: 0; }
.portfolio-meta ul li { position: relative; padding-left: 20px; list-style-type: none; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dashed var(--themeht-border-light-color); }
.portfolio-meta ul li:before, .post-single .entry-content .elementor-widget-text-editor ul li:before { content: ""; background: var(--themeht-primary-color); position: absolute; left: 0; top: 10px; width: 6px; height: 6px; }

/* ------------------------
Services
------------------------*/
.service-item { position: relative; z-index: 1; }
.service-desc { padding: 30px; position: relative; }
.service-desc p { margin-bottom: 0; }
.service-title h5 { margin: 20px 0 15px; text-transform: capitalize; }
.service-item.style-1 .service-img { margin: 0 30px; overflow: hidden; position: relative; z-index: 9; }
.service-item.style-1 .service-desc { margin-top: -50px; padding-top: 80px; background: var(--themeht-white-color); }
.service-item.style-1 .service-icon { font-size: 50px; position: absolute; left: 100%; bottom: 0; width: 80px; height: 80px; line-height: 80px; text-align: center; background: var(--themeht-hover-color); color: var(--themeht-white-color); }
.service-item.style-1:hover .service-icon, .service-item.style-1.active .service-icon { left: 0 }
.service-item.style-1 .link-btn, .service-item.style-2 .link-btn { font-size: 30px; display: inline-block; transform: scale(0); position: absolute; right: 30px; bottom: 0; width: 50px; height: 50px; line-height: 50px; text-align: center; border-radius: 50%; background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.service-item.style-1 .link-btn:hover, .service-item.style-2 .link-btn:hover { background: var(--themeht-hover-color); }
.service-item:hover .link-btn, .service-item.active .link-btn { transform: scale(1) translateY(50%); }
.service-item.style-1:hover .service-desc, .service-item.style-1.active .service-desc { padding-bottom: 50px }
.service-item.style-2 { border: 15px solid var(--themeht-white-color); }
.service-item.style-2 .service-icon { font-size: 80px; line-height: 1; opacity: 0.1; position: absolute; right: 30px; bottom: 30px; color: var(--themeht-hover-color) }
.service-item.style-2 .link-btn { right: 50%; bottom: inherit; top: 50%; margin-top: -40px; margin-right: -20px }
.service-item.style-2:hover .service-desc, .service-item.style-2.active .service-desc { padding-bottom: 30px }
.service-item.style-3 .service-icon { z-index: 9; font-size: 40px; margin-left: -50px; margin-top: -50px; position: absolute; left: 50%; top: 0; width: 100px; height: 100px; line-height: 100px; text-align: center; border-radius: 50%; background: var(--themeht-white-color); color: var(--themeht-hover-color) }
.service-item.style-3:hover .service-icon{background: var(--themeht-primary-color); color: var(--themeht-white-color);}
.service-swiper{padding-bottom: 70px;}
.service-item.style-3 .service-desc{padding-top: 70px;}

/* ------------------------
Service Sidebar
------------------------*/
.service-widget ul { padding-left: 0; }
.service-widget li { margin-bottom: 15px; list-style-type: none; }
.service-widget li:last-child { margin-bottom: 0; }
.service-widget li a { background-color: var(--themeht-white-color); color: var(--themeht-text-color); display: block; font-size: 15px; padding: 15px 20px; font-weight: 500; position: relative; text-transform: uppercase; border-left: 3px solid transparent; }
.service-widget li.current-menu-item a, .service-widget li:hover a { color: var(--themeht-primary-color); padding-left: 25px; border-left: 3px solid var(--themeht-primary-color); }
.service-widget.widget_text { background-color: var(--themeht-white-color); padding: 30px; margin-top: 50px; }

/* ------------------------
Call To Action
------------------------*/
.call-action-box { display: flex; align-items: center; justify-content: flex-end; }
.call-action-title { color: var(--themeht-white-color); }
.call-action-title h3 a { color: var(--themeht-white-color); text-decoration: underline !important; }
.call-icon { background: var(--themeht-white-color); padding: 10px; font-size: 60px; line-height: 1; margin-left: 20px; color: var(--themeht-primary-color); }

.banner-3 .video-btn-pos{left:0;}
.banner-3 .img-border{border: none;}
