/* ------------------------------------------------
  Project:   Growio - Landing Page 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: #C93357;
    --themeht-secondary-color: #0147F4;
    --themeht-text-color: #233050;
    --themeht-body-color: #4F4F4F;
    --themeht-white-color: #FFFFFF;
    --themeht-bg-dark-color: #000229;
    --themeht-bg-light-color: #F7F9FE;
    --themeht-border-light-color: #E5E5E5;
    --themeht-rgba-color: rgba(255,255,255,0.9);
    --themeht-typography-body-font-family: "Plus Jakarta Sans", sans-serif;
    --themeht-typography-secondary-font-family: "Familjen Grotesk", sans-serif;
    --logo-desktop-height: 55px;
    --logo-tablet-height: 50px;
    --logo-mobile-height: 50px;
}
/* ------------------------
    General
------------------------*/

body {scroll-behavior: smooth; font-family: var(--themeht-typography-body-font-family); font-weight: 500; font-style: normal; font-size: 16px; line-height: 30px; color: var(--themeht-body-color); overflow-x: hidden;}
.page-wrapper{overflow-x: hidden;}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 { font-family: var(--themeht-typography-secondary-font-family); font-weight: normal; margin-top: 0px; font-style: normal; margin-bottom: 20px; color: var(--themeht-text-color); }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
.h1, h1 { font-size: 70px; line-height: 80px; font-weight: 600;}
.h2, h2 { font-size: 50px; line-height: 58px; font-weight: 600;}
.h3, h3 { font-size: 30px; line-height: 38px; font-weight: 500;}
.h4, h4 { font-size: 26px; line-height: 34px; font-weight: 500;}
.h5, h5 { font-size: 24px; line-height: 32px; font-weight: 500;}
.h6, h6 { font-size: 20px; line-height: 28px; font-weight: 500;}
ul { margin-left: 0; }


@media (min-width:1400px) {
  .elementor-section.elementor-section-boxed>.elementor-container, .container { max-width: 1320px !important; }
}
.custom-sec-padding{padding-top: 120px; padding-bottom: 120px;}
label { display: inline-block; color: var(--themeht-text-color); font-size: 14px; margin-bottom: 7px; line-height: 1; }
.rounded {border-radius: 20px !important;}

.ht-pos-section .elementor-container, .ht-pos-section .elementor-top-column, .ht-pos-section .elementor-widget-wrap, .ht-pos-section .elementor-widget {
    position: static !important;
}

.ht-pos-section .elementor-container .elementor-widget-title{z-index: 9;}

