/* ------------------------------------------------
  Project:   Pentair - Factory and Industrial WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Banner Slider
  7. Contact
  8. About Section
  9. Video
  10. List Icon
  11. Contact Form
  12. Extra
  13. Responsive Css
------------------------*/

:root {
    --themeht-primary-color: #907bff;
    --themeht-secondary-color: #5636fc;
    --themeht-text-color: #08041a;
    --themeht-white-color: #ffffff;
    --themeht-body-color: #252337;
    --themeht-rgb-color: rgba(255, 255, 255, 0.1);
    --themeht-bg-dark-color: #001916;
    --themeht-bg-light-color: #fdf4f9;
    --themeht-border-light-color: #d2f2ee;
    --themeht-border-dark-color: #303b40;
    --themeht-typography-body-font-family: 'Noto Sans', sans-serif;
    --themeht-typography-secondary-font-family: 'Mulish', sans-serif;
    --themeht-typography-h1-font-family: 'Mulish', sans-serif;
    --themeht-typography-h2-font-family: 'Mulish', sans-serif;
    --themeht-typography-h3-font-family: 'Mulish', sans-serif;
    --themeht-typography-h4-font-family: 'Mulish', sans-serif;
    --themeht-typography-h5-font-family: 'Mulish', sans-serif;
    --themeht-typography-h6-font-family: 'Mulish', sans-serif;
    --logo-desktop-height: 70px;
    --logo-tablet-height: 60px;
    --logo-mobile-height: 50px;
    --loader-img-height: 100px;
}
/* ------------------------
    General
------------------------*/

body {font-family: var(--themeht-typography-body-font-family); font-weight: normal; font-style: normal; font-size: 16px; line-height: 26px; color: var(--themeht-body-color); overflow-x: hidden;}
.page-wrapper{overflow-x: hidden;}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {font-weight: normal; margin-top: 0px; margin-bottom: 0px; color: var(--themeht-text-color); font-family: var(--themeht-typography-body-font-family);}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 70px; font-style: normal; line-height: 80px; font-weight: 700; }
h2 { font-size: 46px; font-style: normal; line-height: 60px; font-weight: 600; margin-bottom: 10px; position: relative; }
h3 { font-size: 30px; font-style: normal; line-height: 40px; font-weight: 600; }
h4 { font-size: 26px; font-style: normal; margin-bottom: 10px; font-weight: 600; line-height: 36px;  }
h5 { font-size: 22px; font-style: normal; margin-bottom: 10px; font-weight: 600; line-height: 32px; }
h6 { font-size: 18px; font-style: normal; line-height: 26px; margin-bottom: 10px; font-weight: 600; }
ul { margin-left: 0; }

@media (min-width:1200px) {
  .elementor-section.elementor-section-boxed>.elementor-container { max-width: 1320px !important; }
}
.custom-sec-padding{padding-top: 100px; padding-bottom: 100px;}

/* ------------------------
    Helper class
------------------------*/
p { line-height: 1.7; }
.lead { font-weight: normal; font-size: 16px; line-height: 30px; }
.text-decoration{text-decoration: underline;}

.z-index-0 { z-index: 0; position: relative; }
.z-index-1 { z-index: 1; position: relative; }

.font-w-3 { font-weight: 300; }
.font-w-4 { font-weight: 400; }
.font-w-5 { font-weight: 500; }
.font-w-6 { font-weight: 600; }
.font-w-7 { font-weight: 700; }
.font-w-8 { font-weight: 800; }
.font-w-9 { font-weight: 900; }

/* ------------------------
    Text color
------------------------*/
.text-theme { color: var(--themeht-primary-color); }
.text-theme2 { color: var(--themeht-secondary-color); }
.text-black { color: var(--themeht-text-color); }
.text-grey { color: var(--themeht-body-color); }
.text-rgba { color: rgba(255, 255, 255, 0.8); }


