/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Theme URI:      https://elementor.com/hello-theme/?utm_source=wp-themes&#038;utm_campaign=theme-uri&#038;utm_medium=wp-dash
 * Author URI:     https://elementor.com/hello-theme/?utm_source=wp-themes&#038;utm_campaign=theme-uri&#038;utm_medium=wp-dash
 * Version:        3.3.0
 * License:        GNU General Public License v3 or later.
 * License URI:    https://www.gnu.org/licenses/gpl-3.0.html
 * Tags:           accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    -webkit-tap-highlight-color: transparent !important;
}

:root {
    --font-high: #1d1d1f;
    --font-low: #6e6e73;
    --font-dark-high: #f5f5f7;
    --font-dark-low: #86868b;
    --black: #000000;
    --brand-strong-mid: #0060ac;
    --brand-light-mid: #d9e7f3;
    --container-dark-tert: #00182b;
    --radius-8: 8px;
    --radius-16: 16px;

    --gradient: linear-gradient(180deg, #BFD7EA 0%, #D9E7F3 50.96%, #FFFFFF 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
sup,sub{
    font-family: 'DM serif Display', sans-serif;
}
sup{
    top: -18px;
}
p {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 155%;
}

.body_medium,
.p_16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

p:empty {
    display: none;
}

p:last-of-type {
    margin-bottom: 0;
}

.display_medium {
    font-size: 64px;
    line-height: 118%;
}

.headline_large {
    font-size: 46px;
    line-height: 122%;
}

.headline_small {
    font-size: 28px;
    line-height: 143%;
}

.title_large {
    font-size: 22px;
    line-height: 118%;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.theme_btn {
    display: inline-block;
    padding: 10px 21px;
    border-radius: var(--radius);
    background-color: var(--strong-mid);
    color: var(--font-dark-high);
    transition: all .3s ease-in-out;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
}

h1.entry-title {
    display: none !important;
}

.elementor-icon-wrapper {
    line-height: 0;
}

#top_header #header nav#mega-menu-wrap-menu-1 ul#mega-menu-menu-1 ul.mega-sub-menu {
    top: 64px !important;
}

#top_header #header nav#mega-menu-wrap-menu-1 ul#mega-menu-menu-1 li.mega-menu-flyout ul.mega-sub-menu {
    top: 60px !important;
}

header {
    position: relative;
}

.header_wrapper {
    position: relative;
}

@media(min-width: 1025px) {
    .nav_hoverbox nav ul li.menu-item a.elementor-item {
        display: inline-block;
    }

    .nav_hoverbox nav ul li.menu-item a.elementor-item,
    #header .nav_box nav#mega-menu-wrap-menu-1 ul li.mega-menu-item .mega-menu-link {
        position: relative;
    }

    .nav_hoverbox nav ul li.menu-item a.elementor-item::before,
    #header .nav_box nav#mega-menu-wrap-menu-1 ul li.mega-menu-item .mega-menu-link::before {
        position: absolute;
        content: "";
        width: 0%;
        height: 2px;
        background-color: #2678b8;
        bottom: 0;
        left: 0;
        transition: all .3s ease-in-out;
    }


    .nav_hoverbox nav ul li.menu-item a.elementor-item:hover::before,
    #header .nav_box nav#mega-menu-wrap-menu-1 ul li.mega-menu-item .mega-menu-link:hover::before {
        width: 100%;
    }

    #header .nav_box nav#mega-menu-wrap-menu-1 ul li.mega-menu-flyout ul li a::before {
        left: 10px !important;
    }

    #header .nav_box nav#mega-menu-wrap-menu-1 ul li.mega-menu-flyout ul li a:hover::before {
        width: 90% !important;
    }

    #header .nav_box nav#mega-menu-wrap-menu-1 ul li.mega-menu-flyout ul li a {
        display: inline-block !important;
    }
}

#search_icon {
    cursor: pointer;
}

