/* ------------------------------------------------
  Project:   Businos - Business Consulting Finance Accounting WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. Title
  2. Social Icons
  3. Button
  4. Blog - Post
  5. Accourdion
  6. Featured Box
  7. Portfolio
  8. Services
  9. Testimonials
  10. Counter
  11. Price Table   
  12. Team 
  13. Swiper Arrow
  14. Swiper Dot Pagination
  15. Progress Bar
  16. Award Section
------------------------ */

  /* ------------------------
 Title
------------------------*/
.theme-title p { font-size: 16px; margin-bottom: 0; font-weight: 500; line-height: 30px; }
.theme-title h6 { position: relative; display: inline-block; margin-bottom: 10px; -webkit-text-fill-color: transparent; background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-text-dark-color) 100%); -webkit-background-clip: text; text-transform: uppercase; }
.theme-title h2 { margin-bottom: 15px; }
.bg-primary .theme-title h2, .bg-dark .theme-title h2, .bg-dark-2 .theme-title h2 { color: var(--theme-white-color); }
.bg-dark .theme-title h6 { -webkit-text-fill-color: transparent; background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-white-color) 100%); -webkit-background-clip: text; }
.bg-primary .theme-title h6 { -webkit-text-fill-color: transparent; background-image: linear-gradient(135deg, var(--theme-text-dark-color), var(--theme-white-color) 100%); -webkit-background-clip: text; }


/* ------------------------
    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 { border-radius: 8px; display: inline-block; height: 40px; width: 40px; line-height: 40px; font-size: 14px; text-align: center; background: transparent; color: var(--theme-body-color); }
.social-icons li a:hover { color: var(--theme-primary-color); }


/* ------------------------
Button
------------------------*/
.primary-btn, .white-btn, .dark-btn { overflow: hidden; position: relative; display: inline-block; cursor: pointer; padding: 15px 40px; font-weight: 500; font-size: 18px; border-radius: 30px; z-index: 9; }

a.primary-btn, .primary-btn { background-image: linear-gradient(to right, var(--theme-primary-color), var(--theme-secondary-color)); color: var(--theme-white-color); background-size: 300% 100%; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.white-btn { color: var(--theme-text-dark-color); background-color: var(--theme-white-color); }
.dark-btn { color: var(--theme-white-color); background-color: var(--theme-bg-dark-color); }
a.primary-btn:hover, .primary-btn:hover, a.primary-btn:focus, .primary-btn:focus{ color: var(--theme-white-color); background-position: 100% 0; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }

a.white-btn:hover, .white-btn:hover, a.white-btn:focus, .white-btn:focus,
a.dark-btn:hover, .dark-btn:hover, a.dark-btn:focus, .dark-btn:focus{ color: var(--theme-white-color); background-image: linear-gradient(to right, var(--theme-primary-color), var(--theme-secondary-color)); moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }



/* ------------------------
    Blog - Post
------------------------*/
.post-card { border-radius: 8px; overflow: hidden; position: relative; background: var(--theme-white-color); display: inline-block; width: 100%; box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); }
.post-card .post-image { position: relative; }
.post-card .post-image img { width: 100%; border-radius: 8px; }
.post-date { display: inline-block; font-size: 15px; background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color) 87%); padding: 8px 15px; margin-bottom: 20px; color: var(--theme-white-color); border-radius: 8px;}
.post-date a { color: var(--theme-white-color); }
.post-date i { font-size: 20px; line-height: 1; vertical-align: middle; margin-right: 10px; }
.post-card .post-desc h4 { margin: 0; text-transform: capitalize; word-break: break-word; }
.post-card .post-desc h4 a { color: var(--theme-text-color); display: inline-block; }
.post-card .post-desc h4 a:hover { color: var(--theme-primary-color) }
.post-card .post-bottom li { text-transform: uppercase; font-size: 14px; }
.post-bottom li i { font-size: 20px; color: var(--theme-primary-color); margin-right: 5px; vertical-align: middle; }
.post-date a:hover { color: var(--theme-white-color) !important; }
.post-card.style-1 .post-desc { padding: 30px; padding-left: 80px; position: relative; }
.post-card.style-1 .post-date { position: absolute; left: -40px; transform: rotate(90deg); margin-bottom: 0; top: 80px; }
.post-title { margin-top: 20px; border-top: 1px solid var(--theme-border-light-color); padding-top: 15px; }
.post-title { margin-bottom: 15px; }
.post-classic .post-desc { padding: 30px; }
.single-post .post-card { margin-bottom: 0; }
.single-post .post-card .post-desc { padding-top: 30px }
.tags-links a { border: 1px solid var(--theme-border-light-color); color: var(--theme-text-color); border-radius: 8px; padding: 8px 12px; margin: 4px 8px 4px 0; display: inline-block; font-size: 16px; text-transform: capitalize; }
.tags-links a:hover { background: var(--theme-primary-color); color: var(--theme-white-color); }
.tags-links a:before { display: inline-block; padding-right: 0.4rem; color: var(--theme-primary-color); content: "\f02b"; font-family: 'Line Awesome Free'; font-weight: 900; vertical-align: middle; }
.tags-links a:hover:before { color: var(--theme-white-color); }
.theme-blogs .post { margin-bottom: 80px; }
.blog .post-title h4 { font-size: 40px; line-height: 45px; }
.edit-link { margin-left: 10px; display: none; }
.post-single-page .elementor-widget:not(:last-child) { margin-bottom: 0; }
.theme-tags { clear: both; margin-top: 20px; }
.read-link {  border-bottom: 1px solid var(--theme-primary-color); }


