/*
Theme Name: loginet child
Tags:  custom-menu, editor-style, featured-images
Template: loginet
Version: 1.0.0
*/


@import '../loginet/style.css'; 



/*---------------------------------
      write your css from here
------------------------------------*/

.heading.style9 h2.heading-text span{
    background: var(--e-global-color-primary);
        position: static !important;
}
.dreamit-button .button{
     background: var(--e-global-color-secondary);
}
.nayra-service .service-tab-wrapper .row .col-lg-6:first-child .service-tab-left {
    height: 100%;
}
.nayra-service .service-tab-wrapper .row .col-lg-6:first-child .service-tab-left img{
        height: 100%;
    object-fit: cover;
}
.dreamit-button .button:before{
    background:var(--e-global-color-primary);
}
.dreamit-button .button:hover{
    color:var(--e-global-color-secondary);
}
.dreamit-image-panel p, .dreamit-image-panel a {
    display: none !important;
}
.our-expertise .feature-box.style3:hover h2 {
    color: var(--e-global-color-accent) !important;
}
.feature-box.style3 .loginet-hover-box{
    background: var(--e-global-color-secondary);
}
.faq-nayra ul.my-accordion.style5 a{
     color: var(--e-global-color-primary) !important;
}
.nayra-team .team.style3 {
    background: var(--e-global-color-primary);
}
.nayra-team .team.style3 .share_content{
    display:none;
}

/*popup css*/
#lanalyte-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
}