.custom_search_box {
    opacity: 0;
    visibility: hidden;
    top: 115px !important;
    transition: all 200ms ease-in !important;
}

.custom_search_box.active {
    opacity: 1;
    top: 80px !important;
    visibility: visible;
}

.search_result.e-focus {
    border-radius: 8px !important;
}

.highlight-text .elementor-heading-title {
    background-color: var(--container-dark-tert);
    color: var(--font-dark-high);
}

.megamenu__title .elementor-heading-title a {
    font-weight: 600;
}


.mega-current-menu-item > a {
    color: #2678b8 !important;
}

/* Crafting Excellence Start */
.excellence_img_wrapper .e_img img,
.excellence_img_wrapper .e_img {
    transition: all 2s ease !important;
}

.excellence_img_wrapper .e_img {
    flex-basis: 13.3%;
    flex-grow: 0;
    flex-shrink: 1;
    position: relative;
    overflow: hidden;
}

.excellence_img_wrapper .e_img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.64);
    border-radius: 16px;
    transition: all .3s ease;
}

.excellence_img_wrapper .e_img.first {
    flex-basis: 56%;
}

.excellence_img_wrapper .e_img.first::after {
    background: transparent;
}

/* Crafting Excellence End */

/* Elevate your production section start */
.elevate_accordion details:first-of-type summary {
    padding-top: 0;
}

.elevate_accordion details:last-of-type summary+div {
    border: none !important;
}

.elevate_accordion details:last-of-type summary {
    border-bottom: none !important;
}

.elevate_accordion details:last-of-type summary+div {
    border-top: 1px solid #d2d2d7;
}

.change-image {
    display: none;
}

.change-image.active {
    display: block;
}

.e-n-accordion-item:open summary {
    /* padding-bottom: 7px; */
    border-bottom: none !important;
}

/* Elevate your production section end */


/* Trusted By Industry Section Start */
.button-prev,
.button-next {
    cursor: pointer;
}

.button-next.swiper-button-disabled svg path,
.button-prev.swiper-button-disabled svg path {
    stroke: var(--font-low) !important;
}

.button-prev .elementor-widget-container {
    background-color: var(--brand-strong-mid) !important;
}

.button-prev .elementor-widget-container svg path {
    stroke: #ffffff;
}

.button-prev.swiper-button-disabled .elementor-widget-container,
.button-next.swiper-button-disabled .elementor-widget-container {
    background-color: var(--brand-light-mid) !important;
}

/* Trusted By Industry Section End */


/* Brand Logo Slider Start */
.myBrandSlider2 .swiper-slide,
.myBrandSlider1 .swiper-slide {
    width: auto !important;
}

.myBrandSlider2 .swiper-wrapper,
.myBrandSlider1 .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* Brand Logo Slider End */

/* Hotspot Section Start */
.custom-hotspot .elementor-widget-container .e-hotspot .e-hotspot__outer-circle {
    width: 32px !important;
    height: 32px !important;
}

.custom-hotspot .elementor-widget-container .e-hotspot .e-hotspot__inner-circle {
    width: 12px !important;
    height: 12px !important;
    padding: 0;
    background-color: var(--brand-strong-mid) !important;
}

/* Hotspot Section End */

/* Home page Blog List Start */
.blog_post article .elementor-post__thumbnail {
    padding: unset !important;
    overflow: hidden;
}

.blog_post article img {
    display: block;
    transition: filter .3s;
    width: 100% !important;
    height: 335px !important;
    position: relative !important;
    transform: unset !important;
    top: unset !important;
    left: unset !important;
    transition: all .3s ease-in-out !important;
}

.blog_post article:hover img {
    transform: scale(1.1) !important;
}

/* Home page Blog List End */

/* Contact Page CSS Start */
.myContactForm form input {
    padding: 16px;
}

.myContactForm form #submit_btn {
    margin-top: 7px;
}

.myContactForm form .elementor-form-fields-wrapper .elementor-message-danger {
    margin: 0;
}