/* ---- Sidebar Widget ----*/
.themeht-sidebar { padding: 30px;  background: var(--theme-white-color); box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); border-radius: 8px;}
.widget h2 {position: relative; color: var(--theme-text-dark-color); font-size: 24px; line-height: 34px; display: block; margin-bottom: 20px; border-bottom: 1px solid var(--theme-border-light-color); padding-bottom: 5px; padding-right: 25px;}
.widget h2:before{content: "\f069"; font-family: 'Line Awesome Free'; font-weight: 900; color: var(--theme-primary-color); font-size: 24px; position: absolute; right: 0; top: 0; animation: rotate 5s ease-in-out infinite;}
.theme-widget.widget { margin-bottom: 50px; }
.theme-widget.widget:last-child{ margin-bottom: 0 }
.theme-widget.widget ul, .theme-widget.widget ol, .wp-block-archives ul { margin: 0; padding-left: 0; }
.theme-widget.widget ul.children, .theme-widget.widget ol.children { margin-left: 15px; margin-top: 15px;}
.theme-widget.widget ul li, .theme-widget.widget ol li, .wp-block-archives li, .wp-block-latest-posts li, .widget_recent_entries li { list-style-type: none; margin-bottom: 15px;}
.theme-widget.widget ul li:last-child, .theme-widget.widget ol li:last-child, .wp-block-latest-posts li:last-child, .widget_recent_entries li:last-child { margin-bottom: 0; padding-bottom: 0; }
.theme-widget.widget .tagcloud a, .wp-block-tag-cloud a { border-radius: 10px; position: relative; border: 1px solid var(--theme-border-light-color); color: var(--theme-text-dark-color); padding: 8px 12px; margin: 4px 8px 4px 0; display: inline-block; font-size: 16px !important; text-transform: capitalize; }
.theme-widget.widget .tagcloud a:hover, .wp-block-tag-cloud a:hover { background: var(--theme-primary-color); color: var(--theme-white-color); }
.theme-widget.widget .tagcloud a:before, .wp-block-tag-cloud a:before { display: inline-block; padding-right: 0.4rem; color: var(--theme-primary-color); content: "\f02b"; font-family: 'Line Awesome Free'; font-weight: 900; vertical-align: middle; }
.theme-widget.widget .tagcloud a:hover:before, .wp-block-tag-cloud a:hover:before { color: var(--theme-white-color); }

