.accordion .accordion-button,
.pagination,
.read-button,
.read-button span,
.social-icons li,
.social-icons li a,
.team-member .team-social-icon ul,
.theme-title h6,
.themeht-btn {
    display: inline-block;
}
.pagination > li > a,
.pagination > li > span,
.social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.service-item.style-1:before,
.service-item.style-3:before {
    z-index: -9;
    box-shadow: 0 10px 35px 0
        rgba(92.99999999999996, 72.00000000000001, 223, 0.08);
}
.cart-table td,
.comment-reply a i,
.post-meta ul li,
.product-link a i,
.read-button i,
.team-meta li i,
input.form-product {
    vertical-align: middle;
}
.theme-title,
.widget {
    margin-bottom: 50px;
}
.theme-star,
.theme-title h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
    position: relative;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
}
.counter.style-2 span,
.dark-bg .counter span,
.dark-bg .featured-item.style-4 .featured-title h5,
.dark-bg .theme-title h2,
.dark-bg .theme-title p,
.product-link a:hover i,
.service-item.style-1:hover h4,
.service-item.style-1:hover p,
.service-item.style-3:hover .read-button,
.service-item.style-3:hover h4,
.service-item.style-3:hover p,
.theme-bg .theme-title h2,
.theme-bg .theme-title p {
    color: var(--themeht-white-color);
}
.theme-title h6 {
    background-clip: border-box;
    -webkit-background-clip: text;
}
.featured-desc p,
.portfolio-desc h5,
.price-list ul li:last-child,
.service-item.style-2 h4,
.theme-title h2,
.theme-title p,
.widget:last-child {
    margin-bottom: 0;
}
.theme-star {
    background-clip: border-box;
    -webkit-background-clip: text;
}
.theme-title p {
    margin-top: 15px;
}
.grediant-bg3 .theme-title h6,
.theme-bg .theme-title h6 {
    background: linear-gradient(
        115deg,
        var(--themeht-white-color),
        var(--themeht-white-color),
        var(--themeht-white-color)
    );
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.themeht-btn {
    position: relative;
    padding: 10px 25px;
    border-radius: 50px;
    border: none;
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
    color: var(--themeht-white-color);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-family: var(--themeht-secondary-font-family);
    font-weight: 600;
    background-size: 150% 100%;
    moz-transition: all 0.4s ease-in-out;
}
.read-button span,
.read-button::before {
    transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
.comment-reply a:hover,
.service-item .service-btn:focus,
.service-item .service-btn:hover,
.themeht-btn:focus,
.themeht-btn:hover {
    color: var(--themeht-white-color);
    background-position: 100% 0;
}
.themeht-btn.dark-btn {
    background: var(--themeht-bg-dark-color);
    color: var(--themeht-white-color);
    background-size: inherit;
}
.themeht-btn.dark-btn span {
    white-space: nowrap;
}
.post-tags li a:hover,
.product-link a:hover,
.tab .nav-tabs .nav-link.active,
.tab .nav-tabs .nav-link:hover,
.tab .nav-tabs.active > a:focus,
.tab .nav-tabs > a:hover,
.themeht-btn.dark-btn:focus,
.themeht-btn.dark-btn:hover,
.widget .widget-tags li a:hover,
.widget-size input[type="radio"]:checked + label {
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}
.accordion .accordion-button,
.read-button,
.social-icons li a,
.team-member .team-desc span,
.team-meta li span {
    color: var(--themeht-text-color);
}
.read-button {
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 1;
}
.read-button i {
    margin-left: 5px;
    font-size: 20px;
}
.read-button::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background-color: var(--themeht-primary-color);
    height: 1px;
    bottom: 0;
    transform-origin: 100% 50%;
    transform: scaleX(0);
}
.read-button:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}
.accordion-item {
    border: none;
    border-bottom: 1px solid var(--themeht-border-light-color);
    padding-bottom: 30px;
    background: 0 0;
}
.accordion-header {
    line-height: 0;
}
.accordion .accordion-button {
    border: none;
    padding: 0 50px 0 0;
    border-radius: 0 !important;
    background: 0 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: capitalize;
    width: 100%;
}
.accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: var(--themeht-primary-color);
    box-shadow: none;
}
.accordion .accordion-body {
    padding: 30px 0 0;
    color: var(--themeht-body-color);
}
.accordion .accordion-button:after,
.accordion .accordion-button:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--themeht-text-color);
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.accordion .accordion-button:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg);
}
.accordion .accordion-button[aria-expanded="true"]:before,
.accordion-button:hover:before {
    -webkit-transform: translate(-50%) rotate(0);
    transform: translate(-50%) rotate(0);
}
.accordion .accordion-button[aria-expanded="true"]:after,
.accordion .accordion-button[aria-expanded="true"]:before,
.accordion-button:hover:after,
.accordion-button:hover:before {
    background: var(--themeht-primary-color) !important;
}
.featured-item,
.service-item.style-1:before,
.social-icons li a,
.tab .nav-tabs .nav-link,
.testimonial,
blockquote:after {
    background: var(--themeht-white-color);
}
.accordion-button:focus {
    box-shadow: none;
}
.social-icons ul {
    padding: 0;
    margin: 0;
    line-height: 0;
}
.social-icons li {
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
}
.social-icons li a {
    font-size: 14px;
    margin: 0;
    border-radius: 50%;
    border: 1px solid var(--themeht-border-light-color);
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.featured-item.style-3 .featured-icon i,
.featured-item.style-4 .featured-icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    moz-transition: all 0.4s ease-in-out;
    -webkit-text-fill-color: inherit;
}
.social-icons li a:hover {
    border-color: var(--themeht-primary-color);
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}
.counter,
.team-member {
    position: relative;
    text-align: center;
}
.team-images {
    overflow: hidden;
    position: relative;
}
.team-member .team-desc {
    padding: 20px 20px 0;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 9;
}
.team-member .team-desc span {
    font-weight: 400;
}
.team-member .team-desc h5 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
}
.team-member .team-social-icon {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 500;
}
.team-member:hover .team-social-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.team-member .team-social-icon ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
}
.team-member img {
    width: 100%;
}
.team-meta li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: var(--themeht-body-color);
}
.counter span,
.tab .nav-tabs .nav-link {
    font-family: var(--themeht-secondary-font-family);
    font-weight: 600;
    display: inline-block;
}
.counter span,
.post-card .post-desc h4 a:hover,
.post-meta ul li i,
.service-menu li a:hover,
.team-meta li a:hover,
.widget .recent-post-desc a:hover,
.widget-searchbox .search-btn:hover {
    color: var(--themeht-primary-color);
}
.team-meta li i {
    font-size: 24px;
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 15px;
}
.team-meta li span {
    font-family: var(--themeht-secondary-font-family);
    margin-right: 10px;
    font-weight: 600;
}
.dark-bg .counter h5,
.team-meta li a {
    color: var(--themeht-body-color);
}
.tab .nav-tabs {
    border: none;
}
.tab .nav-tabs .nav-link {
    border-radius: 50px;
    margin-right: 20px;
    font-size: 24px;
    text-transform: capitalize;
    color: var(--themeht-text-color);
    float: left;
    position: relative;
    border: none;
    padding: 15px 40px;
}
.post-card .post-meta .list-inline-item:not(:last-child),
.post-meta ul li:last-child,
.tab .nav-tabs .nav-link:last-child,
.widget-color li:nth-child(4n + 4),
.widget-size li:nth-child(4n + 4) {
    margin-right: 0;
}
.tab .tab-content {
    padding: 30px;
}
.counter span {
    font-size: 50px;
    line-height: 50px;
}
.counter h5,
.counter span + span,
.post-card .post-desc h4 a {
    color: var(--themeht-text-color);
}
.counter span + span {
    font-weight: 400;
    font-size: 30px;
}
.counter h5 {
    display: block;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    margin: 0;
}
.counter-top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter.style-2 .counter-icon {
    font-size: 50px;
    color: var(--themeht-white-color);
    line-height: 1;
    display: inline-block;
    flex-shrink: 0;
    margin-right: 20px;
}
.counter.style-2 h5 {
    color: var(--themeht-white-color);
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    margin-top: 10px;
    padding: 0 10px;
}
.post-card {
    position: relative;
}
.themeht-blogs .post-card {
    border-bottom: 1px solid var(--themeht-border-light-color);
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.post-card .post-image {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.post-card .post-desc,
.service-item.style-1 .service-desc {
    padding-top: 30px;
}
.post-card .post-desc h4 {
    margin: 0;
    text-transform: capitalize;
}
.post-card .post-desc h4 a {
    display: inline-block;
}
.post-card .post-desc p {
    margin: 15px 0 20px;
}
.post-meta ul li {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    list-style-type: none;
    position: relative;
}
.post-card .post-meta li {
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
}
.post-card .post-meta li + li:before {
    display: inline-block;
    padding-right: 0.3rem;
    color: var(--themeht-body-color);
    font-family: bootstrap-icons;
    content: "\F309";
    padding-left: 0.2rem;
    font-size: 24px;
    vertical-align: middle;
}
.post-title {
    position: relative;
    margin-top: 10px;
}
.video-post {
    padding-top: 56.9444%;
    position: relative;
    width: 100%;
}
.video-post embed,
.video-post iframe,
.video-post object {
    pointer-events: auto;
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pagination > li {
    margin: 0 6px;
    display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
    font-size: 18px;
    padding: 0;
    color: var(--themeht-text-color);
    font-weight: 500;
    border-radius: 50% !important;
    border-color: var(--themeht-border-light-color);
}
.page-link:focus,
.page-link:hover,
.pagination > li.active .page-link {
    box-shadow: none;
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
    border-color: var(--themeht-primary-color);
}
.post-comment li,
.price-header {
    border-bottom: 1px solid var(--themeht-border-light-color);
}
.themeht-sidebar {
    padding: 30px;
    border-radius: 20px;
}
.widget-title {
    padding-bottom: 10px;
    color: var(--themeht-text-color);
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.comment-date,
.widget-categories li i,
blockquote span {
    color: var(--themeht-primary-color);
}
.widget-title:before {
    content: "";
    border-radius: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 2px;
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
}
.widget-searchbox {
    position: relative;
    width: 100%;
}
.widget-searchbox .search-btn {
    background: 0 0;
    border: none;
    color: var(--themeht-text-color);
    font-size: 20px;
    outline: 0;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.post-tags li a,
.widget .widget-tags li a {
    background: var(--themeht-bg-light-color);
    border-radius: 30px;
    padding: 5px 15px;
    text-align: center;
}
.recent-post li,
.service-top {
    display: flex;
    align-items: center;
}
.widget .recent-post-thumb {
    width: 100px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
.widget .recent-post-desc {
    padding-left: 15px;
}
.widget .recent-post-desc a {
    display: block;
    color: var(--themeht-text-color);
    font-size: 15px;
    line-height: 25px;
}
.widget .recent-post-desc .post-date {
    font-size: 15px;
}
.widget .widget-categories li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed var(--themeht-border-light-color);
    position: relative;
}
.post-comment li:last-child,
.service-menu li:last-child,
.widget .widget-categories li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.widget .widget-categories li:first-child {
    padding-top: 0;
}
.widget .widget-categories li a {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 25px;
    color: var(--themeht-text-color);
    display: flex;
    justify-content: space-between;
}
.widget .widget-categories li a:hover {
    color: var(--themeht-primary-color);
    padding-left: 5px;
}
.widget-categories li i {
    position: absolute;
    right: 0;
}
.post-tags li a,
.widget .widget-tags li a,
blockquote {
    color: var(--themeht-text-color);
}
.post-tags li,
.widget .widget-tags li {
    display: inline-block;
    margin: 5px 5px 15px 0;
}
.widget .widget-tags li a {
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    display: inline-block;
}
.post-tags li a {
    display: inline-block;
    font-weight: 400;
}
blockquote {
    padding: 40px 40px 40px 180px !important;
    border-radius: 20px;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    background-color: var(--themeht-bg-light-color);
    font-style: italic;
    border: 1px solid var(--themeht-border-light-color);
}
blockquote span {
    margin-top: 10px;
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
}
blockquote:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: bootstrap-icons;
    content: "\f6b0";
    font-size: 80px;
    display: flex;
    z-index: 99;
    width: 130px;
    height: 100%;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px var(--themeht-primary-color);
    justify-content: center;
    align-items: center;
    font-style: initial;
    border-radius: 20px;
}
.comment-reply a,
.portfolio-meta-title {
    font-family: var(--themeht-secondary-font-family);
}
.comment-reply a,
.featured-item .featured-icon i,
.featured-item.style-3 .featured-icon i {
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
}
.post-comment .comment-reply-title,
.post-comment .comments-title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
}
.post-comment li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
}
.post-comment li:last-child {
    margin-bottom: 0;
}
.author-img {
    flex-shrink: 0;
    width: 100px;
    margin-right: 30px;
}
.comment-date {
    display: block;
    text-transform: uppercase;
}
.comment-reply {
    position: absolute;
    right: 0;
    top: 0;
}
.comment-reply a {
    color: var(--themeht-white-color);
    padding: 6px 15px;
    border-radius: 30px;
    font-weight: 600;
    background-size: 150% 100%;
    display: inline-block;
    font-size: 15px;
}
.testimonial,
.testimonial-img img,
.testimonial.style-2 .testimonial-img {
    border-radius: 20px;
    position: relative;
}
.comment-reply a i {
    margin-right: 5px;
    font-size: 20px;
    line-height: 1;
}
.comments-body p {
    margin: 15px 0 0;
}
.testimonial {
    padding: 30px;
    margin-left: 20px;
}
.testimonial p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    margin: 30px 0;
    position: relative;
}
.featured-title h5,
.service-menu li {
    margin-bottom: 15px;
}
.testimonial .testimonial-caption {
    z-index: 9;
    position: relative;
}
.testimonial .testimonial-caption label {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--themeht-text-color);
    display: block;
}
.testimonial .testimonial-caption h5 {
    color: var(--themeht-primary-color);
    display: inline-block;
    margin-bottom: 10px;
}
.testimonial .testimonial-quote i {
    position: relative;
    display: inline-block;
    z-index: 9;
    color: var(--themeht-primary-color);
    font-size: 70px;
    line-height: 1;
    opacity: 0.2;
}
.featured-item .featured-icon i,
.price-value h2 {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
}
.testimonial.style-1 .testimonial-img {
    border-radius: 20px;
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-left: -50px;
}
.testimonial.style-1 .testimonial-img::before {
    content: "";
    background: var(--themeht-text-color);
    width: 140px;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 99;
    left: 60px;
}
.testimonial-img img {
    z-index: 9;
    width: 100%;
}
.testimonial-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial.style-2 {
    box-shadow: none;
    margin: 50px 30px;
}
.testimonial.style-2 .testimonial-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.testimonial.style-2 .testimonial-media {
    justify-content: inherit;
}
.testimonial.style-2 p {
    margin-top: 0;
}
.featured-item {
    padding: 40px 30px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    z-index: 9;
}
.featured-item .featured-icon {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.featured-item .featured-icon i {
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.featured-item.style-3 .featured-icon i {
    border-radius: 50%;
    color: var(--themeht-white-color);
    text-align: center;
    background-size: 150% 100%;
    transition: 0.4s ease-in-out;
}
.featured-item.style-3:hover .featured-icon i {
    border-radius: 20px;
    background-position: 100% 0;
}
.featured-item.style-4 {
    padding: 0;
    background: 0 0;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
}
.featured-item.style-4 .featured-title h5 {
    margin: 0 0 10px;
}
.featured-item.style-4 .featured-icon i {
    border-radius: 20px;
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
    color: var(--themeht-white-color);
    text-align: center;
    margin-right: 20px;
    flex-shrink: 0;
    background-size: 150% 100%;
    transition: 0.4s ease-in-out;
}
.service-sec:before {
    content: "";
    position: absolute;
    top: 5%;
    left: -15%;
    width: 130%;
    height: 100%;
    transform: rotate(3deg);
    background-image: radial-gradient(
            var(--gradient_spot1_w) var(--gradient_spot1_h) at left
                var(--gradient_spot1_x) top var(--gradient_spot1_y),
            var(--gradient_spot1_color),
            transparent
        ),
        radial-gradient(
            var(--gradient_spot2_w) var(--gradient_spot2_h) at left
                var(--gradient_spot2_x) top var(--gradient_spot2_y),
            var(--gradient_spot2_color),
            transparent
        ),
        radial-gradient(
            var(--gradient_spot3_w) var(--gradient_spot3_h) at left
                var(--gradient_spot3_x) top var(--gradient_spot3_y),
            var(--gradient_spot3_color),
            transparent
        ),
        radial-gradient(
            var(--gradient_spot4_w) var(--gradient_spot4_h) at left
                var(--gradient_spot4_x) top var(--gradient_spot4_y),
            var(--gradient_spot4_color),
            transparent
        );
}
.service-item.style-1 {
    position: relative;
    z-index: 9;
    padding: 50px;
    margin-top: 150px;
}
.service-item.style-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewY(10deg);
    border-radius: 30px;
}
.service-item .service-btn,
.service-item.style-1:after,
.service-item.style-3 .service-icon i,
.service-item.style-3:after {
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
}
.service-item.style-1:after,
.service-item.style-3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    transform: scale(0) skewY(10deg);
    border-radius: 30px;
}
.service-item.style-1 .service-images {
    width: 200px;
    margin: -150px auto 0;
}
.service-item .service-btn {
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    color: var(--themeht-white-color);
    font-size: 30px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -40px;
    border: 10px solid var(--themeht-white-color);
    background-size: 150% 100%;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-item.style-1:hover:before {
    transform: skewY(-10deg);
}
.service-item.style-1:hover:after,
.service-item.style-3:hover:after {
    transform: scale(1) skewY(-10deg);
}
.service-item.style-2 {
    position: relative;
    z-index: 9;
    padding: 40px;
    background: var(--themeht-white-color);
    border-radius: 20px;
}
.service-item.style-2 .service-images {
    flex-shrink: 0;
    width: 100px;
    margin-right: 15px;
}
.ht-progress-bar,
.service-item.style-2 .service-desc p {
    margin: 20px 0;
}
.service-item.style-2 .service-btn,
.service-item.style-3 .service-btn {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-left: 0;
    border: none;
    width: 40px;
    height: 40px;
}
.service-item.style-3 {
    position: relative;
    text-align: center;
    padding: 40px 30px;
    border-radius: 20px;
}
.service-item.style-3 .service-icon {
    display: inline-block;
    margin-bottom: 20px;
}
.service-item.style-3 .service-icon i {
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-size: 70px;
    display: inline-block;
}
.service-item.style-3 p {
    margin-bottom: 30px;
}
.service-item.style-3:hover {
    background: 0 0;
}
.price-table,
.product-link a,
.service-item.style-3:before,
.service-item.style-3:hover .read-button::before,
.service-sidebar {
    background: var(--themeht-white-color);
}
.service-item.style-3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewY(-10deg);
    border-radius: 30px;
}
.service-item.style-3:hover .service-icon i {
    color: var(--themeht-white-color);
    background: inherit;
    -webkit-text-fill-color: inherit;
}
.service-sidebar {
    padding: 30px;
    border-radius: 20px;
}
.service-menu li {
    border-bottom: 1px dashed var(--themeht-border-light-color);
    padding-bottom: 15px;
}
.service-menu li:last-child {
    margin-bottom: 0;
}
.service-menu li a {
    color: var(--themeht-text-color);
    display: block;
    font-size: 16px;
    position: relative;
}
.service-menu li a:before {
    position: absolute;
    top: 0;
    right: 0;
    font-family: bootstrap-icons !important;
    content: "\F135";
    font-size: 22px;
    display: flex;
    z-index: 99;
    height: 100%;
    color: var(--themeht-primary-color);
    justify-content: center;
    align-items: center;
}
.service-menu li a:hover:before {
    right: 10px;
}
.contact-widget {
    padding: 30px 30px 200px;
}
.price-table {
    padding: 50px 30px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.price-title {
    font-weight: 700;
    color: var(--themeht-primary-color);
    margin-bottom: 10px;
}
.price-header {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.price-icon {
    max-width: 40%;
}
.price-value {
    display: flex;
    align-items: end;
}
.price-value h2 {
    font-weight: 600;
    color: var(--themeht-text-color);
    margin-bottom: 0;
    position: relative;
}
.price-value h2 sup {
    font-size: 26px;
    line-height: 24px;
    margin: 0;
    color: var(--themeht-body-color);
    font-weight: 400;
}
.price-list ul li {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.price-list li i {
    color: var(--themeht-primary-color);
    line-height: 20px;
    font-size: 20px;
    margin-right: 10px;
}
.ht-progress-bar h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.ht-progress-bar .progress {
    height: 3px;
    background: var(--themeht-bg-light-color);
    overflow: visible;
    border-radius: 30px;
}
.ht-progress-bar .progress-parcent,
.portfolio-meta-icon {
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
    -webkit-text-fill-color: transparent;
}
.ht-progress-bar .progress .progress-bar {
    background-color: var(--themeht-primary-color);
    position: relative;
    overflow: visible;
    border-radius: 30px;
}
.ht-progress-bar .progress-parcent {
    position: absolute;
    top: -37px;
    right: 0;
    background-clip: border-box;
    -webkit-background-clip: text;
    font-size: 16px;
    font-weight: 600;
}
.form-check-input:checked,
.widget-color .form-check-input[type="radio"]:checked + label::after {
    background-color: var(--themeht-primary-color);
}
.portfolio-img {
    border-radius: 50px;
    overflow: hidden;
    border: 10px solid var(--themeht-white-color);
}
.portfolio-desc {
    text-align: center;
    padding-top: 30px;
}
.portfolio-meta-list {
    display: flex;
    align-items: flex-start;
}
.portfolio-meta-icon {
    font-size: 30px;
    background-clip: border-box;
    -webkit-background-clip: text;
    flex-shrink: 0;
    margin-right: 20px;
    line-height: 1;
}
.portfolio-meta-title {
    display: block;
    text-transform: uppercase;
    color: var(--themeht-primary-color);
}
.btn-product,
.cart-table td,
.portfolio-meta-sub-title,
.product-link a,
.product-link a i,
.widget-size label,
input.form-product {
    color: var(--themeht-text-color);
}
.product-img img {
    border-radius: 20px;
}
.product-link a i {
    display: inline-block;
    font-size: 18px;
}
.product-link a {
    border-radius: 50px;
    padding: 5px 20px;
    font-weight: 500;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.form-check-input:checked {
    border-color: var(--themeht-primary-color);
}
.widget-color [type="radio"]:checked,
.widget-color [type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.widget-color .form-check-label {
    width: 26px;
    height: 26px !important;
    border-radius: 0.25rem;
    padding: 0 !important;
    margin-bottom: 0;
}
.widget-color .form-check-input[type="radio"]:checked + label,
.widget-color .form-check-input[type="radio"]:not(:checked) + label,
label.btn input[type="radio"]:checked + label,
label.btn input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    transition: 0.28s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.widget-color .form-check-input[type="radio"] + label::after,
.widget-color .form-check-input[type="radio"] + label::before,
label.btn input[type="radio"] + label::after,
label.btn input[type="radio"] + label::before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 30px;
    height: 30px;
    transition: 0.28s;
    z-index: -1;
    border-radius: 0.25rem;
}
.widget-color .form-check-input[type="radio"]:checked + label::after,
label.btn input[type="radio"]:checked + label::after {
    transform: scale(1.02);
}
.widget-size input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.widget-size label {
    background: var(--bg-light);
    margin-bottom: 0;
    display: inline-block;
    height: 40px;
    min-width: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0.25rem;
    line-height: 40px;
}
.widget-color li {
    list-style-type: none;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 20px;
    width: 22%;
    text-align: center;
}
.widget-size li {
    list-style-type: none;
    display: inline-block;
    width: 20%;
    text-align: center;
    float: left;
}
input.form-product {
    -moz-appearance: textfield;
    height: 40px !important;
    border: none;
    background: var(--themeht-white-color);
    text-align: center;
    width: 150px;
    border-top: 1px solid var(--themeht-border-light-color) !important;
    border-bottom: 1px solid var(--themeht-border-light-color) !important;
}
.btn-product {
    background: 0 0;
    border: 1px solid var(--themeht-border-light-color);
    height: 40px;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    cursor: pointer;
}
.cart-table td {
    padding: 20px;
    text-align: center;
}
