/* ------------------------------------------------
  Project:   Soften - Software & SaaS WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Banner
  7. List Icon
  8. Error Page
  9. Timeline
  10. Contact
  11. Video
  12. Marquee Text
  13. Extra
  14. Form Section
------------------------*/

:root {
    --themeht-primary-color: #6200FF;
    --themeht-primary-color2: #F97794;
    --themeht-primary-color3: #3498DB;
    --themeht-body-color: #75727B;
    --themeht-text-color: #16072F;
    --themeht-white-color: #FFFFFF;
    --themeht-bg-dark-color: #0F171B;
    --themeht-bg-light-color: #F8FAFC;
    --themeht-border-light-color: #E1E1E1;
    --themeht-typography-body-font-family: 'Heebo', sans-serif;
    --themeht-typography-secondary-font-family: 'Syne', sans-serif;
    --logo-desktop-height: 30px;
    --logo-tablet-height: 30px;
    --logo-mobile-height: 30px;
}
/* ------------------------
    General
------------------------*/

body {font-family: var(--themeht-typography-body-font-family); font-weight: normal; font-style: normal; font-size: 17px; line-height: 30px; color: var(--themeht-body-color); overflow-x: hidden;}
.page-wrapper{overflow-x: hidden;}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{font-weight:normal; margin-top: 0px; margin-bottom: 20px; font-style: normal; text-transform: capitalize; font-family: var(--themeht-typography-secondary-font-family); color: var(--themeht-text-color);}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1, .h1 { font-size: 70px; font-style: normal; line-height: 80px; font-weight: 700;}
h2, .h2 { font-size: 46px; font-style: normal; line-height: 56px; font-weight: 700; position: relative;}
h3, .h3 { font-size: 34px; font-style: normal; line-height: 44px; font-weight: 600;}
h4, .h4 { font-size: 26px; font-style: normal; line-height: 36px; font-weight: 600;}
h5, .h5 { font-size: 24px; font-style: normal; line-height: 34px; font-weight: 600;}
h6, .h6 { font-size: 20px; font-style: normal; line-height: 30px; font-weight: 600;}
ul { margin-left: 0; }

@media (min-width:1200px) {
  .elementor-section.elementor-section-boxed>.elementor-container, .container { max-width: 1320px !important; }
}
.custom-sec-padding{padding-top: 120px; padding-bottom: 120px;}


/* ------------------------
    Helper class
------------------------*/
.lead{font-weight: normal; font-size: 17px; line-height: 30px;}
.rounded {border-radius: 20px !important;}
label { font-size: 14px; line-height: 1; color: var(--themeht-text-color); }

/* ------------------------
    Text color
------------------------*/
.text-theme{color: var(--themeht-primary-color);}
.text-black{color: var(--themeht-text-color) !important;}
.text-grey{color: var(--themeht-body-color);}
.text-white{color: var(--themeht-white-color) !important;}


/* ------------------------
    Background color
------------------------*/
.white-bg{background-color: var(--themeht-white-color) !important;}
.dark-bg{background-color: var(--themeht-bg-dark-color);}
.light-bg{background-color: var(--themeht-bg-light-color);}
.theme-bg{background-color: var(--themeht-primary-color);}
.transparent-bg{background-color: inherit !important;}
.grediant-bg{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);}
.grediant-bg2{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(--themeht-primary-color), transparent), radial-gradient(var(--gradient_spot3_w) var(--gradient_spot3_h) at left var(--gradient_spot3_x) top var(--gradient_spot3_y), var(--themeht-primary-color2), transparent), radial-gradient(var(--gradient_spot4_w) var(--gradient_spot4_h) at left var(--gradient_spot4_x) top var(--gradient_spot4_y), var(--themeht-primary-color3), transparent);}
.grediant-bg3{background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3));}

.border-light{border-color: var(--themeht-border-light-color) !important}