.widget_categories li{color: var(--theme-text-dark-color); position: relative; padding-left: 30px;}
.widget.widget_categories ul li:before{content: "\f07b"; font-family: 'Line Awesome Free'; font-weight: 900; color: var(--theme-primary-color); font-size: 20px; position: absolute; left: 0; top: 0;}
.theme-widget.widget_recent_entries li, .wp-block-latest-posts li { margin-bottom: 15px; }
.search-form { position: relative }
.search-form label { width: 100%; }
.theme-widget.widget.widget_pages ul, .theme-widget.widget.widget_nav_menu ul { padding-left: 20px; }
.widget_themeht_recentpost li { display: flex; align-items: center; }
.themeht-post-image { flex-shrink: 0; width: 80px; height: 80px; margin-right: 20px; }
.themeht-post-image img { border-radius: 8px; }
.themeht-post-date { display: block; color: var(--theme-primary-color);}
.search-form button[type="submit"] { background: inherit; color: var(--theme-text-dark-color); font-size: 24px; 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(--theme-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(--theme-text-dark-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(--theme-primary-color); }

.theme-widget.widget li a, .theme-widget.widget a{text-transform: capitalize;}
.theme-widget.widget li a{ font-size: 16px; color: var(--theme-text-dark-color);}
.theme-widget.widget li a:hover{color: var(--theme-primary-color);}
.theme-widget.widget li .post-date, .widget_recent_entries li .post-date{margin-top: 10px; display: block; color: var(--theme-primary-color);}


/* ---- Post Comments ----*/
.post-comment{margin-top: 50px;}
.post-comment .comments-title, .post-comment .comment-reply-title { font-size: 34px; line-height: 44px; margin-bottom: 30px; }
.post-comment .comment-reply-title { margin-bottom: 15px; }
.comments-box{box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%); padding:50px; margin-top: 50px;}
.comment-author img { margin-right: 15px; width: 60px; height: 60px; display: inline-block; border-radius: 8px;}
.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(--theme-border-light-color); border-radius: 8px; 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: auto;}
.says{display: none;}
.comment-author.vcard a{text-transform: capitalize; font-size: 18px; font-weight: 500; color: var(--theme-text-dark-color);}
.comment-author.vcard a:hover{ color: var(--theme-primary-color);}
.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: 30px; }
.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 {border: 1px solid var(--theme-border-dark-color); border-radius: 25px; position: relative; text-transform: uppercase; padding: 5px 20px 5px 40px; background: var(--theme-text-dark-color); color: var(--theme-white-color); display: inline-block; font-weight: 600; font-size: 14px; }
.comment-reply-link:hover { background: var(--theme-primary-color); color: var(--theme-white-color); border-color: var(--theme-primary-color);  }
.comment-reply-link:before {content: '\f4ad'; font-family: 'Line Awesome Free'; font-weight: 900; font-size: 20px; position: absolute; left: 14px; top: 5px; transition: all 0s ease-in-out 0s;}
#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{ border-bottom: 1px solid var(--theme-border-light-color); display: inline-block; transition: all 0s ease-in-out 0s; position: relative; }
.site-main .comment-navigation .nav-links a:hover,
.site-main .posts-navigation .nav-links a:hover,
.site-main .post-navigation .nav-links a:hover{ color: var(--theme-primary-color); border-color: var(--theme-primary-color);}
.nav-title { display: block; word-break: break-word; font-size: 18px; font-weight: 600; text-transform: capitalize; font-family: var(--theme-typography-secondory-font-family); }

.site-main .comment-navigation .nav-links .nav-subtitle,
.site-main .posts-navigation .nav-links .nav-subtitle,
.site-main .post-navigation .nav-links .nav-subtitle { position: relative; padding-left: 40px; display: inline-block; margin-bottom: 7px; }

.site-main .comment-navigation .nav-links .nav-next .nav-subtitle,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle { padding-left: 0; padding-right: 40px; }

.site-main .comment-navigation .nav-links .nav-subtitle:after,
.site-main .posts-navigation .nav-links .nav-subtitle:after,
.site-main .post-navigation .nav-links .nav-subtitle:after { position: absolute; top: 0; left: 0; font-family: 'Line Awesome Free'; font-weight: 900; content: "\f060"; font-size: 35px; display: inline-block; color: transparent; transform: rotate(45deg); -webkit-text-stroke: 1px var(--theme-primary-color); }

.site-main .comment-navigation .nav-links .nav-next .nav-subtitle:after,
.site-main .posts-navigation .nav-links .nav-next .nav-subtitle:after,
.site-main .post-navigation .nav-links .nav-next .nav-subtitle:after { transform: rotate(-220deg); left: inherit; right: 0; }

.site-main .comment-navigation .nav-links .nav-previous:hover .nav-subtitle,
.site-main .posts-navigation .nav-links .nav-previous:hover .nav-subtitle,
.site-main .post-navigation .nav-links .nav-previous:hover .nav-subtitle { padding-left: 50px; }

.site-main .comment-navigation .nav-links .nav-next:hover .nav-subtitle,
.site-main .posts-navigation .nav-links .nav-next:hover .nav-subtitle,
.site-main .post-navigation .nav-links .nav-next:hover .nav-subtitle { padding-left: 0; padding-right: 50px; }


.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: 8px; border: 1px solid var(--theme-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(--theme-primary-color); background-color: var(--theme-primary-color); color: var(--theme-white-color); }

