#main{
	background-color:#000;
}

.special-link{
	color: #7599e0 !important;
}

.main_top{
	position: relative;
	width:100%;
	height:100vh;
}
.main_top .subtitle{
	position: absolute;
	bottom:10%;
	left:0%;
}
.main_top .subtitle ._main_lbl{
	font-weight: 300;
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
    text-transform: uppercase;
    background: #2d96df;
    color: #fff;
    letter-spacing: 6px;
    font-size: 1.2rem;
    margin-bottom:20px;
    -webkit-transition:transform 0.5s ease-in-out;
    transition:transform 0.5s ease-in-out;
	-webkit-transform:scale3d(0,1,0);
	transform:scale3d(0,1,0);
	-webkit-transform-origin:0px;
	transform-origin:0px;
}
.loaded .main_top .subtitle ._main_lbl{
	-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1);
}
.main_top .subtitle ._main_lbl span{
	opacity:0;
    -webkit-transition:opacity 0.5s ease-in 0.5s;
    transition:opacity 0.5s ease-in 0.5s;
}
.loaded .main_top .subtitle div span{
	opacity:1;
}
.main_top .subtitle h1{
	font-size:5rem;
	line-height: 4.5rem;
	font-weight: 900;
	color:#fff;
	visibility: hidden;
}
.main_top .subtitle h2{
	font-size: 2.5rem;
	line-height: 4.5rem;
	font-weight: 100;
	color:#fff;
	visibility: hidden;
}


.hasAbs {
	position: relative;
}
.hasAbs.abs-right {
	overflow: hidden;
}
.hasAbs .abs {
	position: absolute;
	font-size: 25rem;
	font-weight: 900;
	top: -8vw;
	left: -4vw;
	opacity: .1;
	color: #fff;
}
.hasAbs.abs-right .abs {
	left: unset;
	right: 2vw;
}
.text-black {
	font-weight: 900;
}
.text-bold {
	font-weight: 600;
}
.txt-shadow {
	text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

@media (max-width: 768px){
	.main_top .subtitle h1{
		font-size:2.5rem;
		line-height: 3rem;
	}
	.main_top .subtitle h2{
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
	.main_top .subtitle ._main_lbl{
	    letter-spacing: 4px;
	    font-size: 1rem;
	}
	.hasAbs .abs {
		display: none;
	}
}
.main_bg{
	width:100%;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
	z-index: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color:#000;
	-webkit-box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,1);
}
.main_bg1{
	width:100%;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
	z-index: 0;
	opacity:0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color:#000;
	-webkit-box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,1);
}
.main_bg2{
	width:100%;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
	z-index: 0;
	opacity:0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color:#000;
	-webkit-box-shadow: inset 0px -50px 300px 300px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px -50px 300px 300px rgba(0,0,0,1);
	box-shadow: inset 0px -50px 300px 300px rgba(0,0,0,1);
}


.main_bg_container{
    -webkit-transition:opacity 1s ease-in-out;
    transition:opacity 1s ease-in-out;
	opacity: 0;
}
.loaded .main_bg_container{
	opacity:1;
}

#main .main_bg{
	animation-name: example;
	animation-duration: 10s;
  	animation-iteration-count: infinite;
}
@keyframes example {
  0% {
	-webkit-box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,1);
  	}
  50% {
	-webkit-box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,0.8);
	box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,0.8);
	}
  100% {
	-webkit-box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 300px 400px rgba(0,0,0,1);
	}
}




.lax_cont{
	color:#fff;
	font-size: 1.5rem;
	font-weight: 100;
	z-index: 1;
    position: relative;
}
.lax_cont .lax_txt_in{
	padding-bottom:50vh;
}
.lax_cont .lax_txt_in_sm{
	padding-bottom:25vh;
}
.lax_img_in{
	width:100%;
}

._with_bg{
	background:#0b1223;
	color:#fff;
	padding:20px 30px;
}



#tlt_txt, #tlt_txt_1, #tlt_txt_2, #tlt_txt_3, #tlt_txt_4, #tlt_txt_5, #tlt_txt_6 {
	text-align: center;
	padding-bottom: 25vh;
}
#tlt_txt h3, #tlt_txt_1 h3, #tlt_txt_2 h3, #tlt_txt_3 h3, #tlt_txt_4 h3, #tlt_txt_5 h3, #tlt_txt_6 h3, h3.tlt {
	font-size:4rem;
	line-height: 4.5rem;
	font-weight: 900;
	color:#fff;
	visibility: hidden;
	max-width: 1080px;
	display: inline-block;
}
@media (max-width: 768px){
	#tlt_txt h3, #tlt_txt_1 h3, #tlt_txt_2 h3, #tlt_txt_3 h3, #tlt_txt_4 h3, #tlt_txt_5 h3, #tlt_txt_6 h3, h3.tlt {
		font-size:2.5rem;
		line-height: 3rem;
	}
}