/* ------------------------
    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-muted { color: #979797 !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);}
.primary-bg{background-color: var(--themeht-primary-color);}
.secondary-bg{background-color: var(--themeht-secondary-color);}
.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-slider { background-color: var(--themeht-bg-dark-color); }
.banner-slider .slider-img { background-size: cover; background-position: top center; background-repeat: no-repeat; position: absolute; top: 0; width: 100%; height: 100%; left: 0;}
.banner-content { padding: 200px 0; position: relative; z-index: 9; }
.slider-img::before { position: absolute; content: ''; background: linear-gradient(90deg, #ffffff 42%, #ffffff80 50%, rgb(255 255 255 / 0%) 60%); width: 100%; height: 100%; top: 0; left: 0; opacity: 0.80; z-index: 9; }
.banner-slider .swiper-button-next, .banner-slider .swiper-button-prev { transform: scale(0); width: 50px; height: 50px; background-image: none !important; border-radius: 100%; line-height: inherit; background: var(--themeht-primary-color); 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: 20px; color: var(--themeht-white-color); line-height: 50px !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 .themeht-btn + .themeht-btn { margin-left: 20px; }
.banner-slider h6 { 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 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 p { 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); }
.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 h6 { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); transition-delay: 500ms; }
.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: 1000ms; }
.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: 1500ms; }
.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: 2000ms; }
.banner-content { padding: 200px 0 200px 150px; position: relative; z-index: 9; }
.banner-content .banner-text { width: 50%; }
.banner-slider h1 { font-weight: 700; font-size: 100px; line-height: 110px; color: var(--themeht-primary-color); }
.banner-slider h1 span { font-weight: 600; color: var(--themeht-text-color); display:block; }
.banner-content p { max-width: 80%; margin: 0; }
.banner-3 { padding: 50px 0; }
.banner-3 .banner-img { width: 700px; height: 700px; background-size: cover; clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%); }
.banner-3 h6 { color: var(--themeht-text-color); border: 1px solid var(--themeht-border-light-color); display: inline-block; padding: 6px 12px 6px 6px; border-radius: 4px; }
.banner-3 h6 span { background: var(--themeht-primary-color); display: inline-block; padding: 8px 14px; border-radius: 4px; font-size: 14px; line-height: 1; color: var(--themeht-white-color); margin-right: 10px; }
.banner-4 .slider-img::before { position: absolute; content: ''; background: linear-gradient(90deg, var(--themeht-primary-color) 42%, #ffffff80 50%, rgb(255 255 255 / 0%) 60%); opacity: 1 }
.banner-4 h6, .banner-4 h1, .banner-4 h1 span, .banner-4 p { color: var(--themeht-white-color); }


/* ------------------------
    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-primary2-color) }
.error-path path:nth-child(3) { stroke: var(--themeht-secondary2-color) }


/* ------------------------
    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: var(--themeht-secondary-color); 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; }
}


/* ------------------------
    Video
------------------------*/
.video-btn{display: flex; align-items: center;}
.video-btn-icon { position: relative; display: inline-block; z-index: 9; }
.video-btn-icon > i { color: var(--themeht-primary-color); font-size: 30px; }
.video-btn span { font-weight: 700; font-size: 16px; line-height: 1; color: var(--themeht-text-color); margin-left: 10px; flex-shrink: 0}
.video-btn.style-2 { position: relative; display: inline-block; }
.video-btn.style-2 .play-btn { animation: ripple-white 1s linear infinite; width: 70px; height: 70px; line-height: 70px; border-radius: 50%; cursor: pointer; display: inline-block; text-align: center; position: relative; }
.video-btn.style-2 .play-btn i { font-size: 34px; line-height: 1; position: absolute; top: 50%; left: 50%; color: var(--themeht-white-color); -webkit-transition: 0.25s; -o-transition: 0.25s; transition: 0.2s ease-out !important; transform: translate3d(-50%, -50%, 0); }


/* ------------------------
    List Icon
------------------------*/
.list-icon.style-1 li { position: relative; display: flex; margin-bottom: 15px; align-items: center; }
.list-icon.style-1 li:last-child { margin-bottom: 0 }
.list-icon.style-1 li i { color: var(--themeht-primary-color); font-size: 20px; line-height: 1; margin-right: 10px; flex-shrink: 0; }
.list-icon.style-2 li { position: relative; display: flex; margin-bottom: 15px; align-items: center; }
.list-icon.style-2 li:last-child { margin-bottom: 0 }
.list-icon.style-2 li i { color: var(--themeht-primary-color); font-size: 20px; line-height: 1; margin-right: 10px; }