.myContactForm form .elementor-form-fields-wrapper+.elementor-message-danger {
    margin-top: 16px;
}

.myContactForm form .elementor-form-fields-wrapper+.elementor-message-danger::before {
    content: "" !important;
}

.myContactForm form .elementor-form-fields-wrapper .elementor-message-danger::before {
    content: "" !important;
    margin: 3px 0 0 0 !important;
}

.form_elem_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.custom-form .g-recaptcha,#recaptcha-container,
.form_elem_wrapper .form-group {
    margin-bottom: 24px;
    padding-right: calc(24px / 2);
    padding-left: calc(24px / 2);
}

.form_elem_wrapper .form-group input {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 133%;
    letter-spacing: 0.01em;
    border-radius: 4px !important;
    min-height: 47px;
}

.custom-form input[type="submit"] {
    margin: 0 12px;
}

.form_elem_wrapper .d-none {
    display: none;
}

.form_elem_wrapper .error_dot {
    color: red;
}

.form_elem_wrapper .half-group {
    width: 50%;
}

.form_elem_wrapper .one-half-group {
    width: 33.33%;
}

.form_elem_wrapper .full-group {
    width: 100%;
}

/* Contact Page CSS End */

/* Client Page Css Start */
.tab_logo_wrapper .tab_content_logo {
    height: 80px;
}

/* Client Page Css End */

/* FAQ Page CSS Start */
.faq-section {
    display: grid;
    grid-template-columns: 264px auto;
    justify-content: space-between;
    gap: clamp(30px, 3.75vw, 72px);
}

.faq-section .faq-cat-list-wpr {
    flex-basis: 18.645%;
    flex-shrink: 0;
}

.faq-section .faq-cat-list {
    position: sticky;
    top: 130px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.faq-section .faq-cat-list li a {
    letter-spacing: 0px;
    font-weight: 600;
}

.faq-section .faq-list {
    flex-shrink: 1;
}

.faq-section .faq-list h2 {
    margin-top: 0;
    margin-bottom: clamp(36px, 2.5vw, 48px);
}

.faq-section .faq-cat-list li a {
    display: block;
    padding: 8px 8px 8px 18px;
    transition: all .3s ease-in-out;
    border-radius: 8px;
}

.faq-section .faq-cat-list li.active a {
    color: var(--brand-strong-mid);
    background-color: #F2F7FB;
}

.faq-section .faq-cat-list li a:hover {
    color: var(--brand-strong-mid);
    background-color: #F2F7FB;
}

.faq-section .faq-cat-group:not(:first-child) h2 {
    margin-top: clamp(36px, 2.5vw, 48px);
}

.faq-section .faq-cat-list li a {
    color: var(--font-low);
}

.faq-section .faq_list-box {
    padding: clamp(16px, 1.667vw, 32px) 0;
    border-bottom: 1px solid #D2D2D7;
}

.faq-section .faq_list-box:first-child {
    padding-top: 0;
}

.faq-section .faq_list-box:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.faq-section .faq_list-box h3 {
    margin: 0;
}

.faq-section .faq-content {
    padding-top: 8px;
    padding-right: clamp(10px, 2.917vw, 56px);
}

.faq-section .faq-title {
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    line-height: 140%;
    letter-spacing: 0.01;
    font-weight: 600;
    position: relative;
    padding-right: clamp(10px, 2.917vw, 56px);
    cursor: pointer;
}

.faq-section .faq-title::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%) rotate(180deg);
    background-image: url('assets/images/up_arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 8px;
    transition: all .3s ease-in-out;
}

.faq-section .faq_list-box.active .faq-title::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

html,
body {
    scroll-padding-top: 125px;
}

/* FAQ Page CSS End */

/* Event Page CSS Start */
.elementor-shortcode {
    display: flex;
    gap: clamp(16px, 1.667vw, 32px);
    flex-direction: column;
}