.post.sticky .post-card{background: var(--theme-bg-light-color); padding: 30px;}


/* ------------------------
 Accourdion
------------------------*/
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {border-color: var(--theme-border-light-color);}
.elementor-accordion .elementor-accordion-item + .elementor-accordion-item { border-top: 1px solid var(--theme-border-light-color) !important; }
.elementor-accordion .elementor-accordion-item { margin-bottom: 15px; border-radius: 8px; }
.elementor-accordion .elementor-accordion-item:last-child { margin-bottom: 0; }
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-accordion-title, .themeht-accordion.elementor-widget-accordion .elementor-accordion-icon { color: var(--theme-text-dark-color); font-family: var(--theme-typography-body-font-family); font-weight: 400; font-size: 20px; line-height: 30px; }
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-accordion-title:hover, .themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-active .elementor-accordion-title, .themeht-accordion.elementor-widget-accordion .elementor-active .elementor-accordion-icon { color: var(--theme-primary-color) }
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content { color: var(--theme-body-color); border-color: var(--theme-border-light-color); font-family: var(--theme-typography-body-font-family); font-weight: 400; font-size: 15px; }


/* ------------------------
  Feature Box
------------------------*/
.featured-item { border-radius: 8px; position: relative; }
.featured-item.style-1 .featured-icon { margin-bottom: 10px; }
.featured-item.style-1 .featured-icon i { font-size: 70px; line-height: 1; color: var(--theme-primary-color); }
.featured-item.style-1:hover .featured-icon i { color: var(--theme-primary-color); }

.featured-item.style-2 { display: inline-block; background: var(--theme-white-color); box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); padding: 0 40px 50px; text-align: center; margin-top: 60px; }
.featured-item.style-2 .featured-icon { width: 120px; height: 120px; background: var(--theme-bg-light-color); border-radius: 100%; display: flex; align-items: center; justify-content: center; position: relative; margin: 0 auto 30px; margin-top: -60px; }
.featured-item.style-2 .featured-icon i { font-size: 50px; line-height: 1; color: var(--theme-text-dark-color); }
.featured-item.style-2:hover .featured-icon i { color: var(--theme-primary-color); }
.bg-dark .featured-item.style-2 { background: var(--theme-bg-dark-color); border: 1px solid var(--theme-bg-dark2-color); padding: 0 30px 40px; }
.bg-dark .featured-item.style-2 .featured-title h5 { color: var(--theme-white-color); }
.bg-dark .featured-item.style-2 p { color: rgba(255, 255, 255, 0.6); }
.bg-dark .featured-item.style-2 .featured-icon { background: var(--theme-bg-dark2-color);}
.bg-dark .featured-item.style-2 .featured-icon i { color: var(--theme-white-color); }
.bg-dark .featured-item.style-2:hover { background: var(--theme-white-color); }
.bg-dark .featured-item.style-2:hover .featured-title h5, .bg-dark .featured-item.style-2:hover p { color: var(--theme-text-dark-color); }
.featured-item.style-2:hover .featured-icon { background: var(--theme-primary-color); }
.featured-item.style-2:hover .featured-icon i { color: var(--theme-white-color); }

.featured-item.style-3 { position: relative; background: var(--theme-white-color); box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); border-radius: 15px; overflow: hidden; padding: 40px 50px; }
.featured-item.style-3 .featured-icon { margin-bottom: 10px; }
.featured-item.style-3 .featured-icon i { font-size: 70px; line-height: 1; color: var(--theme-primary-color); }
.featured-item.style-3::before { content: ''; position: absolute; right: -55px; top: -55px; height: 135px; width: 135px; background: var(--theme-primary-color); -webkit-filter: blur(125px); filter: blur(125px); -webkit-transition: all 0.4s ease; transition: all 0.4s ease; opacity: 0; }
.featured-item.style-3:hover::before { opacity: 1; }

.featured-item.style-4 { display: flex; align-items: flex-start; }
.featured-item.style-4 .featured-icon { font-size: 50px; line-height: 1; -webkit-text-fill-color: transparent; background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color) 87%); -webkit-background-clip: text; margin-right: 15px; }
.featured-item.style-5 { text-align: center; border: 1px solid var(--theme-border-light-color); padding: 30px; }