@media (max-width: 1300px){
	.main_bg{
		-webkit-box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,1);
		-moz-box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,1);
		box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,1);
	}

	@keyframes example {
	  0% {
		-webkit-box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,1);
		-moz-box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,1);
		box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,1);
	  	}
	  50% {
		-webkit-box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,0.8);
		-moz-box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,0.8);
		box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,0.8);
		}
	  100% {
		-webkit-box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,1);
		-moz-box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,1);
		box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,1);
		}
	}

	.main_bg1, .main_bg2{
		-webkit-box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,1);
		-moz-box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,1);
		box-shadow: inset 0px 0px 300px 300px rgba(0,0,0,1);
	}
	.lax_cont .lax_txt_in{
		padding-bottom:30vh;
	}
	.lax_cont .lax_txt_in_sm{
		padding-bottom:20vh;
	}
	#tlt_txt{
		padding-bottom: 20vh;
	}
}
@media (max-width: 992px){
	.lax_cont .lax_txt_in{
		padding-bottom:20vh;
	}
	.lax_cont .lax_txt_in_sm{
		padding-bottom:15vh;
	}
	#tlt_txt{
		padding-bottom: 15vh;
	}
	#second_lax .row{
		flex-direction: column-reverse;
	}
	.lax_cont{
		font-size: 1.4rem;
	}
}
@media (max-width: 767px){
	.main_top .subtitle{
		bottom:130px;
	}
	.main_bg{
		-webkit-box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,1);
		-moz-box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,1);
		box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,1);
	}
	._with_bg{
		padding:15px 20px;
	}

	@keyframes example {
	  0% {
		-webkit-box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,1);
		-moz-box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,1);
		box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,1);
	  	}
	  50% {
		-webkit-box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,0.8);
		-moz-box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,0.8);
		box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,0.8);
		}
	  100% {
		-webkit-box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,1);
		-moz-box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,1);
		box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,1);
		}
	}
	.main_bg1, .main_bg2{
		-webkit-box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,1);
		-moz-box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,1);
		box-shadow: inset 0px 0px 300px 200px rgba(0,0,0,1);
	}
	.lax_cont .lax_txt_in{
		padding-bottom:15vh;
	}
	.lax_cont .lax_txt_in_sm{
		padding-bottom:10vh;
	}
	#tlt_txt{
		padding-bottom: 10vh;
	}
	.lax_cont{
		font-size: 1.2rem;
	}
}
@media (max-width: 550px){
	.main_bg{
		-webkit-box-shadow: inset 0px 0px 300px 120px rgba(0,0,0,1);
		-moz-box-shadow: inset 0px 0px 300px 120px rgba(0,0,0,1);
		box-shadow: inset 0px 0px 300px 120px rgba(0,0,0,1);
	}

	@keyframes example {
	  0% {
		-webkit-box-shadow: inset 0px 0px 300px 120px rgba(0,0,0,1);
		-moz-box-shadow: inset 0px 0px 300px 120px rgba(0,0,0,1);
		box-shadow: inset 0px 0px 300px 120px rgba(0,0,0,1);
	  	}
	  50% {
		-webkit-box-shadow: inset 0px 0px 300px 120px rgba(0,0,0,0.8);
		-moz-box-shadow: inset 0px 0px 300px 120px rgba(0,0,0,0.8);
		box-shadow: inset 0px 0px 300px 120px rgba(0,0,0,0.8);
		}
	  100% {
		-webkit-box-shadow: inset 0px 0px 300px 120px rgba(0,0,0,1);
		-moz-box-shadow: inset 0px 0px 300px 120px rgba(0,0,0,1);
		box-shadow: inset 0px 0px 300px 120px rgba(0,0,0,1);
		}
	}
	.main_bg1, .main_bg2{
		-webkit-box-shadow: inset 0px 0px 300px 70px rgba(0,0,0,1);
		-moz-box-shadow: inset 0px 0px 300px 70px rgba(0,0,0,1);
		box-shadow: inset 0px 0px 300px 70px rgba(0,0,0,1);
	}
	.main_bg2{
		background-position: 60% center ;
	}
}