.elementor-shortcode .event_card {
    background-color: #D9E7F3;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}

.elementor-shortcode .event_card .event_info {
    width: 96px;
    height: 96px;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.elementor-shortcode .event_card .event_info .event_date {
    font-size: 22px;
    line-height: 146%;
    font-weight: 600;
    color: #0060AC;
}

.elementor-shortcode .event_card .event_info .event_month {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #0060AC;
}

.elementor-shortcode .event_card .event_content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.elementor-shortcode .event_card .event_content .event_name {
    font-weight: 600;
    font-size: 22px;
    line-height: 146%;
    color: #1D1D1F;
    margin: 0;
}

.elementor-shortcode .event_card .event_content .event_name a {
    color: #1D1D1F;
    font-weight: 600;
}

.elementor-shortcode .event_card .event_content .event_day {
    font-size: 18px;
    line-height: 155%;
    color: #1D1D1F;
    font-weight: 400;
}

.elementor-shortcode .event_card .event_content .event_location {
    font-size: 16px;
    color: #424245;
    font-weight: 400;
}

/* Event Page CSS End */

/* product Card Start */
.link_title .elementor-image-box-title a {
    font-family: 'DM Serif Display', sans-serif;
    font-size: clamp(22px, 1.458vw, 28px);
}

/* product Card End */

/* News Listing Page Desing Start */

.news_wrapper article a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    overflow: hidden;
    padding: 0 !important;
}

.news_wrapper article a.elementor-post__thumbnail__link .elementor-post__thumbnail img {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    height: 248px !important;
    object-fit: cover;
    transition: all .3s ease-in-out;
    transform: unset !important;
}

.news_wrapper.recent_post_wrapper article a.elementor-post__thumbnail__link .elementor-post__thumbnail img {
    height: 385px !important;
}

.news_wrapper article:hover a.elementor-post__thumbnail__link .elementor-post__thumbnail img {
    transform: scale(1.2) !important;
}

.news_wrapper article .elementor-post__excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_wrapper article .elementor-post__read-more-wrapper a {
    position: relative;
    padding-right: 32px;
}

.news_wrapper article .elementor-post__read-more-wrapper a::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 12px;
    background-image: url('assets/images/right_arrow.svg');
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}



/* News Listing Page Desing End */


/* News Detail Page Start */
.single-post-wrapper .post-mini-container {
    max-width: 1128px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.single-post-wrapper .post-mini-container ul,
.single-post-wrapper .post-mini-container ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.single-post-wrapper .post-mini-container ul li,
.single-post-wrapper .post-mini-container ol li {
    list-style-type: square !important;
    margin-bottom: 8px;
}

.single-post-wrapper .post-mini-container ul li::marker,
.single-post-wrapper .post-mini-container ol li::marker {
    color: var(--brand-strong-mid);
}

/* News Detail Page End */

/* Product & Services Page Start */
.product-list-wrapper .elementor-widget-image-box {
    transition: all .3s ease-in-out;
    cursor: pointer;
    border-radius: 16px;
    height: max-content;
}

.product-list-wrapper .elementor-widget-image-box figure.elementor-image-box-img img {
    height: 180px !important;
    display: block;
    object-fit: contain;
    transition: all .3s ease-in-out;
    mix-blend-mode: darken;
}

.product-list-wrapper .elementor-widget-image-box .elementor-image-box-title a {
    font-weight: 600;
}

.product-list-wrapper .elementor-widget-image-box:hover figure.elementor-image-box-img img {
    transform: scale(1.1);
}

.product-list-wrapper .elementor-widget-image-box:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* Product & Services Page End */

/* dotted Line start - Product Listing page */
.step-dotted-line {
    position: relative;
}

/* dotted Line End - Product Listing page */

/* Product Detail Start */
.product-detail-banner {
    position: relative;
    background: linear-gradient(180deg, #BFD7EA 0%, #D9E7F3 50.96%, #FFFFFF 100%);
}

.myVideoSwiper .swiper-slide {
    width: 47.5%;
    border-radius: 16px;
}

.myVideoSwiper .swiper-slide.swiper-slide-active {
    width: 59%;
}

.myVideoSwiper .swiper-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    height: auto !important;
    z-index: 10;
    flex-direction: row !important;
}

.myVideoSwiper .swiper-pagination-bullet {
    display: inline-block;
    width: 11%;
    height: 3px;
    background: #d2d2d7 !important;
    margin: 0 4px;
    opacity: 1;
    border-radius: 0 !important;
}

.myVideoSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0060AC !important;
}