/* ------------------------
 Marquee Text
------------------------*/
.marquee-wrap { width: 100%; position: relative; overflow: hidden; display: block; }
.marquee-text { animation: marquee 40s linear infinite; position: relative; width: 100%; white-space: nowrap; }
.marquee-text span { font-size: 150px; line-height: 150px; margin: 0 30px; font-weight: 800; text-transform: uppercase; color: var(--themeht-primary-color); }
.marquee-text span:nth-child(2n+2) { color: var(--themeht-white-color); text-shadow: -1px -1px 0 var(--themeht-text-color), 1px -1px 0 var(--themeht-text-color), -1px 1px 0 var(--themeht-text-color), 1px 1px 0 var(--themeht-text-color); }
.marquee-wrap:before { position: absolute; right: 0; top: 0; width: 30%; height: 100%; content: ""; z-index: 9; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 98%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4ef17', endColorstr='#c4ef17', GradientType=1); }
.marquee-wrap:after { position: absolute; left: 0; top: 0; width: 30%; height: 100%; content: ""; background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4ef17', endColorstr='#c4ef17', GradientType=1); }


/* ------------------------
 Shape & Animation
------------------------*/

.animated-icon-shape {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}

.small-circle-animation {
    animation: small-animation 2s infinite linear;
    position: absolute;
    width: 60px;
}

.animated-icon-shape img:nth-child(1) {
    left: 6%;
    top: 10%;
}

.animated-icon-shape img:nth-child(2) {
    left: 2%;
    bottom: 15%;
    animation: small-animation2 2s infinite linear;
}

.animated-icon-shape img:nth-child(3) {
    right: 6%;
    top: 5%;
    animation: small-animation2 2s infinite linear;
}

.animated-icon-shape img:nth-child(4) {
    right: 2%;
    bottom: 20%;
}

.animated-icon-shape.style-2 img:nth-child(2) {
    left: auto;
    right: 2%;
    bottom: 20%;
}



#particles-js { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; }
.link-about { border: 1px solid var(--themeht-border-light-color); border-radius: 4px; padding: 20px 30px 20px 20px; }
.link-about span { padding: 5px 15px; background-color: var(--themeht-bg-dark-color); border-radius: 4px; color: var(--themeht-white-color); margin-right: 10px }
.link-about a { color: var(--themeht-primary-color); margin-left: 10px; font-weight: 600; text-decoration: underline !important; }
.lg-title-wrap { text-align: center; }
.text-large { font-size: 250px; font-weight: 900; line-height: 1; color: #ebe5ff; }
.image-wrap { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
.testimonial-sec-bg { background-image: url("../images/bg/05.webp"); background-position: 66% 87%; background-repeat: no-repeat; background-size: 1460px 1260px; }
.testimonial-sec-bg.style-2 { background-position: 96% 70%; background-size: 1170px 1260px; }
.sonar-wrapper { z-index: 0; position: absolute; right: 70px; bottom: 20%; }
.sonar-emitter { position: relative; margin: 0 auto; width: 100px; height: 100px; border-radius: 9999px; background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); }
.sonar-wave { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 9999px; background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); opacity: 0; z-index: -1; pointer-events: none; }
.sonar-wave { animation: sonarWave 2s linear infinite; }
.spinner { position: absolute; left: 100px; top: 30%; }
.spinner::after, .spinner::before { box-sizing: border-box; position: absolute; content: ""; width: 50px; height: 50px; top: 50%; animation: up 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite; left: 50%; background: var(--themeht-primary-color); }
.spinner::after { background: var(--themeht-secondary-color); top: calc(50% - 50px); left: calc(50% - 50px); animation: down 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite; }
.image-video-sec { padding: 400px 0 120px; }
.bg-dark-gradient-overlay { position: relative; overflow: hidden; z-index: 9; }
.bg-dark-gradient-overlay:before { background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #141622), to(transparent)); background: linear-gradient(to top, #141622 7%, transparent 100%); opacity: .75; position: absolute; height: 100%; width: 100%; top: 0; left: 0; content: ""; z-index: -1; }
.ht-first-letter::first-letter { font-size: 30px; line-height: 30px; padding: 8px; margin-top: 5px; border-radius: 5px; display: inline-block; float: left; font-weight: 600; margin-right: 8px; background: var(--themeht-primary-color); color: var(--themeht-white-color); }

.clients-logo { text-align: center; }
.clients-logo img {width: 100px !important; -webkit-filter: contrast(0%); filter: contrast(0%); opacity: .7; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; cursor: pointer; }
.clients-logo img:hover { -webkit-filter: none; filter: none; opacity: 1; }
.client-swiper .swiper-wrapper { -webkit-transition-timing-function: linear !important; transition-timing-function: linear !important; position: relative; }
.client-swiper .swiper-slide { display: flex; align-items: center; width: auto !important; padding: 0 50px; }


/* ------------------------
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;}
.secondary-bg .elementor-widget-text-editor p{color: var(--themeht-rgba-color);}
.p-mb-0 p{margin-bottom: 0;}


.contact-info li { padding-left: 50px; padding-top: 5px; position: relative; margin-bottom: 20px; }
.contact-info li:last-child { margin-bottom: 0; }
.contact-info li i { position: absolute; left: 0; top: 0; line-height: 50px; font-size: 36px; color: var(--themeht-primary-color); display: inline-block; }
.contact-info li span { font-size: 12px; line-height: 1; color: var(--themeht-body-color); font-weight: 600; display: block; margin-bottom: 4px; text-transform: uppercase; }
.contact-info li p { margin-bottom: 0; line-height: 24px; color: var(--themeht-text-color); }
.contact-info li a { color: var(--themeht-text-color); }
.contact-info li a:hover { color: var(--themeht-primary-color); }


.service-section::before { content: ""; position: absolute; left: 10%; right: auto; top: 0; width: 80%; height: 100%; background: var(--themeht-bg-light-color); margin: 0 auto; z-index: -1; border-radius: 24px; }
.about-img-shape { width: 550px; height: 550px; background-size: cover; clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%); }
.about-img-shape-small { width: 200px; height: 200px; background-size: cover; clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%); position: absolute; right: -2%; bottom: 5%; }
.about-counter { background-color: var(--themeht-primary-color); display: flex; align-items: center; justify-content: center; text-align: center; width: 200px; height: 200px; background-size: cover; clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%); }
.about-counter .counter{padding: 0 50px}
.about-counter .counter span { font-size: 40px; font-weight: 700; line-height: 40px; color: var(--themeht-white-color); display: inline-block; }
.about-counter .counter h6 { color: var(--themeht-white-color); margin: 5px 0 0; font-weight: 600; font-size: 16px; line-height: 22px; }
.working-hours-item { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 12px 0 9px; position: relative; }
.primary-bg .working-hours-item { color: var(--themeht-white-color); }
.about1-img-shape{clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%)}


/* ------------------------
 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);
  border: none;
  padding: 17px 25px;
  height: 100%;
  border-radius: 4px;
  line-height: inherit;
  z-index: 99;
  position: relative;
  font-size: 16px; line-height: 22px; font-weight: 700;
  color: var(--themeht-white-color);
}


.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-secondary-color);
 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"] { background: var(--themeht-primary-color);
  border: none;
  padding: 17px 25px;
  height: 100%;
  border-radius: 4px;
  line-height: inherit;
  z-index: 99;
  position: relative;
  font-size: 16px; line-height: 22px; font-weight: 700; color: var(--themeht-white-color); }

.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-secondary-color); color: var(--themeht-white-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 var(--themeht-border-light-color);
    padding: 10px 20px;
    width: 100%;
    height: 55px;
    color: var(--themeht-text-color);
    border-radius: 4px;
    background: var(--themeht-white-color);
    font-size: 14px;
    font-weight: 500;
}

.wp-block-post-comments-form input:not([type=submit]), .wp-block-post-comments-form textarea{
  border: 1px solid var(--themeht-border-light-color);
}

textarea {
  height: 120px;
  border-radius: 4px; 
}

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); background: var(--themeht-white-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 { font-weight: 500; width: 100%; border-radius: 4px; padding: 10px 24px 10px 20px; font-size: 14px; border: 1px solid var(--themeht-border-light-color); background-color: var(--themeht-white-color); height: 55px; color: var(--themeht-body-color); }
.wpcf7-form-control.wpcf7-textarea { height: 120px; border-radius: 4px;}
.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-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); font-family: var(--themeht-typography-body-font-family); }
.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 { border-radius: 24px; z-index: 9; padding: 130px 40px 40px 40px !important; margin: 30px 0px 30px 0; font-size: 20px; line-height: 30px; position: relative; color: var(--themeht-white-color); background: var(--themeht-bg-dark-color); text-align: center; }
blockquote span { color: var(--themeht-white-color); text-decoration: underline; margin-top: 20px; display: block; font-size: 20px; font-weight: 700;}
.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: 40px; left: 0; right: 0; font-family: flaticon_mycollection !important; content: "\f128"; font-size: 80px; color: var(--themeht-white-color); line-height: 1; z-index: -1; }
blockquote.has-text-align-right a, blockquote a { color: var(--themeht-white-color);}
blockquote.has-text-align-right a:hover, blockquote a:hover { color: var(--themeht-white-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; font-size: 14px; font-weight: 600; }
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); }
.wp-block-button__link:hover { background: var(--themeht-secondary-color); color: var(--themeht-white-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; border-radius: 4px; }
.wp-block-group.has-black-border-color { border-color: var(--themeht-border-light-color) !important; border-radius: 4px; }
.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); border-radius: 4px; color: var(--themeht-text-color);
    font-weight: 500; 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; font-weight: 600; }
.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-white-color); }
.wp-block-avatar .avatar { margin-bottom: 20px; border-radius: 50%; }
.wp-block-post-author .avatar { margin-bottom: 20px; border-radius: 50%; }
.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: 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: 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; border-radius: 100%; }
.widget.widget_recent_comments ul li:before { content: '\f25c'; color: var(--themeht-primary-color); top: 6px; font-family: bootstrap-icons !important; font-size: 15px; 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-secondary-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: 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 { background: 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: 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); border-radius: 4px; padding: 5px 15px; display: inline-block; text-align: center; font-size: 15px !important; font-weight: 600; 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-secondary-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-secondary-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); border-radius: 4px; }
.wp-block-search__button svg { display: none; }
.wp-calendar-table { text-align: center; }
.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p { color: var(--themeht-white-color); }
blockquote code { color: var(--themeht-white-color); }
.wp-block-post-featured-image img { border-radius: 24px; }
.wp-block-image img, .alignleft, .wp-block-cover, .wp-block-cover-image, .wp-block-media-text__media img, .wp-block-media-text__media video, .comment-content img { border-radius: 24px; }
.wp-calendar-nav-next { float: right; }
.wp-block-search__label { width: auto; }


/* ------------------------
    Responsive Css
------------------------*/
@media (min-width:1600px) {
    .header .container-fluid { padding: 0 10rem; }
}
@media (max-width:1440px) {
    .banner-content { padding: 150px 0 150px 100px; }
    .banner-content .banner-text { width: 52%; }
    .banner-slider h1 { font-size: 70px; line-height: 80px; }
    .about-img-shape-small { width: 160px; height: 160px; right: 0%; }
}

@media (max-width:1200px) {
    .main-nav > ul > li { margin: 0 10px; padding-top: 0; }
}
@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*/
    .admin-bar .header, .admin-bar #header-wrap.fixed-header { top: 45px; }
    .logo img { max-height: var(--logo-tablet-height); }
    .themeht-sidebar { margin-top: 80px; }
    .navigation-top { justify-content: end; margin-left: auto; margin-right: 20px; }
.topbar-link li:last-child { display: none; }
    .header-top h6 { display: none; }
    .header .social-icons { display: none; }
    .nav-menu-toggle{  margin-right: 0; }
    .header .search-icon { margin: 0 20px 0 0px }

    .step-border { display: none; }

    .portfolio-filter button + button { margin-left: 10px; }
    .portfolio-filter button { padding: 10px 15px; }
    .mix-container.columns-3 .mix, .mix-container.columns-4 .mix { width: 50%; }
    
    
    .animated-icon-shape { display: none; }
        .sonar-wrapper { bottom: 0; }
        .spinner { top: 20%; }
        .service-section::before { left: 0; width: 100%; }
        .testimonial p { font-size: 16px; line-height: 26px; }
        .testimonial-rating i { font-size: 20px; }
        .banner-content .banner-text { width: 60%; }
        .banner-content { padding: 100px 0 100px 80px; }
        .banner-slider h1 { font-size: 50px; line-height: 60px; }
        .banner-content p { max-width: 100%; font-size: 14px; }
        .footer h2 { font-size: 30px; line-height: 40px }
        .testimonial.style-1 { display: block; }
        .footer-subscribe {
    padding-left: 0;
}
}
@media (max-width:767px) {
    h1 { font-size: 60px !important; line-height: 70px !important; }
    .theme-title h2 { font-size: 42px !important; line-height: 52px !important; }
    .theme-title p { font-size: 16px; }
    .page-title h1 { font-size: 50px; line-height: 60px; }
    .admin-bar #header-wrap.fixed-header { top: 0; }
    .navbar-toggler.ht-toggler { margin-right: 30px; }
    .elementor-widget-banner-slider p { max-width: 100%; }
    .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; }
    .portfolio-filter button + button { margin: 0 0 10px 10px; }
    .mix-container .mix { width: 100% !important; }
    .marquee-text span { font-size: 100px; line-height: 150px; }
    .header-right { margin-left: 0; display: none !important; }
    .header .themeht-btn, .header-cart-inner { display: none; }
    .banner p { max-width: inherit; }
    .testimonial p { font-size: 16px; line-height: 26px; }
    .testimonial.style-1 .testimonial-quote.right { right: 20px; bottom: 40px; width: 50px; }
    blockquote { padding: 140px 40px 40px 40px !important; }
    blockquote:after { width: 100%; height: 100px; }
    .subscribe-btn { position: relative; right: inherit; top: inherit; width: 100%; margin-top: 10px; }
    .container, .container-fluid { --bs-gutter-x: 2.5rem; }
    .counter { padding: 0; }
    .counter:before { display: none; }
    .banner-3 .banner-img { width: 500px; height: 500px; }
    .price-title { padding: 25px 20px 75px; }
    .navigation-top { margin-right: 0; }
    
    .header-top {
            display: none;
        }
    
    .banner-content { padding: 80px 30px; }
        .banner-content .banner-text { width: 100%; }
        .banner-slider h1 { font-size: 45px; line-height: 55px; }
        .testimonial.style-1 .testimonial-img { margin-bottom: 30px; }
        .testimonial.style-1 .testimonial-img img { width: 300px; height: 300px; }
        .testimonial.style-1 .testimonial-quote { right: -7%; }
        .header-right { display: none !important; }
        .banner-slider .slider-img { position: relative; height: 300px; }
        .slider-img::before { display: none; }
        .banner-content { background: var(--themeht-white-color); }
        .banner-4 .banner-content { background: linear-gradient(90deg, var(--themeht-primary-color) 42%, #00000080 90%, rgb(0 0 0 / 0%) 100%); }
        .about-img-shape { width: 400px; height: 400px; }
}
@media (max-width:576px) {
    h1, .h1 { font-size: 50px !important; line-height: 60px !important; }
    .theme-title h2 { font-size: 37px !important; line-height: 47px !important; }

    /*Other*/
    .service-item.style-4 { display: block; }
    .service-item.style-4 .service-icon { margin-right: 0; margin-bottom: 30px; }
    .banner-3 .banner-img { width: 300px; height: 300px; }
    .subscribe-form.style-2.w-75 { width: 100% !important; }
    .about-img-shape { width: 300px; height: 300px; }
}