/* ------------------------
    Banner
------------------------*/
[data-bg-img] { background-size: cover; background-position: center center; background-repeat: no-repeat; }
.banner { padding: 220px 0 120px; position: relative; }
.banner h1 span, .banner-2 h1 span, .banner-3 h1 span { 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; }
.macbook-box { background: var(--themeht-white-color); position: relative; border-radius: 30px; border: 20px solid var(--themeht-white-color); }
.macbook-box::before { content: ""; height: 20px; width: 120%; position: absolute; bottom: -35px; background: var(--themeht-white-color); left: -10%; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15); }
.macbook-box img { border-radius: 30px }
.round-shape-animation { position: absolute; width: 1000px; height: 1000px; right: -450px; top: 0; display: inline-block; background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); border-radius: 100%; z-index: -1; }
.round-shape-animation::before { content: ""; height: 400px; width: 400px; position: absolute; border-radius: 50%; background: var(--themeht-white-color); left: 50%; top: 50%; transform: translate(-50%, -50%); }
.banner .banner-img { position: relative; padding: 100px 50px 0; }
@media (min-width:1800px) {
    .banner .banner-img { margin-right: -200px; }
}
.banner-img .banner-img2 { position: absolute; left: 0; top: 0; z-index: 9; width: 200px; box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15); }
.banner-img .banner-img3 { position: absolute; right: 0; bottom: 100px; z-index: 9; width: 200px; box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15); }
.banner-2 { padding: 150px 0 300px; position: relative; }
.banner-2-text { margin-top: 80px; }
.banner-2 .banner-img { position: absolute; right: -10%; top: 50%; transform: translateY(-50%); width: 50%; }
.banner-4 .banner-img { position: absolute; right: -10%; top: 54%; transform: translateY(-50%); width: 55%; }
.banner3-text { padding: 100px 100px 350px; }
.banner-3 p { max-width: 60%; margin: 0 auto; }
.banner-4 { padding: 350px 0 250px; }
.hero-shape1 { z-index: -1; position: absolute; width: 70%; height: 70%; border-radius: 30px; transform: rotate(-15deg); top: -20%; right: -20%; background: rgb(3, 214, 101); background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); }
.wave-shape2 { position: relative; width: 100%; height: 300px; z-index: 9; }
.wave-shape2.top { transform: rotateX(-180deg); }
.video-bnr { margin-top: 70px }


/* ------------------------
    List Icon
------------------------*/
.list-icon li{position: relative; display: flex; align-items: center; margin-bottom: 15px}
.list-icon li:last-child{margin-bottom: 0}
.list-icon li i { color: var(--themeht-primary-color); font-size: 22px; line-height: 20px; margin-right: 10px; }

/* ------------------------
    Error Page
------------------------*/
.error-text { display: flex; position: relative; justify-content: center; align-items: center; }
.error-text h1 { font-size: 200px; color: var(--themeht-primary-color); position: relative; line-height: 1; margin-bottom: 0; }
.error-text .error-right-h1 { color: var(--themeht-primary-color3) }
.circle { width: 100px; height: 100px; border-radius: 50%; border: 10px solid var(--themeht-primary-color2); border-left-color: transparent; position: relative; animation: 1s infinite cir; margin-top: 30px; margin-left: 20px; margin-right: 20px; }
.cir2 { width: 70px; height: 70px; border-radius: 50%; border: 5px solid var(--themeht-bg-dark-color); border-right-color: transparent; position: absolute; top: 5px; left: 5px; animation: 2s infinite cir2; bottom: 5px; right: 5px; }


/* ------------------------
    Timeline
------------------------*/
.main-timeline:before { content: ""; display: block; width: 1px; height: 100%; background: var(--themeht-border-light-color); margin: 0 auto; position: absolute; left: 0; right: 0; }
.timeline-item { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; padding-top: 10px; }
.timeline-item:nth-child(2n+2) .date-content { order: 3; }
.timeline-item:nth-child(2n+2) .timeline-icon { order: 2; left: 20px; }
.timeline-order-3 { order: 1; }
.main-timeline .timeline-icon { width: 40px; height: 40px; position: relative; right: 20px; font-size: 30px; background: var(--themeht-white-color); display: flex; align-items: center; justify-content: center; color: var(--themeht-primary-color); border-radius: 50%; z-index: 9; }
.main-timeline .date-content { width: 50%; position: relative; }
.main-timeline .date-content:before { content: ""; width: 50%; height: 1px; background: var(--themeht-border-light-color); margin: auto 0; position: absolute; right: 10px; top: 0; bottom: 0; }
.timeline-item:nth-child(2n+2) .date-content:before { content: ""; width: 50%; height: 1px; background: var(--themeht-border-light-color); position: absolute; padding-right: 30px; margin-right: 50% !important; }
.main-timeline .date { font-family: var(--themeht-typography-secondary-font-family); display: flex; line-height: 1; font-weight: 700; font-size: 30px; color: var(--themeht-white-color); position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); align-items: center; justify-content: center; background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); border-radius: 50%; width: 125px; height: 125px; z-index: 1; }
.main-timeline .timeline-content { padding: 20px 20px; }


