/* ------------------------------------------------
  Project:   Consultees - Business Finance Consulting WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Text color
  4. Background color
  5. Banner Slider
  6. List Icon
  7. Contact Form
  8. Extra
  9. Responsive Css
------------------------*/

:root {
    --themeht-primary-color: #EF2C34;
    --themeht-text-color: #121212;
    --themeht-body-color: #666666;
    --themeht-white-color: #FFFFFF;
    --themeht-rgba-color: rgba(255,255,255,0.7);
    --themeht-bg-dark-color: #19272B;
    --themeht-bg-light-color: #F7F7F7;
    --themeht-border-light-color: #E8E8E9;
    --themeht-border-dark-color: #1C1C1C;
    --themeht-typography-body-font-family: 'Inter', sans-serif;
    --themeht-typography-secondary-font-family: 'Poppins', sans-serif;
    --logo-desktop-height: 50px;
    --logo-tablet-height: 45px;
    --logo-mobile-height: 40px;
    --loader-font-size: 5em;
}
/* ------------------------
    General
------------------------*/

body {scroll-behavior: smooth; font-family: var(--themeht-typography-body-font-family); font-weight: normal; font-style: normal; font-size: 16px; line-height: 26px; color: var(--themeht-body-color); overflow-x: hidden;}
.page-wrapper{overflow-x: hidden;}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {font-weight: normal; margin-top: 0px; margin-bottom: 20px; color: var(--themeht-text-color); font-family: var(--themeht-typography-secondary-font-family);}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 80px; font-style: normal; line-height: 90px; font-weight: 600;}
h2 { font-size: 50px; font-style: normal; line-height: 60px; font-weight: 500; position: relative;}
h3 { font-size: 34px; font-style: normal; line-height: 40px; font-weight: 400;}
h4 { font-size: 26px; font-style: normal; line-height: 36px; font-weight: 400; }
h5 { font-size: 22px; font-style: normal; line-height: 32px; font-weight: 400; }
h6 { font-size: 20px; font-style: normal; line-height: 30px; font-weight: 400;}
ul { margin-left: 0; }

@media (min-width:1200px) {
  .elementor-section.elementor-section-boxed>.elementor-container, .container { max-width: 1524px !important; }
}
.custom-sec-padding{padding-top: 120px; padding-bottom: 120px;}


/* ------------------------
    Text color
------------------------*/
.text-black { color: var(--themeht-text-color) !important; }
.text-grey { color: var(--themeht-body-color); }


/* ------------------------
    Background color
------------------------*/
.white-bg { background-color: var(--themeht-white-color); }
.primary-bg { background-color: var(--themeht-primary-color); }
.light-bg { background-color: var(--themeht-bg-light-color); }
.dark-bg { background-color: var(--themeht-bg-dark-color); }