.swiper-pagination-fraction {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    gap: 10px !important;
    font-weight: 600;
    right: 0px;
    bottom: 32px !important;
    color: #6E6E73;
}

.swiper-pagination-progress {
    height: 1px !important;
    top: unset !important;
    bottom: 0 !important;
}

.swiper-pagination-progress .swiper-pagination-progressbar-fill {
    background: #424245;
}

.custom_image_gallery .bwg-container-0.bwg-standard-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100% !important;
    padding: 0 !important;
}

.custom_image_gallery .bwg-container-0.bwg-standard-thumbnails .bwg-item0 {
    border-radius: 8px !important;
}

.custom_image_gallery .bwg-container-0.bwg-standard-thumbnails .bwg-item {
    justify-content: flex-start;
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 8px !important;
}

.custom_image_gallery .bwg-container-0.bwg-standard-thumbnails .bwg-item a {
    border-radius: 8px;
    width: 100%;
    margin: 0 !important;
}

.custom_image_gallery .tablenav-pages_0 {
    margin: 30px 0 0 0 !important;
}

.custom_image_gallery .tablenav-pages_0 .pagination-links span {
    width: 48px;
    height: 48px;
    border: none !important;
    background-color: transparent !important;
    font-size: 16px !important;
    line-height: 150%;
    color: #1d1d1f !important;
    font-weight: 400;
}

.custom_image_gallery .tablenav-pages_0 .pagination-links span a {
    border: none !important;
    background-color: transparent !important;
    font-size: 16px !important;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.custom_image_gallery .tablenav-pages_0 .pagination-links span .bwg_current_page {
    width: 48px;
    height: 48px;
    border-radius: 8px !important;
    font-size: 16px;
    font-weight: 500;
    background: #0060AC !important;
    color: #ffffff !important;
}

.custom_image_gallery .bwg_loading_div_3 {
    height: 48px;
}

.custom_image_gallery .bwg_loading_div_2 {
    background-color: transparent;
}

/* Product Detail End */


/* Single Post CSS Start */
.single.single-post .elementor-widget-theme-post-content p:empty {
    display: none;
}

.single.single-post .elementor-widget-theme-post-content h2 {
    font-family: 'Inter', sans-serif;
    font-size: clamp(28px, 1.563vw, 30px);
    margin: clamp(16px, 1.302vw, 25px) 0 clamp(16px, 1.302vw, 25px) 0;
}

.single.single-post .elementor-widget-theme-post-content h3 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 8px 0 8px 0;
}

.single.single-post .elementor-widget-theme-post-content h4 {
    font-size: 20px;
}

.single.single-post .elementor-widget-theme-post-content ol,
.single.single-post .elementor-widget-theme-post-content ul {
    padding-left: 20px;
}

.single.single-post .elementor-widget-theme-post-content ul li {
    list-style-type: square;
}

.single.single-post .elementor-widget-theme-post-content ul li,
.single.single-post .elementor-widget-theme-post-content ol li {
    list-style-type: square !important;
    margin-bottom: 8px;
}

.single.single-post .elementor-widget-theme-post-content ul li::marker,
.single.single-post .elementor-widget-theme-post-content ol li::marker {
    color: var(--brand-strong-mid);
}

.single.single-post .elementor-widget-theme-post-featured-image img {
    height: 797px;
    object-fit: cover;
}