/* ------------------------
    Background color
------------------------*/
.white-bg { background-color: var(--themeht-white-color); }
.dark-bg { background-color: var(--themeht-bg-dark-color); }
.light-bg { background-color: var(--themeht-bg-light-color); }
.theme-bg { background-color: var(--themeht-primary-color); }
.theme-bg-2 { background-color: var(--themeht-secondary-color); }
.transparent-bg { background-color: inherit !important; }


/* ------------------------
    Banner
------------------------*/
[data-bg-img] { background-size: cover; background-position: top center; background-repeat: no-repeat; }

/* ------------------------
    Banner Slider
------------------------*/
.banner-slider .slider-img {background-size: cover; background-position: top center; background-repeat: no-repeat; position: absolute; left: 0; top: 0; width: 100%; height: 100%; right: 0;}
.banner-content { padding: 200px 0; position: relative; z-index: 9;}
.slider-img::before { position: absolute; content: ''; background: rgb(0,25,22);
background: linear-gradient(90deg, rgba(0,25,22,1) 10%, rgba(255,255,255,0) 100%); width: 100%; height: 100%; top: 0; left: 0; }
.banner-content h1 span { padding: 0 15px; background: var(--themeht-bg-dark-color); color: var(--themeht-primary-color); -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px var(--themeht-white-color); text-transform: uppercase; }
.banner-content p { font-weight: 500; font-size: 17px; }
.banner-slider .swiper-button-next, .banner-slider .swiper-button-prev { background: var(--themeht-white-color); width: 60px; height: 60px; border-radius: 100%; background-image: none !important; }
.banner-slider .swiper-button-next:hover, .banner-slider .swiper-button-prev:hover { background: var(--themeht-primary-color); }
.banner-slider .swiper-button-next:after, .banner-slider .swiper-button-prev:after { font-size: 24px; }
.banner-slider .swiper-button-next:hover:after, .banner-slider .swiper-button-prev:hover:after { color: var(--themeht-white-color); }

.banner-slider h5 { 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); 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 h5 { 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 .btn-box { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); transition-delay: 2500ms; }
.banner-slider h5, .banner-slider h1, .banner-slider p { color: var(--themeht-white-color); }

.banner-slider .banner-content h1 { line-height: 105px; font-size: 85px; }
.banner-content p { max-width: 80%; }
.banner-slider-two .banner-content h5 { background: var(--themeht-primary-color); display: inline-block; padding: 5px 15px; }
.banner-simple h1, .banner-simple p, .banner-simple .btn-box { transform: inherit; opacity: 1; }
.banner-simple .banner-content { padding: 200px 0; margin-left: 0; }

/* ------------------------
    About Section
------------------------*/
.year-counter { text-align: right; }
.year-counter .elementor-widget-container { display: inline-block; margin-left: auto; }
.year-counter .counter { background: var(--themeht-primary-color); padding: 20px 40px; text-align: left; }
.year-counter .elementor-widget-counter-icon { text-align: right; }
.year-counter .counter-icon i { font-size: 60px; color: var(--themeht-white-color); }
.year-counter .counter span { color: var(--themeht-white-color); font-size: 80px; -webkit-text-fill-color: inherit; -webkit-text-stroke: inherit; }
.year-counter .counter-icon { margin-bottom: -20px; }
.year-counter .counter h6 { color: var(--themeht-white-color); }