/* ------------------------
    Banner Slider
------------------------*/
[data-bg-img] { background-size: cover; background-position: center center; background-repeat: no-repeat; }
.banner-slider{background-color: var(--themeht-bg-dark-color);}
.banner-slider .slider-img { background-size: cover; background-position: center center; background-repeat: no-repeat; position: absolute; top: 0; width: 100%; height: 100%; left: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 6000ms linear; -moz-transition: all 6000ms linear; -ms-transition: all 6000ms linear; -o-transition: all 6000ms linear; transition: all 6000ms linear;}
.banner-slider .swiper-slide-active .slider-img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.banner-content { padding: 200px 0; position: relative; z-index: 9; }
.slider-img::before { position: absolute; content: ''; background-color: var(--themeht-bg-dark-color); width: 100%; height: 100%; top: 0; left: 0; opacity: 0.5;}
.banner-content h1 { color: var(--themeht-white-color); }
.banner-content p { font-size: 20px; line-height: 30px; font-weight: 400; color: var(--themeht-white-color); }
.banner-slider .swiper-button-next, .banner-slider .swiper-button-prev { transform: scale(0); width: 60px; height: 60px; background-image: none !important; border-radius: 100%; line-height: inherit; background: #ffffff33; backdrop-filter: blur(10px); border: none; }
.banner-slider .swiper-button-next:hover, .banner-slider .swiper-button-prev:hover { background: var(--themeht-bg-dark-color); }
.banner-slider .swiper-button-next:after, .banner-slider .swiper-button-prev:after { font-size: 24px; color: var(--themeht-white-color); line-height: 60px !important; }
.banner-slider .swiper-button-next:hover:after, .banner-slider .swiper-button-prev:hover:after { color: var(--themeht-white-color); }
.banner-slider:hover .swiper-button-next, .banner-slider:hover .swiper-button-prev {transform: scale(1);}
.banner-slider.swiper:hover .swiper-button-prev { left: 10px; }
.banner-slider.swiper:hover .swiper-button-next { right: 10px; }
#banner-pagination { position: absolute !important; right: 150px; left: inherit; margin: 0; text-align: right; width: auto; bottom: 50px; font-size: 18px; color: var(--themeht-white-color); }
.banner-slider .slider-num { opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.banner-slider h1 { position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
.banner-slider .banner-inner-text{ position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
.banner-slider .btn-box { position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
.banner-slider .swiper-slide-active .slider-num { opacity: 0.02; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); transition-delay: 1000ms; }
.banner-slider .swiper-slide-active h1 { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); transition-delay: 1500ms; }
.banner-slider .swiper-slide-active .banner-inner-text { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); transition-delay: 2000ms; }
.banner-slider .rounded-button { position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
.banner-slider .swiper-slide-active .rounded-button, .banner-slider .swiper-slide-active .btn-box { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); transition-delay: 2500ms; }
.banner-slider p { max-width: 80%;}
.banner-slider .themeht-btn + .themeht-btn { margin-left: 30px; }
.banner-inner-text { display: flex; align-items: flex-start; }
.banner-icon { position: relative; width: 70px; height: 70px; flex-shrink: 0; margin-right: 30px; }
.ellipse { width: 100%; height: 100%; background: var(--themeht-primary-color); border-radius: 50%; animation: ellipse-animation 4s cubic-bezier(0, -0.26, 0.32, 1.22) 0s infinite; transform: rotate(0deg); }
.banner-icon i { position: absolute; top: 50%; left: 50%; color: var(--themeht-white-color); font-size: 34px; transform: translateX(-50%) translateY(-50%); }


@keyframes ellipse-animation {
  0% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  12.5% {
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    transform: rotate(45deg);
  }
  25% {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    transform: rotate(90deg);
  }
  37.5% {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50%;
    transform: rotate(135deg);
  }
  50% {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transform: rotate(180deg);
  }
  62.5% {
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transform: rotate(225deg);
  }
  75% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transform: rotate(270deg);
  }
  87.5% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    transform: rotate(315deg);
  }
  100% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    transform: rotate(360deg);
  }
}


.banner-form { background-color: #ffffff33; backdrop-filter: blur(30px); }
.banner-slider-two .banner-content { text-align: center; }
.banner-content .banner-lg-text { color: transparent; -webkit-text-stroke: 1px white; font-size: 200px; line-height: 1; font-weight: 700; text-transform: uppercase; opacity: 0.08; position: absolute; top: 100px; left: 50%; transform: translateX(-50%); font-family: var(--themeht-typography-secondary-font-family); }



.ht-clip-text h1 {
    font-size: 12vw;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: top center;
    background-size: cover;
    margin: 0;
    line-height: 1;
    animation: background-2 10s infinite linear;
}

@keyframes background-2 {
  from { background-position: 0 0%; }
  to { background-position: -200px 0; }
}

/* ------------------------
    List Icon
------------------------*/
.list-icon li { position: relative; color: var(--themeht-text-color); margin-bottom: 10px; display: flex; align-items: center; }
.list-icon li i { color: var(--themeht-text-color); font-size: 14px; position: relative; display: inline-block; line-height: 1; margin-right: 10px; }


/* ------------------------
    Round Text
------------------------*/
.center .round-text{margin-left: auto; margin-right: auto;}
.right .round-text{margin-left: auto;}
.round-text { position: relative; width: 180px; overflow: hidden; height: 180px; display: inline-block; }
.round-text text {font-family: var(--themeht-typography-secondary-font-family); text-transform: uppercase; font-size: 16px; letter-spacing: 2px; font-weight: 400; fill: var(--themeht-text-color); }
.round-text svg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-animation-name: rotate; -moz-animation-name: rotate; -ms-animation-name: rotate; -o-animation-name: rotate; animation-name: rotate; -webkit-animation-duration: 10s; -moz-animation-duration: 20s; -ms-animation-duration: 20s; -o-animation-duration: 20s; animation-duration: 20s; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-timing-function: linear; -ms-animation-timing-function: linear; -o-animation-timing-function: linear; animation-timing-function: linear; }
.text-btn-icon { font-size: 60px; color: var(--themeht-text-color) !important; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }


