*, :after, :before {
	box-sizing: border-box;
}

body, html {
	width: 100%;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
     -ms-animation: fadein 2s; /* Internet Explorer */
      -o-animation: fadein 2s; /* Opera < 12.1 */
		 animation: fadein 2s;
		 /* scroll-snap-type: y mandatory; */

}

body {
	width: 100vw;
	font-family: 'Raleway', sans-serif;
	background-color: #000;
}

body, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

 h1, h2 {
	text-shadow: 0 0 5px rgba(0, 0, 0, .6);
	width: 100%;
}

h1, h2 {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.7rem;
}

h1 {
	margin-bottom: 10px;
	margin-top: -2px;
}

h2 {
	margin-bottom: 20px !important;
}

p {
	font-size: 1rem;
	letter-spacing: 0;
	letter-spacing: .02rem;
	line-height: 1.3;

}
p:last-child {
	margin-bottom: 0;
}
p.p--credits {
	font-size: 100%!important;
}
p strong {
	display: inline-block;
	margin-bottom: 2px;
}

a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
a.a--no-weight {
	font-style: italic;
	font-weight: 300;
}

.container {
	/* -webkit-align-items: center;
	align-items: center;  */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	position: relative;
	width: 100%;
	padding-top: 30%;
	/* scroll-snap-align: start; */
}

.container2 {
	-webkit-align-items: center;
	align-items: center; 
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	position: relative;
	width: 100%;
	height: 100vh;
	/* scroll-snap-align: start; */
}


.container-form {
	/* -webkit-align-items: center;
	align-items: center;  */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	position: relative;
	width: 100%;
	height: 100vh;
}


.container--big {
	height:175%;
}
.container--full {
  height: 800px; /* Fallback for browsers that do not support Custom Properties */
}



.container--small {
	height: 40vh;
}

@media screen and (orientation:landscape) {
	.container--full2 {
		height: 100vh; /* Fallback for browsers that do not support Custom Properties */
		overflow: hidden;
  }

  span.S {
    display: inline-block;
    font-size: 0vh;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-bottom: 10%;
	cursor: pointer;
	visibility: hidden;

}

}

@media screen and (orientation:portrait) {
	.container--full2 {
		height: 100vh; /* Fallback for browsers that do not support Custom Properties */
		height: calc(var(--vh, 1vh) * 100); /* Fallback for browsers that do not support Custom Properties */
	  }

	  span.S {
		display: inline-block;
		font-size: 5vh;
		/* position: absolute; */
		position: relative;
		width: 100%;
		left: 0;
		top: 20px;
		margin-bottom: 10%;
		cursor: pointer;
		visibility: visible;
		z-index: 9;
	}
	
}
	

.content {
	background: rgba(0, 0, 0, 0.842);
	color: #fff;
	margin: 0 auto;
	padding: 5vh 10vw;
	text-align: center;
	height: 70%;
	min-height: 70%;
	max-height: 70%;
	overflow: hidden;
	bottom: 0;
	position: absolute;
	width: 100%;
	/* border: 1px solid;
	border-color: #fff; */
}


.container .content2 {
	background: rgba(0, 0, 0, 0.87);
	color: #fff;
	margin: 0 auto;
	padding: 30px 35px;
	text-align: center;
	z-index: 10;
}

.container2 .content2 {
	background: rgba(0, 0, 0, 0.87);
	color: #fff;
	margin: 0 auto;
	padding: 30px 35px;
	text-align: center;
	z-index: 10;
}

.container-form .content3 {
	background: rgb(0, 0, 0);
	color: #fff;
	margin: 0 auto;
	padding: 10vh 10vw;
	text-align: center;
	z-index: 10;
	width: 100vw;
	margin-bottom: 10px;
}

.toc {
	margin: auto;
	background: black !important;
	position: relative;
	z-index: 9999;
}
.captcha {
	background: black;
}

.g-recaptcha > div:first-of-type {
	margin: auto;
}

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
	transition: transform 0.3s ease;
}

.parallax__container .parallax {
	/* can be put in a seperate class for better control */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* --------------------------- */
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	transition: 0.50ms;
	transition-duration: 0.10ms;
}

.bg1 {
	background-image: url("../images/4.jpg");
}

#bg3 {
	background-image: url("../images/3.jpg");
}

.show-on-mobile--inline {
	display: none;
}

.arrow {
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
	bottom: -64px;
	bottom: -4rem;
	left: calc(50% - 19px);
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: opacity 250ms ease-in-out;
	width: 38px;
}
.arrow--hide {
	opacity: 0;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
@media screen and (max-width: 480px) {
	.hide-on-mobile {
		display: none;
	}

	.show-on-mobile--inline {
		display: inline;
	}
}

.v-align-middle{
	padding: auto;
	vertical-align: middle;
}

.lm-b{
	border: 1px solid;
	width: 80%;
	border-color: #fff;
	padding: 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.596);
	font-weight: bold;
	font-size: 1rem;
	bottom: 0;
	margin-bottom: 10%;
	position: absolute;
}

.cn-b{
	border: 1px solid;
	width: 100%;
	border-color: #fff;
	padding: 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.596);
	font-weight: bold;
	font-size: 1rem;
	font-family: 'Raleway', sans-serif !important;
}


.logo{
	width: 100%;
}

.just{
		text-align: justify !important;
		text-justify: inter-word !important;
}



vid{
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
} 


.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.video-container video {
    min-width: 100%;
    min-height: 100vh;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
}

/* The progress container (grey background) */
.progress-container {
	width: 100%;
	height: 4px;
	background: rgba(204, 204, 204, 0);
  }
  
  /* The progress bar (scroll indicator) */
  .progress-bar {
	height: 4px;
	background: #ffffff;
	width: 0%;
  }



  .cnt{
	width: 35px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top: 12px;
	position: fixed;
  }

.contact-btn{
	background-image: url('../images/mld.png');
	background-size: cover;
	background-position: center;
	cursor:move;
	background-color: #222 !important;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 10px !important;
	z-index: 10;
	border: 2px solid;
	border-color: #fff;
  }



  
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  
  /* Firefox < 16 */
  @-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  
  /* Safari, Chrome and Opera > 12.1 */
  @-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  
  /* Internet Explorer */
  @-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  
  /* Opera < 12.1 */
  @-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }

  .cnt{
	width: 35px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top: 12px;
	position: fixed;
  }

  .contact-btn{
	cursor:move;
	background-color: #2c2c2c;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 4%;
	z-index: 10;
	border: 2px solid;
	border-color: #fff;
  }

.fLabel{
	text-align: left !important;
	font-size: 1rem !important;
}

.inClass{
	background-color: #161616;
	color: #fff;
	width: 100%;
	height: 4vh;
	padding: 10px;
	border: 1px solid;
	border-color: rgb(207, 212, 214);
	border-radius: 0px !important;
}

