/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
* { box-sizing: border-box; }
*:focus { outline: none; }
::-moz-focus-inner { border: 0; }
input { font-family: Public Sans }
ul { margin: 0px; padding: 0px; }
ul li { list-style: none; }
strong { font-weight: 700; }
a { transition: all 400ms ease; text-decoration: none; }
a:hover, a:focus { text-decoration: none; }
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; }
:-ms-input-placeholder { opacity: 1; }
:-moz-placeholder { opacity: 1; }
textarea { resize: none; }
h1, h2, h3, h4, h5, h6 { margin-top: 0px; margin-bottom: 10px; }
.container {  max-width: 1400px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; float: none; box-sizing: border-box; }
.container:after { clear: both; content: ""; display: table; }
.ast-site-identity { padding: 0; }
.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap { min-height: initial; }
.main-header-menu > li > ul.sub-menu { position: absolute; width: 100%; background-color: transparent !important; left: 0 !important; right: 0 !important; max-width: 1400px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: baseline; }
.main-header-menu { position: initial !important; }
.main-header-menu > li { position: initial !important; }


/*.main-header-menu > li > ul.sub-menu:before { content: '';  background-color: rgb(255 255 255 / 50%); height: 100% !important; transform: none !important; }*/
.main-header-menu > li > ul.sub-menu > li > a { padding: 0 !important; }
.main-header-menu > li > ul.sub-menu > li { width: calc(25% - 48px); }
.main-header-menu > li > ul.sub-menu > li > ul.sub-menu { position: initial; padding: 0; }
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item >ul.sub-menu > li > a { color: #03111E; padding-bottom: 8px !important; font-weight: 600; }
.main-header-menu > li > ul.sub-menu { gap: 63px; }
.main-header-menu > li > ul.sub-menu > li > ul.sub-menu > li > a { padding: 0; }
.main-header-menu > li > ul.sub-menu > li span.ast-icon.icon-arrow { display: none !important; }
.ast-builder-menu-1 .sub-menu, .ast-builder-menu-1 .inline-on-mobile .sub-menu { border: 0px; }
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item >ul.sub-menu { row-gap: 10px; /*height: calc(100vh - 90px);*/ }
.site-header { background-color: #fff; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

/* Slick css */
.slick-slider .slick-arrow { background: none; border: none; z-index: 9; position: absolute; top: 45%; left: 0; width: 40px; height: 40px; font-size: 0px; color: #fff; transition: all 200ms ease; cursor: pointer; padding: 0; }
.slick-slider .slick-arrow.slick-prev:after { content: ''; background: url(includes/assets/images/slider-arrow.png) no-repeat center; height: 40px; width: 40px; display: inline-block; background-color: rgb(255 255 255 / 70%); border-radius: 100%; transform: rotate(180deg); }
.slick-slider .slick-arrow.slick-next:after { content: ''; background: url(includes/assets/images/slider-arrow.png) no-repeat center; height: 40px; width: 40px; display: inline-block; background-color: rgb(255 255 255 / 70%); border-radius: 100%; }
.slick-slider .slick-arrow.slick-next { left: auto; right: 0; }
.slick-slider .slick-dots { position: absolute; left: 0; right: 0; bottom: 20px; text-align: center; }
.slick-slider .slick-dots li { display: inline-block; margin: 0 5px; }
.slick-slider .slick-dots li button { width: 6px; height: 6px; border-radius: 100%; background-color: #fff; border: none; padding: 0; text-indent: -9999px; cursor: pointer; opacity: .5; transition: all 200ms ease; }
.slick-slider .slick-dots li.slick-active button { opacity: 1; }


.slider-btn { background: none; border: none; z-index: 9; position: absolute; top: 45%; left: 0; width: 40px; height: 40px; font-size: 0px; color: #fff; transition: all 200ms ease; cursor: pointer; padding: 0; }
.slider-btn.prev-btn:after { content: ''; background: url(includes/assets/images/slider-arrow.png) no-repeat center; height: 40px; width: 40px; display: inline-block; background-color: rgb(255 255 255 / 70%); border-radius: 100%; transform: rotate(180deg); }
.slider-btn.next-btn:after { content: ''; background: url(includes/assets/images/slider-arrow.png) no-repeat center; height: 40px; width: 40px; display: inline-block; background-color: rgb(255 255 255 / 70%); border-radius: 100%; }
.slider-btn.next-btn { left: auto; right: 0; }
.slider-btn-wrap { text-align: right; }
.slider-btn-wrap .btn-wrap { position: relative; max-width: 98px; display: inline-block; margin-left: auto; width: 100%; text-align: revert; }

/*Banner section*/
.sub-title-text .uagb-desc-text { font-size: 24px; font-weight: 300; line-height: 33.6px; }
.banner-caption p.uagb-desc-text { padding-left: 100px; position: relative; max-width: 820px; padding-top: 11px; padding-bottom: 11px; }
.banner-caption p.uagb-desc-text:hover:before { transform: translateY(-50%) rotate(90deg) }
.about-services .uagb-ifb-image-content { text-align: center; }
.taxonomy-terms-list-wrap { display: flex; flex-wrap: wrap; gap: 30px 35px; }
.taxonomy-terms-list-wrap .taxonomy-term-item-wrap { width: calc(33.33% - 24px); }
.taxonomy-terms-list-wrap .taxonomy-term-item-wrap a.taxonomy-term-item-link { display: inline-block; width: 100%; text-decoration: none; border-radius: 16px; overflow: hidden; transition: all 400ms ease; }
.taxonomy-terms-list-wrap .taxonomy-term-item-wrap .taxonomy-term-item-img { width: 100%; height: 212px; }
.taxonomy-terms-list-wrap .taxonomy-term-item-wrap .taxonomy-term-item-img img { width: 100%; height: 100%; object-fit: cover; transition: all 400ms ease; }
.taxonomy-terms-list-wrap .taxonomy-term-item-wrap .taxonomy-term-item-title { font-size: 28px; font-weight: 700; line-height: 39.2px; background-color: var(--ast-global-color-1); color: #fff; padding: 5px 16px; position: relative; z-index: 1; }
.view-more-link a { display: inline-block; border: 2px solid var(--ast-global-color-1); font-size: 24px; font-weight: 700; line-height: 28.2px; padding: 18px 42px; text-decoration: none !important; color: var(--ast-global-color-1); border-radius: 4px; }
.produts-section .view-more-link a {padding: 15px 16px;}
#gallery-slider img { max-width: 229px; max-height: 105px;     filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7481%) hue-rotate(260deg) brightness(116%) contrast(101%); }
#gallery-slider .swiper-slide { text-align: center; }


.view-more-link { padding-top: 50px; text-align: center; }
.view-more-link a:hover { color: #98BCDC; border-color: #98BCDC; }
.taxonomy-terms-list-wrap .taxonomy-term-item-wrap a.taxonomy-term-item-link:hover img { transform: scale(1.1); }
.arrow-btn-down { position: absolute; bottom: 20px; z-index: 1; }
.banner-inner { position: relative; }
.arrow-btn-down span.uagb-button__icon { transition: all 400ms ease; background-repeat: no-repeat; background-position: center; background-size: initial; background-image: url(includes/assets/images/arrow.svg); }
.arrow-btn-down span.uagb-button__icon svg { opacity: 0; }
.arrow-btn-down a.wp-block-button__link:focus span.uagb-button__icon { transform: rotate(136deg); }
.arrow-btn-down a.wp-block-button__link:hover, .arrow-btn-down a.wp-block-button__link:focus { background-color: #0D4678 !important; }
.arrow-btn-down a.wp-block-button__link:hover span.uagb-button__icon { transform: rotate(45deg); }
.nova_solution_category .taxonomy-term-item-wrap { overflow: hidden; position: relative; }
.nova_solution_category .taxonomy-term-item-wrap .taxonomy-term-item-img { height: 280px; border-radius: 16px; overflow: hidden; background-color: var(--ast-global-color-0); }
.nova_solution_category .taxonomy-term-item-wrap .taxonomy-term-item-title { position: absolute; top: auto; left: 50%; right: 0; background-color: transparent; transition: all 400ms ease; display: inline-block; transform: translate(-50%, -50%); width: 100%; text-align: center; bottom: -135px; }
.nova_solution_category .taxonomy-term-item-wrap .taxonomy-term-item-img img { opacity: 50%; }
.nova_solution_category .taxonomy-term-item-wrap:hover .taxonomy-term-item-title { bottom: 0; }
.nova_solution_category .learn-more-link a { padding: 12px 24px; display: inline-block; background-color: transparent; border: 2px solid #FFFFFF; color: #fff; font-size: 18px; font-weight: 700; border-radius: 4px; line-height: 28.8px; text-decoration: none; }
.nova_solution_category .taxonomy-term-item-wrap .taxonomy-term-item-title .title { margin-bottom: 32px; }
.nova_solution_category .learn-more-link a:hover { border-color: #98BCDC; color: #98BCDC; }
.nova_solution_category .taxonomy-term-item-wrap .taxonomy-term-item-title .title { font-size: 32px; font-weight: 500; line-height: 39.68px; }
.nova_solution_category .taxonomy-term-item-wrap .taxonomy-term-item-img:before { content: ''; background: linear-gradient(180deg, rgba(3, 17, 30, 0) 0%, #03111E 100%); width: 100%; height: 36%; position: absolute; border-radius: 0 0 16px 16px; bottom: 0; left: 0; right: 0; z-index: 1; transition: all 400ms ease; }
.nova_solution_category_section .view-more-link a { border-color: #fff; color: #fff; }
.nova_solution_category_section .view-more-link a:hover { color: #98BCDC; border-color: #98BCDC; }
.nova_solution_category .taxonomy-term-item-wrap:hover .taxonomy-term-item-img:before { height: 100%; border-radius: 16px; }
.services-section > div { max-width: calc(33.33% - 22px) !important }
.services-section a:hover + .uagb-ifb-content h3.uagb-ifb-title { color: #105796; }
.nova_solution_category_section .view-more-link { padding-top: 40px; }
.service-haeding { max-width: 1024px; margin-right: auto; }
.feature-installation-item-img { height: 220px; overflow: hidden; border-radius: 16px; }
.feature-installation-item-img img { width: 100%; height: 100%; object-fit: cover; }
.feature-installation-item-title h3 { color: #fff; font-weight: 500; margin: 18px 0 24px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 90px; }
.feature-installation-post-meta-fields ul { padding: 0; margin: 0; }
.feature-installation-post-meta-fields ul li { border-bottom: 1px solid #98BCDC; display: flex; flex-wrap: wrap; align-items: center; padding: 5px 0; }
.feature-installation-post-meta-fields ul li span.meta-field-label, .feature-installation-post-meta-fields ul li span.meta-field-value { font-size: 18px; font-weight: 700; line-height: 28.8px; color: #fff; width: 140px; display: inline-block; }
.feature-installation-post-meta-fields ul li span.meta-field-value { color: #98BCDC; font-weight: 400; width: calc(100% - 140px); }
.feature-installation-posts-list.slick-slider .slick-arrow { top: 90px; bottom: auto; }
.feature-installation-post-item { padding: 0 17px; }
.feature-installation-posts-list  .slick-list { margin: 0 -17px; }
.feature-installation-post-meta-fields ul li:first-child { padding-top: 0; }
.site-below-footer-wrap { min-height: auto; padding-top: 171px; padding-bottom: 171px; }
.footer-nav-wrap ul li { width: 100%; }
.footer-nav-wrap ul li a { font-size: 18px; font-weight: 400; line-height: 28.8px; color: var(--ast-global-color-0); padding: 0 0 24px !important; display: inline-block !important; }
.footer-nav-wrap ul li a:hover { color: var(--ast-global-color-1); }
.main-header-menu .sub-menu { background-color: transparent !important; }
.ast-footer-social-wrap .ast-builder-social-element:first-child {
    margin-right: 13px;
    width: 47px;
    padding-right: 16px !important;
    text-align: left;
    background-position: left;
}
.ast-footer-social-1-wrap .ast-builder-social-element svg {
    width: 36px;
    height: 36px;
}
/*========================== Blog Lisitng ==================*/
.blog-main-wrap { max-width: 100%; padding-top: 60px; padding-bottom: 60px; }
.blog .ast-pagination { display: inline-block; width: 100%; padding-top: 2em; text-align: center; margin: 0 auto; max-width: 100%; }
.blog .ast-pagination .navigation { display: inline-flex; }
.blog-title-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; border-bottom: 1px solid #1D2933; padding-bottom: 15px; margin-bottom: 15px; }
.blog-title { font-size: 32px; font-weight: 500; line-height: 39.68px; text-align: left; max-width: 79%; }
.blog-date { padding: 4px 12px 4px 12px; border-radius: 4px 0px 0px 0px; background: #EAF2F8; font-size: 16px; font-weight: 300; line-height: 19.84px; color: #03111E; }
.blog-desc-wrap { display: flex; flex-wrap: wrap; }
.blog-img { max-width: 220px; }
.blog-desc-wrap .blog-desc { width: calc(100% - 220px); font-size: 18px; font-weight: 400; line-height: 28.8px; text-align: left; padding-left: 15px; color: #03111E; }
.blog-img img { height: 115px; object-fit: cover; width: 220px; object-fit: cover; border-radius: 6px; }
.ast-pagination .pagination .page-numbers { display: inline-block; width: 42px; height: 42px; font-size: 16px; font-size: 1.06666rem; line-height: calc(2.33333em - 3px); font-weight: 500; border: 1px solid #EAF2F8; border-radius: 4px; background: #fff; margin: 0 3px; font-size: 18px; font-weight: 600; text-align: center; color: #03111E; }
.ast-pagination .pagination a.next.page-numbers:hover , .ast-pagination .pagination a.prev.page-numbers:hover { background-color: rgb(245 245 245 / 50%) !important; border-color: transparent; color: rgb(3 17 30 / 50%); }
.ast-pagination .pagination .page-numbers:hover {
    border: 1px solid #105796;
    color: #105796;
}
.ast-pagination .pagination .page-numbers.current {
    border: 1px solid #EAF2F8;
    background: #EAF2F8;
    color: #105796;
}
.archive .site-content .ast-container {
    display: inline-block;
}
.ast-pagination .nav-links {     display: flex;
    width: 100%;
    align-items: center;
    justify-content: center; }
.ast-pagination .pagination a.next.page-numbers { font-size: 0; background: url(./includes/assets/images/arrow-right.svg) no-repeat center; }
.ast-pagination .pagination a.prev.page-numbers { font-size: 0; background: url(./includes/assets/images/arrow-right.svg) no-repeat center; transform: rotate(180deg); }
.blog .site-content .ast-container { display: flex; flex-wrap: wrap; flex-direction: column; width: 100%; }
.inner-banner-content { width: 100%; display: inline-block; text-align: left; }
.inner-banner { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; background-repeat: no-repeat; background-position: bottom center; min-height: 310px; display: flex; align-items: center;background-size: cover; }
.ast-header-breadcrumb { width: 100%; position: absolute; z-index: 1; top: 110px; background: transparent; border: none; }
.our-approach .wp-block-uagb-container:before { content: ""; display: inline-block; position: absolute; right: 0; top: 0; background: url(./includes/assets/images/icon-right-top.png) no-repeat center; width: 115px; height: 135px; }
.about-wrap-content:before { content: ""; display: block; position: absolute; width: 100%; height: 99%; background: url(./includes/assets/images/about-bg_img.png) repeat-y center; background-position: top left; top: 18px; max-width:32%; right: 0; }
.footer-btn { display: inline-block; padding: 20px 41px; background-color: #fff; color: var(--ast-global-color-1) !important; font-size: 24px; font-weight: 700; line-height: 28.2px; border-radius: 4px; }
.footer-btn:hover { background-color: #D3E8FA; }
.site-footer .site-footer-below-section-1 { width: 315px; height: 98px; }
.site-footer .site-footer-below-section-1 aside, .site-footer .site-footer-below-section-1 aside * { width: 100% !important; height: 100% !important; }
.site-footer .ast-builder-footer-grid-columns:after { left: -57px; content: ''; position: absolute; width: 428px; height: 240px; bottom: 0; background-image: url(includes/assets/images/footer-icon.png); background-repeat: no-repeat; background-position: bottom; }
.site-footer .site-below-footer-wrap { padding: 0 !important; }
.site-footer .ast-builder-footer-grid-columns { position: relative; padding-top: 166px; padding-bottom: 180px; padding-right: 15px; padding-left: 15px; }
.footer-widget-area ul.ast-nav-menu li a:hover { color: #98BCDC; }
.footer-nav-wrap ul li a { position: relative; }
.footer-nav-wrap ul li a:after { content: ''; border-bottom: 1px solid #98BCDC; bottom: 23px; position: absolute; width: 1%; left: 0; opacity: 0; transition: all 400ms ease; }
.footer-nav-wrap ul li a:hover:after { width: 100%; opacity: 1; }
.ast-builder-html-element a.contacts-footer { display: inline-block; width: 100%; padding-bottom: 16px; }
.social-media-wrap { padding-top: 24px; display: inline-block; padding-bottom: 5px; font-weight: 400; }
.footer-social-inner-wrap .footer-social-item span { opacity: 0; }
.footer-nav-wrap { padding-right: 0; padding-left: 110px; }
.footer-widget-area[data-section="section-fb-html-1"] a { font-weight: 400; }
.site-footer-section-4 p strong { font-weight: 600; }
.footer-social-inner-wrap a.ast-facebook, .footer-social-inner-wrap a.ast-whatsapp, .footer-social-inner-wrap a.ast-linkedin {background-size: contain; background-position: center; background-repeat: no-repeat; }
.footer-social-inner-wrap a.ast-whatsapp { margin-right: 13px; padding-right: 16px; border-right: 1px solid #98BCDC; background-image: url(includes/assets/images/whatsapp.png); }
.footer-social-inner-wrap a.ast-linkedin {margin:0 3px 0 0 !important; background-image: url(includes/assets/images/linkedin.png); margin: 0; }
.footer-social-inner-wrap a.ast-facebook { background-image: url(includes/assets/images/facebook.png); }
.site-footer-section-4 p { font-size: 24px; font-weight: 600; line-height: 33.6px; }
.home .site-below-footer-wrap[data-section="section-below-footer-builder"] { background-color: #fff; }
.home .site-footer .site-footer-below-section-1 img { filter: brightness(0) saturate(100%) invert(22%) sepia(84%) saturate(1487%) hue-rotate(190deg) brightness(95%) contrast(90%); }
.home #astra-footer-menu .menu-item > a { color: #03111E !important; }
.home #astra-footer-menu .menu-item > a:hover { color: #105796 !important; }
.home .footer-nav-wrap ul li a:after { border-color: #105796; }
.home .footer-widget-area[data-section="section-fb-html-1"] a, .home .social-media-wrap { color: #03111E !important; }
 .home div.footer-widget-area .ast-builder-html-element p.contacts-footer{color: #03111E ;     font-weight: 400;}

.home .footer-widget-area[data-section="section-fb-html-1"] a:hover { color: #105796 !important; }
.home .site-footer .ast-builder-footer-grid-columns:after { filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(244%) hue-rotate(226deg) brightness(89%) contrast(91%); }
.home .footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element { color: #105796 !important; }
.home .footer-btn { background-color: var(--ast-global-color-1); color: #fff !important; }
.home .footer-btn:hover { background-color: #3774AA; }
.home .footer-social-inner-wrap a.ast-facebook, .home .footer-social-inner-wrap a.ast-whatsapp, .home .footer-social-inner-wrap a.ast-linkedin { filter: brightness(0) saturate(100%) invert(22%) sepia(67%) saturate(1720%) hue-rotate(188deg) brightness(98%) contrast(91%); }
.about-us .site-below-footer-wrap[data-section="section-below-footer-builder"] { background-color: #fff; }
.about-us .site-footer .site-footer-below-section-1 img { filter: brightness(0) saturate(100%) invert(22%) sepia(84%) saturate(1487%) hue-rotate(190deg) brightness(95%) contrast(90%); }
.about-us #astra-footer-menu .menu-item > a { color: #03111E !important; }
.about-us #astra-footer-menu .menu-item > a:hover { color: #98bcdc !important; }
.about-us .footer-widget-area[data-section="section-fb-html-1"] a, .about-us .social-media-wrap { color: #03111E !important; }
.about-us .footer-widget-area[data-section="section-fb-html-1"] a:hover { color: #105796 !important; }
.about-us .site-footer .ast-builder-footer-grid-columns:after { filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(244%) hue-rotate(226deg) brightness(89%) contrast(91%); }
.about-us .footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element { color: #105796 !important; }
.about-us .footer-btn { background-color: var(--ast-global-color-1); color: #fff !important; }
.about-us .footer-btn:hover { background-color: #3774AA; }
.about-us .footer-social-inner-wrap a.ast-facebook, .about-us .footer-social-inner-wrap a.ast-whatsapp, .about-us .footer-social-inner-wrap a.ast-linkedin { filter: brightness(0) saturate(100%) invert(22%) sepia(67%) saturate(1720%) hue-rotate(188deg) brightness(98%) contrast(91%); }
.about-us #astra-footer-menu .menu-item > a:hover { color: #105796 !important; }
.searchwp-live-search-results-showing { background: #ffff; border: 0px !important;    /* box-shadow: none; */ border-radius: 0px; }
h4.searchwp-live-search-result--title, h4.searchwp-live-search-result--title a {
    font-size: 18px;
    font-weight: 400;
       
    display: inline-block;
    width: 100%;
    line-height: 28.8px;
    color: #03111E;
    margin: 0;
}
.searchwp-live-search-result {  padding: 0 16px;;gap: 16px;margin: 0 0 10px !important;border: 0px;}

.searchwp-live-search-results-container {padding-top: 16px;}
h4.searchwp-live-search-result--title a:hover { color: #105796; }
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item { margin: 0 23px; }
.dropdown-menu-toggle { display: none; }
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item ul.sub-menu { box-shadow: none;/* background-color: rgb(255 255 255 / 60%) !important */ }
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item > a.menu-link { margin: 0; padding: 27px 5px !important; }
.feature-installation-posts-list {/* overflow: hidden; */}
.single-post .inner-banner { margin: 0; left: 0; right: 0; padding-top: 78px; background-size: cover; align-items: initial; }
.single-post .site-content > .ast-container { flex-wrap: wrap; max-width: 100%; padding-left: 0; padding-right: 0px; }
.blog-detail-main-wrap { max-width: 900px; }
.single-post.ast-plain-container  #primary { margin-top: 0; margin-bottom: 0; }
.blog-detail-main-section { position: relative; padding-top: 60px; padding-bottom: 80px; }
/*.footer-nav-wrap ul li:last-child a { padding-bottom: 0 !important; }*/
.blog-detail-main-section:after {
    z-index: -1;
    content: '';
    background-image: url(includes/assets/images/single-bg.png);
    background-repeat: repeat-y;
    position: absolute;
    right: 0;
    height: 100%;
    max-width: 30%;
    width: 100%;
    top: 40px;
    background-position: top right;
    background-size: contain;
}
.site-content .ast-container { width: 100%; }
.blog-detail-title-wrap h2 { font-size: 32px; font-weight: 500; line-height: 39.68px; color: #03111E; border-bottom: 1px solid #959694; padding-bottom: 12px; }
.blog-detail-img  img { width: 100%; height: 100%; object-fit: cover; }
.blog-detail-img { height: 440px; width: 100%; border-radius: 12px; overflow: hidden; margin: 40px 0; }
.blog-detail-desc { color: #3C3D3B; font-size: 18px; font-weight: 300; line-height: 28.8px; }
.blog-detail-desc h3 { color: #3C3D3B !important; font-size: 24px; font-weight: 400; line-height: 33.6px; margin: 0 0 10px; }
.blog-detail-desc h4 { color: #105796; font-size: 18px; font-weight: 600; line-height: 28.8px; padding-left: 20px; }
.blog-detail-desc ul li { color: #3C3D3B; list-style: disc; }
.blog-detail-desc ul { padding-left: 50px; padding-bottom: 16px; }
.blog-detail-desc h2 { font-size: 32px; font-weight: 500; line-height: 39.68px; color: #03111E; border-bottom: 1px solid #959694; padding-bottom: 12px; margin-bottom: 24px; }

/*.blog-detail-desc .wp-block-heading { color: #03111E; }*/
.blog-detail-desc p { margin-bottom: 24px; }
.blog-detail-desc .wp-block-image { margin: 30px 0; }
.blog-detail-desc .wp-block-image img { width: 100%; }
.single-post .inner-banner .inner-banner-content h1, .inner-banner-content h1 { font-size: 48px; font-weight: 700; margin: 0; padding-bottom: 100px; line-height: 57.6px; padding-top: 60px; }
.ast-breadcrumbs li a, .ast-breadcrumbs li { color: #3C3D3B; font-size: 18px; font-weight: 300; line-height: 28.8px; }
.ast-breadcrumbs li.trail-end span { font-weight: 400; }
.blog-detail-desc ul li::marker { color: #105796 !important; }

.blog-main-list .blog-block + .blog-block {
    padding-top: 60px;
}
.trail-items li::after { background-image: url(includes/assets/images/right-arrow.png); width: 13px; height: 13px; display: inline-block; padding: 0; content: ''; background-size: contain; background-repeat: no-repeat; background-position: center; margin: 0 8px; }
.logo-caroual img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7481%) hue-rotate(260deg) brightness(116%) contrast(101%);
}

/*Milestone second*/
.post-type-archive-nova_product .product-categories {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    gap: 8px;
}

.post-type-archive-nova_product .product-categories .category-button {
    border: 1px solid #03111E;
    border-radius: 4px;
    padding: 9px 22px 9px 22px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    background-color: transparent;
    color: #03111E;
}
.post-type-archive-nova_product .product-categories .category-button.active {
    background-color: #105796;
    border-color: #105796;
    color: #fff;
}
.post-type-archive-nova_product .product-categories .category-button:hover {
    background-color: transparent;
    color: #105796;
    border-color: #105796;
}

.post-type-archive-nova_product .products-listing h2 {
    color: #03111E;
    padding-bottom: 40px;
    margin-bottom: 0;
}

 .products-grid {
    display: flex;
    gap: 27px;
    flex-wrap: wrap;
}

.product-thumbnail {
    position: relative;
    margin-bottom: 18px;
}

.product-thumbnail img {
    border-radius: 12px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.single-nova_solution .wp-block-uagb-image__figure img {
    box-shadow: 1px 2px 8px #ababab70 !important;
    border-radius: 7px;
} 
.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.overlay a {
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    padding: 12px 24px;
    color: #fff;
}
.product-thumbnail:hover .overlay{
    opacity: 1;
}
.product-thumbnail:hover::before {
    content: '';
    background-color: rgb(3 17 30 / 70%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    transition: background 0.5s;
    border-radius: 12px;
}
.overlay a:hover {
    border-color: #98BCDC;
    color: #98BCDC;
}
.products-grid .single-product h4 {
    color: #03111E;
    font-size: 27px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 0;
}

.products-grid .single-product h4:hover {
    color: #105796;
}

.products-grid .single-product p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #03111E;
    margin-bottom: 0;
}
.post-type-archive-nova_product .single-product, .post-type-archive-nova_solution .single-product{
    padding-bottom: 40px;
    width: 32%;
}
.post-type-archive-nova_product .category-section {
    padding-bottom: 80px;
}

.post-type-archive-nova_product .products-listing {
    padding-bottom: 80px;
}
.wa__btn_popup {
    bottom: 100px !important;
    right: 22px !important;
}

/*product solution*/
.post-type-archive-nova_solution .products-listing {
    padding: 60px 0;
}
.post-type-archive-nova_solution .products-grid {
    padding-bottom: 80px;
}
.post-type-archive-nova_solution .category-description {
    max-width: 1024px;
    padding-bottom: 10px;
}
.post-type-archive-nova_solution .products-grid, .post-type-archive-nova_solution .category-section {
    position: relative;
}
.post-type-archive-nova_solution .category-section:first-child::after {
    content: '';
    background: url('includes/assets/images/bg_img.svg');
    width: 574px;
    height: 584px;
    display: block;
    position: absolute;
    right: -19%;
    top: 8%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}
.post-type-archive-nova_solution .category-section:nth-child(2) .products-grid::after {
    content: '';
    background: url('includes/assets/images/bg_img.svg');
    width: 574px;
    height: 584px;
    display: block;
    position: absolute;
    right: -19%;
    bottom: 12%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}

.post-type-archive-nova_solution .category-section:last-child .products-grid::after {
    content: '';
    background: url('includes/assets/images/bg_img.svg');
    width: 574px;
    height: 584px;
    display: block;
    position: absolute;
    right: -19%;
    top: 10%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}



/*products details*/

.single-nova_product .single-post-wrap {
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    min-height: 310px;
    background-position: bottom center;
    position: relative;
    background-size: cover;
}
.single-nova_product .single-post-wrap .inner-banner {
    left: 0;
    right: 0;
    margin: 0;
    position: static;
    width: 100%;
    min-height: auto;
}

.single-nova_product .single-post-wrap .ast-header-breadcrumb {
    position: absolute;
    padding: 40px  0 0 0;
    top: 0;
}
.single-nova_product .inner-banner-content .inner-banner-content-left {
    padding-top: 125px;
}

.single-nova_product .inner-banner-content .inner-banner-content-left h1 {
    border-bottom: 2px solid #959694;
    padding-bottom: 18px !important;
    display: inline-block;
    width: 100%;
}

.single-nova_product .inner-banner-content .inner-banner-content-left h3 p {//
    styleName: Text Large Regular;
    font-family: Public Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: left;
    color: #03111E;
    margin: 18px 0 0;
}
.single-nova_product .single-post-wrap .inner-banner .ast-container{
    width: 100%;
    position: relative;
}

.single-nova_product .site-content {
    padding-top: 00px;
}
.single-nova_product h1 {
    padding: 0 !important;
}

.single-nova_product  .inner-banner-content {
    display: flex;
    justify-content: space-between;
    /*padding-top: 56px;*/
    flex-wrap: wrap;
}
.inner-banner-content-right {
    position: relative;
    top: 29px;
}
/*.single-nova_product .inner-banner-content-right {
    position: absolute;
    right: calc(100% - 1440px);
    top: -29px;
}*/
.single-nova_product .inner-banner-content-right img {
    border-radius: 20px;
    overflow: hidden;
    height: 308px;
    width: 460px;
    object-fit: cover;
}

.single-nova_product .single-post-detail-main-section {
    padding-top: 60px;
    position: relative;
    margin-bottom: 154px;
    overflow: hidden;
}
.single-nova_product .single-post-detail-main-section:after {
    content: '';
    background-image: url(includes/assets/images/single-bg-right.png);
    background-repeat: repeat-y;
    position: absolute;
    right: 0;
    height: 100%;
    max-width: 30%;
    width: 100%;
    top: 40px;
    right: -258px;
    background-position: top right;
    right: -99px;
    z-index: -1;
    background-size: contain;
}
.single-nova_product .single-post-detail-main-section {
    padding-top: 0px;
}
.single-nova_product .single-post-detail-main-wrap {
    max-width: 926px;
}
.single-nova_product .principle-of-operation-section h2 {
    border-bottom: 1px solid #959694;
    padding-bottom: 10px;
    font-family: Public Sans;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: left;
    color: #03111E;
        padding-left: 20px;
    padding-right: 20px;
}
.single-post-detail-desc-wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
}
.single-nova_product .key-steps-section h2 {
    font-family: 'Public Sans';
    font-size: 32px;
    font-weight: 500;
    line-height: 39.68px;
    color: #03111E;
}

.single-nova_product .key-steps-section {
    padding-top: 154px;
}

.single-nova_product .steps-wrap .steps-item:nth-child(odd) {
    background-color: #F5F5F5;
}

.single-nova_product .steps-wrap .steps-item {
    padding: 24px 20px;
    border-radius: 12px;
    display: flex;
    margin-bottom: 12px;
}

.single-nova_product .steps-wrap .steps-item h3 {
    width: 360px;
    font-family: 'Public Sans';
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: left;
    color: #02090F;
}
.key-step-description {
    width: calc(100% - 360px);
    padding-left: 20px;
}
.key-step-description h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    padding: 0 16px 16px;
    margin: 0;
    border-bottom: 1px solid #5A5B59;
     color: #03111E;
}
.key-step-description h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    padding: 0 16px 16px;
    margin: 0;
    border-bottom: 1px solid #5A5B59;
}

.key-step-description ul li {
    list-style: disc; 
    font-size: 18px;
    font-weight: 300;
    line-height: 28.8px;
    color: #3C3D3B;
}

.key-step-description ul li::marker {
    color: #105796;
}

.key-step-description ul {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 3px;
}

.key-step-description ul li strong {
    font-weight: 600;
}
.single-nova_product .steps-wrap .steps-item p {flex: 1 0 0;}

.single-nova_product .steps-wrap .steps-item:nth-child(even) {
    background-color: #EAF2F8;
}
.features-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.features-wrap .feature-item {
    width: 33.33%;
    background-color: #F5F5F5;
    border-radius: 12px;
    position: relative;
    padding: 32px 42px;
}

.features-wrap .feature-item h3 {
    font-family: 'Public Sans';
    font-size: 32px;
    font-weight: 500;
    line-height: 39.68px;
    text-align: left;
    color: #105796;
}

.feature-item::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(./includes/assets/images/icon-right-top.png) no-repeat center;
    width: 115px;
    height: 135px;
}


.wp-block-lcb-logo-carousel{
    padding: 0 !important;
}

/* gallery section CSS */

.gallery-section {
   padding: 154px 0 50px;
}

.gallery-main-display {
    text-align: center;
    overflow: hidden;
}

.gallery-main-display .swiper-container {
    max-width: 100%;
    height: auto;
}

.gallery-thumbnails {
    margin-top: 15px;
}

.gallery-thumbnails .swiper-container {
    display: flex;
    justify-content: center;
}

.gallery-thumbnails .swiper-slide {
    width: auto;
    height: auto;
    cursor: pointer;
}

.gallery-thumbnails .swiper-slide img {
    width: 100px;
    height: auto;
    object-fit: cover;
    border: 2px solid transparent;
}

.gallery-thumbnails .swiper-slide-active img {
    border: 2px solid #0073aa; /* active thumbnail border color */
}

/*contact us */
.contact-us-section-column {
    padding: 0 118px;
    gap: 58px;
}
.our-presence-container {
    background: url(includes/assets/images/map.svg);
    background-repeat: no-repeat;
    background-size: 106px 144px;
    background-position: top right;
}
.main-header-menu > li > ul.sub-menu > li > ul > li > a {
    font-weight: 600;
}
.get-in-touch-container{
    background: url(includes/assets/images/get-in-touch.svg);
    background-repeat: no-repeat;
    background-size: 116px 164px;
    background-position: 100% -21px;
}
.contact-us-form-wrap .contact-field {
    width: 48%;
    margin-bottom: 10px;
}
.custom-response-popup.active { display: block; }
.custom-popup-content .form-response {
    font-size: 17px;
    padding: 0 15px 15px;
}
.custom-response-popup {
    position: fixed;
    top: 50%;
    transform: translate(-50% , -50%);
    left: 50%;
    z-index: 4;
    background-color: #fff;
    box-shadow: 3px 4px 60px 0px #a3a3a370;
    max-width: 350px;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    display: none;
    text-align: center;
}

.custom-response-popup span.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 47px;
}
.contact-us-form-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: space-between;
}

.contact-us-form-wrap input {
    border: 1.5px solid #E0E0E0;
    border-radius: 4px;
    color: #828282;
    font-family: 'Public Sans';
    font-size: 16px;
    font-weight: 300;
    line-height: 19.84px;
}
.contact-us-form-wrap input:focus {
    border: 1.5px solid #98BCDC !important;
}
.get-in-touch-container p, .get-in-touch-container h5 {
    margin-bottom: 5px !important;
}
.contact-us-form-wrap textarea {
    width: 100%;
}
.contact-us-form-wrap label {
    font-family: 'Public Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
}
.contact-us-form-wrap .textarea {
    width: 100%;
}
.contact-us-form-wrap textarea:focus {
    border: 1.5px solid #98BCDC !important;
}

.contact-button .wpcf7-submit {
    background-color: #105796 !important;
    border-radius: 4px;
    padding: 12px 40px;
    font-family: 'Public Sans';
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    color: #fff !important;
}

.contact-us-form-wrap p {
    margin-bottom: 0 !important;
}
.contact-button .wpcf7-submit:hover {
    background-color: #3774AA !important;
    border-color: #3774AA;
    color: #fff !important;
}

.get-in-touch-container:hover, .our-presence-container:hover {
    background-color: #EAF2F8;
}
.design_options_and_variations {
    background: #EAF2F8;
    padding: 90px 0;
}
.design_options_and_variations {
    background-color: #EAF2F8;
    padding: 90px 0;
}
.padding-left {
    padding-left: calc((100% - 1400px) / 2);
}
.design-title h2 { 
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #03111E;
    padding: 12px 20px;
    border-bottom: 1px solid #959694;
}
.design-title{
    max-width: 926px;
}
.options--mian-item {
    position: relative;
    width: 906px;
    background: #FFFFFF;
    margin-right: 20px;
    padding: 24px 24px 13px;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}
.design-options-title > p {
    padding: 40px 20px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 28.8px;
    text-align: left;
}

.design-options-title > p a {
    font-weight: 600;
    color: #105796;
}
.options--mian-item .option-item-image {
    width: 192px;
    height: 192px !important;
    border-radius: 8px;
}
.options--mian-item .option-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.option-item-content {
    width: calc(100% - 192px);
    padding-left: 20px;
}

.option-item-content h3 { 
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    color: #03111E;
    margin-bottom: 12px;
}

.option-item-content ul li { 
    font-size: 18px;
    font-weight: 300;
    color: #03111E;
    line-height: 28px;
    list-style: disc;
}

.option-item-content ul {
    padding-left: 19px;
}

.option-item-content ul li::marker {
    color: #105796;
}
.options-wrap .slick-list .slick-track {
    display: flex;
    flex-wrap: wrap;
}

.options-wrap .slick-list .slick-slide {
    height: auto;
}

.options-wrap .slick-list  div {
    height: 100%;
}
.features-benefits-section {
    padding: 154px 0;
}
.features-benefits-section .features-wrap {
    display: grid;
    margin-top: 40px;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
}

.features-benefits-section .features-wrap .feature-item {
    width: auto;
}
.features-benefits-section .features-wrap .feature-item h3 {
    margin-bottom: 24px;
}
.featured-installations-section {
       padding: 154px 0 125px;
    background-repeat: no-repeat;
    background-position: right top;
}

.options--mian-item:after {
    content: '';
    background-image: url(includes/assets/images/Design-Options.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 100%;
    width: 390px;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}
.featured-installations-title h2 {
    color: #fff;
}

.featured-installations-title {
    max-width: 1024px;
    color: #98BCDC;
    margin-bottom: 40px;
}

.featured-installations-title p {
    margin: 0;
}
.full-border {
    max-width: 100%;
}

.resources-section {
    padding: 50px 0 200px;
}

.resources-section .design-title {
    padding-bottom: 40px;
}

.resources-wrap {
    display: grid;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
}
.resources-item {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.resources-item img.resources-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.resources-item .resource-right {
    width: calc(100% - 77px);
}

.resources-item .resource-right h3 {
    color: #03111E;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 2px;
}

.resources-item .resource-right  p {
    margin: 0; 
    font-family: Public Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.84px;
    text-align: left;
}

.resources-item .resource-right a.download-btn {
    font-family: Public Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #105796;
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 2px;
}
.resources-item .resource-right a.download-btn:after {
    content: '';
    background-image: url(includes/assets/images/download-alt.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px; 

}
.gallery-main-display .swiper-wrapper {
    /*height: 720px;*/
    width: 95%;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
}
.gallery-main-display .swiper-wrapper iframe,
.gallery-main-display .swiper-wrapper  video,
.gallery-main-display .swiper-wrapper  img {
    width: 100%;
    height: 100%;
        border-radius: 12px;
    object-fit: cover;
}
.main-swiper .slick-track .slick-slide div {
    height: 100%;
}
.thumbs-swiper .slick-track {
}

.thumbs-swiper .slick-track .slick-slide {
    padding: 0 11.5px;
}

.main-swiper .slick-track .slick-slide { height: 720px; }
.thumbs-swiper .slick-track .slick-slide .swiper-slide * {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 12px;
}

.thumbs-swiper .slick-list {
    margin: 0 -11px;
}
.single-post-wrap {
    background-repeat: no-repeat;
    background-size: cover;
} 
.single-post-wrap .inner-banner .ast-container {
    width: 100%;
}
 
 .gallery-section .design-title {
    margin-bottom: 30px;
}
/*.main-swiper .slick-track .slick-slide {
    height: 380px;
}*/
.main-header-menu > li > ul.sub-menu > li > ul.sub-menu ul {
    position: initial;
}

.main-header-menu > li > ul.sub-menu > li > ul.sub-menu ul a.menu-link {
    padding: 0;
}

.main-header-menu > li > ul.sub-menu > li > ul.sub-menu ul a.menu-link {}

.main-header-menu > li > ul.sub-menu > li > ul.sub-menu ul li {
    padding-left: 20px;
}

.main-header-menu > li > ul.sub-menu > li > ul.sub-menu ul {
    padding-left: 35px;
}

.main-header-menu > li > ul.sub-menu > li > ul.sub-menu ul li {
    display: list-item;
    list-style: disc !important;
}
.design_options_and_variations .design-options-title.design-title {
    margin-bottom: 40px;
}
.single-post-detail-main-wrap {
    max-width: 960px;
}
.optimal-performance-section::after ,
.nova_solution-weap:after{
    content: '';
    width: 560px;
    height: 560px;
    background-image: url(includes/assets/images/bg_2.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
        background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}
.nova_solution-weap {
    position: relative;
}
.nova_solution-template-default .single-post-detail-main-wrap:after{ 
background-image: url(includes/assets/images/bg_1.png); } 
.high-efficiency-section { padding-bottom: 154px; }
.optimal-performance-section {
    padding-top: 154px;
    position: relative;
}

.optimal-performance-section .performance-section {
    max-width: 927px;
}

.optimal-performance-section .performance-section .optimal-performance-wrap {
    padding: 0 20px;
}

.high-efficiency-section h2 { 
    font-family: Public Sans;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: left;
    color: #03111E;
    border-bottom: 1px solid #959694;
    padding: 0 20px;
    padding-bottom: 12px;
    margin-bottom: 40px;
}
.contact-num a {
    text-decoration: none !important;
}
.contact-num a:hover {
    color: var(--ast-global-color-1);
}
.nova_solution-template-default .inner-banner h1 {
    padding-top: 134px;
}
.error-icon {
    width: 75px;
    margin:0 auto 20px;
}
.error-wrap {
    display: flex;
    flex-direction: column;
    margin: 80px 0 80px;
    padding: 0 15px;
}

.error-wrap .ast-404-layout-1 {
    margin: 0;
}  

.widget_search .search-form .search-field {
    background-color: transparent; 
    box-shadow: none;
    border: 1px solid var(--ast-global-color-1);
    border-radius: 3px;
}


.widget_search .search-form input[type=submit] {
    width: 45px;
    padding: 0;
    height: 38px;
}

.widget_search .search-form button {top: 50%;transform: translateY(-50%);}

.ast-404-search .widget_search {
    position: relative;
}

section.error-404.not-found h1.page-title {
    font-size: 48px;
    color: #000;
}
.search-results .ast-row { grid-column-gap: 32px; grid-row-gap: 32px; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr ; grid-auto-columns: 1fr; display: grid; max-width: 1440px; margin: 0 auto;     padding-left: 20px;padding-right: 20px; }


.search-results .ast-row .single-product { width: 33.; }
.search-results .ast-row h4, .search-results .ast-row p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.search-results .ast-row p { -webkit-line-clamp: 3; }
.popup-active:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
}

.popup-active {
    overflow: hidden;
}

/*Responsive*/

@media (max-width:1600px) {
    /*.about-wrap-content:before { max-width: 484.82px; }*/
    /*.blog-detail-main-section:after { max-width: 622px; }*/
    .blog-detail-main-wrap { max-width: 790px; }
    .post-type-archive-nova_product .product-categories .category-button {
        font-size: 16px;
    }
    .products-grid .single-product h4 {font-size: 28px;}

    .products-grid .single-product p {
        font-size: 16px;
        line-height: 26px;
    }
    .post-type-archive-nova_product .category-section{
        padding-bottom: 40px;
    }
    .post-type-archive-nova_product .products-listing{
        padding-bottom: 40px;
    }
    .products-grid {
        gap: 20px;
    }
    .optimal-performance-section::after, .nova_solution-weap:after {
        width: 300px;
        height: 300px;
    }
    .contact-us-section-column { padding: 0 50px; } 
 
}



@media (min-width:1201px) {
    #ast-mobile-header { display: none !important; }

    /*.site-content.selected, .ast-header-breadcrumb.selected { filter: blur(50px); }*/
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item > a.menu-link:after { content: ''; position: absolute; width: 100%; border-bottom: 2px solid #105796; bottom: 15px; left: 0; opacity: 0; visibility: hidden; transition: all 400ms ease; }
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item > a.menu-link:hover, .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item.current-menu-item > a.menu-link { color: #105796; }
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item > a.menu-link, .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item.current-menu-item  > a.menu-link { position: relative; }
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item:hover > a.menu-link:after, .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item.current-menu-item > a.menu-link:after { opacity: 1; visibility: visible; }
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item > ul.sub-menu> li > a { font-size: 19px; font-weight: 600; line-height: 28.8px; border-bottom: 1px solid #105796 !important; margin-bottom: 10px; }
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item > ul.sub-menu { padding-top: 32px; }
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item:hover > ul.sub-menu  ul.sub-menu { opacity: 1; visibility: visible; }
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item > ul.sub-menu ul.sub-menu li { padding: 4px 0; }
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item > ul.sub-menu ul.sub-menu li a { font-size: 17px; }
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item > ul.sub-menu:after { content: ''; width: 100vw; background-color: #e1f1ff33; -webkit-backdrop-filter: blur(50px); backdrop-filter: blur(20px); height: 100%; position: absolute; margin-left: -50vw; margin-right: -50vw; top: 0; left: 50%; z-index: -1; height: 100vh; right: 50%; transition: all 400ms ease; }
    .ast-search-menu-icon.slide-search .search-form input { font-size: 18px; font-weight: 300; line-height: 28.8px; padding-left: 5px }
    .ast-search-menu-icon.slide-search .search-form input::-ms-input-placeholder {  
    color: #03111E }
    .ast-search-menu-icon.ast-dropdown-active .search-field { width: 200px; }
    .ast-search-menu-icon.slide-search input.search-field { width: 258px !important; box-shadow: none !important; color: #03111E; font-size: 18px; font-weight: 300; line-height: 28.8px; }
    .ast-search-menu-icon.slide-search .search-form { position: initial !important; transform: none !important; opacity: 1 !important; visibility: visible !important; border: 0px; box-shadow: none !important; border-bottom: 1px solid #105796 !important; }
    .ast-search-menu-icon.slide-search .ast-search-icon { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
    .ast-search-menu-icon.slide-search .search-form input::placeholder { color: #03111E }
    .ast-search-icon .ast-icon svg { display: none; }
    .ast-search-icon .ast-icon:after { display: inline-block; content: ''; background-image: url(includes/assets/images/search-alt.png); width: 24px; height: 24px; background-position: center; background-repeat: no-repeat; background-size: contain; }
    .feature-installation-posts-list.slick-slider .slick-arrow.slick-prev { left: -41px; }
    .feature-installation-posts-list.slick-slider .slick-arrow.slick-next { right: -41px; }
    

}
@media (min-width:1300px) {
    .feature-installation-posts-list.slick-slider .slick-arrow.slick-prev { left: -50px; }
    .feature-installation-posts-list.slick-slider .slick-arrow.slick-next { right: -50px; }
}
@media screen and (min-width:922px) and (max-width:1200px) {
    
    #ast-mobile-header { display: block !important; }
}
@media screen and (max-width:1600px) and (min-width:1200px) {
    /*.blog-detail-main-section:after { max-width: 470px; background-size: contain; }*/
    .uagb-container-inner-blocks-wrap, .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row, .container, .ast-container { --inner-content-custom-width: min(100%, 1170px) !important; max-width: 1170px; }
    .ast-container ,.search-results .ast-row { max-width: 1210px; }
    body, button, input, select, textarea, .ast-button, .ast-custom-button, .uagb-desc-text, .sub-title-text .uagb-desc-text { font-size: 16px; line-height: 28px; }
    h1, .entry-content h1 { font-size: 50px; line-height: 60px; }
    h2, .entry-content h2 { font-size: 35px; line-height: 42px; }
    h3, .entry-content h3 { font-size: 28px; line-height: 35px; }
    .down-arrpw .wp-block-button__link { padding: 16px !important; position: relative; top: 10px; }
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item { margin: 0 10px; }
    .service-haeding { max-width: 70%; }
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item >ul.sub-menu { padding-left: 30px; padding-right: 30px; }
    .footer-nav-wrap { padding-left: 50px; }
    .site-footer .ast-builder-footer-grid-columns { padding-top: 80px; gap: 20px !important; padding-bottom: 80px; }
    .site-footer .site-footer-below-section-1 { width: 230px; height: auto; }
    /*.about-wrap-content:before { max-width: 310px; }*/
    .nova_solution_category .taxonomy-term-item-wrap .taxonomy-term-item-title .title { font-size: 25px; }
    .about-wrap-content:before { max-width: calc(100% - 80%); }
    .main-header-menu > li > ul.sub-menu { max-width: 1210px; }
}
@media screen and (max-width:1200px) and (min-width:921px) {
    .uagb-container-inner-blocks-wrap, .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row, .container, .ast-container  ,.search-results .ast-row { --inner-content-custom-width: min(100%, 1170px) !important; max-width: 1170px; }
    body, button, input, select, textarea, .ast-button, .ast-custom-button, .uagb-desc-text, .sub-title-text .uagb-desc-text { font-size: 16px; line-height: 28px; }
    h1, .entry-content h1 { font-size: 50px; line-height: 60px; }
    h2, .entry-content h2 { font-size: 35px; line-height: 42px; }
    h3, .entry-content h3 { font-size: 28px; line-height: 35px; }
    .down-arrpw .wp-block-button__link { padding: 16px !important; position: relative; top: 10px; }
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item { margin: 0 20px; }
    .service-haeding { max-width: 70%; }
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item >ul.sub-menu { padding-left: 30px; padding-right: 30px; }
    .site-footer .site-footer-below-section-1 { width: 230px; height: auto; }
    /*.about-wrap-content:before { max-width: 310px; }*/

    .search-results .ast-row {     grid-template-columns: 1fr 1fr 1fr  ; }
}
@media(max-width:1500px) {
    .post-type-archive-nova_product .single-product,  .post-type-archive-nova_solution .single-product{
        width: 30%;
    }
    .products-grid {
        gap: 50px;
    }
}
@media screen and (max-width:1200px) {
    .feature-installation-posts-list { max-width: 90%; margin: 0 auto; }
    .feature-installation-posts-list.slick-slider .slick-arrow.slick-prev { left: -41px; }
    .feature-installation-posts-list.slick-slider .slick-arrow.slick-next { right: -41px; }
    .ast-header-search .astra-search-icon { font-size: 24px; }
    .ast-icon.icon-search svg { color: #105796; }
    /*.blog-detail-main-section:after { max-width: 470px; background-size: contain; }*/
    .blog-detail-main-section:after { opacity: 0; }
    .blog-detail-main-wrap { max-width: 100%; }
    .ast-builder-menu-mobile .main-navigation .menu-item:hover > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle { background-color: inherit !important; }
    .about-wrap-content:before { display: none; }
    #ast-desktop-header { display: none !important; }
    .footer-nav-wrap { padding-left: 20px; }
    .site-footer .ast-builder-footer-grid-columns { padding-top: 80px; gap: 20px !important; padding-bottom: 80px; }
    .site-footer .site-footer-below-section-1 { width: 230px; height: auto; }
    #ast-hf-mobile-menu li.menu-item { position: relative !important; line-height: normal; }
    .ast-main-header-nav-open .site-content { filter: blur(50px); }
    .ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu { padding-left: 0; }
    .ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu li a { padding-left: 40px !important; }
    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle { outline: none; box-shadow: none; display: inline-block; color: #fff; height: 45px; top: 0; }
    .ast-mobile-header-wrap a { font-size: 20px; }
    .ast-main-header-nav-open { overflow: hidden; }
    #ast-desktop-header nav.site-navigation { overflow: auto; height: calc(100vh - 120px); }
    .ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu li a { padding-left: 25px !important; }
    #ast-hf-mobile-menu li ul.sub-menu li a { padding-left: 30px !important; padding-top: 0; padding-bottom: 0; }
    .main-header-menu .sub-menu .menu-item .sub-menu li a { padding-left: 30px !important; }
    .ast-mobile-header-content ul#ast-hf-mobile-menu { background-color: #105796; height: calc(100vh - 60px); overflow: auto; display: inline-block; width: 100%; }
    .ast-mobile-header-content ul#ast-hf-mobile-menu li a { font-size: 16px; color: #fff; padding: 10px 30px 10px !important; line-height: 25px; }
    .ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle>.ast-icon.icon-arrow { display: block !important; }
    .home .wp-block-uagb-container.uagb-is-root-container { padding-top: 60px; padding-bottom: 60px; }
    .produts-section::before, .produts-section { background-size: 320px !important; }
    .feature-installation-item-title h3 { font-size: 20px; min-height: 50px; }
    .services-main-section:before, .services-main-section { background-size: 270px !important; }
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row { display: flex; flex-wrap: wrap; justify-content: space-between; }
    .site-footer .ast-builder-footer-grid-columns:after { width: 378px; height: 140px; background-size: contain; }
    .banner-section { padding-top: 120px !important; padding-bottom: 0 !important; background-size: 610px !important; }
    .nova_solution_category .taxonomy-term-item-wrap .taxonomy-term-item-title .title { font-size: 24px; }
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item .menu-link { font-size: 15px; line-height: 28px; }
    .ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu a { background-color: #10579682 !important; }
    #ast-hf-mobile-menu li.menu-item ul.sub-menu { background-color: #88b0d3 !important; width: 100%; }
    #ast-hf-mobile-menu li.menu-item ul.sub-menu ul.sub-menu { background-color: #5b92c3 !important; }
    .ast-builder-grid-row > .site-header-section { align-items: center !important; }
    .home .footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element { text-align: center; }
    .post-type-archive-nova_product .product-categories, .post-type-archive-nova_solution .product-categories {
        flex-wrap: wrap;
        gap: 15px;
    }
    .products-grid {
        gap: 10px;
    }
    .contact-us-section-column {
        padding: 0 30px;
    }
    .single-nova_product .single-post-detail-main-section:after { display: none; }
    .padding-left { padding-left: 15px; }
    .resources-wrap { grid-template-columns: 1fr 1fr; }
    .resources-section { padding: 50px 0 70px; }
    .gallery-section { padding-top: 100px; }
    .featured-installations-section { padding: 100px 0; }
    .features-benefits-section { padding: 100px 0; }
    .single-nova_product .single-post-detail-main-section { margin-bottom: 50px; }
    .single-nova_product .steps-wrap .steps-item h3 { width: 200px; }
    .key-step-description { width: calc(100% - 200px); }
    .single-nova_product .key-steps-section { padding-top: 100px; }
    .single-nova_product .single-post-detail-main-wrap {max-width: 100%;}
    .options--mian-item{width:510px;}
    .option-item-content{width:100%;padding:20px 0 0;}
    .options--mian-item .option-item-image{width:130px;height:130px!important;}
    .option-item-content h3 { font-size: 20px; }
    .option-item-content ul li { font-size: 16px; line-height: 26px; }
    .optimal-performance-section::after, .nova_solution-weap:after {
     opacity: 0;
     display: none;
    }
    .features-benefits-section .features-wrap .feature-item h3 { font-size: 24px; }
    section.error-404.not-found h1.page-title {
    font-size: 30px;
} 
.search-results .ast-row {     grid-template-columns: 1fr 1fr 1fr  ; }
}
@media (max-width:992px) {
    .taxonomy-terms-list-wrap .taxonomy-term-item-wrap { width: calc(50% - 18px); }
    .services-section > div { max-width: calc(50% - 17px) !important; }
    .site-footer .site-footer-below-section-1 { width: auto; }
    .footer-nav-wrap { padding-left: 0; }
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row .site-footer-below-section-1 { width: 100%; padding-bottom: 20px; }
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row .site-footer-below-section-1 figure.wp-block-image { width: 250px !important; margin: 0 auto; }
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row { justify-content: center; }
    .footer-btn { font-size: 20px; padding: 10px 20px; }
    .site-footer-section-4 p { font-size: 17px; line-height: 28px; }
    .footer-nav-wrap ul li a { padding-bottom: 20px !important; }
    .site-footer-below-section-3 a, .site-footer-below-section-3 p { text-align: center; }
    .footer-social-inner-wrap { text-align: center; justify-content: center; display: flex; }
    .blog-detail-main-section { padding-bottom: 100px; }
     #ast-mobile-header { display: block !important; }
    .post-type-archive-nova_product .single-product,  .post-type-archive-nova_solution .single-product{
        width: 100%;
        margin-right: 10px;
    }
    .post-type-archive-nova_solution .category-section:last-child .products-grid::after, .post-type-archive-nova_solution .category-section:nth-child(2) .products-grid::after  {
        right: 10px;
        bottom: -100px;
        top: auto;
        width: 270px;
        height: 270px;
    }
    .post-type-archive-nova_solution .category-section:first-child::after{
        right: 0;
        top: 0;
        width: 270px;
        height: 270px;
    }
    .post-type-archive-nova_solution .products-grid {
        padding-bottom: 0px;
    }

    .post-type-archive-nova_solution .products-listing h2 {
        padding-bottom: 5px;
    }

    .post-type-archive-nova_solution .single-product {
        padding-bottom: 30px;
    }
    .features-benefits-section .features-wrap {
        grid-template-columns: 1fr 1fr;
    }
     .single-nova_product .inner-banner-content { justify-content: center; text-align: center; }
    .single-nova_product .steps-wrap .steps-item h3 { width: 100%; }
    .key-step-description { width: 100%; padding: 0; }
    .single-nova_product .steps-wrap .steps-item { flex-wrap: wrap; }
    .design-title h2 ,
    .high-efficiency-section h2 ,
    .single-nova_product .principle-of-operation-section h2 { font-size: 30px; line-height: normal; }
    .design_options_and_variations { padding: 50px 0; }
    .options--mian-item { width: 330px; }
    .inner-banner-content-right { top: 0; padding-bottom: 40px; }
    .single-nova_product h1 { text-align: left; }
    .single-nova_product .key-steps-section { padding-top: 50px; }
    .features-benefits-section .features-wrap .feature-item { padding: 20px; }
    .resources-wrap { grid-template-columns: 1fr; }
    .gallery-section { padding-top: 50px; padding-bottom: 0; }
    .featured-installations-section { padding: 50px 0; }
    .thumbs-swiper .slick-track .slick-slide .swiper-slide * {
    height: 80px;
}
.single-nova_product .site-content { padding-top: 0px; }
.single-nova_product .key-steps-section h2 { font-size: 20px; }
.single-nova_product .steps-wrap .steps-item h3 { font-size: 18px; }
.gallery-section .slick-slider .slick-arrow.slick-next:after ,.gallery-section .slick-slider .slick-arrow.slick-prev:after {
    width: 20px;
    height: 20px;
    background-size: 7px;
}

.gallery-section .slick-slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}
.resources-item .resource-right h3 {
    font-size: 25px !important;
}
	.single-nova_product .inner-banner-content-right img {
    width: auto;
    height: auto;
}
.single-nova_product .inner-banner-content .inner-banner-content-left h3 p {
    font-size: 20px;
    margin-bottom: 20px;
}
.nova_solution-template-default .inner-banner h1 {
    padding-top: 40px;
}
.search-single-product {     grid-template-columns: 1fr 1fr;}
.main-swiper .slick-track .slick-slide { height: 500px; }
 .feature-installation-posts-list { max-width: 100%; margin: 0 auto; }
    .feature-installation-posts-list.slick-slider .slick-arrow.slick-prev { left: 0; }
    .feature-installation-posts-list.slick-slider .slick-arrow.slick-next { right: 0; }
}

@media screen and (max-width:767px) {
    h1, h2, h3, h4, h5, h6 { line-height: normal; }
    .blog-title { font-size: 28px; max-width: 670px; margin-bottom: 10px; }
    .blog-img { max-width: 100%; width: 100%; }
    .blog-desc-wrap  .blog-desc { width: 100%; padding-left: 0; padding-top: 20px; }
    .blog-img img { height: auto; width: 100%; }
    .taxonomy-terms-list-wrap .taxonomy-term-item-wrap { width: 100%; }
    .services-section > div { max-width: 100% !important; }
    .taxonomy-terms-list-wrap .taxonomy-term-item-wrap .taxonomy-term-item-title { font-size: 20px; }
    .view-more-link a { font-size: 18px; padding: 10px 20px; }
    .sub-title-text .uagb-desc-text { font-size: 18px; line-height: 29px; }
    .banner-caption p.uagb-desc-text { padding-left: 50px; }
    .arrow-btn-down .wp-block-button__link { padding: 6px !important; }
    .arrow-btn-down { bottom: auto; bottom: 30px; }
    .arrow-btn-down .wp-block-button__link svg { width: 30px !important; height: 30px !important; }
    .arrow-btn-down span.uagb-button__icon { background-size: 18px; }
    .ast-builder-html-element a.contacts-footer { padding-bottom: 0px; }
    .site-footer .ast-builder-footer-grid-columns { padding-top: 60px; padding-bottom: 60px; }
    .footer-btn { padding: 9px 30px !important; font-size: 15px; }
    .site-footer .ast-builder-footer-grid-columns:after { display: none; }
    .ast-header-breadcrumb { position: initial; padding-top: 40px; }
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row { column-gap: 30px !important; }
    .blog .ast-pagination { padding: 30px 0  20px; }
    .ast-header-break-point .ast-search-menu-icon.slide-search .search-form { top: 67px; }
    .post-type-archive-nova_product .product-categories, .post-type-archive-nova_solution .product-categories{padding-top: 30px;padding-bottom: 30px;}

    .post-type-archive-nova_product .product-categories .category-button, .post-type-archive-nova_solution .product-categories .category-button{
        font-size: 14px;
        padding: 5px 15px;
    }

    .post-type-archive-nova_product .category-section, .post-type-archive-nova_solution .category-section{padding-bottom: 20px;}

    .products-listing h2 {
        padding-bottom: 30px;
    }

    .products-listing {
        padding-bottom: 0;
    }
    .contact-us-form-wrap .contact-field {
        width: 100%;
    }

    .contact-us-section-column {
        padding: 0;
        gap: 10px;
    }
    .contact-button .wpcf7-submit {
        padding: 10px 30px;
        font-size: 16px;
        line-height: 26px;
    }
    .contact-us-form-wrap label {
        font-size: 16px;
        line-height: 26px;
    }
    .get-in-touch-container, .our-presence-container{
        background-size: 80px;
        background-position: top right;
    }
    .features-benefits-section .features-wrap {
        grid-template-columns: 1fr;
    }
    .search-single-product { grid-template-columns: 1fr ;}
    .high-efficiency-section h2 { font-size: 30px; }
    .high-efficiency-section { padding-bottom: 60px; }
    .optimal-performance-section { padding-top: 60px; }
    .nova_solution-template-default .inner-banner {
    min-height: 200px;
}
.search-results .ast-row {     grid-template-columns: 1fr ; } 
.main-swiper .slick-track .slick-slide { height: 380px; } 
    .blog-detail-img img { object-fit: contain; }
    .blog-detail-img { height: auto; }
}

@media(max-width:600px) {   
    .post-type-archive-nova_product .single-product, .post-type-archive-nova_solution .single-product{
        width: 100%;
        margin-right: 0;
    }
    .products-grid .single-product h4 {
        font-size: 24px;
        line-height: 34px;
    }

    .products-grid .single-product p {
        font-size: 14px;
        line-height: 24px;
    }
}