/* ------------------------
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 { margin-bottom: 30px; }
.search-page article:last-child { margin-bottom: 0; }
.search-content-page {position: relative; box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%); padding: 30px;}
.search-content-page .post-card { border-radius: 0;}
.search-content-page .post-image{position: relative; margin-bottom: 20px;}
.contact-info .elementor-widget:not(:last-child) { margin-bottom: 0;}
.contact-info p { margin-bottom: 10px;}
.dark-bg .elementor-widget-text-editor p{color: var(--themeht-rgba-color);}
.p-mb-0 p{margin-bottom: 0;}

.contact-page .elementor-widget .elementor-icon-list-item{margin-bottom: 30px !important;}
.contact-page .elementor-widget .elementor-icon-list-icon i{ font-size: 24px !important; color: var(--themeht-text-color) !important;}
.contact-page .elementor-widget-icon-list .elementor-icon-list-text{font-family: var(--themeht-typography-body-font-family) !important; font-weight: 400 !important; margin-left: 10px; color: var(--themeht-text-color) !important; font-size: 20px;}
.contact-page .elementor-widget-icon-list a:hover .elementor-icon-list-text{ color: var(--themeht-primary-color) !important;}


/* ------------------------
 Form Section
------------------------*/

.wpcf7-form .themeht-btn, .subscribe-form .themeht-btn {
    padding: 0;
}

input[type="submit"].subscribe-btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search__button {
  background: var(--themeht-primary-color); color: var(--themeht-white-color);
  border: none;
  padding: 10px 30px;
  height: 100%;
  border-radius: 0;
  line-height: inherit;
  z-index: 99;
  position: relative;
  font-size: 14px; text-transform: uppercase; font-weight: 500;
}


input[type="submit"].subscribe-btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-search__button:hover {
 background: transparent; color: var(--themeht-white-color);
}

.comment-form .form-submit input[type=submit],
.post-comment .form-submit input[type="submit"],
.wp-block-search__button,
.post-password-form input[type="submit"] { font-size: 14px; text-transform: uppercase; font-weight: 500; background: var(--themeht-primary-color); color: var(--themeht-white-color); padding: 10px 30px; height: 100%; border-radius: 50px; border-bottom-right-radius: 0; line-height: inherit; }

.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 { background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); border-radius: 50px; border-top-right-radius: 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: 16px 24px;
    width: 100%;
    height: 55px;
    color: var(--themeht-body-color);
    border-radius: 100px;
    background: var(--themeht-white-color);
    border-bottom-right-radius: 0;
}

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, select {border: 1px solid var(--themeht-border-light-color); }
.wpcf7-form-control.wpcf7-select, select { width: 100%; padding: 14px 24px; background-color: var(--themeht-white-color); height: 55px; color: var(--themeht-body-color); border-radius: 100px; border-bottom-right-radius: 0; }
.wpcf7-form-control.wpcf7-textarea { height: 100px; border-radius: 22px; border-bottom-right-radius: 0;}
.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; }
.theme-bg .wpcf7-not-valid-tip, .theme-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;
    background: 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;}


.form-style2 input[type="text"],
.form-style2 input[type="email"],
.form-style2 input[type="url"],
.form-style2 input[type="password"],
.form-style2 input[type="search"],
.form-style2 input[type="number"],
.form-style2 input[type="tel"],
.form-style2 input[type="range"],
.form-style2 input[type="date"],
.form-style2 input[type="month"],
.form-style2 input[type="week"],
.form-style2 input[type="time"],
.form-style2 input[type="datetime"],
.form-style2 input[type="datetime-local"],
.form-style2 input[type="color"],
.form-style2 textarea {
  border: none;
  border-bottom: 1px solid var(--themeht-border-light-color);
    padding: 16px 0;
    width: 100%;
    height: 55px;
    color: var(--themeht-body-color);
    border-radius: 0;
    background: transparent;
}

.form-style2 .wpcf7-form-control.wpcf7-select, .form-style2 select {padding: 16px 0; background-color: transparent; border: none; color: var(--themeht-white-color); border-bottom: 1px solid var(--themeht-border-light-color); border-radius: 0;}
.form-style2 .wpcf7-form-control.wpcf7-textarea{border-radius: 0;}