@media (max-width:767px) {
    .timeline { flex-direction: column !important; }
    .main-timeline:before { margin-left: 1px; }
    .main-timeline .timeline-icon { margin: auto 2px;  order: 1; left: -1em; }
    .main-timeline .timeline-content { padding: 40px 30px; order: 3; }
    .timeline-item:nth-child(2n+2) .date-content { order: 2; }
    .timeline-item:nth-child(2n+2) .timeline-icon { order: 1; left: -1em; }
    .timeline-item:nth-child(2n+2) .date-content:before { width: 100%; }
    .timeline-item .date-content:before { width: 100%; }
    .timeline-item .date-content:before { content: ""; width: 100%; height: 2px; background: var(--themeht-border-light-color); position: absolute; top: 0; padding-right: 30px; bottom: 0; margin-right: 50% !important; }
    .main-timeline .date { width: 80px; height: 80px; font-size: 20px; }
    .main-timeline .date-content { order: 2;}
}
@media (max-width:350px) {
    .timeline-icon { visibility: hidden; }
    .main-timeline .date-content:before { visibility: hidden; }
    .date-content { left: -15px; }
}

/* ------------------------
    Contact
------------------------*/
.contact-media{background: var(--themeht-white-color); text-align: center; padding: 50px 30px; border-radius: 20px;}
.contact-media i { line-height: 70px; font-size: 70px; 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-bottom: 30px; display: inline-block; }
.contact-media span { font-size: 20px; color: var(--themeht-primary-color); font-family: var(--themeht-typography-secondary-font-family); font-weight: 600; display: block; margin-bottom: 15px; }
.contact-media p { margin-bottom: 0; line-height: 24px; }
.contact-media p, .contact-media a { color: var(--themeht-text-color); font-size: 18px; }
.contact-media a:hover { color: var(--themeht-primary-color); }


/* ------------------------
    Video
------------------------*/
.video-btn { position: relative; display: inline-block; }
.video-btn-pos { position: absolute; left: 50%; top: 50%; margin-top: -50px; margin-left: -50px; z-index: 99; }
.video-btn.is-play { background-color: var(--themeht-primary-color); border-radius: 50%; width: 100px; height: 100px; }
.video-btn.is-play .video-btn-outer-circle { background: var(--themeht-primary-color); border-radius: 50%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; }
.video-btn.is-play .video-btn-icon { position: absolute; top: 50%; left: 50%; width: 30px; height: 30px; transform: translate(-50%, -50%); }
.video-btn-icon svg { fill: var(--themeht-white-color) }
.video-btn-icon svg path { stroke: var(--themeht-primary-color2) }
.video-btn.is-play .video-btn-icon .triangle { animation: fadeIn 7s ease; }
.video-btn.is-play .video-btn-icon .path { stroke-dasharray: 90; stroke-dashoffset: 0; animation: triangleStroke 3s; animation-timing-function: ease; }
.has-scale-animation { animation: smallScale 3s infinite; }
.has-delay-short { animation-delay: 0.5s; }