.featured-item.style-5 .featured-icon { margin-bottom: 15px; }
.featured-item.style-5 .featured-icon i { font-size: 60px; line-height: 1; -webkit-text-fill-color: transparent; background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color) 87%); -webkit-background-clip: text; }
.featured-item.style-5:hover { background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color) 87%); color: var(--theme-white-color); border-color: transparent !important; }
.featured-item.style-5:hover .featured-icon i { background-image: linear-gradient(135deg, var(--theme-white-color), var(--theme-white-color) 87%); }
.bg-dark .featured-item.style-5 h5 { color: var(--theme-white-color) }
.bg-dark .featured-item.style-5 { border-color: rgba(255, 255, 255, 0.09); }

/* ------------------------
 Portfolio
------------------------*/
.portfolio-item .portfolio-image { overflow: hidden; position: relative; border-radius: 8px; }
.portfolio-image img { border-radius: 8px !important; width: 100%; }
.portfolio-item.style-1 { padding-bottom: 50px; position: relative; }
.portfolio-item.style-1 .portfolio-desc { box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); border-radius: 8px; position: absolute; padding: 15px 40px 15px 30px; bottom: 0; left: 20px; width: 85%; background: var(--theme-white-color); }
.portfolio-item.style-1 .portfolio-desc .portfolio-cat a { color: var(--theme-primary-color); display: inline-block; }
.portfolio-item.style-1:hover .portfolio-desc { background: var(--theme-primary-color); }
.portfolio-item.style-1:hover .portfolio-desc .portfolio-cat a { color: var(--theme-white-color); }
.portfolio-item.style-1:hover .portfolio-desc h5 a { color: var(--theme-white-color); }
.portfolio-item .arrow-button { position: absolute; top: 50%; right: -30px; transform: scale(0); font-size: 30px; background: var(--theme-white-color); color: var(--theme-primary-color); border-radius: 100%; width: 60px; height: 60px; line-height: 60px; text-align: center; margin-top: -30px; }
.portfolio-item .arrow-button:hover { background: var(--theme-bg-dark-color); color: var(--theme-white-color); }
.portfolio-item:hover .arrow-button { transform: scale(1); }

.portfolio-item.style-2 .portfolio-desc { position: absolute; padding: 30px; bottom: 40px; left: 10%; width: 80%; background: var(--theme-white-color); display: flex; align-items: center; justify-content: space-between; }
.portfolio-item.style-2 .portfolio-desc .portfolio-cat a { color: var(--theme-primary-color); }
.portfolio-item.style-2 .portfolio-desc h5 { margin-bottom: 0; margin-top: 5px; }
.portfolio-item.style-2 .arrow-button { position: relative; top: inherit; right: inherit; margin-top: 0; transform: scale(1); background: var(--theme-bg-dark-color); color: var(--theme-white-color); margin-left: 20px; display: inline-block; }
.portfolio-item.style-2:hover .portfolio-desc { background: var(--theme-primary-color); }
.portfolio-item.style-2:hover .portfolio-desc h5 a, .portfolio-item.style-2:hover .portfolio-cat a { color: var(--theme-white-color); }

/*portfolio meta*/
.portfolio-meta-list { display: flex; align-items: flex-start; }
.portfolio-meta-icon { font-size: 40px; color: var(--theme-primary-color); flex-shrink: 0; margin-right: 20px; line-height: 1; }
.portfolio-meta-title { display: block; text-transform: uppercase; }
.portfolio-meta-sub-title { color: var(--theme-text-dark-color); font-weight: 500; }


/* ------------------------
 Services
------------------------*/
.service-item .service-image img { border-radius: 8px }
.service-item p { margin-bottom: 0; }

/* ---- service style-1 ----*/
.service-item.style-1 { position: relative; overflow: hidden; border-radius: 8px; padding-bottom: 50px; }
.service-item.style-1 .service-desc { background: var(--theme-white-color); border-radius: 8px; display: flex; align-items: center; position: absolute; bottom: 20px; left: 10px; box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); overflow: hidden; }
.service-image { position: relative; }
.service-item.style-1 .service-icon { background: var(--theme-primary-color); font-size: 40px; line-height: 80px; color: var(--theme-white-color); width: 70px; height: 80px; text-align: center; }
.service-item.style-1 .service-title h5 { padding: 0 30px 0 20px; margin: 0; }
.service-item.style-1 .arrow-button { position: absolute; top: 30px; right: 30px; transform: scale(0); font-size: 30px; background: var(--theme-primary-color); color: var(--theme-white-color); border-radius: 100%; width: 60px; height: 60px; line-height: 60px; text-align: center; }
.service-item.style-1 .arrow-button:hover { background: var(--theme-bg-dark-color); color: var(--theme-white-color); }
.service-item.style-1:hover .arrow-button { transform: scale(1); }