/* Single Post CSS End */

.custom-elem-popup .dialog-message.dialog-lightbox-message {
    border-radius: 16px;
}

.popup_sticky_btn {
    position: fixed !important;
    content: "";
    right: -40px;
    top: 50%;
    transform: rotate(90deg);
}
.text_color .elementor-icon-list-item > span.elementor-icon-list-text {
    color: var(--font-high);
}



@media(max-width: 1700px) {
    .custom-hotspot .elementor-widget-container div.e-hotspot:nth-of-type(1) {
        left: 14.35% !important;
        top: 3%;
    }

    .custom-hotspot .elementor-widget-container div.e-hotspot:nth-of-type(2) {
        top: 10.3% !important;
    }

    .custom-hotspot .elementor-widget-container div.e-hotspot:nth-of-type(3) {
        left: 10.14% !important;
    }

    .custom-hotspot .elementor-widget-container div.e-hotspot:nth-of-type(7) {
        right: 29.73% !important;
    }
}

@media(max-width: 1600px) {
    .custom-hotspot .elementor-widget-container .e-hotspot .e-hotspot__outer-circle {
        width: 26px !important;
        height: 26px !important;
    }

    .custom-elem-popup .dialog-lightbox-widget-content {
        transform: scale(0.89);
    }

}

@media(max-width: 1366px) {
    .custom-hotspot .elementor-widget-container .e-hotspot .e-hotspot__outer-circle {
        width: 20px !important;
        height: 20px !important;
    }

    .custom-hotspot .elementor-widget-container .e-hotspot .e-hotspot__inner-circle {
        width: 8px !important;
        height: 8px !important;
    }

    .news_wrapper article a.elementor-post__thumbnail__link .elementor-post__thumbnail img {
        height: 248px !important;
    }

    .news_wrapper.recent_post_wrapper article a.elementor-post__thumbnail__link .elementor-post__thumbnail img {
        height: 280px !important;
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    #top_header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        margin: 0 15px 0 0;
    }

    #top_header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item a {
        font-size: 16px !important;
    }

    #top_header #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:last-child {
        margin: 0;
    }
}

@media(max-width: 991px) {
    #top_header .product_mega_menu {
        box-shadow: unset;
    }

    footer .footer_link ul {
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        flex-direction: column;
        margin: unset !important;
        width: 100%;
    }

    footer .footer_link:nth-child(2) ul {
        flex-wrap: wrap !important;
        flex-direction: row;
        gap: 16px;
    }

    .faq-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .faq-cat-list-wpr {
        overflow: hidden;
        position: sticky;
        top: 70px;
        background-color: #ffffff;
        padding: 20px 0;
    }

    .faq-section .faq-cat-list {
        flex-direction: row;
        overflow-x: auto;
        background-color: #ffffff;
    }

    .faq-section .faq-cat-list::-webkit-scrollbar {
        display: none;
    }

    .faq-cat-list li {
        white-space: nowrap;
    }

    html,
    body {
        scroll-padding-top: 145px;
    }

    #top_header #header nav#mega-menu-wrap-menu-1 ul#mega-menu-menu-1 li.mega-menu-flyout ul.mega-sub-menu li {
        padding: 0 10px;
    }

    .single.single-post .elementor-widget-theme-post-featured-image img {
        height: max-content;
        object-fit: cover;
    }
}