/* ------------------------
 Marquee Text
------------------------*/
.marquee-wrap { width: 100%; position: relative; }
.marquee-wrap { overflow: hidden; display: block; }
.marquee-text { animation: marquee 50s linear infinite; position: relative; display: flex; align-items: center; width: 100%; white-space: nowrap; }
.marquee-text span { font-size: 80px; line-height: 1; font-weight: 600; font-family: var(--themeht-typography-secondary-font-family); background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.marquee-text i { font-size: 40px; display: inline-block; vertical-align: middle; line-height: 1; margin: 0 30px; background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.marquee-small .marquee-text span { font-size: 40px;}
.marquee-white .marquee-text span, .marquee-white .marquee-text i { background: inherit; -webkit-text-fill-color: inherit; color: var(--themeht-white-color); }

/* ------------------------
Extra
------------------------*/
.elementor-widget .center { text-align: center; }
.elementor-widget .right { text-align: right; }
.page { margin: 0; }
.page-content { margin-top: 100px; margin-bottom: 100px; }
.elementor-default .page-content { margin-top: -1.5em; margin-bottom: 0; }
.error-page-search label { min-width: 450px; }
.search-page article { border-bottom: 1px solid var(--themeht-border-light-color); padding-bottom: 60px; margin-bottom: 60px; }
.search-page article:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.search-content-page .post-image { position: relative; }
.dark-bg .elementor-widget-text-editor p { color: var(--themeht-white-color); }
.p-mb-0 p { margin-bottom: 0; }
.clients-logo:hover img { transform: scale(1.1); }


/* ------------------------
 Form Section
------------------------*/
input[type="submit"].subscribe-btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search__button {
    border: none;
    padding: 10px 25px;
    background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3));
    color: var(--themeht-white-color);
    font-family: var(--themeht-typography-secondary-font-family);
    font-weight: 600;
    border-radius: 50px;
    z-index: 99;
    position: relative;
    background-size: 150% 100%;
    height: 100%;
    line-height: inherit;
    z-index: 99;
    position: relative;
    font-size: 17px;
}

input[type="submit"].subscribe-btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-search__button:hover {
    color: var(--themeht-white-color);
    background-position: 100% 0;
}

.comment-form .form-submit input[type=submit],
.post-comment .form-submit input[type="submit"],
.wp-block-search__button,
.post-password-form input[type="submit"] {
    border: none;
    padding: 10px 25px;
    background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3));
    color: var(--themeht-white-color);
    font-family: var(--themeht-typography-secondary-font-family);
    font-weight: 600;
    border-radius: 50px;
    z-index: 99;
    position: relative;
    background-size: 150% 100%;
    height: 100%;
    line-height: inherit;
    z-index: 99;
    position: relative;
    font-size: 17px;
}

.comment-form .form-submit input[type=submit]:hover,
.post-comment .form-submit input[type="submit"]:hover,
.wp-block-search__button:hover,
.post-password-form input[type="submit"]:hover {
    color: var(--themeht-white-color);
    background-position: 100% 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
   border: 1px solid var(--themeht-border-light-color);
    padding: .375rem .75rem;
    width: 100%;
    height: 50px;
    color: var(--themeht-text-color);
    border-radius: 10px;
    background: var(--themeht-white-color);
    font-size: 13px;
}

textarea {
  height: 100px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus { color: var(--themeht-body-color); border: 1px solid var(--themeht-primary-color);}

.wpcf7-form-control-wrap { display: block;}
.wpcf7-form-control.wpcf7-select, select {font-size: 13px; width: 100%; padding: .375rem .75rem; border: 1px solid var(--themeht-border-light-color); background-color: var(--themeht-white-color); height: 50px; color: var(--themeht-text-color); border-radius: 10px; }
.wpcf7-form-control.wpcf7-textarea { height: 100px;}
.wpcf7-form .wpcf7-spinner{position: absolute; padding: 0;}
.wpcf7-form .wpcf7-spinner:after{display: none;}
.wpcf7-not-valid-tip { position: absolute; right: 0; font-size: 0.8rem; bottom: -25px; }
.primary-bg .wpcf7-not-valid-tip, .primary-bg .wpcf7-response-output { color: var(--themeht-white-color); }

::-webkit-input-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}
:-moz-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}
::-moz-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}

