/* ------------------------------------------------
  Project:   Loptus - Digital Marketing Agency WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. Section Title
  2. Button
  4. Accordion
  5. Social Icons
  6. Team
  7. Tab
  8. Counter
  9. Blog - Post
  10. Featured Box
  11. Step Box
  12. Testimonials
  13. Featured Box
  14. Service Box
  15. Price Table   
  16. Progress Bar
  17. Portfolio Item
  18. Swiper Arrow
  19. Swiper Dot Pagination


/* ------------------------
    Section Title
------------------------*/

.theme-title h6 { padding: 3px 5px; position: relative; display: inline-block; font-weight: 500; background: var(--themeht-primary-color); color: var(--themeht-white-color); margin-bottom: 20px; }
.title-border { position: relative; padding-bottom: 20px; }
.title-border:before {position:absolute; left: 0; width:100px; margin:0 auto; bottom:0; height: 3px; animation: rotate 80s infinite linear; -webkit-animation: rotate 80s infinite linear; content: ""; border-radius: 5px;
  background: rgb(255,120,16); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,120,16,1) 0%, rgba(255,21,106,1) 25%, rgba(255,94,44,1) 50%, rgba(187,13,76,1) 75%, rgba(69,204,137,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,120,16,1)), color-stop(25%,rgba(255,21,106,1)), color-stop(50%,rgba(255,94,44,1)), color-stop(75%,rgba(187,13,76,1)), color-stop(100%,rgba(255,120,16,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,120,16,1) 0%,rgba(255,21,106,1) 25%,rgba(255,94,44,1) 50%,rgba(187,13,76,1) 75%,rgba(69,204,137,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,120,16,1) 0%,rgba(255,21,106,1) 25%,rgba(255,94,44,1) 50%,rgba(187,13,76,1) 75%,rgba(69,204,137,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,120,16,1) 0%,rgba(255,21,106,1) 25%,rgba(255,94,44,1) 50%,rgba(187,13,76,1) 75%,rgba(69,204,137,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,120,16,1) 0%,rgba(255,21,106,1) 25%,rgba(255,94,44,1) 50%,rgba(187,13,76,1) 75%,rgba(69,204,137,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7810', endColorstr='#ff7810',GradientType=1 ); /* IE6-9 */}

.center .title-border:before{left: 50%; transform: translateX(-50%);}
.right .title-border:before{left: inherit; right: 0;}
.theme-title p { font-size: 16px; margin-top: 25px; margin-bottom: 0; line-height: 30px; color: var(--themeht-text-color); }
.dark-bg h2, .dark-bg p, .primary-bg h2, .primary-bg p { color: var(--themeht-white-color) }
.theme-title h2 { margin-bottom: 0; }


/* ------------------------
    Button
------------------------*/
.themeht-btn{display: inline-block; padding: 12px 25px; font-size: 16px; line-height: 26px; font-weight: 500; background: none; color: var(--themeht-text-color); border-radius: 5px; border: none; position: relative; z-index: 9;}
.themeht-btn-sm{padding: 10px 20px;}
.themeht-btn:hover {-webkit-animation-name: jello; animation-name: jello; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.themeht-btn.primary-btn{background: linear-gradient(90deg, var(--themeht-primary-color) 0%, var(--themeht-secondary-color) 90%); color: var(--themeht-white-color);}
.themeht-btn.primary-btn:hover{ background: linear-gradient(90deg, var(--themeht-secondary-color) 0%, var(--themeht-primary-color) 90%); color: var(--themeht-white-color)}
.themeht-btn.outline-btn{border:5px solid var(--themeht-primary-color);}
.dark-bg .themeht-btn.outline-btn, .primary-bg .themeht-btn.outline-btn{border:5px solid rgba(255,255,255,0.2);}
.themeht-btn.circle-btn{border-radius: 30px;}
.themeht-btn.white-btn{background: var(--themeht-white-color); color: var(--themeht-text-color)}
.themeht-btn.white-btn.outline-btn{border-color: var(--themeht-white-color); background: none; color: var(--themeht-white-color);}
.themeht-btn.white-btn:hover{background: var(--themeht-white-color); color: var(--themeht-secondary-color);}
.themeht-btn.white-btn.outline-btn:hover{color: var(--themeht-secondary-color);}
.themeht-btn + .themeht-btn{margin-left: 10px;}
.arrow-btn{color: var(--themeht-text-color); padding: 0; background: none !important; display: inline-block;}
.dark-bg .arrow-btn, .primary-bg .arrow-btn{color: var(--themeht-white-color);}
.arrow-btn:hover{color: var(--themeht-secondary-color); box-shadow: none; background: none;}
.arrow-btn:before, .arrow-btn:after{display: none;}


/* ------------------------
 Accourdion
------------------------*/
.elementor-accordion .elementor-accordion-item { margin-bottom: 20px; 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 .elementor-accordion-title{font-size: 20px; line-height: 30px; font-weight: 500 !important; text-transform: capitalize; transition: all 0s ease-in-out 0s; color: var(--themeht-text-color); font-family: var(--themeht-typography-secondary-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; font-size: 25px;}
.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); border-top: none !important;}
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content p{margin-bottom:0;}
.themeht-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content {padding-top: 0;}


/* ------------------------
    Social Icons
------------------------*/
.social-icons ul{padding:0; margin: 0; line-height: 0;}
.text-center.social-icons ul{display:inline-block;}
.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-radius: 4px; 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-white.social-icons li a{color:var(--themeht-white-color);}
.social-icons.fullwidth li a{width: auto; height: auto; line-height: 20px; padding: 10px 15px;}

/*** Colored ***/
.social-icons.social-colored a,
.social-icons.social-hover a:hover{color:var(--themeht-white-color); border:0;}

.social-icons.social-colored .social-rss a,
.social-icons.social-hover .social-rss a:hover {background-color: #faa33d;}

.social-icons.social-colored .social-facebook a,
.social-icons.social-hover .social-facebook a:hover{background-color:#5d82d1;}

.social-icons.social-colored .social-twitter a,
.social-icons.social-hover .social-twitter a:hover{background-color:#40bff5;}

.social-icons.social-colored .social-vimeo a,
.social-icons.social-hover .social-vimeo a:hover{background-color:#35c6ea;}

.social-icons.social-colored .social-myspace a,
.social-icons.social-hover .social-myspace a:hover{background-color:#008dde;}

.social-icons.social-colored .social-youtube a,
.social-icons.social-hover .social-youtube a:hover{background-color:#ef4e41;}

.social-icons.social-colored .social-instagram a,
.social-icons.social-hover .social-instagram a:hover{background-color:#d62976;}

.social-icons.social-colored .social-gplus a,
.social-icons.social-hover .social-gplus a:hover{background-color:#db5442;}

.social-icons.social-colored .social-stumbleupon a,
.social-icons.social-hover .social-stumbleupon a:hover{background-color:#ff5c30;}

.social-icons.social-colored .social-lastfm a,
.social-icons.social-hover .social-lastfm a:hover{background-color:#f34320;}

.social-icons.social-colored .social-pinterest a,
.social-icons.social-hover .social-pinterest a:hover{background-color:#e13138;}

.social-icons.social-colored .social-google a,
.social-icons.social-hover .social-google a:hover{background-color:#eb5e4c;}

.social-icons.social-colored .social-evernote a,
.social-icons.social-hover .social-evernote a:hover{background-color:#9acf4f;}

.social-icons.social-colored .social-dribbble a,
.social-icons.social-hover .social-dribbble a:hover{background-color:#f7659c;}

.social-icons.social-colored .social-skype a,
.social-icons.social-hover .social-skype a:hover{background-color:#13c1f3;}

.social-icons.social-colored .social-forrst a,
.social-icons.social-hover .social-forrst a:hover{background-color:#45ad76;}

.social-icons.social-colored .social-linkedin a,
.social-icons.social-hover .social-linkedin a:hover{background-color:#238cc8;}

.social-icons.social-colored .social-wordpress a,
.social-icons.social-hover .social-wordpress a:hover{background-color:#2592c3;}

.social-icons.social-colored .social-grooveshark a,
.social-icons.social-hover .social-grooveshark a:hover{background-color:#ffb21d;}

.social-icons.social-colored .social-delicious a,
.social-icons.social-hover .social-delicious a:hover{background-color:#377bda;}

.social-icons.social-colored .social-behance a,
.social-icons.social-hover .social-behance a:hover{background-color:#1879fd;}

.social-icons.social-colored .social-dropbox a,
.social-icons.social-hover .social-dropbox a:hover{background-color:#17a3eb;}

.social-icons.social-colored .social-soundcloud a,
.social-icons.social-hover .social-soundcloud a:hover{background-color:#ff7e30;}

.social-icons.social-colored .social-deviantart a,
.social-icons.social-hover .social-deviantart a:hover{background-color:#6a8a7b;}

.social-icons.social-colored .social-yahoo a,
.social-icons.social-hover .social-yahoo a:hover{background-color:#ab47ac;}

.social-icons.social-colored .social-flickr a,
.social-icons.social-hover .social-flickr a:hover{background-color:#ff48a3;}

.social-icons.social-colored .social-digg a,
.social-icons.social-hover .social-digg a:hover{background-color:#75788d;}

.social-icons.social-colored .social-blogger a,
.social-icons.social-hover .social-blogger a:hover{background-color:#ff9233;}

.social-icons.social-colored .social-tumblr a,
.social-icons.social-hover .social-tumblr a:hover{background-color:#426d9b;}

.social-icons.social-colored .social-quora a,
.social-icons.social-hover .social-quora a:hover{background-color:#ea3d23;}

.social-icons.social-colored .social-github a,
.social-icons.social-hover .social-github a:hover{background-color:#3f91cb;}

.social-icons.social-colored .social-amazon a,
.social-icons.social-hover .social-amazon a:hover{background-color:#ff8e2e;}

.social-icons.social-colored .social-xing a,
.social-icons.social-hover .social-xing a:hover{background-color:#1a8e8c;}

.social-icons.social-colored .social-wikipedia a,
.social-icons.social-hover .social-wikipedia a:hover{background-color:#b3b5b8;}

.social-icons.social-colored .social-android a,
.social-icons.social-hover .social-android a:hover{background-color:#A4C639;}

.social-icons.social-colored .social-apple a,
.social-icons.social-hover .social-apple a:hover{background-color:#999999;}

/*** Border ***/
.social-icons.social-border li a{border:1px solid #efefef; background:transparent;}

/*** Circle ***/
.social-icons.circle li a{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}


/* ------------------------
    Team
------------------------*/
.team-member .team-desc { padding: 20px; text-align: center; background: var(--themeht-white-color); overflow: hidden; position: relative; text-align: center; margin-bottom: 50px; }
.team-member .team-desc h5 { margin-top: 5px; margin-bottom: 0; }
.team-member .team-desc h5 a:hover { color: var(--themeht-primary-color); }
.team-member .team-desc a:hover { background-size: 100% 100%; }
.team-member .team-desc span { color: var(--themeht-secondary-color); font-weight: 400; }
.team-social-icon { display: inline-block; margin: 0 0 -18px; opacity: 0; transition: margin 0.2s ease 0s, opacity 0.2s ease 0s; }
.active .team-member .team-social-icon, .team-member:hover .team-social-icon, .swiper-slide.swiper-slide-active .team-member .team-social-icon { margin: 16px 0 0; opacity: 1; }
.team-social-icon li { margin: 0; display: inline-block; position: relative; }
.team-social-icon li:last-child { border-bottom: none; }
.team-social-icon li a { background: var(--themeht-white-color); border-radius: 5px; height: 40px; width: 40px; line-height: 40px; color: var(--themeht-text-color); display: inline-block; text-align: center; }
.team-social-icon li a:hover { color: var(--themeht-primary-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-primary-color); vertical-align: middle; margin-right: 15px; }
.team-meta li span { margin-right: 10px; font-weight: 500; color: var(--themeht-text-color); }


/* ------------------------
    Tab
------------------------*/
.ht-tab .tab-menu { display: flex; width: 100%; }
.ht-tab .tab-menu li { width: calc(100% / 4); list-style-type: none; }
.ht-tab .tab-menu li a { text-align: center; background: #f9f9f9; border-radius: 0; border-top: 3px solid transparent; padding: 30px 40px; display: block; font-size: 20px; font-weight: 500; }
.ht-tab .tab-menu li a.active-a { background: var(--themeht-white-color); color: var(--themeht-primary-color); border-top-color: var(--themeht-primary-color); }
.ht-tab .ht-tab-content { background: var(--themeht-white-color); border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; padding: 50px; }
.ht-tab-pane { display: none; }
.ht-tab-pane.tab-active { display: block; animation: tab-fade ease 1s;
  -webkit-animation: tab-fade ease 1s;
  -moz-animation: tab-fade ease 1s;
  -o-animation: tab-fade ease 1s;
  -ms-animation: tab-fade ease 1s; }
.tab-list ul { padding: 0; margin: 0; }
.tab-list li { position: relative; list-style-type: none; padding-left: 40px; margin-bottom: 10px; }
.tab-list li:last-child { margin-bottom: 0; }
.tab-list li:before { position: absolute; left: 0; top: 0; font-family: 'Flaticon'; content: "\f109"; color: var(--themeht-primary-color); font-size: 30px; line-height: 30px; }


/* ------------------------
    Counter
------------------------*/
.counter { position: relative; z-index: 9; }
.counter.style-1{display: flex; align-items: flex-start;}
.counter.style-1 .counter-icon{flex-shrink: 0; margin-right: 20px;}
.counter span { font-size: 50px; line-height: 1; font-weight: 700; color: var(--themeht-secondary-color); display: inline-block; vertical-align: middle;}
.counter h5 { font-size: 20px; display: inline-block; color: var(--themeht-text-color); margin-top: 5px; margin-bottom: 0; }
.counter-icon i { font-size: 80px; line-height: 1; display: inline-block; color: var(--themeht-primary-color); }

.counter.style-2 .counter-icon{display: inline-block; margin-bottom: 25px;}
.counter.style-2 span {color: var(--themeht-text-color); }
.counter.style-2 h5 { color: var(--themeht-secondary-color); }
.primary-bg .counter.style-2 span, .primary-bg .counter.style-2 h5{ color: var(--themeht-white-color)}


/* ------------------------
    Blog - Post
------------------------*/
.post-card { position: relative; display: inline-block; width: 100%; }
.post-card .post-image { position: relative; }
.post-card .post-image img { width: 100%; }
.post-card .post-title h5 { text-transform: capitalize; word-break: break-word; margin: 15px 0 0; }
.post-card .post-title h5 a { color: var(--themeht-text-color);}
.post-card .post-title h5 a:hover { color: var(--themeht-primary-color) }
.post-card .post-bottom li { color: var(--themeht-body-color); font-weight: 500; font-size: 14px; text-transform: capitalize; vertical-align: middle; position: relative;}
.post-card .post-bottom li a{color: var(--themeht-body-color);}
.post-card .post-bottom li a:hover{color: var(--themeht-primary-color);}
.post-classic .post-desc { padding: 30px; }
.themeht-blogs .post { margin-bottom: 80px; }
.themeht-blogs .post-title h5 { font-size: 30px; line-height: 40px; margin-bottom: 15px; }
.edit-link { margin-left: 10px; display: none !important; }
.edit-link .post-edit-link { border: 1px solid var(--themeht-border-light-color); padding: 2px 10px; }
.post-single-page .elementor-widget:not(:last-child) { margin-bottom: 0; }
.theme-tags { clear: both; margin-top: 20px; }
.tags-links{display: inline-block; font-weight: 500;}
.tags-links a { border: 1px solid var(--themeht-border-light-color); color: var(--themeht-body-color); border-radius: 5px; padding: 5px 8px; margin: 4px 8px 4px 0; display: inline-block; font-size: 14px; font-weight: 500; text-transform: capitalize; }
.tags-links a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.post-bottom li i { font-size: 15px; color: var(--themeht-primary-color); margin-right: 5px; vertical-align: middle; }
.post-card .post-bottom li span { display: inline; }
.post-card.style-1 .post-desc { margin: -30px 20px 20px; padding: 20px; position: relative; background-color: var(--themeht-white-color); }
.post-card.style-1 .post-date span { color: var(--themeht-secondary-color); font-size: 24px; font-weight: 500; }
.post-card.style-1 .post-date { font-size: 15px; color: var(--themeht-body-color); }
.post-card.style-1 .post-title { margin-bottom: 20px; }
.post-card.style-1 p { display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; -webkit-box-orient: vertical; margin-bottom: 0; }

/* ---- Sidebar Widget ----*/
.widget h2, .wp-block-archives__label, .wp-block-search__label { position: relative; color: var(--themeht-text-color); font-size: 22px; line-height: 32px; display: block; margin-bottom: 20px; font-weight: 500; }
.themeht-sidebar .widget { background: var(--themeht-bg-light-color); margin-bottom: 40px; padding: 30px;}
.themeht-sidebar .widget:last-child{ margin-bottom: 0 }
.themeht-sidebar .widget ul, .themeht-sidebar .widget ol, .wp-block-archives ul { margin: 0; padding-left: 0; }
.themeht-sidebar .widget ul.children, .themeht-sidebar .widget ol.children { margin-left: 15px; margin-top: 15px;}
.themeht-sidebar .widget ul li, .themeht-sidebar .widget ol li, .wp-block-archives li, .wp-block-latest-posts li, .widget_recent_entries li, .wp-block-categories li, .wp-block-page-list li{ list-style-type: none; margin-bottom: 15px;}
.themeht-sidebar .widget ul li:last-child, .themeht-sidebar .widget ol li:last-child, .wp-block-latest-posts li:last-child, .widget_recent_entries li:last-child { margin-bottom: 0; }
.themeht-sidebar .widget .tagcloud a, .wp-block-tag-cloud a { border: 1px solid #ddd; border-radius: 5px; padding: 5px 10px; display: inline-block; text-align: center; font-weight: 500; font-size: 15px !important; text-transform: capitalize; margin: 5px 5px 15px 0; }
.themeht-sidebar .widget .tagcloud a:hover, .wp-block-tag-cloud a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); border-color: var(--themeht-primary-color); }
.widget_categories li, .wp-block-categories li { display: block; padding: 10px 0; border-bottom: 1px dashed #ddd; position: relative; margin-bottom: 0 !important; }
.widget_categories li a:hover, .wp-block-categories li a:hover { padding-left: 5px; }


.themeht-sidebar .widget_recent_entries li, .wp-block-latest-posts li { margin-bottom: 15px; }
.search-form { position: relative }
.search-form label { width: 100%; }
.widget_themeht_recentpost li { display: flex; align-items: flex-start; }
.themeht-post-image { flex-shrink: 0; width: 100px; height: 100px; margin-right: 20px; }
.themeht-post-date { display: block; font-size: 14px; margin-top: 5px; }
.themeht-post-date:before { display: inline-block; padding-right: 0.4rem; color: var(--themeht-primary-color); content: "\f073"; font-family: "Font Awesome 6 Free"; font-weight: 900; vertical-align: middle; font-size: 14px; }
.search-form button[type="submit"] { background: inherit; color: var(--themeht-text-color); font-size: 20px; 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 {animation: inherit !important; 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; font-weight: 900; content: "\f002"; font-family: "Font Awesome 6 Free"; color: var(--themeht-text-color); font-size: 20px; 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) !important;  }

.themeht-sidebar .widget li a, .themeht-sidebar .widget a{text-transform: capitalize;}
.themeht-sidebar .widget li a{ font-size: 15px; line-height: 20px; font-weight: 500; color: var(--themeht-text-color);}
.themeht-sidebar .widget li a:hover{color: var(--themeht-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 { width: 80px; height: 80px; display: inline-block; position: absolute; left: 0; top: 0; }
.post-comment li.comment, .post-comment li.trackback, .post-comment li.pingback { list-style-type: none; }
.post-comment li.comment .comment-body, .post-comment li.trackback .comment-body, .post-comment li.pingback .comment-body { position: relative; padding-left: 100px; list-style-type: none; margin-bottom: 50px; border-bottom: 1px solid var(--themeht-border-light-color); padding-bottom: 50px; }
.post-comment .comment-meta { margin-bottom: 10px; border-bottom: 1px dashed var(--themeht-border-light-color); padding-bottom: 10px; }
.post-comment .comment-metadata { font-size: 14px; }
.comment-respond { padding: 30px; background: var(--themeht-bg-light-color); }
.says { display: none; }
.comment-author.vcard b, .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); }
.post-comment .comment-metadata a { 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: 0; }
.comment-respond { margin-top: 50px; }
.comment-form-comment { margin-top: 30px; margin-bottom: 0; }
.comment-reply-link, .comment-reply-link:focus, .comment-reply-link:visited, .comment-reply-link:active { border-radius: 5px; font-weight: 500; font-size: 15px; background: linear-gradient(90deg, var(--themeht-primary-color) 0%, var(--themeht-secondary-color) 90%); color: var(--themeht-white-color); position: relative; text-transform: capitalize; padding: 5px 20px; display: inline-block; }
.comment-reply-link:hover { background: linear-gradient(90deg, var(--themeht-secondary-color) 0%, var(--themeht-primary-color) 90%); color: var(--themeht-white-color); -webkit-animation-name: jello; animation-name: jello; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
#comments small #cancel-comment-reply-link { margin-left: 15px; font-size: 22px; }
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin-top: 40px; margin-bottom: 0; clear: both; border-top: 1px solid var(--themeht-border-light-color); border-bottom: 1px solid var(--themeht-border-light-color); padding-top: 30px; padding-bottom: 30px; }
.site-main .comment-navigation .nav-links a,
.site-main .posts-navigation .nav-links a,
.site-main .post-navigation .nav-links a{ 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: block; word-break: break-word; font-size: 18px; font-weight: 500; line-height: 24px; }
.nav-subtitle{text-transform: uppercase; font-size: 14px; font-weight: 500; line-height: 20px;}
.site-main .comment-navigation .nav-links a,
.site-main .posts-navigation .nav-links a,
.site-main .post-navigation .nav-links a { position: relative; padding-left: 40px; display: inline-block; margin-bottom: 7px;}
.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: 40px; }
.site-main .comment-navigation .nav-links a:after, .site-main .posts-navigation .nav-links a:after, .site-main .post-navigation .nav-links a:after {
    position: absolute;
    top: 50%;
    left: 0;
    font-family: "Font Awesome 6 Free";
    content: "\f060";
    font-size: 25px;
    display: inline-block;
    z-index: 99;
    color: var(--themeht-body-color);
    transform: translateY(-50%);
    font-weight: 900;
    transition: all 0.5s ease-in-out 0s;
}

.site-main .comment-navigation .nav-links .nav-next a:after,
.site-main .posts-navigation .nav-links .nav-next a:after,
.site-main .post-navigation .nav-links .nav-next a:after { content: "\f061"; left: inherit; right: 0; }
.site-main .comment-navigation .nav-links a:hover:after,
.site-main .posts-navigation .nav-links a:hover:after,
.site-main .post-navigation .nav-links a:hover:after{ color: var(--themeht-primary-color);}
.site-main .comment-navigation .nav-links .nav-previous,
.site-main .posts-navigation .nav-links .nav-previous,
.site-main .post-navigation .nav-links .nav-previous{max-width: 300px;}
.site-main .comment-navigation .nav-links .nav-next,
.site-main .posts-navigation .nav-links .nav-next,
.site-main .post-navigation .nav-links .nav-next{max-width: 300px; margin-left: auto;}

.post.sticky .post-card { background: var(--themeht-white-color); padding: 30px; box-shadow: none; border: 5px solid var(--themeht-primary-color); }


/* ------------------------
    Featured Box
------------------------*/
.featured-item{background: var(--themeht-white-color); padding: 60px 40px; position: relative; text-align: center;}
.featured-item:hover{background: var(--themeht-white-color);}
.featured-item .featured-icon{display:inline-block;}
.featured-desc p{margin-bottom: 0; font-size: 14px;}
.featured-title h5{margin: 30px 0 20px; text-transform: capitalize;}
.dark-bg .featured-title h5, .dark-bg .featured-desc, .primary-bg .featured-title h5, .primary-bg .featured-desc, .primary-bg .featured-icon i{color: var(--themeht-white-color)}
.light-bg .featured-desc p{color: var(--themeht-text-color)} 
.featured-item:hover { transform: translateY(5px); -webkit-transform: translateY(5px); -o-transform: translateY(5px); -ms-transform: translateY(5px); -moz-transform: translateY(5px); }
.swiper .featured-item { margin: 15px; -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
.featured-item.style-2 { border-radius: 30px; }


/* ------------------------
    Testimonials
------------------------*/
.testimonial{background: var(--themeht-primary-color); padding-left: 30px; padding-bottom: 30px; border-radius: 10px; border-bottom-left-radius: 0; text-align: center; display: inline-block; margin: 50px;}
.testimonial-content{background: var(--themeht-secondary-color); padding: 50px; border-radius: 10px;}
.testimonial-content p{font-size: 18px; line-height: 28px; font-weight: 600; color: var(--themeht-white-color); margin-bottom: 25px;}
.testimonial .testimonial-caption label{margin-bottom: 0; font-weight: 500; color: var(--themeht-text-color); display: block;}
.testimonial .testimonial-caption h5{background: rgba(0,0,0,0.06); color: var(--themeht-white-color); padding: 5px 8px; font-weight: 500; display: inline-block; margin-bottom:10px;}
.testimonial-img {left: 0; position: absolute; top: 0;}
.testimonial .testimonial-img img{border-radius: 50%; width: 100px; height: 100px; padding: 5px;}
.testimonial .testimonial-quote {background: var(--themeht-white-color); text-align: center; border-radius: 50%; bottom: 0; color: var(--themeht-text-color); display: inline-block; font-size: 70px; line-height: 140px; height: 140px; position: absolute; right: 0; width: 140px;}
.testimonial:before {width: 0; height: 0; border-top: 100px solid var(--themeht-primary-color); border-right: 100px solid transparent; content: ""; position: absolute; bottom: -50px; left: 50px;}

.testimonial.style-2{background: none; padding: 0; margin: 0; text-align: left;}
.testimonial.style-2 .testimonial-img img{width: auto; height: auto; box-shadow: none; padding: 0;}
.testimonial.style-2:before{display: none;}
.testimonial.style-2 .testimonial-content{background: none; padding: 0 !important;}
.testimonial.style-2 .testimonial-img{position: inherit;}
.testimonial.style-2 .testimonial-content p{color: var(--themeht-text-color)}
.testimonial.style-2 .testimonial-caption h5{background: var(--themeht-secondary-color);}
.testimonial.style-2 .testimonial-quote{position: inherit; right: inherit; bottom: inherit; height: auto; width: auto; background: none; box-shadow: none; line-height: 70px; margin-bottom: 15px;}
.primary-bg .testimonial.style-2 .testimonial-content p, .primary-bg .testimonial .testimonial-quote{color: var(--themeht-white-color)}


/* ------------------------
    Service Box
------------------------*/
.service-item.style-1 { padding: 40px 20px; position: relative; text-align: center; }
.service-icon { margin-bottom: 30px; }
.service-item.style-1:hover, .service-item.style-2:hover { background-color: var(--themeht-white-color); transform: translateY(5px); -webkit-transform: translateY(5px); -o-transform: translateY(5px); -ms-transform: translateY(5px); -moz-transform: translateY(5px); }
.service-title h5 a:hover { color: var(--themeht-primary-color); }
.service-item p { margin-bottom: 0; }

.service-item.style-2 { display: flex; align-items: flex-start; background: var(--themeht-white-color); padding: 50px 30px; }
.service-item.style-2 .service-icon { flex-shrink: 0; margin-right: 30px; margin-bottom: 0; }

.service-item.style-3 { padding: 40px 20px; position: relative; border-radius: 15px; background: var(--themeht-white-color); }
.service-item.style-3 .service-icon i { background: var(--themeht-white-color); color: var(--themeht-primary-color); display: inline-block; font-size: 24px; width: 70px; height: 70px; line-height: 70px; text-align: center; border-radius: 50%; }
.service-item.style-3 p { display: -webkit-box; -webkit-line-clamp: 3; overflow: hidden; -webkit-box-orient: vertical; margin-bottom: 15px; }
.service-item.style-3:hover .service-icon i, .active .service-item.style-3 .service-icon i { background: var(--themeht-primary-color); color: var(--themeht-white-color); }

/*Service Sidebar*/
.service-widget.widget { margin-bottom: 30px; background-color: var(--themeht-bg-light-color); padding: 30px;}
.service-widget ul { padding-left: 0; }
.service-widget li { list-style-type: none; }
.service-widget li:last-child { margin-bottom: 0; }
.service-widget.widget.widget_nav_menu li a { color: var(--themeht-text-color); display: block; padding: 15px 0; font-weight: 600; text-transform: uppercase; position: relative; overflow: hidden; border-bottom: 1px dashed #ddd;}
.service-widget.widget.widget_nav_menu li.current-menu-item a, .service-widget.widget.widget_nav_menu li:hover a { color: var(--themeht-primary-color); }
.service-widget.widget_text { padding: 0; }
.service-widget.widget.widget_nav_menu li a:before, .service-widget.widget.widget_nav_menu li a:after { display: none; }
.service-contact h3, .service-contact p{color: var(--themeht-white-color);}

.service-blockquote { padding: 30px; background-color: var(--themeht-primary-color); }
.service-blockquote i { color: var(--themeht-white-color); display: inline-block; font-size: 70px; line-height: 1; }
.service-blockquote p { font-size: 18px; line-height: 28px; font-weight: 600; color: var(--themeht-white-color); margin: 25px 0; }
.service-caption h5 { background: var(--themeht-secondary-color); color: var(--themeht-white-color); padding: 5px 8px; font-weight: 500; display: inline-block; margin-bottom: 10px; }
.service-caption label { margin-bottom: 0; font-weight: 500; color: var(--themeht-text-color); display: block; }


/* ------------------------
    Price Table
------------------------*/
.price-table{padding: 50px 30px; border-radius: 5px; overflow: hidden; position: relative; background: var(--themeht-white-color); text-align: center; z-index: 9}
.price-title{text-transform: capitalize; font-weight: 500; color: var(--themeht-primary-color)}
.price-value {color: var(--themeht-white-color); display: inline-block; width: 100%;}
.price-value h2 {font-size: 44px; line-height: 40px; font-weight: 600; color: var(--themeht-text-color); margin-bottom: 30px;}
.price-value h2 span {font-size: 18px; color: var(--themeht-body-color); font-weight: 500;}
.price-list{margin-bottom: 50px;}
.price-list ul li {padding-left: 30px; margin-right: 10px; position: relative; color: var(--themeht-text-color); display: inline; line-height: 30px; z-index: 9;}
.dark-bg .price-list ul li{color: rgba(255,255,255,0.8);}
.price-list ul li:last-child{margin-right: 0;}
.price-list li i {color: var(--themeht-primary-color); left: 0; line-height: 20px; position: absolute; top: 0; font-size: 20px;}

.price-table.style-2 { text-align: left; padding: 30px; background-image: url(../images/bg/02.png); background-position: right; background-size: contain; background-repeat: no-repeat; }
.price-table.style-2 .price-list { margin: 30px 0 15px; }
.price-table.style-2 .price-list ul li { margin-right: 0; }
.price-table.style-2 .price-value { display: inline-block; width: auto; }
.price-table.style-2 .price-value h2 { margin-bottom: 0; }
.price-table.style-2 .price-list li i { top: 5px; }


/* ------------------------
    Progress Bar
------------------------*/
.ht-progress-bar { position: relative; overflow: hidden;}
.ht-progress-bar h6 { color: var(--themeht-text-color); font-size: 17px; line-height: 1; }
.ht-progress-bar .progress { height: 2px; background: var(--themeht-bg-dark-color); overflow: visible; align-items: center; width: 100%; border-radius: 0; }
.ht-progress-bar .progress-parcent { position: absolute; right: 0; bottom: 15px; color: var(--themeht-text-color); font-size: 16px; font-weight: 500; }
.ht-progress-bar .progress .progress-bar { height: 2px; background-color: var(--themeht-primary-color); overflow: visible; position: relative; }
.light-bg .ht-progress-bar .progress { background: var(--themeht-white-color);}


/* ------------------------
    Portfolio Item
------------------------*/
.portfolio-filter { display: inline-block; margin:0 auto 50px; text-align: center;}
.portfolio-filter button {position: relative; cursor: pointer; border:none; font-size: 16px; font-weight: 500; color: var(--themeht-text-color); float: left; text-transform: capitalize; padding: 0 10px;}
.portfolio-filter button:focus {outline: none; outline-style: none; outline-offset:0; }
.portfolio-filter button.is-checked, .portfolio-filter button:hover {background: var(--themeht-primary-color); color: var(--themeht-white-color);}
.portfolio-filter button + button {margin-left: 20px;} 
.isotope .grid-item img {width: 100%;}
.primary-bg .portfolio-filter button.is-checked, .primary-bg .portfolio-filter button:hover{background: var(--themeht-white-color); color: var(--themeht-primary-color);}

.grid .grid-item{padding: 10px;}
.grid.columns-2 .grid-item, .masonry.columns-2 .masonry-brick { width: 50%;}
.grid.columns-3 .grid-item, .masonry.columns-3 .masonry-brick{ width: 33.333333%;}
.grid.columns-4 .grid-item, .masonry.columns-4 .masonry-brick { width: 25%;}
.masonry .masonry-brick {float: left; margin-bottom: 30px; padding: 0 15px; position: relative;}
.grid.g-0 .grid-item{padding: 0;}
.masonry.g-0 .masonry-brick{padding: 0; margin: 0;}

.portfolio-item {overflow: hidden; position: relative;}
.portfolio-desc h4 a{color: var(--themeht-white-color)}
.portfolio-desc .portfolio-cat a{color: var(--themeht-secondary-color); text-transform: uppercase;}
.portfolio-item::before {display: block; background: rgba(0, 0, 0, 0.95); content: ""; opacity: 0; visibility: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; z-index: 1;}
.portfolio-item:hover::before {opacity: 1; visibility: visible;}
.portfolio-desc {padding: 0 3rem; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; position: absolute; left: 0; top: 3.6rem; z-index: 2;}
.portfolio-item:hover .portfolio-desc {opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.popup-img {display: block; font-size: 18px; color: var(--themeht-text-color); background: var(--themeht-white-color); padding: 10px 20px; opacity: 0; visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); position: absolute; bottom: 3.9rem; right: 3rem; z-index: 500;}
.popup-img:hover {color: var(--themeht-white-color); background: var(--themeht-primary-color);}
.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);}
.popup-link {display: block; font-weight: 600; font-size: 18px; color: var(--themeht-text-color); background: var(--themeht-white-color); padding: 10px 20px; opacity: 0; visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); position: absolute; bottom: 3.9rem; left: 3rem; z-index: 500;}
.popup-link::before {display: block; content: ""; height: 1px; width: 3rem; background: rgba(255, 255, 255, 0.3); position: absolute; top: 50%; left: -3rem;}
.popup-link:hover {background: var(--themeht-secondary-color); color: var(--themeht-white-color);}
.portfolio-item:hover .popup-link {opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}


/*portfolio meta*/
.portfolio-meta-list { display: flex; align-items: flex-start; }
.portfolio-meta-icon { font-size: 30px; color: var(--themeht-white-color); flex-shrink: 0; margin-right: 20px; line-height: 1; margin-top: 5px; }
.portfolio-meta-title { display: block; text-transform: uppercase; font-weight: 700; color: var(--themeht-white-color); }
.portfolio-meta-sub-title { color: var(--themeht-white-color); }


/* ------------------------
    Cases
------------------------*/
.cases-item{overflow: hidden; position: relative; text-align: center;}
.cases-item .cases-desc {background: var(--themeht-white-color); padding: 20px;}
.cases-item .cases-desc h5{ margin: 0 0 10px;}
.cases-item .cases-desc h5 a:hover{color: var(--themeht-primary-color);}
.cases-item img{width: 100%;}
.cases-item span{font-weight: 500; display: block;}
.swiper-slide .cases-item{margin: 30px 10px;}
.cases-center .swiper-slide.swiper-slide-active{transform: scale(1.1); z-index: 99;}


/* ------------------------
    How It Work
------------------------*/
.step-item { position: relative; text-align: center; }
.step-num { display: inline-block; background: rgb(255, 120, 16); background: linear-gradient(90deg, var(--themeht-primary-color) 0%, var(--themeht-secondary-color) 50%); border: 5px solid var(--themeht-white-color); border-radius: 50%; color: var(--themeht-white-color); font-size: 30px; font-weight: 700; height: 80px; line-height: 75px; width: 80px; text-align: center; }
.step-item.style-1 .step-num { position: absolute; right: -40px; top: -40px; }
.step-item .step-icon { border: 2px dashed var(--themeht-border-light-color); border-radius: 10px; display: inline-block; width: 230px; height: 250px; line-height: 250px; margin: 40px 0; position: relative; }
.step-item h4 { margin-bottom: 10px; }
.step-item p { margin-bottom: 0; }
.primary-bg .step-item, .primary-bg .step-item h4 { color: var(--themeht-white-color); }
.step-item.style-2 { display: flex; align-items: flex-start; text-align: left; }
.step-item.style-2 .step-num { flex-shrink: 0; margin-right: 20px; border: none; width: 60px; height: 60px; line-height: 60px; font-size: 24px; }


/* ------------------------
  Swiper Arrow 
------------------------*/
.swiper .swiper-button-prev { left: 0; }
.swiper .swiper-button-next { right: 0; }
.swiper .swiper-button-prev, .swiper .swiper-button-next { padding: 10px 60px; width: auto; height: auto; line-height: 1; border: 2px solid var(--themeht-border-light-color); display: inline-block; text-align: center; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; border-radius: 30px; background: var(--themeht-white-color); }
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover { background: linear-gradient(90deg, var(--themeht-secondary-color) 0%, var(--themeht-primary-color) 90%); border-color: var(--themeht-primary-color); }
.swiper .swiper-button-prev:after { content: '\f30a'; font-family: "Font Awesome 6 Free" !important; font-weight: 900; }
.swiper .swiper-button-next:after { content: '\f30b'; font-family: "Font Awesome 6 Free" !important; font-weight: 900; }
.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after { color: var(--themeht-text-color); font-size: 30px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; line-height: 1 !important; }
.swiper .swiper-button-prev:hover:after, .swiper .swiper-button-next:hover:after{color: var(--themeht-white-color);}
.swiper-nav-white .swiper-button-prev, .swiper-nav-white .swiper-button-next,
.swiper-nav-bottom-white .swiper-button-prev, .swiper-nav-bottom-white .swiper-button-next{border: 1px solid var(--themeht-border-light-color); background: var(--themeht-bg-dark-color);}
.swiper-nav-white .swiper-button-prev:hover, .swiper-nav-white .swiper-button-next:hover,
.swiper-nav-bottom-white .swiper-button-prev:hover, .swiper-nav-bottom-white .swiper-button-next:hover {background: var(--themeht-white-color); border-color: var(--themeht-white-color); }
.swiper-nav-white .swiper-button-next:after, .swiper-nav-white .swiper-button-prev:after,
.swiper-nav-bottom-white .swiper-button-next:after, .swiper-nav-bottom-white .swiper-button-prev:after {color: var(--themeht-white-color);}
.swiper-nav-white .swiper-button-prev:hover:after, .swiper-nav-white .swiper-button-next:hover:after,
.swiper-nav-bottom-white .swiper-button-prev:hover:after, .swiper-nav-bottom-white .swiper-button-next:hover:after{color: var(--themeht-text-color);}
.swiper-nav-bottom-white .swiper-button-next, .swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-bottom .swiper-button-next, .swiper-nav-bottom .swiper-button-prev { top: inherit; bottom: 0; }
.swiper-nav-bottom-white .swiper-button-prev,
.swiper-nav-bottom .swiper-button-prev { left: 50% !important; margin-left: -170px; }
.swiper-nav-bottom-white .swiper-button-next,
.swiper-nav-bottom .swiper-button-next { right: 50% !important; margin-right: -170px; }
.swiper-nav-bottom, .swiper-nav-bottom-white{margin-top: 120px;}


/* ------------------------
  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: 60px; }
.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 3px; }
.swiper-pagination-clickable .swiper-pagination-bullet { margin: 0 3px !important; background-color: var(--themeht-bg-dark-color); border-radius: 2px; width: 10px; height: 8px; opacity: 1; display: inline-block; vertical-align: middle; }
.swiper-pagination-clickable .swiper-pagination-bullet-active, .swiper-pagination-clickable .swiper-pagination-bullet:hover { background-color: var(--themeht-primary-color); opacity: 1; width: 22px; height: 8px; }
.swiper-dots-white .swiper-pagination-clickable .swiper-pagination-bullet { background-color: var(--themeht-white-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,
.swiper-dots-white .swiper-button-prev, .swiper-dots-white .swiper-button-next{display: none;}
.swiper-nav-arrow .swiper-pagination, .swiper-nav-bottom .swiper-pagination, .swiper-nav-white .swiper-pagination, .swiper-nav-bottom-white .swiper-pagination {display: none;}