/* ------------------------
    List Icon
------------------------*/
.list-icon li { color: var(--themeht-text-color); margin-bottom: 20px; display: flex; align-items: center; }
.list-icon li i { color: var(--themeht-secondary-color); margin-right: 10px; font-size: 30px; line-height: 1; }
.call-action-box h6 a { color: var(--themeht-primary-color); font-weight: 500; }
.call-icon i { background: var(--themeht-bg-dark-color); font-size: 30px; color: var(--themeht-white-color); line-height: 1; border-radius: 50%; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
.call-anim-icon { width: 150px; height: 150px; display: flex; background: var(--themeht-secondary-color); border-radius: 100%; align-items: center; justify-content: center; border: 10px solid var(--themeht-white-color); }
.call-anim-icon a { display: inline-block; font-size: 70px; color: var(--themeht-white-color); line-height: 1; -webkit-animation: spin 4s linear infinite; -moz-animation: spin 4s linear infinite; animation: spin 4s linear infinite; }

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

/* ------------------------
    Video
------------------------*/
.video-btn { position: relative;}
.video-btn .play-btn {animation: ripple-white 1s linear infinite; background: var(--themeht-white-color); width: 70px; height: 70px; line-height: 70px; border-radius: 50%; cursor: pointer;  display: inline-block; text-align: center; position: relative; }
.video-btn .play-btn i { font-size:40px; line-height: 1; position: absolute; top: 50%; left: 50%; color: var(--themeht-primary-color); -webkit-transition: .25s; -o-transition: .25s; transition: .2s ease-out !important; transform: translate3d(-50%, -50%, 0); }
.video-btn .play-btn:hover i { transform: translate3d(-50%, -50%, 0) scale(.75); color: var(--themeht-primary-color) }

@-webkit-keyframes ripple-white {
 0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3);
    box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3);
}
100% {
    -webkit-box-shadow: 0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3),0 0 0 45px rgba(255,255,255,0);
    box-shadow: 0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3),0 0 0 45px rgba(255,255,255,0);
} }

@keyframes ripple-white {
 0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3);
    box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3);
}
100% {
    -webkit-box-shadow: 0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3),0 0 0 45px rgba(255,255,255,0);
    box-shadow: 0 0 0 15px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,.3),0 0 0 45px rgba(255,255,255,0);
} }

/* ------------------------
Extra
------------------------*/
.elementor-widget .center { text-align: center; }
.elementor-widget .right { text-align: right; }
.page { margin: 0;}
.page-content { margin-top: 100px; margin-bottom: 100px; }
.elementor-default .page-content { margin-top: -1.5em; margin-bottom: 0;}
.error-page-search label { min-width: 450px; }
.search-page article { margin-bottom: 30px; }
.search-page article:last-child { margin-bottom: 0; }
.search-content-page {position: relative; box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%); padding: 30px;}
.search-content-page .post-image{position: relative;}
.pagination .page-numbers { border: 1px solid var(--themeht-border-light-color); border-radius: 0; width: 40px; height: 40px; display: inline-block; text-align: center; line-height: 40px; }
.pagination .page-numbers:hover, .pagination .page-numbers.current { border: 1px solid var(--themeht-primary-color); background-color: var(--themeht-primary-color); color: var(--themeht-white-color); }
.contact-info .elementor-widget:not(:last-child) { margin-bottom: 0;}
.contact-info p { margin-bottom: 10px;}
.elementor-widget-google_maps iframe { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); }


/* ------------------------
 Form Section
------------------------*/
.wpcf7-form .primary-btn, .wpcf7-form .white-btn, .subscribe-form .primary-btn{padding: 0;}

input[type="submit"].subscribe-btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search__button {
  background-color: transparent;
  border: none !important;
  color: var(--themeht-white-color);
  height: 100%;
  border-radius: 0;
  padding: 0;
  line-height: inherit;
  z-index: 99;
    position: relative;
}

.primary-btn:hover input[type="submit"].subscribe-btn,
.primary-btn:hover input[type="button"],
.primary-btn:hover input[type="reset"],
.primary-btn:hover input[type="submit"],
.primary-btn:hover .wp-block-search__button {
  color: var(--themeht-primary-color);
}

.white-btn input[type="submit"].subscribe-btn,
.white-btn input[type="button"],
.white-btn input[type="reset"],
.white-btn input[type="submit"],
.white-btn .wp-block-search__button { color: var(--themeht-text-color); }