:focus-visible {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 10px;
    background: var(--themeht-white-color);
    background-image: url(../../assets/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
}


select option{word-break: break-word;}



.elementor-widget.elementor-widget-text-editor { font-weight: 400; color: var(--themeht-body-color) !important; font-family: var(--themeht-typography-body-font-family) !important; }
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 { color: var(--themeht-white-color) !important; }
p { margin: 0 0 25px; line-height: 1.7;}
.wp-block-cover, .wp-block-cover-image { position: relative; background-position: 50%; min-height: 430px; display: flex; justify-content: center; align-items: center; padding: 1em; box-sizing: border-box; margin-bottom: 30px; }
.wp-block-button { margin: 50px 0; }
.alignleft { margin: 5px 20px 20px 0 !important; }
.alignright { margin: 5px 0 20px 20px !important; clear: both; }
.lead p, .elementor-widget-list_style p, .elementor-widget-list_style_two p, .elementor-widget-title p, .elementor-widget-feature p, .elementor-tab-content p { margin-bottom: 0; }
.wp-block-group.has-background { padding: 25px !important; margin-bottom: 15px !important; }
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer { font-size: 16px !important; text-align: left; }
blockquote, .wp-block-quote.is-style-large { font-style: italic; border: 1px solid var(--themeht-border-light-color); z-index: 9; padding: 40px 40px 40px 180px !important; border-radius: 20px; margin: 30px 0px 30px 0; font-size: 18px; line-height: 26px; position: relative; color: var(--themeht-text-color); background-color: var(--themeht-bg-light-color);}
blockquote span {
    color: var(--themeht-primary-color);
    margin-top: 10px;
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
}
.themeht-blogs .post-card .post-desc blockquote p { margin-bottom: 15px; margin-top: 0; }
body blockquote.wp-block-quote.is-style-large cite, body blockquote.wp-block-quote.is-style-large p, body blockquote p { margin: 0px; }
blockquote:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'bootstrap-icons';
    content: "\f6b0";
    font-size: 80px;
    display: flex;
    z-index: 99;
    background: var(--themeht-white-color);
    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;
}
blockquote.has-text-align-right { padding: 40px 40px 40px 80px !important; }
blockquote.has-text-align-right:after { right: inherit; left: 0; }
.wp-block-media-text.has-media-on-the-right { margin-bottom: 25px; }
.wp-block-image { margin: 0 0 1em; }
.wp-block-archives select, .wp-block-categories select { margin-bottom: 20px; }
.themeht-sidebar .wp-block-archives select, .themeht-sidebar .wp-block-categories select,
.themeht-sidebar .wp-block-archives-dropdown, .themeht-sidebar .wp-block-search{ margin-bottom: 0; }
.post-card .wp-block-gallery .blocks-gallery-image figure, .post-card .wp-block-gallery .blocks-gallery-item figure { position: relative; overflow: hidden; }
.post-card .wp-block-gallery .blocks-gallery-image figcaption, .post-card .wp-block-gallery .blocks-gallery-item figcaption { position: absolute; font-size: 13px; font-weight: 600; overflow: hidden; padding: 10px 0; bottom: -100%; width: 100%; color: #333; background: rgba(255, 255, 255, .7); white-space: nowrap; text-indent: 10px; text-overflow: ellipsis; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.post-card .wp-block-gallery .blocks-gallery-image:hover figcaption, .post-card .wp-block-gallery .blocks-gallery-item:hover figcaption { bottom: 0; }
.wp-block-embed iframe { width: 100%; }
table th{color: var(--themeht-text-color); font-weight: 500;}
table th, table td { border-color: var(--themeht-border-light-color) !important; border: 1px solid; padding: 5px 10px; }
.gallery-caption { padding-top: 0.53em; padding-bottom: 0.53em; }
.comment-content table tbody td a{color: var(--themeht-primary-color); font-weight: 500;}
.comment-content > ul,
.comment-content > ol{margin-bottom: 30px;}
.wp-block-button__link { background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3)); color: var(--themeht-white-color); border: none; border-radius: 50px; -webkit-transition: all .3s cubic-bezier(.02, .54, .58, 1); -o-transition: all .3s cubic-bezier(.02, .54, .58, 1); transition: all .3s cubic-bezier(.02, .54, .58, 1); font-family: var(--themeht-typography-secondary-font-family); font-weight: 600; background-size: 150% 100%; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.wp-block-button__link:hover { color: var(--themeht-white-color); background-position: 100% 0; }
.wp-block-button.is-style-squared a, .wp-block-button__link.wp-block-button.is-style-squared a { border-radius: 0; }
.wp-block-calendar { padding-bottom: 30px; }
.wp-block-calendar .wp-calendar-nav-prev { float: left; }
.wp-block-calendar .wp-calendar-nav-next { float: right; }
.wp-block-calendar .wp-calendar-nav-prev a, .wp-block-calendar .wp-calendar-nav-next a { text-decoration: none; }
.post-card .wp-block-search__button-outside { margin-bottom: 25px; }
.wp-block-preformatted { margin-top: 10px; }
.post-single-page .post-desc .entry-content ul:last-child, .post-single-page .post-desc .entry-content table:last-child, .post-single-page .post-desc .entry-content p:last-child { margin-bottom: 0; }
.wp-block-columns.has-background.has-pale-pink-background-color, .wp-block-column.has-background.has-pale-cyan-blue-background-color, .wp-block-group.has-background.has-pale-pink-background-color, .wp-block-group.has-background.has-light-green-cyan-background-color { background-color: var(--themeht-bg-light-color) !important; }
.wp-block-group.has-black-border-color { border-color: var(--themeht-border-light-color) !important; }
.wp-block-group.has-border-color, .wp-block-group.has-background { padding: 15px; margin-bottom: 15px; }
.has-small-font-size { line-height: 17px; }
.has-medium-font-size { line-height: 24px; }
.has-large-font-size { line-height: 40px; }
.has-x-large-font-size { line-height: 50px; }
.wp-block-query .wp-block-query-pagination { margin-bottom: 30px; }
.pagination .page-numbers, .wp-block-query-pagination .page-numbers, .page-links .post-page-numbers {
    font-weight: 500;
    font-size: 18px;
    border: 1px solid var(--themeht-border-light-color);
    border-radius: 100%;
    margin: 0 2px 0 2px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current, .wp-block-query-pagination .page-numbers:hover, .wp-block-query-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); }