@media(max-width:767px) {
    footer .footer_link:nth-child(2) ul {
        flex-wrap: nowrap !important;
        flex-direction: column;
        gap: 0;
    }

    p {
        font-size: 16px;
    }

    .custom-hotspot .elementor-widget-container .e-hotspot .e-hotspot__outer-circle {
        width: 10px !important;
        height: 10px !important;
    }

    .custom-hotspot .elementor-widget-container .e-hotspot .e-hotspot__inner-circle {
        width: 5px !important;
        height: 5px !important;
    }

    .news_wrapper article a.elementor-post__thumbnail__link .elementor-post__thumbnail img {
        height: 180px !important;
        display: block;
        width: 100% !important;
    }

    .news_wrapper.recent_post_wrapper article a.elementor-post__thumbnail__link .elementor-post__thumbnail img {
        height: 200px !important;
        display: block;
        width: 100% !important;
    }

    .custom_image_gallery .bwg-container-0.bwg-standard-thumbnails {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom_image_gallery .bwg-container-0.bwg-standard-thumbnails .bwg-item0 img {
        width: 100% !important;
        height: 100% !important;
    }

    .custom_image_gallery .bwg-container-0.bwg-standard-thumbnails .bwg-item0 .bwg-item2 {
        margin: 0 !important;
    }

    .form_elem_wrapper {
        flex-direction: column;
    }

    .form_elem_wrapper .half-group {
        width: 100%;
    }

    .form_elem_wrapper .one-half-group {
        width: 100%;
    }
}

@media(max-width: 575px) {
    #top_header #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        padding: 40px 20px;
    }

    #top_header button.mega-close {
        left: unset !important;
        right: 0px !important;
    }

    #top_header button.mega-close::before {
        color: var(--font-high) !important;
    }

    footer .footer_info ul {
        gap: 16px;
    }

    footer .footer_info ul li::after {
        display: none !important;
    }

    .myVideoSwiper .swiper-slide.swiper-slide-active {
        width: 73%;
    }
}

/* Listing css */
.elementor-widget-text-editor  ul{
    padding-left:20px;
}

/* Image slider */
.image-gallery-slider .elementor-swiper-button{
    background-color: #0060ac;
    margin: 0px 0px 0px 0px;
    padding: 9px;
    border-radius: 8px 8px 8px 8px;
}

.image-gallery-slider .elementor-swiper-button.elementor-swiper-button-prev{
    transform:rotate(180deg) translateY(50%) !important;
    left: -30px !important  ;
}
.image-gallery-slider .elementor-swiper-button.elementor-swiper-button-next{
    right: -30px !important;
}
.image-gallery-slider .swiper-slide .swiper-slide-inner,
.image-gallery-slider .swiper-slide .swiper-slide-inner img,
.single-image-gallery .swiper-slide .swiper-slide-inner,
.single-image-gallery .swiper-slide .swiper-slide-inner img{
    height: 300px;
    object-fit: cover;
}
 
@media(max-width: 1025px) {
    .image-gallery-slider .elementor-swiper-button.elementor-swiper-button-prev{
        left: -10px !important  ;
    }
    .image-gallery-slider .elementor-swiper-button.elementor-swiper-button-next{
        right: -10px !important;
    }
    .image-gallery-slider .swiper-slide .swiper-slide-inner,
    .image-gallery-slider .swiper-slide .swiper-slide-inner img,
    .single-image-gallery .swiper-slide .swiper-slide-inner,
    .single-image-gallery .swiper-slide .swiper-slide-inner img{
        height: 200px;
    }
    
} 
@media(max-width: 575px) {
    .image-gallery-slider .elementor-swiper-button.elementor-swiper-button-prev{
        left: 0px !important  ;
    }
    .image-gallery-slider .elementor-swiper-button.elementor-swiper-button-next{
        right: 0px !important;
    }
}

.single-image-gallery .elementor-swiper-button{
    background-color: #0060ac;
    margin: 0px 0px 0px 0px;
    padding: 9px;
    border-radius: 8px 8px 8px 8px;
}

.single-image-gallery .swiper-slide .swiper-slide-inner,
.single-image-gallery .swiper-slide .swiper-slide-inner img{
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.single-image-gallery .elementor-swiper-button.elementor-swiper-button-prev{
    transform:rotate(180deg) translateY(50%) !important;
}
.client-gallery-image .e-gallery-item{
    padding:10px;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
}
.client-gallery-image .e-gallery-item .e-gallery-image {
    height: 60px !important;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
}