.post-comment .form-submit input[type="submit"],
.wp-block-search__button,
.post-password-form input[type="submit"] { background-color: var(--themeht-primary-color); border: none !important; color: var(--themeht-white-color); padding: 14px 25px; height: 100%; border-radius: 0; line-height: inherit; }

.post-comment .form-submit input[type="submit"]:hover,
.wp-block-search__button:hover,
.post-password-form input[type="submit"]:hover { background-color: var(--themeht-secondary-color); color: var(--themeht-white-color); }
.subscribe-form .primary-btn{margin-top: 20px;}
.footer .subscribe-form input[type="email"]{color: var(--themeht-white-color);}
.footer .subscribe-form input[type="email"]:focus{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: .375rem 15px;
  width: 100%;
  height: 55px;
  color: var(--themeht-body-color);
  border-radius: 0;
  background: transparent;
}

textarea {
  height: 100px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus { color: var(--themeht-body-color); border: 1px solid var(--themeht-secondary-color) !important;}

.wpcf7-form-control-wrap { display: block;}
.wpcf7-form-control, select { border: none; border: 1px solid var(--themeht-border-light-color) !important;}
.wpcf7-form-control.wpcf7-select, select { width: 100%; padding: .550rem 15px; height: 55px; color: var(--themeht-body-color); }
.wpcf7-form-control.wpcf7-textarea { height: 100px;}
.wpcf7-form .wpcf7-spinner{position: absolute; padding: 0;}
.wpcf7-form .wpcf7-spinner:after{display: none;}
.wpcf7-not-valid-tip { position: absolute; right: 0; font-size: 0.8rem; bottom: -25px; }
.theme-bg .wpcf7-not-valid-tip, .theme-bg .wpcf7-response-output { color: var(--themeht-white-color); }

::-webkit-input-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}
:-moz-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}
::-moz-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: var(--themeht-body-color) !important;
    opacity: 1;
}


:focus-visible {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../assets/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
}



.elementor-widget.elementor-widget-text-editor { font-weight: 400; color: var(--themeht-body-color) !important; font-family: var(--themeht-typography-body-font-family) !important; }
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 { color: var(--themeht-white-color) !important; }
p { margin: 0 0 25px; }
.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; }
.has-large-font-size { line-height: 40px !important; }
blockquote, .wp-block-quote.is-style-large { padding: 40px 40px 40px 200px !important; margin: 30px 0px 30px 0; font-size: 18px; line-height: 26px; position: relative; background-color: var(--themeht-bg-light-color); color: var(--themeht-text-color); font-style: italic; border: 1px solid var(--themeht-primary-color); }
blockquote span { color: var(--themeht-primary-color); margin-top: 10px; display: block; font-family: var(--themeht-typography-secondary-font-family); font-size: 28px; font-weight: 600; text-align: right; }
.themeht-blogs .post-card .post-desc blockquote p { margin-bottom: 15px; margin-top: 0; }
body blockquote.wp-block-quote.is-style-large cite, body blockquote.wp-block-quote.is-style-large p, body blockquote p { margin: 0px; }
blockquote:after { position: absolute; top: 0; left: 0; font-family: 'flaticon_mycollection'; content: "\f126"; font-size: 80px; display: flex; z-index: 99; background: var(--themeht-white-color); width: 130px; height: 100%; text-align: center; color: var(--themeht-primary-color); justify-content: center; align-items: center; font-style: initial; }
.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; }
.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: 400; 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 tbody th, table tbody td { border-color: var(--themeht-border-light-color) !important; border: 1px solid; padding: 5px 10px; }
.gallery-caption { padding-top: 0.53em; padding-bottom: 0.53em; }
.comment-content table tbody td a{color: var(--themeht-primary-color)}
.comment-content > ul,
.comment-content > ol{margin-bottom: 30px;}
.wp-block-button__link:hover { background-color: var(--themeht-primary-color); color: var(--themeht-white-color) }
.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; font-weight: 600; }
.post-card .wp-block-search__button-outside { margin-bottom: 25px; }
.wp-block-preformatted { margin-top: 10px; }