.wp-block-avatar .avatar { margin-bottom: 20px; }
.wp-block-post-author .avatar { margin-bottom: 20px; }
.wp-block-comments .wp-block-comment-template .wp-block-columns .wp-block-comment-author-name { font-size: 28px !important; margin-bottom: 20px; }
.wp-block-comments .wp-block-comment-template .wp-block-columns .wp-block-group .wp-block-comment-date { font-size: 15px !important; }
.wp-block-post-comments-form p, .wp-block-comments p { margin-top: 15px; }
.wp-block-comments .wp-block-comment-template .wp-block-column .wp-block-comment-reply-link .comment-reply-link { margin-top: 20px; }
.wp-block-post-comments-form p, .wp-block-comments p { margin-top: 15px; }
.wp-block-comments .wp-block-comments-title, .pbmit-post-related .pbmit-related-title, .comments-area .comments-title, .comment-respond .comments-title, .comment-respond .comment-reply-title {font-size: 26px; line-height: 36px;}
/*.wp-block-comment-reply-link .comment-reply-link, .wp-block-comment-reply-link .comment-reply-link:focus, .wp-block-comment-reply-link .comment-reply-link:visited, .wp-block-comment-reply-link .comment-reply-link:active { padding: 10px 20px; }*/
.wp-block-comment-template {margin: 0;}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
    color: var(--themeht-text-color);
}

ul.wp-block-archives li a,
.widget.widget_meta ul li a,
.widget .wp-block-latest-posts li > a,
.widget.widget_archive ul li > a,
.widget.widget_recent_entries ul li a,
.widget.widget_nav_menu ul li > a,
.widget.widget_pages ul li a,
.wp-block-page-list li a,
.widget.widget_recent_comments ul li{
    font-size: 16px;
    line-height: 20px;
    position: relative;
    padding-left: 15px;
}

ul.wp-block-archives li a::before,
.widget.widget_meta ul li a::before,
.widget .wp-block-latest-posts li>a::before,
.widget.widget_archive ul li> a::before,
.widget.widget_meta ul li a::before,
.widget.widget_recent_entries ul li a::before,
.widget.widget_nav_menu ul li>a::before,
.widget.widget_pages ul li a:before,
.wp-block-page-list li a:before,
.widget.widget_recent_comments ul li:before { position: absolute; content: '\F309'; left: -8px; font-size: 24px; top: -1px; 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; font-family: bootstrap-icons; line-height: normal; }
.widget.widget_recent_comments ul li:before { content: '\f25c'; top: 4px; font-family: bootstrap-icons !important; font-size: 18px; }