.service-item.style-2 { border-radius: 8px; overflow: hidden; margin-top: 30px; background: var(--theme-white-color); }
.service-item.style-2 .service-desc { padding: 30px; }
.service-item.style-2 .service-icon { font-size: 60px; line-height: 1; -webkit-text-fill-color: transparent; background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color) 87%); -webkit-background-clip: text; margin-bottom: 30px; }
.service-item.style-2 .service-image img { border-radius: 0; }
.service-item.style-2 .arrow-button { position: absolute; bottom: 30px; right: 30px; transform: scale(0); font-size: 30px; background-image: linear-gradient(to right, var(--theme-primary-color), var(--theme-secondary-color)); color: var(--theme-white-color); border-radius: 100%; width: 60px; height: 60px; line-height: 60px; text-align: center; }
.service-item.style-2 .arrow-button:hover { color: var(--theme-white-color); }
.service-item.style-2:hover .arrow-button { transform: scale(1); }
.service-item.style-2 .service-image:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(17, 93, 247, 0) 55%); }

/* ---- service style-3 ----*/
.service-item.style-3 { background: var(--theme-white-color); position: relative; border-radius: 8px; padding: 40px; margin-left: 1px; }
.service-item.style-3::before { position: absolute; content: ''; border: 1px solid var(--theme-border-light-color); width: 100%; height: 100%; top: 0; left: 0; transform: scale(0.97); border-radius: 8px; z-index: -9; }
.service-item.style-3 .service-icon { font-size: 50px; line-height: 1; color: var(--theme-primary-color); margin-bottom: 30px; background: var(--theme-bg-light-color); display: flex; border-radius: 50%; width: 100px; height: 100px; align-items: center; justify-content: center; box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); }
.service-item.style-3 .service-icon i { transition: all 0s ease-in-out 0s; }
.service-item.style-3:hover .service-icon { color: var(--theme-white-color); background: var(--theme-primary-color); }
.service-item.style-3 .service-desc ul{margin: 30px 0;}
.service-item.style-3 .service-desc ul li{margin-bottom: 15px;}
.service-item.style-3 .service-desc ul li i{color: var(--theme-primary-color); margin-right: 10px;}

/*Service Sidebar*/
.service-widget.widget { margin-bottom: 40px; padding: 10px; border: 1px solid var(--theme-border-light-color); border-radius: 8px; }
.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(--theme-white-color); box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); color: var(--theme-text-dark-color); display: block; font-size: 16px; padding: 15px 20px; font-weight: 600; position: relative; overflow: hidden; }
.service-widget li.current-menu-item a, .service-widget li:hover a { color: var(--theme-primary-color); padding-left: 50px; }
.service-widget.widget_text { padding: 30px; }
.service-widget li a:before, .service-widget li a:after { position: absolute; top: 0; left: -50px; font-family: 'Line Awesome Free'; font-weight: 900; content: "\f054"; font-size: 22px; display: flex; z-index: 99; height: 100%; color: var(--theme-primary-color); justify-content: center; align-items: center; }
.service-widget li a:after{left: auto; right: 20px;}   
.service-widget li a:hover:before, .service-widget li.current-menu-item a:before { opacity: 1; left: 20px; }
.service-widget li a:hover:after, .service-widget li.current-menu-item a:after { opacity: 1; right: -50px; }
.service-contact h3, .service-contact p{color: var(--theme-text-dark-color);}


/* ------------------------
 Testimonial
------------------------*/
.testimonial-content p { font-size: 24px; line-height: 40px; color: var(--theme-body-color); max-width: 60%; margin: 30px auto 0; }
.testimonial .testimonial-caption span { color: var(--theme-body-color); display: block; text-transform: uppercase; margin-top: 5px; font-size: 15px; }
.testimonial .testimonial-caption h5 { display: inline-block; margin-bottom: 0; font-weight: 600; color: var(--theme-primary-color) }
.testimonial .testimonial-author { position: relative; display: flex; align-items: center; justify-content: center; }
.testimonial.style-1 { text-align: center; }
.testimonial.style-1 .testimonial-img { position: relative; width: 15%; margin-right: 30px; }
.testimonial.style-1 .testimonial-img img { border-radius: 100% !important; }
.testimonial.style-1 .testimonial-quote { background: var(--theme-primary-color); font-size: 30px; display: inline-block; line-height: 1; color: var(--theme-white-color); border-radius: 100%; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; }
.bg-dark .testimonial-content p, .bg-dark .testimonial .testimonial-caption span, .bg-dark .testimonial .testimonial-caption h5, .bg-dark-2 .testimonial-content p, .bg-dark-2 .testimonial .testimonial-caption span, .bg-dark-2 .testimonial .testimonial-caption h5 {color: var(--theme-white-color);}