/* ------------------------
    Responsive Css
------------------------*/
@media (min-width:1600px) {
.header .container-fluid{padding-right: 11rem !important; padding-left: 11rem !important;}
}

@media (min-width:992px) {
.header .container-fluid{padding-right: 3rem; padding-left: 3rem;}
}

@media (min-width:1200px) {
    .themeht-sidebar { padding-left: 50px; }
}

@media (max-width:992px) {

    /*Banner*/
    .page-title { padding: 130px 0; }
    .page-title h1 { font-size: 40px; line-height: 50px; }
    .logo img { max-height: var( --logo-tablet-height); }
    .banner-content { padding: 150px 0; }
    .right-nav { margin-left: 30px; }
    .header-top .topbar-link li { padding: 0 8px; font-size: 12px;}
    .header .primary-btn, .post-card.style-1 p { display: none;}
    .header-top .social-icons { display: none; }
    .banner-slider-two h1 { font-size: 120px; }
    .themeht-sidebar{margin-top: 40px;}
    .testimonial.style-1 { display: block;}
    .testimonial.style-1 .testimonial-content { width: 100%;}
    .post-card.style-2 .post-desc { padding: 30px 15px; padding-left: 80px;}
    .post-card.style-2 .post-date { left: -50px;}
    #project-pagination {right: 50%; top: inherit; bottom: -30px; transform: translateX(50%);}
}
@media (max-width:767px) {
    .theme-title h2 { font-size: 34px !important; line-height: 46px !important; }
    .theme-title p { font-size: 16px; }
    .page-title h1 { font-size: 30px; line-height: 30px; }
    .header-top, .header-number { display: none !important; }
    .admin-bar .sticky-header.fixed-header { top: 0; }
    .logo img { max-height: var( --logo-mobile-height) }
    .themeht-tab.elementor-widget-tabs .elementor-tabs-wrapper { display: none; }
    .themeht-tab.elementor-widget-tabs .elementor-tab-title.elementor-tab-mobile-title { width: 100%; }
    .elementor-widget-banner-slider p { max-width: 100%; font-size: 16px; }
    .counter span { font-size: 40px }
    blockquote { padding: 140px 20px 20px 20px !important; }
    blockquote:after { width: 100%; height: 100px; }
    .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; }
    .testimonial.style-2 .testimonial-content { padding: 0; }
    .testimonial.style-2 .testimonial-content p { font-size: 18px; line-height: 30px;}
    .testimonial.style-2 .testimonial-img { width: 80px; height: 80px;}
    .testimonial.style-2{margin-bottom: 100px;}
    .testimonial-swiper .swiper-button-next, .testimonial-swiper .swiper-button-prev {  bottom: 0;  top: inherit;}
    .banner-slider .swiper-button-next, .banner-slider .swiper-button-prev {bottom: 20px; top: inherit; left: 20px; right: auto;}
    .banner-slider .swiper-button-next {left: 100px;}
    .marquee-text { font-size: 60px; line-height: 80px;}
}
@media (max-width:576px) {
    h1 { font-size: 40px !important; line-height: 55px !important; }

    /*Banner*/
    .breadcrumb-item { line-height: 30px; }
    .page-title { padding: 160px 0 110px; }

    /*Other*/
    .social-icons.footer-social li a { height: 45px; width: 45px; line-height: 45px; font-size: 26px; }
    .featured-item.style-1 { display: block; padding: 30px 0 0; }
    .featured-item.style-1 .featured-icon { margin-bottom: 20px; padding-left: 30px; }
    .featured-item.style-1 .featured-desc { border-left: none; padding-left: 30px; padding-right: 30px;  border-top: 2px solid lightcyan;}
}