/* ------------------------------------------------
  Project:   Psyocare - Psychology and Counseling 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. Services
  12. Price Table   
  13. Progress Bar
  14. Project Item


/* ------------------------
    Section Title
------------------------*/
.theme-title p { font-size: 16px; margin-bottom: 0; line-height: 30px;}
.dark-bg .theme-title h2, .theme-bg .theme-title h2,
.dark-bg .theme-title h6, .theme-bg .theme-title h6 { color: var(--themeht-white-color) }
.dark-bg .white-bg .theme-title h2, .theme-bg .white-bg .theme-title h2 { color: var(--themeht-text-color) }
.dark-bg .white-bg .theme-title h6, .theme-bg .white-bg .theme-title h6 { color: var(--themeht-primary-color) }
.theme-title h6 {position: relative; display: inline-block; text-transform: uppercase; margin-bottom: 15px; padding-bottom: 10px; color: var(--themeht-secondary-color);}
.theme-title h2 { margin-bottom: 15px; }
.theme-title h6:before { content:''; height: 3px; width: 80px; background-color: var(--themeht-primary-color); position: absolute; transition: all 0.6s; bottom: 0; left: 0; }
.dark-bg .theme-title h6:before { background-color: var(--themeht-secondary-color);}
.theme-title h6:after { content:''; height: 3px; width: 20px; background-color: var(--themeht-white-color); position: absolute; transition: all 0.6s; bottom: 0; left: 0; -webkit-animation:linear infinite alternate;
    -webkit-animation-name: title-run; -webkit-animation-duration: 5s;}    
.theme-title.center h6:before{left: 50%; margin-left: -40px;}
.theme-title.right h6:before{left: inherit; right: 0;}
.theme-title.center h6:after{-webkit-animation-name: title-run-center;}
@-webkit-keyframes title-run {
    0% { left: 0;}
    50%{ left : 60px;}
    100%{ left: 0;}
}

@-webkit-keyframes title-run-center {
    0% { left: 10%;}
    50%{ left : 40%;}
    100%{ left: 100%;}
}


/* ------------------------
    Button
------------------------*/
.primary-btn, .white-btn{ overflow: hidden; position: relative; display: inline-block; cursor: pointer;}
a.primary-btn, .primary-btn { position: relative; transition: all 0.6s; background: var(--themeht-primary-color); color: var(--themeht-white-color); border: 1px solid var(--themeht-primary-color); }
.primary-btn span { transition: all 0.1s; z-index: 9; position: relative; padding: 0 15px; }
.primary-btn i { background: var(--themeht-white-color); font-size: 30px; color: var(--themeht-primary-color); display: inline-block; z-index: 9; padding: 10px 15px; vertical-align: middle; transition: all 0.3s; }

.primary-btn:hover{background: var(--themeht-white-color); color: var(--themeht-primary-color);}
.primary-btn:hover i{background: var(--themeht-primary-color); color: var(--themeht-white-color);}

a.white-btn, .white-btn { position: relative; transition: all 0.6s; background: var(--themeht-white-color); color: var(--themeht-text-color); border: 1px solid var(--themeht-secondary-color); }
.white-btn span { transition: all 0.1s; z-index: 9; position: relative; padding: 0 15px; }
.white-btn i { background: var(--themeht-bg-dark-color); font-size: 30px; color: var(--themeht-white-color); display: inline-block; z-index: 9; padding: 10px 15px; vertical-align: middle; transition: all 0.3s; }
.white-btn:hover{background: var(--themeht-bg-dark-color); color: var(--themeht-white-color);}
.white-btn:hover i{background: var(--themeht-white-color); color: var(--themeht-primary-color);}

.arrow-btn{font-size: 50px; transform: rotate(-45deg); display: inline-block; line-height: 1; color: var(--themeht-text-color);}
.arrow-btn:hover{transform: rotate(0deg);}

.read-link{border-bottom: 1px solid var(--themeht-primary-color);}
.read-link i{vertical-align: middle; margin-left: 10px;}