.widget.widget_recent_comments ul li { color: var(--themeht-body-color); padding-left: 25px; }
.themeht-sidebar .widget ul > li ul { margin-left: 15px; margin-top: 15px; }
.wp-block-archives-dropdown, .wp-block-search { margin-bottom: 25px; }
.wp-block-search .wp-block-search__inside-wrapper { border: none; padding: 0; }
.wp-block-buttons, .wp-block-group { margin-bottom: 20px; }
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover { background-color: var(--themeht-bg-dark-color); color: var(--themeht-white-color) }
.wp-block-cover .wp-block-cover__inner-container p { color: var(--themeht-white-color); }
.wp-block-calendar table th, .wp-calendar-table th { background: none; color: var(--themeht-text-color); }
#today { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.wp-block-tag-cloud span { -webkit-transition: all 0s ease-in-out 0s; -moz-transition: all 0s ease-in-out 0s; -ms-transition: all 0s ease-in-out 0s; -o-transition: all 0s ease-in-out 0s; transition: all 0s ease-in-out 0s; }
.wp-social-link { margin-bottom: 15px !important; }
.wp-block-search .wp-block-search__label { font-weight: 500; }



.themeht-footer-widget-area .footer-right { padding: 0;}
.themeht-footer-widget-area{position: relative; z-index: 99; font-size: 16px; background: var(--themeht-bg-light-color); padding:  0 50px; border-radius: 50px;}
.themeht-footer-widget-area ul.wp-block-archives li a::before, .themeht-footer-widget-area .widget.widget_meta ul li a::before, .themeht-footer-widget-area .widget .wp-block-latest-posts li>a::before, .themeht-footer-widget-area .widget.widget_archive ul li> a::before, .themeht-footer-widget-area .widget.widget_meta ul li a::before, .themeht-footer-widget-area .widget.widget_recent_entries ul li a::before, .themeht-footer-widget-area .widget.widget_nav_menu ul li>a::before, .themeht-footer-widget-area .widget.widget_pages ul li a:before, .themeht-footer-widget-area .wp-block-page-list li a:before, .themeht-footer-widget-area .widget.widget_recent_comments ul li:before { color: var(--themeht-primary-color); }
.themeht-footer-widget-area #today { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.themeht-footer-widget-area .widget { padding-top: 70px; }
.themeht-footer-widget-area .widget:not(:first-child) { padding-top: 35px; }
.themeht-footer-widget-area .widget:last-child { padding-bottom: 50px; }
.themeht-footer-widget-area .widget ul, .themeht-footer-widget-area .widget ol, .wp-block-archives ul { margin: 0; padding-left: 0; }
.themeht-footer-widget-area .widget ul > li ul { margin-left: 15px; margin-top: 15px; }
.themeht-footer-widget-area .widget ul.children, .themeht-footer-widget-area .widget ol.children { margin-left: 15px; margin-top: 15px; }
.themeht-footer-widget-area .widget ul li, .themeht-footer-widget-area .widget ol li, .themeht-footer-widget-area .widget .wp-block-archives li, .themeht-footer-widget-area .widget .wp-block-latest-posts li, .themeht-footer-widget-area .widget .widget_recent_entries li, .themeht-footer-widget-area .widget .wp-block-categories li, .themeht-footer-widget-area .widget .wp-block-page-list li { color: var(--themeht-text-color); list-style-type: none; margin-bottom: 15px; }
.themeht-footer-widget-area .widget ul li:last-child, .themeht-footer-widget-area .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-footer-widget-area .widget .tagcloud a, .themeht-footer-widget-area .widget .wp-block-tag-cloud a { background: var(--themeht-white-color); border-radius: 30px; padding: 5px 15px; display: inline-block; text-align: center; font-size: 15px !important; line-height: 25px; text-transform: capitalize; margin: 5px 5px 15px 0; }
.themeht-footer-widget-area .widget .tagcloud a:hover, .themeht-footer-widget-area .widget .wp-block-tag-cloud a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color);}
.themeht-footer-widget-area .widget .widget_categories li, .themeht-footer-widget-area .widget .wp-block-categories li{color: var(--themeht-white-color); position: relative; padding-left: 30px; }
.themeht-footer-widget-area .widget .widget_categories li:before, .themeht-footer-widget-area .widget .wp-block-categories li:before { content: "\F38B"; font-family: 'bootstrap-icons'; color: var(--themeht-primary-color); font-size: 18px; position: absolute; left: 0; top: 0; }
.themeht-footer-widget-area .widget .widget_categories li a:hover, .themeht-footer-widget-area .widget .wp-block-categories li a:hover {color: var(--themeht-primary-color); }
.themeht-footer-widget-area .widget_recent_entries li, .themeht-footer-widget-area .widget .wp-block-latest-posts li { margin-bottom: 15px; }
.themeht-footer-widget-area .widget li a, .themeht-footer-widget-area .widget a { text-transform: capitalize; }
.themeht-footer-widget-area .widget li a { font-size: 16px; color: var(--themeht-text-color); }
.themeht-footer-widget-area .widget li a:hover { color: var(--themeht-primary-color); }
.themeht-footer-widget-area, .themeht-footer-widget-area a, .themeht-footer-widget-area .wp-block-archives__label, .themeht-footer-widget-area .wp-block-search__label, .themeht-footer-widget-area .wp-block-archives-dropdown label, .themeht-footer-widget-area table td, .themeht-footer-widget-area table caption { color: var(--themeht-text-color); }
.themeht-footer-widget-area .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before { color: var(--themeht-text-color); }
.themeht-footer-widget-area .wpcf7-form-control.wpcf7-select, .themeht-footer-widget-area select { color: var(--themeht-text-color); }
.themeht-footer-widget-area .widget.widget_categories ul li:before{ color: var(--themeht-primary-color); }
.themeht-footer-widget-area select option,
.themeht-footer-widget-area .wp-block-calendar table th, .themeht-footer-widget-area .wp-calendar-table th { color: var(--themeht-text-color); }


