/**
 * 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 page 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.
 */
/* 29-12-2023 start */
.cus-nivrt-section .elementor-icon {
    background-color: transparent !important;
    background-image: linear-gradient(120deg, rgb(0 95 255 / 70%) 0%, rgb(218 54 108 / 70%) 100%);
}
.cus-nivrt-section section .elementor-container .elementor-column > .elementor-widget-wrap{
    transition:all 0.5s ease 0s;	    
}
.cus-nivrt-section section .elementor-container .elementor-column > .elementor-widget-wrap:hover{
    transition:all 0.5s ease 0s;
    transform:translateY(-15px);
}
.cus-border-middle{
    position:relative;
}
.cus-border-middle:after{
    content:"";
    background-color: rgb(218 54 108 / 15%);
    position:absolute;
    height:40%;
    width:5000px;
    left:-2500px;
    top:50%;
    transform:translateY(-50%);
}
.cus-border-middle .elementor-container{
    position:relative;
    z-index:1;
}

.section-bg-line .elementor-column.elementor-col-100 > .elementor-widget-wrap.elementor-element-populated {
    background-image: url(http://flowcodes.in/work/projects/nivrt/wp-content/uploads/2023/12/dashed-line-1-1.png);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: 50% 75%;
}


/* 29-12-2023 End */
