/* ------------------------------------------------
  Project:   Brandx – Creative Digital Agency 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: #98E209;
    --themeht-body-bg-color: #010101;
    --themeht-text-color: #1D1C21;
    --themeht-body-color: #919191;
    --themeht-white-color: #FFFFFF;
    --themeht-bg-dark-color: #010101;
    --themeht-bg-light-color: #FAF9F7;
    --themeht-border-light-color: #302E2E;
    --themeht-rgba-color: rgba(255,255,255,0.9);
    --themeht-typography-body-font-family: "Inter", serif;
    --themeht-typography-secondary-font-family: "DM Sans", serif;
    --logo-desktop-height: 35px;
    --logo-tablet-height: 35px;
    --logo-mobile-height: 35px;
}
/* ------------------------
    General
------------------------*/

body {scroll-behavior: smooth; background-color: var(--themeht-body-bg-color); font-family: var(--themeht-typography-body-font-family); font-weight: 500; font-style: normal; font-size: 16px; line-height: 26px; color: var(--themeht-body-color); overflow-x: hidden !important;}
.page-wrapper{overflow-x: hidden;}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {font-weight: normal; margin-top: 0px; font-style: normal; margin-bottom: 10px; color: var(--themeht-white-color); font-family: var(--themeht-typography-secondary-font-family); font-weight: 700; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
.h1, h1 { font-size: 100px; line-height: 110px;}
.h2, h2 { font-size: 50px; line-height: 60px;}
.h3, h3 { font-size: 36px; line-height: 46px;}
.h4, h4 { font-size: 28px; line-height: 38px;}
.h5, h5 { font-size: 24px; line-height: 34px;}
.h6, h6 { font-size: 20px; line-height: 30px;}
ul { margin-left: 0; }


@media (min-width:1400px) {
  .elementor-section.elementor-section-boxed>.elementor-container, .container { max-width: 1350px !important; }
}


@media screen and (min-device-width: 1200px) and (max-device-width: 1399px) { 
    .elementor-section.elementor-section-boxed>.elementor-container, .container { max-width: 1300px !important; }
}

.main-header-inner{align-items: center;}
.elementor-default .main-header-inner{align-items: inherit;}
.custom-sec-padding{padding-top: 120px; padding-bottom: 120px;}
label { display: inline-block; font-weight: 500; color: var(--themeht-white-color); font-size: 14px; }


/* ------------------------
    Text color
------------------------*/
.text-theme{color: var(--themeht-primary-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) !important;}
.dark-bg{background-color: var(--themeht-bg-dark-color);}
.light-bg{background-color: var(--themeht-bg-light-color);}
.primary-bg{background-color: var(--themeht-primary-color);}
.transparent-bg{background-color: inherit !important;}

.border-light{border-color: var(--themeht-border-light-color) !important}


/* ------------------------
    Banner Slider
------------------------*/
[data-bg-img] { background-size: cover; background-position: center center; background-repeat: no-repeat; }

.hero-lg-text { font-size: 420px; text-align: center; text-transform: uppercase; line-height: .7em; display: inline-block; font-weight: 500; margin-bottom: 100px; }
.hero-lg-text div:nth-last-child(-n+3) { color: transparent; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: var(--themeht-white-color); display: inline-block; }
.banner-text h2 { font-weight: 500; font-size: 70px; line-height: 80px; font-family: var(--themeht-typography-body-font-family); margin: 0; }
.explore-more-wrapper { grid-column-gap: 50px; grid-row-gap: 50px; justify-content: flex-start; align-items: center; margin-top: 40px; display: flex; }
.explore-more-wrapper .round-text text { font-size: 18px; letter-spacing: 2px; }
.explore-more-wrapper .round-text { width: 150px; height: 150px; flex-shrink: 0; }
.explore-more-wrapper .text-btn-icon { width: 50px; height: 50px;}
.explore-more-wrapper .text-btn-icon svg{fill: var(--themeht-text-color);}
.explore-more-wrapper p{margin: 0; font-size: 20px;}
.banner-awards-wrapper { clip-path: polygon(0 0, 84% 0, 100% 10%, 100% 80%, 100% 100%, 16% 100%, 0 88%, 0 0); background: var(--themeht-bg-dark-color); display: inline-grid; padding: 70px; max-width: 550px; padding-top: 0; }
.banner-award-wrap { clip-path: polygon(0 0, 84% 0, 100% 0%, 100% 80%, 100% 100%, 16% 100%, 0 78%, 0 0); background: var(--themeht-white-color); display: inline-block; padding: 50px 50px 60px; margin-top: 50px; }
.banner-awards-icon { display: inline-block; font-size: 100px; color: var(--themeht-text-color); margin-bottom: 40px; }
.banner-award-text { font-size: 22px; color: var(--themeht-text-color); display: flex; align-items: center; }
.banner-award-text span { font-family: var(--themeht-typography-secondary-font-family); color: var(--themeht-primary-color); font-size: 70px; font-weight: 700; line-height: .666667em; margin-right: 15px; }
.banner-anim-img { width: 220px; margin: 0 auto; }
.banner-anim-img img { animation: ht_animation_spin 6s linear infinite; }
.banner-one .video-btn-icon > i { width: 200px; height: 200px; line-height: 200px; font-size: 80px; border-radius: 0; }
.banner-right-wrapper { display: flex; align-items: center; justify-content: end; }

.spin-anim-img img { animation: ht_animation_spin 10s linear infinite; }
.ht-lg-count { color: var(--themeht-white-color); font-size: 50px; letter-spacing: -.5px; font-weight: 500; line-height: 1.1; flex-direction: row; align-items: flex-start; display: flex; }
.ht-lg-count span { -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, var(--themeht-white-color), var(--themeht-primary-color)); -webkit-background-clip: text; background-clip: text; font-size: 160px; line-height: 130px; }