.form-style2 input[type="text"]:focus,
.form-style2 input[type="email"]:focus,
.form-style2 input[type="url"]:focus,
.form-style2 input[type="password"]:focus,
.form-style2 input[type="search"]:focus,
.form-style2 input[type="number"]:focus,
.form-style2 input[type="tel"]:focus,
.form-style2 input[type="range"]:focus,
.form-style2 input[type="date"]:focus,
.form-style2 input[type="month"]:focus,
.form-style2 input[type="week"]:focus,
.form-style2 input[type="time"]:focus,
.form-style2 input[type="datetime"]:focus,
.form-style2 input[type="datetime-local"]:focus,
.form-style2 input[type="color"]:focus,
.form-style2 textarea:focus { color: var(--themeht-white-color); border-bottom: 1px solid var(--themeht-primary-color) !important;}



.form-style2 ::-webkit-input-placeholder {
    color: var(--themeht-white-color) !important;
    opacity: 1;
}
.form-style2 :-moz-placeholder {
    color: var(--themeht-white-color) !important;
    opacity: 1;
}
.form-style2 ::-moz-placeholder {
    color: var(--themeht-white-color) !important;
    opacity: 1;
}
.form-style2 :-ms-input-placeholder {
    color: var(--themeht-white-color) !important;
    opacity: 1;
}




.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.6;}
.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 { z-index: 9; padding: 40px 200px 40px 40px !important; margin: 30px 0px 30px 0; font-size: 24px; line-height: 30px; position: relative; color: var(--themeht-white-color); background-color: var(--themeht-bg-dark-color);}
blockquote span { color: var(--themeht-white-color); margin-top: 20px; display: block; font-family: var(--themeht-typography-secondary-font-family); font-size: 18px; font-weight: 400; }
.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; bottom: -50px; right: -30px; font-family: 'bootstrap-icons'; content: "\F6B0"; font-size: 250px; color: var(--themeht-white-color); line-height: 1; z-index: -1; opacity: 0.03; }
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-text-color); font-weight: 500;}
.comment-content > ul,
.comment-content > ol{margin-bottom: 30px;}
.wp-block-button__link { background: var(--themeht-bg-dark-color); color: var(--themeht-white-color); border: 1px solid var(--themeht-bg-dark-color); border-radius: 0; }
.wp-block-button__link:hover { background: var(--themeht-white-color); color: var(--themeht-text-color); border-color: var(--themeht-border-dark-color) }
.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 { border: 1px solid var(--themeht-border-light-color); border-radius: 0; 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-bg-dark-color); background-color: var(--themeht-bg-dark-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: 18px !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: 36px; line-height: 44px; }
.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 10px 40px; }
.wp-block-comment-reply-link .comment-reply-link:before { top: 10px; }

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: 15px;
    line-height: 25px;
    position: relative;
    padding-left: 25px;
}

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: 0; font-size: 24px; top: -2px; color: var(--themeht-text-color); 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-bg-dark-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: 600; }

.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-rgba-color); }
.themeht-footer-widget-area #today { background: var(--themeht-rgba-color); color: var(--themeht-text-color); }
.themeht-footer-widget-area .widget { padding-top: 100px; }
.themeht-footer-widget-area .widget:not(:first-child) { padding-top: 35px; }
.themeht-footer-widget-area .widget:last-child { padding-bottom: 80px; }
.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-rgba-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 {position: relative; border-bottom: 1px solid var(--themeht-border-light-color); color: var(--themeht-rgba-color); margin: 8px 8px 8px 0; display: inline-block; font-size: 17px !important; text-transform: capitalize; }
.themeht-footer-widget-area .widget .tagcloud a:before, .themeht-footer-widget-area .widget .wp-block-tag-cloud a:before { ont-size: 18px; display: inline-block; padding-right: 0.4rem; color: var(--themeht-rgba-color); content: "\F5B0"; font-family: 'bootstrap-icons'; vertical-align: middle; }
.themeht-footer-widget-area .widget .tagcloud a:hover:before, .themeht-footer-widget-area .widget .wp-block-tag-cloud a:hover:before{color: var(--themeht-rgba-color);}
.themeht-footer-widget-area .widget .widget_categories li, .themeht-footer-widget-area .widget .wp-block-categories li{color: var(--themeht-rgba-color); position: relative; padding-left: 30px; }
.themeht-footer-widget-area .widget .widget.widget_categories ul li:before, .themeht-footer-widget-area .widget .wp-block-categories li:before{content: "\F38B"; font-family: 'bootstrap-icons'; color: var(--themeht-rgba-color); font-size: 18px; position: absolute; left: 0; top: 0;}
.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: 17px; color: var(--themeht-rgba-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-rgba-color);}
.themeht-footer-widget-area .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before { color: var(--themeht-rgba-color); }
.themeht-footer-widget-area .widget.widget_categories ul li:before, .themeht-footer-widget-area .wpcf7-form-control.wpcf7-select, .themeht-footer-widget-area select { color: var(--themeht-rgba-color); }
.themeht-footer-widget-area select option { 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-text-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;}