.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {background: var(--themeht-bg-dark-color); }
.wp-block-page-list .wp-block-pages-list__item__link.wp-block-navigation-item__content { padding: 0; }
.wp-block-page-list .wp-block-pages-list__item__link.wp-block-navigation-item__content:before { display: none; }
.wp-block-navigation .wp-block-navigation__submenu-container { background: var(--themeht-bg-dark-color); border: none !important; }
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item { margin-bottom: 0; }
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item__link.wp-block-navigation-item__content { font-size: 16px; line-height: 20px; text-transform: capitalize; padding: 10px 20px 10px 20px; color: var(--themeht-white-color); }
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child .wp-block-pages-list__item__link.wp-block-navigation-item__content { border-bottom: none;}
.wp-block-navigation .wp-block-pages-list__item__link.wp-block-navigation-item__content:hover { color: var(--themeht-white-color); }
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item__link.wp-block-navigation-item__content:hover { color: var(--themeht-white-color); }
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation__submenu-icon { color: white; }

.widget_calendar caption, .wp-calendar-table caption { caption-side: top; }
.wp-block-group.has-background, pre, .wp-block-table.is-style-stripes tbody tr:nth-child(odd) { background: var(--themeht-bg-light-color); }
.wp-block-search__button svg { display: none; }

.wp-calendar-table{text-align: center;}


.wp-block-avatar .avatar, .wp-block-post-author .avatar, .wp-block-post-featured-image img,
.wp-block-image img, .wp-block-cover, .wp-block-cover-image, .blocks-gallery-item img, .gallery-item img, .wp-caption img[class*="wp-image-"], html :where(img[class*=wp-image-]) {
    border-radius: 20px;
}

.widget_calendar caption, .wp-calendar-table caption { caption-side: top; }
.wp-block-group.has-background, pre, .wp-block-table.is-style-stripes tbody tr:nth-child(odd) { background: var(--themeht-bg-light-color); border-radius: 20px; }