/*#asdfasdfasdf
                    {
                      display: none;
                    }*/
html, body {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	touch-action: none;
}
#renderCanvas {
	width: 100%;
	height: 100%;
	touch-action: none
}
.menu_right button.navbar-toggler.ui-btn.ui-shadow.ui-corner-all {
	display: none;
}
#babylonVRiconbtn {
	top: 400px !important;
	display: none;
}

.vricon {
	display: block;
}
#getData {
	/*     background:  url("<?php echo get_stylesheet_directory_uri(); ?>/template/textures/service_bg_2.png") no-repeat fixed center;
            background-size: cover;*/ 
	word-wrap: break-word;
	font-size: 18px;
	font-weight: 400;
	color: white;
	width: 100%;
	line-height: 12px;
	letter-spacing: 1px;
	font-family: 'Montserrat Subrayada', sans-serif;/*  background-size: contain;*/
}
h2 {
	font-size: 38px !important;
	font-family: 'Montserrat Subrayada', sans-serif;
}
.content1 {
	/* background:  url("<?php echo get_stylesheet_directory_uri(); ?>/template/textures/service_bg_2.png") no-repeat fixed center;*/
          /*   background-size: contain;*/ 
	word-wrap: break-word;
	font-size: 26px;
	font-weight: 400;
	color: white;
	width: 100%;
	line-height: 35px;
	font-stretch: expanded;
	font-family: 'Lato', sans-serif;
}
.content1 ul li, .content2 ul li, .content3 ul li {
	list-style-type: none !important;
}
.content1 ul li:before, .content2 ul li:before, .content3 ul li:before {
	content: '•';
	margin-left: -1em;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	position: relative;
	top: -3px;
	left: -12px;
}
.content2 {
	word-wrap: break-word;
	font-size: 22px;
	font-weight: 400;
	color: white;
	width: 100%;
	line-height: 30px;
	font-stretch: expanded;
	font-family: 'Lato', sans-serif;
}
.content3 {
	word-wrap: break-word;
	font-size: 22px;
	font-weight: 400;
	color: white;
	width: 100%;
	line-height: 30px;
	font-stretch: expanded;
	font-family: 'Lato', sans-serif;
}
.content2, .content3 {
	word-wrap: break-word;
	font-size: 22px;
	font-weight: 400;
	color: white;
	width: 100%;
	line-height: 30px;
	font-stretch: expanded;
	font-family: 'Lato', sans-serif;
}
.porfoliodata {
	display: none;
}
#getData h3 {
	margin: 10px 0px 5px !important;
	font-size: 25px;
	line-height: 15px;
}
#getData img {
	width: 50px;
}
#getData .about_sec_title .entry-header strong {
	font-size: 10px !important;
}
.entry-content ul li {
	list-style-type: square;
}

#getData, .content1, .content2{
/*display:none !important;*/
}
.footer .container-fluid a, .footer .container-fluid p, ul#qtranslate-2-chooser a span {
    text-shadow: 0 0px 0 #f3f3f3;
}
ul#qtranslate-2-chooser li:before{
	display: none;
}
.footer p, .footer_list ul li a {
    color: #969696 !important;
    font-weight: normal !important;
} 
.footer_list ul li a:hover, .footer_list ul li a:focus {
    color: #fff !important;
    text-decoration: none;
} 
@media screen and (max-width: 767px) {
#babylonVRiconbtn {
	top: inherit!important;
	bottom: 100px;
	display: none;
}

#getData, .content1, .content2{
/*display:none;*/
}
canvas{
min-height:800px!important;

}
#renderCanvas { 
    width: 100%;
    height: 100vh;
}


}