/* ------------------------
    Responsive Css
------------------------*/

@media (max-width:1400px) {
.header-number {
    display: none;
}
}
@media (max-width:992px) {

    /*Banner*/
    .admin-bar .header, .admin-bar #header-wrap.fixed-header { top: 45px; }
    .logo img { max-height: var(--logo-tablet-height); }
    .header-top .social-icons, .header .themeht-btn.outline-btn { display: none; }
    .themeht-sidebar { margin-top: 80px; }
    .post-card .post-bottom li { font-size: 14px; }
    .banner-content { padding: 200px 0; }
    .banner-content h1 { font-size: 70px; line-height: 80px; }
    .banner-slider p { max-width: inherit; margin-bottom: 50px; }
    .footer-logo { font-size: 100px; top: 70px; transform: inherit; width: 50%;}
    .bg-img-sec { min-height: 300px !important; }
    .step-content {padding: 50px;}
    .header-number { display: none;}
    .header-top .topbar-link li { padding: 0 12px; font-size: 13px;}
    
    .ht-clip-text h1 { font-size: 14vw !important;}

}
@media (max-width:767px) {
    h1 { font-size: 60px !important; line-height: 70px !important; }
    .theme-title h2 { font-size: 40px !important; line-height: 50px !important; }
    .theme-title p { font-size: 16px; }
    .page-title h1 { font-size: 50px; line-height: 60px; }
    .header-top, .right-nav, .banner-lg-text { display: none !important; }
    #header-wrap { padding: 15px 0; }
    .admin-bar #header-wrap.fixed-header { top: 0; }
    .navbar-toggler.ht-toggler { margin-right: 30px; }
    .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper { display: none; }
    .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title { width: 100%; }
    .themeht-tab .elementor-tab-title { padding: 10px 0 !important; }
    .themeht-tab.elementor-widget-tabs .elementor-tab-content { padding: 30px 0; }
    .elementor-widget-banner-slider p { max-width: 100%; font-size: 16px; }
    .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links { display: block; }
    .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { padding-right: 0; }
    .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { padding-left: 0; margin-top: 30px; }
    .counter span { font-size: 120px; }
    .banner-content { padding: 170px 0; }
    .rounded-button { width: 150px; height: 150px; padding: 0 20px; }
    .rounded-button i { font-size: 80px; margin-bottom: -15px; }
    .rounded-button span { line-height: 26px; font-size: 20px; }
    .loader span { font-size: 2em !important; }
    blockquote, .wp-block-quote.is-style-large { padding: 40px 40px 180px 40px !important; }
    .portfolio-meta-info { position: relative; bottom: inherit; right: inherit; width: auto; }
    .footer-logo { top: inherit; position: inherit; margin-bottom: 50px; width: 100%;}
    .featured-item.style-3 .featured-icon { margin-right: 0; margin-bottom: 20px;}
    .featured-item.style-3 .featured-top { display: block;}
    .step-content {padding: 30px;}
    
    .service-item.style-4 {display: block;}
    .service-item.style-4 .service-inner { display: block; padding-right: 0;}
    .service-item.style-4 .service-desc{margin: 20px 0;}

}
@media (max-width:576px) {
    h1, .h1 { font-size: 40px !important; line-height: 50px !important; }
    .theme-title h2 { font-size: 34px !important; line-height: 44px !important; }

    /*Other*/
    .social-icons.footer-social li a { height: 45px; width: 45px; line-height: 45px; font-size: 26px; }
}