/* ------------------------
 Counter
------------------------*/
.counter-top { position: relative; z-index: 9; display: flex; align-items: center;}
.counter span { font-weight: 600; font-size: 50px; line-height: 1; color: var(--theme-text-dark-color); display: inline-block; }
.counter span + span { color: var(--theme-text-dark-color); margin-bottom: 0; vertical-align: middle; }
.counter h6 { display: block; color: var(--theme-body-color); position: relative; margin-top: 10px; margin-bottom: 0;  }
.counter-icon{margin-right: 10px;}
.counter-icon i{position: relative; font-size: 50px; line-height: 1; display: inline-block; color: var(--theme-primary-color);}
.counter.style-2 .counter-icon{margin-right: 0; margin-bottom: 10px;}

.bg-dark .counter span, .bg-dark .counter h6{color: var(--theme-white-color);}


/* ------------------------
    Price Table
------------------------*/
.price-table { padding: 50px 70px; border-radius: 8px; overflow: hidden; position: relative; z-index: 9; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--theme-border-light-color); }
.price-value{margin: 30px 0;}
.price-value h2 { font-size: 80px; line-height: 1; margin-bottom: 0; position: relative; display: inline-block; color: var(--theme-text-dark-color); }
.price-value h2 span { font-size: 18px; line-height: 18px; color: var(--theme-text-dark-color); font-weight: normal; }
.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(--theme-primary-color); line-height: 20px; font-size: 14px; width: 20px; height: 20px; background: var(--theme-white-color); box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); display: inline-block; text-align: center; border-radius: 50%; margin-right: 10px; }


/* ------------------------
 Team
------------------------*/
.team-member { position: relative; overflow: hidden;}
.team-member .team-images img{ border-radius: 8px; width: 100%;}
.team-member .team-description { padding: 20px 25px; overflow: hidden; text-align: center; }
.team-member .team-description span { color: var(--theme-primary-color); display: block; }
.team-member h4 { text-transform: capitalize; color: var(--theme-primary-color); margin-bottom: 0; }
.team-member h4 a:hover { color: var(--theme-primary-color); }
.team-member .team-images { position: relative; overflow: hidden; }
.team-member .team-images::before { position: absolute; content: ""; top: 0px; border-radius: 8px; left: 0; opacity: 0; width: 0%; background: var(--theme-primary-color); height: 0%; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.team-member:hover .team-images::before { opacity: 0.8; width: 100%; height: 100%; }
.team-member .team-social-list { position: absolute; right: 15px; bottom: 15px; }
.team-member .team-images .team-share-icon { display: inline-block; font-size: 30px; z-index: 9; width: 46px; height: 46px; line-height: 46px; margin: 0 auto; background: var(--theme-primary-color); color: var(--theme-white-color); border-radius: 50%; cursor: pointer; position: absolute; right: 0; bottom: 0; text-align: center; }
.team-member .team-social-icon { position: absolute; background: var(--theme-white-color); border-radius: 30px; right: 1px; bottom: -10px; opacity: 0; padding: 12px 12px 20px 12px; }
.team-member:hover .team-social-icon { bottom: 20px; opacity: 1; }
.team-member .team-images .team-share-icon:hover .team-social-icon { position: absolute; background: var(--theme-white-color); border-radius: 8px; right: 0; top: 0; }
.team-social-icon li a { margin:8px 0; font-size: 20px; line-height: 1; color: var(--theme-text-dark-color); display: inline-block;}
.team-social-icon li a:hover { color: var(--theme-primary-color); }
.team-contact{padding: 30px;}
.team-meta li{margin-bottom: 20px; display: flex; align-items: center;}
.team-meta li i { font-size: 30px; color: var(--theme-primary-color); vertical-align: middle; margin-right: 15px; }
.team-meta li span { margin-right: 10px; font-weight: 500; color: var(--theme-primary-color); }


/* ------------------------
  Swiper Arrow 
------------------------*/
.swiper .swiper-button-prev { left: 40px !important; }
.swiper .swiper-button-next { right: 40px !important; }
.swiper .swiper-button-prev, .swiper .swiper-button-next { background: var(--theme-primary-color); width: 40px; height: 40px; border-radius: 100%; border: 1px solid var(--theme-primary-color); display: inline-block; text-align: center; line-height: 40px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; opacity: 0; }
.swiper:hover .swiper-button-prev, .swiper:hover .swiper-button-next { opacity: 1; }
.swiper:hover .swiper-button-prev { left: 20px !important; }
.swiper:hover .swiper-button-next { right: 20px !important; }
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover { background: var(--theme-primary-color); border-color: var(--theme-text-dark-color); }
.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after { color: var(--theme-white-color); font-size: 14px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; line-height: 40px !important; font-weight: 900; }
.swiper .swiper-button-next:hover::after, .swiper .swiper-button-prev:hover::after { color: var(--theme-white-color); }

/* ------------------------
  Swiper Dot Pagination
------------------------*/
.swiper-pagination { position: inherit !important; text-align: center; -webkit-transition: 300ms opacity; -o-transition: 300ms opacity; transition: 300ms opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; margin-top: 50px; }
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 10px; left: 0; width: 100%; }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }
.swiper-pagination-clickable .swiper-pagination-bullet { background-color: var(--theme-text-dark-color); border-radius: 50%; width: 10px; height: 10px; opacity: 1; display: inline-block; }
.bg-dark .swiper-pagination-clickable .swiper-pagination-bullet { background-color: var(--theme-white-color); }
.bg-dark .swiper-pagination-clickable .swiper-pagination-bullet-active { opacity: 1; background: var(--theme-primary-color); }
.swiper-pagination-clickable .swiper-pagination-bullet-active { opacity: 1; background: var(--theme-primary-color); }

