/*header css */

.sticky_header.elementor-sticky--effects {
  width:100% !Important;
  padding:0px
}

.sticky_header.elementor-sticky--effects .sticky_header_innersec {
  border-radius:0px;
  background: #35182a !important;
}

.site_logo_active {
    display: none;
}

.sticky_header.elementor-sticky--effects .site_logo {
    display: none !important;
}

.sticky_header.elementor-sticky--effects .site_logo_active {
    display: block !important;
}


/*home page css*/
.hero_banner {
   margin-top: -100px !important;
    z-index: -1 !important;
}

.section_heading{
    background: linear-gradient(-200deg, #fff, #5d10dd);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card_count span {
	 background: linear-gradient(90deg, #fff, #5d10dd);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}