.round-text { width: 200px; overflow: hidden; height: 200px; z-index: 9; position: relative; border-radius: 50%; z-index: 5; }
.round-text text { text-transform: uppercase; font-size: 18px; letter-spacing: 3px; font-weight: 600; fill: var(--themeht-white-color); }
.round-text text { text-transform: uppercase; font-size: 13.8px; letter-spacing: 1px; font-weight: 600; fill: var(--themeht-white-color); }
.round-text .round-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: 40s; -moz-animation-duration: 40s; -ms-animation-duration: 40s; -o-animation-duration: 40s; animation-duration: 40s; -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: 40px; color: var(--themeht-text-color) !important; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: var(--themeht-primary-color); width: 80px; height: 80px; border-radius: 100%; display: flex; justify-content: center; align-items: center; }
.text-btn-icon svg{fill: var(--themeht-white-color);}
a.text-btn-icon:hover{background: var(--themeht-primary-color);}
a.text-btn-icon:hover svg{fill: var(--themeht-text-color);}

.text-center .round-text{margin-left: auto; margin-right: auto;}
.text-end .round-text{margin-left: auto;}

.banner-btn .video-btn { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 30px; }
.video-btn-icon { position: relative; display: inline-block; z-index: 9; }
.video-btn-icon > i { display: inline-block; width: 60px; height: 60px; line-height: 60px; text-align: center; background-color: var(--themeht-primary-color); color: var(--themeht-text-color); font-size: 30px; border-radius: 50%; z-index: 1; -webkit-transition: all ease 0.4s; transition: all ease 0.4s; }
.video-large .video-btn-icon > i { width: 100px; height: 100px; line-height: 100px; font-size: 50px; }

.banner-two-heading-first h1 { font-size: 150px; text-transform: uppercase; line-height: 150px; font-weight: 700; }
.banner-two-heading-third h1 { font-size: 120px; line-height: 120px; font-weight: 700; font-style: italic; color: var(--themeht-primary-color); }
.banner-two-heading-second h1 { color: var(--themeht-body-bg-color); text-shadow: -1px -1px 0 var(--themeht-white-color), 1px -1px 0 var(--themeht-white-color), -1px 1px 0 var(--themeht-white-color), 1px 1px 0 var(--themeht-white-color); display: inline-block; font-weight: 700; font-size: 150px; text-transform: uppercase; line-height: 150px; margin-bottom: 0; }
.banner-two-heading-second { grid-column-gap: 19px; grid-row-gap: 19px; justify-content: flex-start; align-items: center; display: flex; }
.banner-two-video { border-radius: 100px; min-width: 255px; height: 115px; position: relative; overflow: hidden; z-index: 9; }
.banner-two-video > video { object-fit: cover; z-index: -100; background-position: 50%; background-size: cover; width: 100%; height: 100%; margin: auto !important; position: absolute; inset: -100%; }
.banner-two-btm { margin-top: 80px; }
.banner2-video .elementor-html5-video { opacity: 0.3; }

