/**
 * 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.
 */

#industry-solution .ba-slider-caption {
    position: inherit;
    background: #fff;
    padding: 30px 20px 10px;
    text-align: center;
}
#industry-solution .ba-slider-caption h2 {
    font-size: 28px;
    line-height: 1em;
    margin-top: 0;
}
/* div#top_header {
    position: inherit !important;
} */
.she-header:not(.elementor-sticky) {
    background: #14023b !IMPORTANT;
}
.contact-pg-form input {
    padding: 12px 24px 12px 24px !important;
    margin: 0px 10px 20px 0px;
    border-radius: 32px !important;
    width: 48% !important;
    float: left;
}
.contact-pg-form textarea {
    padding: 12px 24px 12px 24px;
    margin: 0px 10px 20px 0px;
    border-radius: 32px;
    height: 120px;
}
.contact-pg-form input.wpcf7-submit {
    background-image: linear-gradient(121deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
    color: #fff;
    border: none;
    font-size: 20px;
}
.industry-cont {
    box-shadow: 8px 12px 25px #0000001f;
    padding: 0px 0px 30px;
    border-radius: 1.5rem;
}
.industry-cont figure.elementor-image-box-img {
    margin-bottom: 0px !important;
}
.industry-cont a {
    background: #fff;
    border: 1px solid #EAE0FE;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: var(--e-global-typography-2597cf8-font-weight);
    text-transform: var(--e-global-typography-2597cf8-text-transform);
    display: inline-block;
    font-size: 16px;
}

.industry-cont a:hover {
    color: #fff;
    background-image: linear-gradient(121deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
}