.swiper-nav-none .swiper-button-prev, .swiper-nav-none .swiper-button-next, .swiper-nav-none .swiper-pagination {display: none;}
.swiper-nav-dots .swiper-button-prev, .swiper-nav-dots .swiper-button-next {display: none;}
.swiper-nav-arrow .swiper-pagination {display: none;}

/* ------------------------
    Progress Bar
------------------------*/
.theme-progress-bar { position: relative; }
.theme-progress-bar h4 { color: var(--theme-text-dark-color); font-size: 18px; }
.theme-progress-bar .progress { height: 4px; background: var(--theme-text-dark-color); overflow: visible; align-items: center; width: 100%; border-radius: 0; }
.theme-progress-bar .progress-parcent { position: absolute; right: 0; top: -35px; color: var(--theme-primary-color); font-size: 16px;}
.theme-progress-bar .progress .progress-bar { height: 4px; background-color: var(--theme-primary-color); overflow: visible; position: relative; }

/* ------------------------
 Award Section
------------------------*/
.elementor-widget-award-box { margin-bottom: 0 !important; }
.award-items { display: flex; width: 100%; padding: 30px; margin-bottom: 30px; position: relative; justify-content: space-between; border-radius: 8px; }
.award-items .award-img { position: absolute; left: 5%; bottom: -50px; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; opacity: 0; }
.award-items:hover .award-img { opacity: 1; bottom: 0; }
.award-title { width: 35%; }
.award-items .award-num h4, .award-years h4 { color: var(--theme-primary-color); font-size: 34px; }

.bg-primary h6, .bg-dark-2 h6{color: var(--theme-white-color)}

.form-img .round-text {
    background: var(--theme-white-color); border-radius: 50%;
}


/* ------------------------
    Tab
------------------------*/
.themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper { display: flex; }
.themeht-tab .elementor-tab-title {font-family: var(--theme-typography-body-font-family) !important; border: 1px solid transparent !important; border-radius: 0; width: 33.3333%; text-align: center !important; font-weight: 600 !important; color: var(--theme-text-dark-color) !important; position: relative; border-bottom: 2px solid var(--theme-border-light-color) !important; padding: 10px 15px !important; }
.themeht-tab .elementor-tab-title.elementor-active{border-color: var(--theme-border-light-color) !important; border-bottom-color: var(--theme-primary-color) !important;  color: var(--theme-primary-color) !important;}
.themeht-tab.elementor-widget-tabs .elementor-tab-content{padding:20px 0 0; font-family: var(--theme-typography-body-font-family);}
.themeht-tab.elementor-widget-tabs .elementor-tab-content p strong{color: var(--theme-text-dark-color); margin-bottom: 10px; display: block; font-weight: 500;}