.banner-slider .slider-img { background-size: cover; background-position: center center; background-repeat: no-repeat; position: absolute; top: 0; width: 100%; height: 100%; right: 0;}
.banner-content { padding: 160px 0; position: relative; z-index: 9; text-align: center; }
.slider-overlay { position: absolute; content: ''; background: linear-gradient(90deg, #000000 70%, #FFFFFF 100%); width: 100%; height: 100%; top: 0; left: 0; z-index: 9; opacity: 0.7; mix-blend-mode: multiply; }
.banner-slider h6 { position: relative; opacity: 0; -webkit-transition: all 1500ms ease; -moz-transition: all 1500ms ease; -ms-transition: all 1500ms ease; -o-transition: all 1500ms ease; transition: all 1500ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
.banner-slider h1 { position: relative; opacity: 0; -webkit-transition: all 1500ms ease; -moz-transition: all 1500ms ease; -ms-transition: all 1500ms ease; -o-transition: all 1500ms ease; transition: all 1500ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
.banner-slider p { position: relative; opacity: 0; -webkit-transition: all 1500ms ease; -moz-transition: all 1500ms ease; -ms-transition: all 1500ms ease; -o-transition: all 1500ms ease; transition: all 1500ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
.banner-slider .banner-btn { position: relative; opacity: 0; -webkit-transition: all 1500ms ease; -moz-transition: all 1500ms ease; -ms-transition: all 1500ms ease; -o-transition: all 1500ms ease; transition: all 1500ms 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 h6 { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); 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 p { 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 .swiper-slide-active .banner-btn { 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-content p { font-size: 16px; line-height: 26px; color: var(--themeht-white-color); max-width: 65%; margin: 0 auto; margin-bottom: 30px; }
.banner-slider.swiper .swiper-button-prev { left: 40px !important; }
.banner-slider.swiper .swiper-button-next { right: 40px !important; }
.banner-slider.swiper:hover .swiper-button-prev { left: 20px !important; }
.banner-slider.swiper:hover .swiper-button-next { right: 20px !important; }
.banner-slider.swiper .swiper-button-prev, .banner-slider.swiper .swiper-button-next { opacity: 0; }
.banner-slider.swiper:hover .swiper-button-prev, .banner-slider.swiper:hover .swiper-button-next { opacity: 1; }


/* ------------------------
    Error
------------------------*/
.error-path { stroke-dasharray: 800; stroke-dashoffset: 800; animation: dash 5s linear alternate infinite; }
.error-path path { stroke: var(--themeht-primary-color) }
.error-path path:nth-child(2) { stroke: var(--themeht-primary-color) }
.error-path path:nth-child(3) { stroke: var(--themeht-white-color) }


/* ------------------------
    Timeline
------------------------*/
.main-timeline:before { content: ""; display: block; width: 1px; height: 100%; border-right: 2px dashed var(--themeht-primary-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: 30px; }
.timeline-order-3 { order: 1; }
.main-timeline .timeline-icon { width: 60px; height: 60px; position: relative; right: 30px; font-size: 30px; background: var(--themeht-primary-color); display: flex; align-items: center; justify-content: center; color: var(--themeht-text-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); line-height: 1; font-weight: 700; font-size: 60px; color: transparent; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); background: var(--themeht-white-color); z-index: 1; padding: 0 15px; -webkit-text-stroke: 1px var(--themeht-primary-color); }
.main-timeline .timeline-content { padding: 30px; background: white; box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08); }
.main-timeline .timeline-content p { margin-bottom: 0; }


@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 { order: 3; margin-top: 30px; }
    .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 {font-size: 50px; }
    .main-timeline .date-content { order: 2;}
    .timeline-item {margin-bottom: 50px;}
    .timeline-item:last-child {margin-bottom: 0;}
}
@media (max-width:350px) {
    .timeline-icon { visibility: hidden; }
    .main-timeline .date-content:before { visibility: hidden; }
    .date-content { left: -15px; }
}


/* ------------------------
    List Icon
------------------------*/
.list-icon li { position: relative; display: flex; margin-bottom: 15px; align-items: center; }
.list-icon li:last-child { margin-bottom: 0 }
.list-icon li i { color: var(--themeht-primary-color); font-size: 20px; line-height: 1; margin-right: 10px; flex-shrink: 0; }


/* ------------------------
 Marquee Text
------------------------*/
.marquee-wrap { width: 100%; position: relative; overflow: hidden; display: flex;}
.marquee-inner { display: flex; will-change: transform; transform: translateX(0); animation: marquee 70s linear infinite; }
.marquee-text { position: relative; white-space: nowrap; }
.marquee-text span { font-size: 76px; line-height: 86px; text-transform: uppercase; color: var(--themeht-white-color); font-weight: 700; vertical-align: middle; }
.marquee-text i { font-size: 40px; display: inline-block; line-height: 1; margin: 0 30px; color: var(--themeht-primary-color); vertical-align: middle; }
.marquee-text:nth-child(2n+2) span { color: var(--themeht-body-bg-color); text-shadow: -1px -1px 0 var(--themeht-white-color), 1px -1px 0 var(--themeht-white-color), -1px 1px 0 var(--themeht-white-color), 1px 1px 0 var(--themeht-white-color); }

.marquee-wrap.style2 .marquee-text span { font-size: 30px; line-height: 40px; text-shadow: none; color: var(--themeht-text-color); }
.marquee-wrap.style2 { padding: 10px 0; transform: scale(1.1) rotate(4deg); background: var(--themeht-white-color); }
.marquee-wrap.style2 .marquee-inner { animation-direction: reverse; }
.marquee-text i { font-size: 24px;}


/* ------------------------
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: 50px; }
.search-page article:last-child { margin-bottom: 0; }
.search-content-page {position: relative;}
.secondary-bg .elementor-widget-text-editor p{color: var(--themeht-rgba-color);}
.p-mb-0 p{margin-bottom: 0;}
.contact-info { position: relative; flex-direction: row; display: flex; grid-column-gap: 25px; justify-content: flex-start; align-items: center; }
.contact-info:last-child { margin-bottom: 0; }
.contact-info i { font-size: 30px; color: var(--themeht-primary-color); }
.contact-info h6 { font-size: 16px; line-height: 1.56; color: var(--themeht-body-color); margin-bottom: 2px; }
.contact-info p { margin-bottom: 0; font-size: 20px; font-weight: 500; color: var(--themeht-white-color); max-width: 300px; margin: 0 auto; }
.contact-info a { color: var(--themeht-white-color); font-size: 20px; font-weight: 500; max-width: 300px; margin: 0 auto; display: block; }
.contact-info a:hover { color: var(--themeht-primary-color); }
.clip-section { clip-path: inset(0% 3% round 20px) }
.marquee-client img { margin: 0 30px; }
.marquee-client .marquee-inner { animation: marquee 10s linear infinite; }
.marquee-client .marquee-inner img { height: 30px; opacity: 0.5; transition-duration: 0.3s; }
.marquee-client .marquee-inner img:hover { opacity: 1; }


/* ------------------------
 Form Section
------------------------*/
.wpcf7-form .themeht-btn, .subscribe-form .themeht-btn {
    padding: 0;
}

.subscribe-btn,
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-text-color);
  border: none;
  padding: 14px 30px;
  height: 100%;
  border-radius: 100px;
  line-height: inherit;
  z-index: 99;
  position: relative;
  font-size: 14px; font-weight: 700;
  text-transform: uppercase;
  font-family: var(--themeht-typography-secondary-font-family);
}


.subscribe-btn:hover,
input[type="submit"].subscribe-btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-search__button:hover {
 background: var(--themeht-white-color); color: var(--themeht-text-color);
}

.primary-bg input[type="button"],
.primary-bg input[type="reset"],
.primary-bg input[type="submit"],
.primary-bg .wp-block-search__button {
  background: var(--themeht-bg-dark-color); color: var(--themeht-white-color);
  font-weight: 500;
}

.primary-bg input[type="button"]:hover,
.primary-bg input[type="reset"]:hover,
.primary-bg input[type="submit"]:hover,
.primary-bg .wp-block-search__button:hover {
  background: var(--themeht-white-color); color: var(--themeht-text-color);
  font-weight: 700;
}



.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-family: var(--themeht-typography-secondary-font-family); font-size: 14px; font-weight: 600; text-transform: uppercase; border-radius: 100px; background: var(--themeht-primary-color); color: var(--themeht-text-color); padding: 14px 24px; height: 100%; 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-white-color); color: var(--themeht-text-color); }

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 transparent;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    color: var(--themeht-text-color);
    border-radius: 10px;
    background: var(--themeht-white-color);
    font-size: 14px;
}

.wp-block-post-comments-form input:not([type=submit]), .wp-block-post-comments-form textarea{
  border: 1px solid transparent;
}

textarea {
  height: 150px;
  border-radius: 10px; 
}

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-white-color); background: var(--themeht-body-bg-color); border: 1px solid var(--themeht-primary-color);}

