

/*
.elementor-14764 .elementor-element.elementor-element-85da6ee {
	 backdrop-filter: blur(10px) !important;
}
*/

/*Sidebar TAB fix - Start*/
.elementor .elementor-element.elementor-widget-n-tabs:not(:has(> .elementor-widget-container)) > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
	background-color: #f4f4f4 var(--n-tabs-title-background-color-active); !important
  background-image: none;
}

.e-n-tabs-heading .e-n-tab-title[aria-selected="false"]:hover {
  background: #f4f4f4 var( --e-global-color-kadence4 ) !important;
}


@media screen and (min-width: 480px) {
	.elementor .elementor-element.elementor-widget-n-tabs:not(:has(> .elementor-widget-container)) > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
	background-color: #f4f4f4 var(--n-tabs-title-background-color-active); !important
  background-image: none;
}

.e-n-tabs-heading .e-n-tab-title[aria-selected="false"]:hover {
  background: #f4f4f4 var( --e-global-color-kadence4 ) !important;
}


}

/*Sidebar TAB fix - End*/


/* Fade In Option */

.header-2 {
 opacity: 0;
 -moz-transition: opacity .25s ease-out!important;
  -webkit-transition: opacity .25s ease-out!important;
  transition: opacity .25s ease-out!important;
}


.elementor-sticky--effects.header-2  {
 opacity: 1!important;
}

/* End Of Fade In Option */

.elementor-icon {
vertical-align:middle;
}


/*Remove scrollbar */

::-webkit-scrollbar { width: 0px; height: 0px; } ::-webkit-scrollbar-button { width: 0px; height: 0px; } ::-webkit-scrollbar-thumb { background: transparent; border: 0px none; border-radius: 0px; } ::-webkit-scrollbar-thumb:hover { background: transparent; } ::-webkit-scrollbar-thumb:active { background: transparent; } ::-webkit-scrollbar-track { background: transparent; border: 0px none; border-radius: 0px; } ::-webkit-scrollbar-track:hover { background: transparent; } ::-webkit-scrollbar-track:active { background: transparent; } ::-webkit-scrollbar-corner { background: transparent; } 

/* Thin Scrollbar  */

:root{ scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important; scrollbar-width: none !important;  }
.nav-menu-item-1962 {
	color: white !important;
	text-decoration: none;
}
.nav-menu-item-1962 a:hover {
	color: white !important;
	
}

/*REMOVE WHITE SPACE in MOBILE (right)
html,body*/
{
	width: 100% !important;
	height: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
	overflow-x: hidden !important;
}