/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1667894984
Updated: 2022-11-08 08:09:44

*/

body, html{
	overflow: hidden;
}

.arrow{
	display:none;
}

#content{
	height: 100vh;
	overflow: auto;
}

#menu-btn{
	opacity: 0;
}

#miusloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 9999;
		background-color: #000000;
}

#miusloader-tran{
	position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
		left: 0;
    z-index: 9999;
		background-color: #010BFF;
}

#miusloader-container{
	overflow: hidden;
}

#menu-logo{
	opacity: 0;
}

#menu-nav{
	width: 100%;
	position: fixed;
	z-index: 2;
	mix-blend-mode: difference;
}

#menu{
		opacity: 0;
		visibility: hidden;
	  position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
		width: 100%;
}

#site-footer{
	display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
*{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#title-services{
	overflow: hidden;
}

.option-service{
	overflow:hidden;
}

#goback{
	overflow: hidden;
}