.wpcf7-form-control-wrap { display: block;}
.wpcf7-form-control, select { border: 1px solid transparent; }
.wpcf7-form-control.wpcf7-select, select { width: 100%; border-radius: 10px; padding: 10px 24px 10px 20px; font-size: 14px; background-color: var(--themeht-white-color); height: 50px; color: var(--themeht-text-color); }
.wpcf7-form-control.wpcf7-textarea { height: 150px; border-radius: 10px;}
.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); }

.quote-form .wpcf7-submit{width: 100%;}

::-webkit-input-placeholder {
    color: var(--themeht-text-color) !important;
    opacity: 1;
}
:-moz-placeholder {
    color: var(--themeht-text-color) !important;
    opacity: 1;
}
::-moz-placeholder {
    color: var(--themeht-text-color) !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: var(--themeht-text-color) !important;
    opacity: 1;
}


:focus-visible {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    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;}



.mb-0.elementor-widget{margin-bottom: 0 !important;}
.elementor-widget.elementor-widget-text-editor { font-weight: 500; color: var(--themeht-body-color) !important; font-family: var(--themeht-typography-body-font-family) !important; }
.text-white.elementor-widget.elementor-widget-text-editor { color: var(--themeht-bg-light-color) !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 140px 40px 40px !important; margin: 40px 0px 40px 0; font-size: 24px; line-height: 34px; font-weight: 500; position: relative; color: var(--themeht-text-color); background: var(--themeht-white-color); border-radius: 20px; }
blockquote span { color: var(--themeht-text-color); text-decoration: underline; margin-top: 20px; display: block; font-family: var(--themeht-typography-secondary-font-family); font-size: 18px; font-weight: 600; text-transform: uppercase; }
.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: 40px; right: 40px; font-family: flaticon_mycollection !important; content: "\f145"; font-size: 80px; color: var(--themeht-primary-color); line-height: 1; z-index: -1; }
blockquote.has-text-align-right a, blockquote a { color: var(--themeht-primary-color);}
blockquote.has-text-align-right a:hover, blockquote a:hover { color: var(--themeht-primary-color);}
blockquote.has-text-align-right:after { right: 40px; }
.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 { background: var(--themeht-text-color); color: var(--themeht-white-color); font-weight: 500; }
table th, table td { border-color: var(--themeht-border-light-color) !important; border: 1px solid; padding: 5px 10px; }
table td { background: var(--themeht-white-color);}
table th, table td { border-color: var(--themeht-border-light-color) !important; border: 1px solid; padding: 5px 10px; }
table tbody th{background: var(--themeht-white-color); color: var(--themeht-text-color);}
table tbody th a { color: var(--themeht-primary-color); }
.gallery-caption { padding-top: 0.53em; padding-bottom: 0.53em; }
.comment-content table tbody td a{color: var(--themeht-primary-color); font-weight: 600;}
.comment-content > ul,
.comment-content > ol{margin-bottom: 30px;}
.wp-block-button__link { background: var(--themeht-primary-color); color: var(--themeht-white-color); text-transform: uppercase; font-size: 14px; font-weight: 700; font-family: var(--themeht-typography-secondary-font-family); }
.wp-block-button__link:hover { background: var(--themeht-white-color); color: var(--themeht-text-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 { background-color: var(--themeht-white-color); color: var(--themeht-text-color);
    font-weight: 600; border: 1px solid var(--themeht-border-light-color); margin: 0 2px 0 2px; width: 40px; height: 40px; font-size: 16px; display: inline-block; text-align: center; line-height: 40px; border-radius: 10px; }
.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{ background-color: var(--themeht-primary-color); color: var(--themeht-text-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; }
.comment-form p.form-submit { margin-bottom: 0; }
.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: 30px; line-height: 40px; margin-bottom: 20px; }
.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: 12px 20px 8px 40px; }
.wp-block-comment-reply-link .comment-reply-link:before { top: 7px; }

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: 26px;
    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 { position: absolute; content: ''; left: 0; top: 10px; line-height: normal; background: var(--themeht-primary-color); width: 6px; height: 6px; }
.widget.widget_recent_comments ul li:before { content: '\f25c'; color: var(--themeht-primary-color); top: 6px; font-family: bootstrap-icons !important; font-size: 16px; position: absolute; left: 0; line-height: normal; }
.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-white-color); color: var(--themeht-text-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: var(--themeht-text-color); color: var(--themeht-white-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; }
.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 { top: 5px; }
.themeht-footer-widget-area #today { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.themeht-footer-widget-area .widget { padding-top: 50px; }
.themeht-footer-widget-area .widget:not(:first-child) { padding-top: 35px; }
.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; border-bottom-color: rgba(255,255,255,0.08);}
.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-bg-light-color); color: var(--themeht-text-color);  padding: 5px 15px; display: inline-block; text-align: center; font-size: 15px !important; font-weight: 500; line-height: 25px; text-transform: capitalize; margin: 5px 5px 15px 0; }
.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 .tagcloud a:hover, .themeht-footer-widget-area .wp-block-tag-cloud a:hover { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.themeht-footer-widget-area .widget.widget_categories ul li:before, .themeht-footer-widget-area .widget.wp-block-categories li:before{ color: var(--themeht-white-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: 15px; line-height: 25px; font-weight: 500; color: var(--themeht-rgba-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 caption{color: var(--themeht-rgba-color);}
.themeht-footer-widget-area select option { color: var(--themeht-text-color); }
.themeht-footer-widget-area .wp-block-calendar table th, .themeht-footer-widget-area .wp-calendar-table th {color: var(--themeht-white-color);}
 .themeht-footer-widget-area table td{color: var(--themeht-body-color);}

.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {background: var(--themeht-primary-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-primary-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; font-weight: 500; color: var(--themeht-text-color); }
.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; }
blockquote code { color: var(--themeht-primary-color); }
.wp-calendar-nav-next { float: right; }
.wp-block-search__label { width: auto; }

.themeht-footer-widget-area .widget .widget-title::after, .themeht-footer-widget-area .widget .wp-block-heading::after, .themeht-footer-widget-area .wp-block-archives__label::after, .themeht-footer-widget-area .wp-block-search__label::after {
    background: var(--themeht-bg-dark-color);
}

/* ------------------------
    Responsive Css
------------------------*/
@media (max-width:1800px) {
  .hero-lg-text { font-size: 350px; }
}
@media (max-width:1599px) {
  .hero-lg-text { font-size: 280px; }
  .banner-one .video-btn-icon > i { width: 100px; height: 100px; line-height: 100px; font-size: 40px; }
  .service-item.style-3 .service-title h4 { font-size: 60px; line-height: 60px; }
}
@media (max-width:1599px) {
  .service-item.style-3 .service-title h4 { font-size: 50px; line-height: 50px; padding: 15px 30px; }
  .service-image1, .service-image2 { width: 240px; }
  .banner-awards-wrapper { padding: 50px; }
  .banner-award-wrap { padding: 50px 30px; }
}
@media (max-width:1300px) {
  .hero-lg-text { font-size: 250px; }
  .banner-awards-icon { font-size: 80px; margin-bottom: 20px; }
  .banner-anim-img { width: 200px; }
  .banner-text h2 { font-size: 60px; line-height: 70px; }
  .banner-award-text { font-size: 18px; line-height: 20px; }
  .explore-more-wrapper img { width: 50%; }
}
@media (max-width:1400px) {
  .header-number { display: none; }
  .service-item.style-1 { margin-bottom: 30px; }
}
@media (max-width:1200px) {
  .banner-two-heading-first h1 { font-size: 80px; line-height: 80px; }
  .banner-two-heading-second h1 { font-size: 60px; line-height: 60px; }
  .banner-two-btm { margin-top: 60px; }
  .clip-section { clip-path: inherit; }
  .banner-slider h1 { line-height: 90px; font-size: 80px; }
  .banner-content p { max-width: 80%; }
  .service-list { padding: 0; }
  .service-item.style-3.active .service-image1, .service-item.style-3.active .service-image2 { display: none; }
}
@media (max-width:992px) {
  h1 { font-size: 60px; line-height: 70px; }
  h2 { font-size: 44px; line-height: 54px; }
  h3 { font-size: 30px; line-height: 40px; }
  h4 { font-size: 26px; line-height: 36px; }

  /*Banner*/
  .logo img { max-height: var(--logo-tablet-height); }
  .themeht-sidebar { margin-top: 80px; padding-left: 0; }
  .navigation-top { justify-content: end; }
  .hero-lg-text { font-size: 150px; margin-bottom: 50px; }
  .theme-breadcrumb-box { padding: 60px 30px; }
  .price-table { display: block; }
  .price-list { margin: 30px 0; }
  .service-item.style-4 { padding-left: 40px; display: block; }
  .service-list-item { width: auto; margin: 20px 0; }
  .service-item.style-4::before { top: 50px; transform: inherit; }
  .service-item.style-4 .service-image { visibility: visible; opacity: 1; position: inherit; top: inherit; right: inherit; display: inline-block; width: 200px; }
  .header { padding: 20px; }
  .admin-bar .header { top: 45px; }
  .bg-parallax { background-position: top center !important; background-size: cover; }
}
@media (max-width:767px) {
  h1 { font-size: 60px !important; line-height: 70px !important; }
  .theme-title.style-1 h2 { font-size: 42px !important; line-height: 52px !important; }
  .theme-title p { font-size: 16px; }
  .page-title h1 { font-size: 40px !important; line-height: 50px !important; }
  .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; }
  .header-btn, .header-cart-inner { display: none; }
  .navigation-top { margin-right: 0; }
  blockquote, .wp-block-quote.is-style-large { padding: 30px !important; font-size: 18px; line-height: 28px; }
  blockquote:after { bottom: 20px; right: 20px; font-size: 50px; }
  .contact-info p, .contact-info a { max-width: inherit; }
  .ht-navigation { justify-content: space-between; }
  .hero-lg-text { font-size: 160px !important; line-height: 0.9em !important; }
  .banner-text h2 { font-size: 40px; line-height: 50px; }
  .banner-right-wrapper { display: block; margin-top: 50px; }
  .banner-anim-img { width: 150px; }
  .banner-award-wrap { padding: 30px; margin-top: 30px; }
  .banner-awards-wrapper { padding: 30px; }
  .banner-award-text span { font-size: 50px; }
  .banner-two-heading-second { display: block; }
  .banner-two-video { border-radius: 20px; min-width: auto; height: 115px; margin-bottom: 10px; }
  .banner-two-btm { margin-top: 30px; }
  .banner-content { padding: 100px 0; }
  .header .themeht-btn { display: none; }
  .header { padding: 10px; }
  .page-title-bg { position: inherit; width: 100%; height: 200px; margin-bottom: 15px; right: inherit; }
  .theme-breadcrumb-box { padding: 40px 20px; }
  .explore-more-wrapper { display: block; }
  .theme-title.style-2 h6 { padding-left: 100px; }
  .theme-title.style-2 h6:before { width: 90px; }
  .service-item.style-3 .service-title h4 { font-size: 32px; line-height: 42px; }
  .award-items { display: block; }
  .award-title, .award-project { width: 100%; }
  .themeht-anim-text .char{ opacity:1 !important }
  .loader-wrap-heading .load-text { font-size: 24px; letter-spacing: 8px;}
}
@media (max-width:576px) {
  h1, .h1 { font-size: 42px !important; line-height: 52px !important; }
  .theme-title.style-1 h2 { font-size: 34px !important; line-height: 44px !important; }
}