.marquee-btn { overflow: hidden; display: block; }
.marquee-btn span { font-weight: 400; font-family: var(--themeht-typography-secondary-font-family); animation: marquee 30s linear infinite; text-transform: uppercase; color: var(--themeht-white-color); position: relative; display: inline-block; font-size: 30px; width: 100%; white-space: nowrap; line-height: 1; }
.marquee-btn span i { font-size: 30px; display: inline-block; vertical-align: middle; line-height: 1; margin: 0 30px; }
.marquee-btn:hover span{ color: var(--themeht-primary-color); }
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translatex(-100%); }
}

.marquee-wrap{ overflow: hidden; display: block; }
.marquee-text { animation: marquee 20s linear infinite; position: relative; display: inline-block; font-size: 100px; width: 100%; white-space: nowrap; line-height: 120px; text-transform: uppercase; font-weight: 400; font-family: var(--themeht-typography-secondary-font-family); color: transparent; -webkit-text-stroke: 1px var(--themeht-white-color); }
.marquee-text i { font-size: 40px; display: inline-block; vertical-align: middle; line-height: 1; margin: 0 30px;color: var(--themeht-white-color); }

/* ------------------------
 Accourdion
------------------------*/
.elementor-accordion .elementor-accordion-item { margin-bottom: 25px; border: none !important; background: var(--themeht-white-color); padding: 20px; }
.elementor-accordion .elementor-accordion-item:last-child { margin-bottom: 0; }
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title{padding:0;}
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title{font-size: 18px; line-height: 28px; font-weight: 500 !important; text-transform: capitalize; 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-primary-color)}
.themeht-accordion.elementor-widget-accordion .elementor-accordion-icon{color: var(--themeht-text-color); padding-top: 5px;}
.themeht-accordion.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon{color: var(--themeht-primary-color)}
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content{color: var(--themeht-body-color); font-family: var(--themeht-typography-body-font-family); border-top: none !important;}
.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 { display: inline-block; height: 40px; width: 40px; line-height: 40px; font-size: 14px; text-align: center; margin: 0; border: 0; background: transparent; color: var(--themeht-text-color); overflow: hidden; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.social-icons li:hover a { transform: rotateY(360deg); }


/* ------------------------
    Team
------------------------*/
.team-member { text-align: center; margin-bottom: 50px; }
.team-member .team-images { position: relative; overflow: hidden; width: 200px; height: 200px; border-radius: 100%; margin: 0 auto; }
.team-member:hover .team-images { border-radius: 0; }
.team-member .team-description { background: var(--themeht-white-color); padding: 120px 25px 25px; margin-top: -100px; }
.team-member .team-description span { color: var(--themeht-secondary-color); display: block; text-transform: uppercase; margin-top: 5px; font-size: 15px; }
.team-member h5 { text-transform: capitalize; margin-bottom: 0; }
.team-member .team-social-icon {margin-top: 20px; }
.team-social-icon li { margin: 0 5px; display: inline-block; }
.team-social-icon li a { background: var(--themeht-bg-light-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-primary-color); color: var(--themeht-white-color); }
.team-member img { width: 100%; }
.team-contact{padding: 30px;}
.team-meta li{margin-bottom: 20px; display: flex; align-items: center;}
.team-meta li i { font-size: 30px; color: var(--themeht-secondary-color); vertical-align: middle; margin-right: 15px; }
.team-meta li span { margin-right: 10px; font-weight: 500; color: var(--themeht-primary-color); }


/* ------------------------
    Tab
------------------------*/
.themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper { display: flex; }
.themeht-tab .elementor-tab-title {font-family: var(--themeht-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(--themeht-text-color) !important; position: relative; border-bottom: 2px solid var(--themeht-border-light-color) !important; padding: 10px 15px !important; }
.themeht-tab .elementor-tab-title.elementor-active{border-color: var(--themeht-border-light-color) !important; border-bottom-color: var(--themeht-primary-color) !important;  color: var(--themeht-primary-color) !important;}
.themeht-tab.elementor-widget-tabs .elementor-tab-content{padding:20px 0 0; font-family: var(--themeht-typography-body-font-family);}
.themeht-tab.elementor-widget-tabs .elementor-tab-content p strong{color: var(--themeht-text-color); margin-bottom: 10px; display: block; font-weight: 500;}


/* ------------------------
    Counter
------------------------*/
.counter-top { position: relative; z-index: 9; display: flex; align-items: center; justify-content: center;}
.counter span { font-family: var(--themeht-typography-body-font-family); font-size: 40px; line-height: 1; color: var(--themeht-text-color); display: inline-block; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px var(--themeht-text-color); }
.counter span + span { color: var(--themeht-text-color); margin-bottom: 0; vertical-align: middle; }
.counter h6 { display: block; color: var(--themeht-body-color); position: relative; margin-bottom: 0; background: var(--themeht-rgb-color); text-align: center; padding: 5px 10px; margin-top: 15px; }
.counter-icon{margin-right: 10px;}
.counter-icon i{position: relative; font-size: 40px; line-height: 1; display: inline-block;  color: var(--themeht-secondary-color);}
.dark-bg .counter span, .theme-bg .counter span{-webkit-text-stroke: 1px var(--themeht-white-color);}
.dark-bg .counter h6{color: var(--themeht-white-color)}
.theme-bg .counter h6, .theme-bg .counter-icon i{color: var(--themeht-white-color)}


/* ------------------------
    Blog - Post
------------------------*/
.post-card { position: relative; background: var(--themeht-white-color); display: inline-block; width: 100%; }
.post-card .post-image { position: relative; }
.post-card .post-image img { width: 100%; }
.post-card.style-1 .post-desc { position: absolute; top: 0; padding: 30px; width: 100%; background: var(--themeht-white-color); height: 100%; z-index: 9; -webkit-transition: background-color 600ms linear; -ms-transition: background-color 600ms linear; transition: background-color 600ms linear; display: flex; align-items: center; }
.post-date { display: inline-block; font-size: 15px; background: var(--themeht-primary-color); padding: 8px 15px; margin-bottom: 20px; color: var(--themeht-white-color); }
.post-date a { color: var(--themeht-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(--themeht-text-color); display: inline-block; }
.post-card .post-desc h4 a:hover { color: var(--themeht-primary-color) }
.post-card .post-bottom li { text-transform: uppercase; font-size: 14px; }
.post-bottom li i { font-size: 20px; color: var(--themeht-primary-color); margin-right: 5px; vertical-align: middle; }
.post-card.style-1 .post-desc::before { z-index: -1; background-color: var(--themeht-bg-dark-color); content: ""; display: block; height: 50%; left: 0; position: absolute; top: 0; transition: all 600ms ease 0s; width: 0; opacity: 0.7; }
.post-card.style-1 .post-desc::after { z-index: -1; background-color: var(--themeht-bg-dark-color); bottom: 0; content: ""; display: block; height: 50%; position: absolute; right: 0; transition: all 600ms ease 0s; width: 0; opacity: 0.7; }
.post-card.style-1:hover .post-desc::before, .post-card.style-1:hover .post-desc::after { width: 100%; }
.post-card.style-1:hover .post-desc { background: transparent; }
.post-card.style-1:hover .post-desc a, .post-card.style-1:hover .post-desc p { color: var(--themeht-white-color) }
.post-card.style-1 .post-desc a:hover { color: var(--themeht-primary-color) }
.post-date a:hover { color: var(--themeht-white-color) !important; }
.post-card.style-2 .post-desc { padding: 30px; padding-left: 100px; position: relative; }
.post-card.style-2 .post-date { position: absolute; left: -43px; transform: rotate(90deg); margin-bottom: 0; top: 110px; }
.post-title { margin-top: 20px; border-top: 1px solid var(--themeht-border-light-color); padding-top: 15px; }
.post-title { margin-bottom: 15px; }
.has-post-thumbnail .post-classic .post-desc { padding-top: 30px; }
.single-post .post-card { margin-bottom: 0; }
.single-post .post-card .post-desc { padding: 30px; }
.tags-links a { border: 1px solid var(--themeht-border-light-color); color: var(--themeht-text-color); padding: 8px 12px; margin: 4px 8px 4px 0; display: inline-block; font-size: 16px; text-transform: capitalize; }
.tags-links a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.tags-links a:before { display: inline-block; padding-right: 0.4rem; color: var(--themeht-primary-color); content: "\f12e"; font-family: 'flaticon_mycollection'; vertical-align: middle; }
.tags-links a:hover:before { color: var(--themeht-white-color); }
.themeht-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; }

/* ---- Sidebar Widget ----*/
.widget h2 {position: relative; color: var(--themeht-text-color); font-size: 24px; line-height: 34px; display: block; margin-bottom: 20px; padding-bottom: 5px; text-transform: uppercase;}

.widget h2::before { content:''; height: 3px; width: 80px; background-color: var(--themeht-primary-color); position: absolute; transition: all 0.6s; bottom: 0; left: 0; }
.widget h2::after { content:''; height: 3px; width: 20px; background-color: var(--themeht-white-color); position: absolute; transition: all 0.6s; bottom: 0; left: 0; -webkit-animation:linear infinite alternate;
    -webkit-animation-name: title-run; -webkit-animation-duration: 5s;}
    
    
.themeht-widget.widget { margin-bottom: 50px; }
.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, .widget_recent_entries 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, .widget_recent_entries li:last-child { margin-bottom: 0; padding-bottom: 0; }
.themeht-widget.widget .tagcloud a, .wp-block-tag-cloud a {position: relative; border: 1px solid var(--themeht-border-light-color); color: var(--themeht-text-color); padding: 8px 12px; margin: 4px 8px 4px 0; display: inline-block; font-size: 16px !important; text-transform: capitalize; }
.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 .tagcloud a:before, .wp-block-tag-cloud a:before { display: inline-block; padding-right: 0.4rem; color: var(--themeht-primary-color); content: "\f12e"; font-family: 'flaticon_mycollection'; vertical-align: middle; }
.themeht-widget.widget .tagcloud a:hover:before, .wp-block-tag-cloud a:hover:before{color: var(--themeht-white-color);}
.widget_categories li{color: var(--themeht-primary-color); position: relative; }
.widget.widget_categories ul li:before{content: "\f07b"; font-family: 'Line Awesome Free'; font-weight: 900; color: var(--themeht-primary-color); font-size: 20px; position: absolute; right: 0; top: 0;}
.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; }
.widget_themeht_recentpost li { display: flex; align-items: center; }
.themeht-post-image { flex-shrink: 0;  width: 120px; height: 120px; margin-right: 20px;}
.themeht-post-date { display: block; margin-top: 10px; }
.themeht-post-date:before { display: inline-block; padding-right: 0.4rem; color: var(--themeht-primary-color); content: "\f12d"; font-family: 'flaticon_mycollection'; vertical-align: middle; color: var(--themeht-primary-color); font-size: 20px; }
.search-form button[type="submit"] { background: inherit; color: var(--themeht-text-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(--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, .themeht-widget.widget a{text-transform: capitalize;}
.themeht-widget.widget li a{ font-size: 17px; color: var(--themeht-text-color);}
.themeht-widget.widget li a:hover{color: var(--themeht-secondary-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: 80px; height: 80px; display: inline-block; padding: 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(--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: auto;}
.says{display: none;}
.comment-author.vcard a{text-transform: capitalize; font-size: 18px; font-weight: 500; color: var(--themeht-text-color);}
.comment-author.vcard a:hover{ color: var(--themeht-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(--themeht-border-dark-color); position: relative; text-transform: uppercase; padding: 5px 20px 5px 40px; background: var(--themeht-white-color); color: var(--themeht-text-color); display: inline-block; font-weight: 600; font-size: 14px; }
.comment-reply-link:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); border-color: var(--themeht-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;}

#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-bottom: 8px; padding-left: 50px; border-bottom: 1px solid var(--themeht-border-dark-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(--themeht-primary-color); }

.nav-title { display: inline-block; word-break: break-word; font-size: 16px; text-transform: capitalize; }
.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{padding-left: 0; padding-right: 50px;}

.site-main .comment-navigation .nav-previous a:before,
.site-main .posts-navigation .nav-previous a:before,
.site-main .post-navigation .nav-previous a:before,
.site-main .comment-navigation .nav-next a:after,
.site-main .posts-navigation .nav-next a:after,
.site-main .post-navigation .nav-next a:after{
   position: absolute;
    top: 0;
    left: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f30a";
    font-size: 45px;
    display: inline-block;
    z-index: 99;
    color: var(--themeht-primary-color);
}
.site-main .comment-navigation .nav-next a:after,
.site-main .posts-navigation .nav-next a:after,
.site-main .post-navigation .nav-next a:after { left: inherit; right: 0; content: "\f30b";}
.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 { background: var(--themeht-white-color); padding: 30px; box-shadow: none; border: 5px solid var(--themeht-secondary-color); }


/* ------------------------
    Featured Box
------------------------*/
.featured-item.style-1{display: flex; padding: 0 30px; align-items: center; background: var(--themeht-white-color)}
.featured-item.style-1 .featured-icon{ margin-right: 20px; flex-shrink: 0; position: relative; z-index: 9; font-size:50px; line-height:1; color: var(--themeht-primary-color); display:inline-block;}
.featured-item .featured-icon i{ display:inline-block; }
.featured-desc p{margin-bottom: 0;}
.featured-title h5{margin-bottom: 10px; text-transform: capitalize;}
.featured-item.style-1 .featured-desc { border-left: 1px solid var(--themeht-border-light-color); padding-left: 30px; padding-top: 30px; padding-bottom: 30px; }
.featured-item.style-2 .featured-icon { margin-bottom: 20px; position: relative; font-size: 50px; line-height: 1; color: var(--themeht-primary-color); display: inline-block; }
.featured-item:hover .featured-icon{ color: var(--themeht-secondary-color);}

/* ------------------------
    Testimonials
------------------------*/
.testimonial.style-1 { position: relative; display: flex; align-items: center; margin: 0 100px;}
.testimonial.style-1 .testimonial-img{position: relative;}
.testimonial.style-1 .testimonial-content{background: var(--themeht-white-color); padding: 50px; width: 80%;}
.testimonial.style-1 .testimonial-quote { background: var(--themeht-primary-color); padding: 20px; font-size: 80px; display: inline-block; line-height: 1; color: var(--themeht-white-color); position: absolute; top: 0; right: 0; }
.testimonial-content p { font-size: 24px; line-height: 40px; margin-bottom: 0; color: var(--themeht-text-color); font-style: italic; margin: 20px 0 30px;}
.testimonial.style-2 .testimonial-caption { position: relative; display: flex; align-items: center; justify-content: center;}
.testimonial .testimonial-caption span { color: var(--themeht-text-color); display: block; text-transform: uppercase; margin-top: 5px; font-size: 15px; }
.testimonial .testimonial-caption h4 { display: inline-block; margin-bottom: 0; color: var(--themeht-white-color) }
.dark-bg .testimonial-content p, .dark-bg .testimonial .testimonial-caption span,
.theme-bg .testimonial-content p, .theme-bg .testimonial .testimonial-caption span{color: var(--themeht-white-color)}
.testimonial.style-2 .testimonial-content { padding: 0 100px; text-align: center; }
.testimonial.style-2 .testimonial-img { width: 100px; height: 100px; display: inline-block; margin-right: 15px; border-radius: 100%; overflow: hidden; }
.testimonial.style-2 .testimonial-quote{font-size: 100px; display: inline-block; line-height: 1; color: var(--themeht-text-color)}
.dark-bg .testimonial.style-2 .testimonial-quote, .theme-bg .testimonial.style-2 .testimonial-quote{color: var(--themeht-white-color)}
#testimonial-pagination { bottom: 0; }
.testimonial-swiper .swiper-button-next, .testimonial-swiper .swiper-button-prev { background: var(--themeht-white-color); width: 50px; height: 50px; background-image: none !important; }
.testimonial-swiper .swiper-button-next:hover, .testimonial-swiper .swiper-button-prev:hover { background: var(--themeht-secondary-color); }
.testimonial-swiper .swiper-button-next:after, .testimonial-swiper .swiper-button-prev:after { font-size: 30px; }
.testimonial-swiper .swiper-button-next:hover:after, .testimonial-swiper .swiper-button-prev:hover:after { color: var(--themeht-white-color); }

.swiper-bottom-arrow{padding-bottom: 70px !important;}
.swiper-pagination .swiper-pagination-bullet{width: 10px; height: 10px;}


/* ------------------------
    service Box
------------------------*/
.service-item{margin-bottom: 30px; position: relative;}
.service-item.style-1 .service-icon { margin-top: -110px; z-index: 9; position: relative; background-color: var(--themeht-primary-color); width: 90px; height: 90px; font-size: 50px; line-height: 90px; text-align: center; color: var(--themeht-white-color); display: block; transform: rotate(5deg); margin-bottom: 30px; }
.service-item .service-icon i { display: inline-block; }
.service-image { position: relative; overflow: hidden; }
.service-item.style-1 .service-image:before { content: ''; position: absolute; bottom: -40px; left: -20%; background: var(--themeht-white-color); width: 140%; height: 100px; transform: rotate(10deg); }
.service-title h4{text-transform: capitalize;}
.dark-bg .service-title h4, .dark-bg .service-desc, .theme-bg .service-title h4, .theme-bg .service-desc, .theme-bg .service-icon i{color: var(--themeht-white-color)}
.service-desc { padding: 0 30px 30px; background-color: var(--themeht-white-color); }
.service-item.style-1:hover .service-image:before { transform: rotate(-10deg); }
.service-item.style-1:hover .service-icon { margin-left: 70%; transform: rotate(-10deg); }
.service-item.style-2 { padding: 30px 20px; background-color: var(--themeht-white-color); }
.service-item.style-2 .service-desc { padding: 30px 0 0; position: relative; }
.service-item.style-2 .service-icon { position: absolute; right: 0; z-index: 9; bottom: 0; background-color: var(--themeht-white-color); width: 90px; height: 90px; font-size: 50px; color: var(--themeht-primary-color); display: flex; align-items: center; justify-content: center; }
.service-item.style-2 .service-title h4 { margin-bottom: 20px;}
.service-item.style-2:hover .service-icon { background-color: var(--themeht-primary-color); color: var(--themeht-white-color); }

.service-item.style-2 .service-icon2{position: absolute; right: -20px; bottom: -30px; font-size: 100px; opacity: 0.1; color: var(--themeht-primary-color);}

.service-swiper-slider .swiper-button-next, .service-swiper-slider .swiper-button-prev { background: var(--themeht-white-color); width: 50px; height: 50px; top: -60px; background-image: none !important; border-radius: 50%; color: var(--themeht-text-color); z-index: 99; }
.service-swiper-slider .swiper-button-prev { left: auto; right: 60px; }
.service-swiper-slider .swiper-button-next { right: 0; }
.service-swiper-slider .swiper-button-next:hover, .service-swiper-slider .swiper-button-prev:hover { background: var(--themeht-primary-color); }
.service-swiper-slider .swiper-button-prev:after { font-size: 35px; font-family: 'Line Awesome Free'; font-weight: 900; content: "\f30a"; }
.service-swiper-slider .swiper-button-next:after { font-size: 35px; font-family: 'Line Awesome Free'; font-weight: 900; content: "\f30b"; }
.service-swiper-slider .swiper-button-next:hover:after, .service-swiper-slider .swiper-button-prev:hover:after { color: var(--themeht-white-color); }
.service-swiper-slider .swiper-pagination { bottom: -50px; }

/*Service Sidebar*/
.service-widget.widget { margin-bottom: 20px; background-color: var(--themeht-white-color); padding: 30px; }
.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-bg-light-color); color: var(--themeht-text-color); display: block; font-size: 18px; padding: 15px 20px; font-weight: 500; position: relative; overflow: hidden; }
.service-widget li.current-menu-item a, .service-widget li:hover a { color: var(--themeht-primary-color); padding-left: 80px; }
.service-widget.widget_text { background-color: var(--themeht-white-color); padding: 30px; margin-top: 50px; }
.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; background: var(--themeht-white-color); width: 40px; height: 100%; color: var(--themeht-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(--themeht-white-color);}


/* ------------------------
    Price Table
------------------------*/
.price-table { padding: 40px 30px; overflow: hidden; position: relative; background: var(--themeht-bg-light-color); z-index: 9; }
.price-value h2 { font-size: 80px; line-height: 1; margin-bottom: 0; position: relative; display: inline-block; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px var(--themeht-primary-color); }
.price-value h2 span { font-size: 18px; line-height: 18px; color: var(--themeht-white-color); font-weight: normal; }
.price-list{margin: 30px 0;}
.price-list ul li { position: relative; display: inline-block; margin-bottom: 10px; }
.price-list ul li:last-child { margin-bottom: 0; }
.price-list ul li:last-child { margin-right: 0; }
.price-list li i { color: var(--themeht-text-color); line-height: 20px; font-size: 12px; width: 20px; height: 20px; background: rgba(251, 59, 60, 0.1); display: inline-block; text-align: center; border-radius: 50%; margin-right: 10px; }
.price-title { background: var(--themeht-white-color); box-shadow: 0 5px 22px 0px rgb(15 53 103 / 5%); margin-left: -30px; padding: 10px 30px; margin-bottom: 20px; display: inline-block; }
.price-title h4 { font-size: 40px; line-height: 40px; font-weight: 700; margin-bottom: 0; color: var(--themeht-secondary-color); }

/* ------------------------
    Progress Bar
------------------------*/
.ht-progress-bar { position: relative; }
.ht-progress-bar h4 { color: var(--themeht-text-color); font-size: 22px; }
.ht-progress-bar .progress { height: 4px; background: var(--themeht-bg-light-color); overflow: visible; align-items: center; width: 100%; border-radius: 0; border: 1px solid var(--themeht-primary-color);; padding: 5px; }
.ht-progress-bar .progress-parcent { position: absolute; right: 0; top: -35px; color: var(--themeht-text-color); font-size: 16px; font-weight: 600; }
.ht-progress-bar .progress .progress-bar { height: 4px; background-color: var(--themeht-secondary-color); overflow: visible; position: relative; }

/* ------------------------
    Project Item
------------------------*/
.project-item.style-1 { position: relative; margin-bottom: 30px;}
.project-item.style-1 .project-img { position: relative; overflow: hidden; }
.project-item.style-1 .project-img::before { background-color: var(--themeht-primary-color); content: ""; display: block; height: 50%; left: 0; position: absolute; top: 0; transition: all 600ms ease 0s; width: 0; opacity: 0.7;}
.project-item.style-1 .project-img::after {background-color: var(--themeht-primary-color); bottom: 0; content: ""; display: block; height: 50%; position: absolute; right: 0; transition: all 600ms ease 0s; width: 0; opacity: 0.7;}
.project-item.style-1:hover .project-img::before, .project-item.style-1:hover .project-img::after {width: 100%;}
.project-item .project-title .project-cat a { text-transform: uppercase; font-size: 15px; margin-bottom: 5px; display: inline-block; }
.project-desc { margin: -30px 30px 0; background: white; position: relative; padding: 20px; -webkit-transition: .5s cubic-bezier(.3, .58, .55, 1); transition: .5s cubic-bezier(.3, .58, .55, 1); }
.project-item.style-1:hover .project-desc { transform: translateY(-110px); }
.project-desc .arrow-btn { position: absolute; right: 30px; top: -30px; background: var(--themeht-primary-color); transform: rotate(-90deg); color: var(--themeht-white-color); font-size: 30px; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; }
.project-item.style-1:hover .project-desc .arrow-btn { background: var(--themeht-secondary-color); }
#project-pagination { left: inherit; right: -200px; top: 40%; bottom: inherit; transform: rotate(90deg); width: inherit !important; }

/*Project Meta*/
.project-meta-list { display: flex; align-items: flex-start; }
.project-meta-icon { font-size: 40px; color: var(--themeht-primary-color); flex-shrink: 0; margin-right: 20px; line-height: 1; }
.project-meta-title { display: block; text-transform: uppercase; }
.project-meta-sub-title { color: var(--themeht-text-color); font-weight: 600; }
.portfolio-single .custom-sec-padding { padding-bottom: 0; }
