#geek-landing-page-wrapper {
	width: 100%;
}
#geek-landing-page-wrapper.mode-popup {
	height: 100vh;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	background-color: #FFF;
}
#geek-landing-page-wrapper.mode-content {
	position: relative;
}

#geek-landing-page-bg, #geek-landing-page {
	position: absolute;
	display: none;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#geek-landing-page.animateIn {
	border: 10px solid #ccc;
}
#geek-landing-page.animateDone {
	border: 0px none;
	background-color: transparent;
}
#geek-landing-page-bg {
	z-index: 110000;/*Addthis is 100000*/
}
#geek-landing-page {
	z-index: 110001;
}
#geek-landing-page-wrapper.mode-popup #geek-landing-page-bg {
	position: fixed;
}

#geek-landing-page-bg:before {
	background-color: #FFF;
}
#geek-landing-page-bg:before,
#geek-landing-page .slide:before,
#geek-landing-page .section:before{
	content:'';
	width:100%;
	height:100vh;
	position:absolute;
	top:0;
	left:0;
	opacity:1;
}

#geek-landing-page.parallax-scrolling .section:before {
	background-attachment: fixed !important;
}

@supports (-webkit-overflow-scrolling: touch) {
	#geek-landing-page.parallax-scrolling .section:before {
		background-attachment: scroll !important;
	}
}
@supports (-webkit-touch-callout: none) {
	#geek-landing-page.parallax-scrolling .section:before {
		background-attachment: scroll !important;
	}
}

@supports not (-webkit-touch-callout: none) {
	/* CSS for other than iOS devices */
}
/*navigation + header + footer*/
#fp-nav {
	z-index: 110002;
}
.geek-landing-page-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
}

#geek-landing-page-header,
#geek-landing-page-footer {
	z-index: 110002;
	position: fixed;
	display: none;
	width: 100%;
}

#geek-landing-page-header {
	height: 30px;
	top: 0;
}
#geek-landing-page-header .inner {
	padding: 8px 20px;
	font: 100%/1.5 "Prompt", Verdana, sans-serif;
	font-size: 1em;
	color: #333;
}

/*menu*/
#geek-landing-page-menu{
	right :10%;
	margin: auto;
	text-align: center;
	padding: 25px 0px 0px 0px;
	margin: 5px 0px 0px 5px;
}
#geek-landing-page-menu li {
	display:inline-block;
	margin: 5px 0px 0px 5px;
	color: #2e2e2e;
	/*background:#fff;*/
	/*background: rgba(255,255,255, 0.5);*/
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#geek-landing-page-menu li a{
	text-decoration:none;
	color: #000;
}
#geek-landing-page-menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#geek-landing-page-menu li a,
#geek-landing-page-menu li.active a{
	padding: 5px 10px;
	display:block;
}
#geek-landing-page-menu li.active a{
	
	color: #000000;
}
#geek-landing-page-menu li.active{

	background:#11d899;
	background: rgb(26, 212, 181);
	color: #fff;
}
#geek-landing-page-menu li.active a:hover{
}


#geek-landing-page-header .right-corner {
	position: absolute;
	top: 0;
	right: 0;
	padding: 18px 20px 0 0;
}
.skip-to-content,
.enter-fullscreen,
#geek-close-countdown-msg {
	display: inline-block;
	padding: 0 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}
#geek-open-countdown-msg {
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 0;
	margin: 0;
	padding: 10px;
	display: none;
	color: #666;
	background:#fff;
	background: rgba(0,0,0, 0.2);
}
.skip-to-content:hover {
	color: #000;
	background: rgba(255,255,255, 0.8);
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
	#geek-landing-page-menu {
		display: none;
	}
}

#fp-nav ul li a span, .fp-slidesNav ul li a span, #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span,
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255, 0.5);
	background: rgba(0, 0, 0, 0.5);
}
#fp-nav ul li a span, .fp-slidesNav ul li a span, #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
	width: 18px;
	height: 18px;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	margin: -2px 0px 0px -2px;
}

#geek-landing-page-footer {
	bottom: 0;
}
#geek-landing-page-footer .custom-wrapper {
	position: absolute;
	bottom: 0;
}
#geek-landing-page-footer .inner {
	padding: 5px 0;
	text-align: center;
	font: 100%/1.5 "Roboto", Verdana, sans-serif;
	font-size: 1em;
	color: #333;
	background: #EEE;
	background: rgba(255,255,255, 0.5);
}
#geek-landing-page-footer .inner a {
	color: #29475F;
}

#geek-landing-page .section {
	position: relative;
}
#geek-landing-page .slide {
	position: relative;
}

#geek-landing-page .slide-inner {
	margin: 0 auto;
	position: relative;
}

#geek-landing-page .module-container {
	padding: 10px;
	overflow: auto;
}

.geek-layer-editor-element-wrapper .inner1 > .inner2 h1,
.geek-layer-editor-element-wrapper .inner1 > .inner2 h2,
.geek-layer-editor-element-wrapper .inner1 > .inner2 h3,
.geek-layer-editor-element-wrapper .inner1 > .inner2 h4,
.geek-layer-editor-element-wrapper .inner1 > .inner2 h5,
.geek-layer-editor-element-wrapper .inner1 > .inner2 h6 {
	display: inline-block;
}

#geek-landing-page .horizontal .fp-slidesNav > ul {
	margin-left: -50%;
}


/*Responsive breakpoints*/
/*Based on BS5 breakpoints*/
/* https://getbootstrap.com/docs/5.3/layout/breakpoints/ */
/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
.jg-none {
	display: none !important;
}
.invisible {
	visibility: hidden !important;
}

/* x-small devices or portrait mode */
@media (orientation: portrait), (max-width: 575.98px) {
	.jg-visible-mobile-portrait { display: block !important; }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.jg-visible-mobile-portrait { display: none !important; }
	.jg-visible-mobile { display: block !important; }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.jg-visible-mobile-portrait { display: none !important; }
	.jg-visible-tablet { display: block !important; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.jg-visible-mobile-portrait { display: none !important; }
	.jg-visible-desktop { display: block !important; }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }

/*scrollbar on mobile*/
::-webkit-scrollbar {
	-webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
	width: 12px;
}
::-webkit-scrollbar:horizontal {
	height: 12px;
}
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ffffff;
}

