@charset "UTF-8";

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	line-height: 100%;
	text-shadow: inherit;
	text-shadow: initial;
	text-shadow: unset;
	letter-spacing: 1px;
	

	
	    
}
h1, h2, h3, h4, h5 { 
	
	font-weight: normal; 
	font-style: normal; 
	text-transform:uppercase;
}
h1 {
	font-size: 40px;
	font-weight: 500;
	text-transform:uppercase;

}
h3 {
	font-size: 38px;
	text-transform:uppercase;
	
	
		

}
@media screen and (max-width: 1000px) {
	h3 {
	font-size: 33px;
}
}
@media screen and (max-width:600px) {
	h3 {
	font-size: 28px;
}
}






body {
	background-color: rgb(17, 17, 17);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	
	
	
}
img {
    border:none;
}
img {width: 100%; height: auto; }

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

a:link {
	color:#fff;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
a:visited {
	text-decoration: none;
	color:#fff;
}
a:hover {
	text-decoration: none;
	color:#fff;
	transition: 0.3s;

}
a:active {
	text-decoration: none;
	color:#333;
	
}


a {outline : none;}
a img {outline : none;}
img {border : 0;}
a:active, a:focus { 
 outline: none; 
}







/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.gradient {
  /*background: linear-gradient(to bottom, rgba(17,17,17,1), rgba(17,17,17,0) );*/
	/*background-image: linear-gradient(#111111 0%, 50%, transparent);*/
	pointer-events: none;
	background-image: linear-gradient(
  hsl(0, 0%, 6.7%) 0%,
  hsla(0, 0%, 6.7%, 0.738) 19%,
  hsla(0, 0%, 6.7%, 0.541) 34%,
  hsla(0, 0%, 6.7%, 0.382) 47%,
  hsla(0, 0%, 6.7%, 0.278) 56.5%,
  hsla(0, 0%, 6.7%, 0.194) 65%,
  hsla(0, 0%, 6.7%, 0.126) 73%,
  hsla(0, 0%, 6.7%, 0.075) 80.2%,
  hsla(0, 0%, 6.7%, 0.042) 86.1%,
  hsla(0, 0%, 6.7%, 0.021) 91%,
  hsla(0, 0%, 6.7%, 0.008) 95.2%,
  hsla(0, 0%, 6.7%, 0.002) 98.2%,
  hsla(0, 0%, 6.7%, 0) 100%
);
	
	
	/*background-image:url(images/bgr.png);*/
  background-size: contain;
	background-repeat: repeat-x;
  /*background-size: cover;*/
  height:45%;
  width: 100vw;
	position: fixed;
	z-index: 100;
}

.gradient--easing {
/*
  background: radial-gradient(circle at top right, hsl(0, 100%, 50%), hsl(351.5, 100%, 49.51%) 9.99%, hsl(343.03, 100%, 48.11%) 19.07%, hsl(334.18, 100%, 45.93%) 27.44%, hsl(324.5, 100%, 43.03%) 35.26%, hsl(313.41, 100%, 39.49%) 42.72%, hsl(300, 100%, 35.36%) 50%, hsl(286.59, 100%, 39.49%) 57.28%, hsl(275.5, 100%, 43.03%) 64.74%, hsl(265.82, 100%, 45.93%) 72.56%, hsl(256.97, 100%, 48.11%) 80.93%, hsl(248.5, 100%, 49.51%) 90.01%, hsl(240, 100%, 50%));*
	/*background: linear-gradient(to bottom, rgba(17,17,17,1)1%, rgba(17,17,17,0) );*/
  width: 100vw;
  opacity: 1;
	pointer-events: none;
}







#logo00 {
	top:40px;
	left:40px;
	position: fixed;
	z-index: 110;
}
@media (max-width: 1024px) {
		#logo00 {
		top:30px;
		left:30px;
	}
}
@media (max-width: 500px) {
		#logo00 {
		top:20px;
		left:20px;
	}
}




#logo01 {
	font-size: 160%;
	font-weight: 500;
}
#logo02 {
	font-size: 120%;
	margin-top: 5px;
	font-weight: 500;
}

@media (max-width: 1024px) {
		#logo01 {
			font-size: 140%;
		}
		#logo02 {
			font-size: 110%;
			margin-top: 5px;
		}
}
@media (max-width: 500px) {
		#logo01 {
			font-size: 120%;
		}
		#logo02 {
			font-size: 80%;
			margin-top: 5px;
		}
}


#testimage {
	width: 100%;
	min-height: 100%;
	background-image: url(images/infinity2.gif);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#m_arrow00{
	top:40px;
	right:80px;
	position: fixed;
	z-index: 110;
	color:#fff;
	animation: blinker 3s linear infinite;
	font-size: 22px;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@media (max-width: 1024px) {
	#m_arrow00{
		top:29px;
		right:65px;
		display: none;
	}			
}
@media (max-width: 500px) {
	#m_arrow00{
		top:7px;
		right:45px;
		display: none;
	}				
}





#m_menu00{
	top:40px;
	right:40px;
	position: fixed;
	z-index: 130;
	color:#fff;
	cursor: pointer;
	font-size: 22px;
}
#m_menu00_i1{
		display:block;

		} 

#m_menu00_im{
		display: none;
		}
#m_menu00_i2{
	
		} 
#m_menu00_i3{
		display: none;
		} 


#m_menu00t{
	top:40px;
	right:70px;
	position: fixed;
	z-index: 110;
	color:#fff;
	font-size: 22px;
	opacity: 0;
	
}


#m_menu00:hover ~ #m_menu00t {
	-webkit-animation: fadeinoutA 3s linear forwards;
    animation: fadeinoutA 3s linear forwards;
	
}
@-webkit-keyframes fadeinoutA {
			   0% { opacity: 0; }
			  30% { opacity: 1; }
			  70% { opacity: 1; }
			  100% { opacity: 0; }
			}


#m_menu01a{
	top:30px;
	right:20px;
	position: fixed;
	z-index: 120;
	color:#fff;
	background-color:rgba(0, 0, 0, 0.3);
	width: 250px;
	display: none;
	pointer-events: none;
}

#m_menu01b{
	pointer-events: none;

}

#m_menu01b ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#m_menu01b li {
	pointer-events: all;
	margin-top:25px;
	margin-bottom: 25px;
	margin-left:25px;
	font-size: 120%;
	margin-right:55px;
	text-transform: uppercase;
}

.justmobile {
	display: none;
}
.justmobile2 {
	display: none;
}

@media (max-width: 1024px) {
		#m_menu00{
			top:30px;
			right:30px;

		}
		#m_menu00t{
			top:30px;
			right:65px;
		}


		#m_menu01a{
			top:20px;
			right:20px;
		}
		#m_menu01b{
			pointer-events: all;
			
		}
	
	
	
	

}
@media (max-width: 1024px) {
		#m_menu00{
			/*top:20px;
			right:20px;*/

		}
	
		#m_menu00_i1{
			display:none;

		}
	
		#m_menu00_im{
		display: block;
		}
		#m_menu00_i2{
		display: block;
		} 
		#m_menu00t{
			top:10px;
			right:45px;
			opacity: 0;
		}
		#m_menu00:hover ~ #m_menu00t {
		-webkit-animation: fadeinoutA 0s linear forwards;
    	animation: fadeinoutA 0s linear forwards;	
}


		#m_menu01a{
			top:75px;
			left:0px;
			width: 100%;
			padding-right: 100px;
			text-align: right;
			background-color:rgba(17, 17, 17, 0.5);
			z-index: 105;
			overflow: scroll;pointer-events: all;
			max-height: 100%;
			
	
			
			
			
		}
		#m_menu01b{
			padding-top: 35px;
			padding-bottom: 10px;
			background-color:rgba(17, 17, 17, 0.5);

		}
		#m_menu01b li {
			margin-left:0px;
			margin-right: 30px;
			font-size: 120%;
		
		}
	
		.justmobile {
			display: block;
		}
		.justmobile2  {
			display: block;

		}
	
	
	
		#m_menu01b li.justmobile2 {
			padding-top: 0px;
			margin-top:0px;
			margin-bottom: 10px;
			margin-left:25px;
			font-size: 110%;
			margin-right:25px;
		}
		
}

@media (max-width: 500px) {
		#m_menu00{
			top:20px;
			right:20px;

		}
		#m_menu01b li {
			margin-left:0px;
			margin-right: 20px;
			font-size: 120%;
		
}
}













#m_search00{
	top:70px;
	right:40px;
	position: fixed;
	z-index: 110;
	color:#fff;
	font-weight: 700;
	cursor: pointer;
	font-size: 22px;
}
#m_search00a{
	top:70px;
	right:40px;
	position: fixed;
	z-index: 110;
	color:#fff;
	font-weight: 700;
	cursor: pointer;
	font-size: 22px;
	display: none;
}
#m_search00t{
	top:70px;
	right:70px;
	position: fixed;
	z-index: 108;
	color:#fff;
	font-size: 22px;
	opacity: 0;
}
#m_search00:hover ~ #m_search00t {
	-webkit-animation: fadeinoutB 3s linear forwards;
    animation: fadeinoutB 3s linear forwards;
}
@-webkit-keyframes fadeinoutB {
			   0% { opacity: 0; }
			  30% { opacity: 1; }
			  70% { opacity: 1; }
			  100% { opacity: 0; }
			}




#m_search01a{
	top:69px;
	right:40px;
	position: fixed;
	z-index: 109;
	display: none;
}

#m_search01a  input {
	
    display: inline-block;
    padding: 0;
    -webkit-appearance: none;
	width: 200px;
	font-family: 'Montserrat', sans-serif;
	
	color:#fff;
	background-color:rgba(0, 0, 0, 0.3);
   border-color: rgba(0, 0, 0, 0.3);
	border-radius: 9px;
	border: 1px solid rgb(0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	
	
	
	
	padding-left:10px;
	padding-right:25px;
	font-size: 14px;
	padding-top:2px;
	padding-bottom: 2px;
	
}

/* CHROME AUTOFILL Change the white to any color ;) */
#m_search01a input:-webkit-autofill,
#m_search01a input:-webkit-autofill:hover, 
#m_search01a input:-webkit-autofill:focus, 
#m_search01a input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
	
}
#m_search01a input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
	-webkit-font-family: 'Montserrat', sans-serif;
}







@media (max-width: 1024px) {
		#m_search00{
			top:95px;
			right:30px;
			display: none;
			text-align: right;
		}
		#m_search00a{
			top:95px;
			right:30px;
		}
		#m_search00t{
			top:95px;
			right:55px;
		}
		#m_search01a{
			right:30px;
			
			
			top:95px;

		}
	#m_search01a  input {
		padding-top:2px;
	padding-bottom: 2px;
			width: 265px;
		
		
		background-color:rgba(0, 0, 0, 0.8);
   border-color: rgba(0, 0, 0, 0.8);
	border-radius: 9px;
	
    border: 1px solid rgba(0, 0, 0, 0.8);
		
		
		
		
		
	}
	
		
		#m_search0 {
			top:70px;
			right:50px;
			
			
		}
		
		
		
		
		
		
	
	
}



@media (max-width: 500px) {
	#m_search00{
			
			right:20px;
			
		}
		#m_search00a{
			
			right:20px;
		}
		#m_search00t{
			
			right:55px;
		}
		#m_search01a{
			right:20px;
			


		}	
	
	
}





#m_contact00{
	top:105px;
	right:40px;
	position: fixed;
	z-index: 110;
	color:#fff;
	font-weight: 700;
	cursor: pointer;
	font-size: 23px;
}
#m_contact00t{
	top:106px;
	right:70px;
	position: fixed;
	z-index: 110;
	color:#fff;
	font-size: 22px;
	opacity: 0;
}
#m_contact00:hover ~ #m_contact00t {
	-webkit-animation: fadeinoutC 3s linear forwards;
    animation: fadeinoutC 3s linear forwards;
}
@-webkit-keyframes fadeinoutC {
			   0% { opacity: 0; }
			  30% { opacity: 1; }
			  70% { opacity: 1; }
			  100% { opacity: 0; }
			}
@media (max-width: 1024px) {
	#m_contact00{
		top:40px;
		right:30px;
	}
	#m_contact00t{
		top:40px;
		right:65px;
	}		
}
@media (max-width: 1024px) {
	#m_contact00{
		top:70px;
		right:10px;
	}
	#m_contact00t{
		top:70px;
		right:45px;
	}
	#m_contact00 {
		display: none;
		
	}
}



#m_ow00{
	top:140px;
	right:40px;
	position: fixed;
	z-index: 110;
	color:#fff;
	font-weight: 700;
	cursor: pointer;
	font-size: 23px;
}
#m_ow00t{
	top:141px;
	right:70px;
	position: fixed;
	z-index: 110;
	color:#fff;
	font-size: 22px;
	opacity: 0;
}
#m_ow00:hover ~ #m_ow00t {
	-webkit-animation: fadeinoutA 3s linear forwards;
    animation: fadeinoutA 3s linear forwards;
}
@media (max-width: 1024px) {
	#m_ow00{
		top:125px;
		right:30px;
	}
	#m_ow00t{
		top:125px;
		right:65px;
	}		
}
@media (max-width: 1024px) {
	#m_ow00{
		top:40px;
		right:10px;
		display: none;
	}
	#m_ow00t{
		top:40px;
		right:45px;
	}		
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
PROJECT DETAILS//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#pd_button0 {
top:110px;
	left:40px;
	position: fixed;
	z-index: 100;		
}


#pd_button00 {
	
	font-size: 30px;
    /*background: radial-gradient(30px circle at 15px 15px, #59baa7 50%, transparent 51%);*/
	cursor: pointer;
     
}
#pd_button00a {
	font-size: 30px;
    /*background: radial-gradient(30px circle at 15px 15px,  #59baa7 50%, transparent 51%);*/
	display:none;
	cursor: pointer;
}








#pd_content00 {
	top:180px;
	left:80px;
	position: fixed;
	z-index: 120;
	color:#fff;
	
	width: 80%;
	display: none;
	background-color:rgba(0, 0, 0, .51);
	/*overflow: scroll;*/
	/*overflow-y: scroll;*/
	max-height: 60%;
	
	
	
}
#pd_content01 {
	display: block;
	
	line-height: 120%;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
		
	/*overflow: scroll;*/
	
	
	
	
}

#pd_content01c {
		display: none;
	}



#pd_content01 h1 {
	font-size: 90%;
	font-weight: 500;
	color:#59baa7;
	margin-bottom: 2px;

}
#pd_content01 h2 {
	font-size: 130%;
	font-weight: 500;
	color:#fff;
	margin-bottom: 2px;

}
#pd_content01 h3 {
	font-size: 90%;
	font-weight: 800;
	color:#fff;
	margin-bottom: 20px;
	

}

#pd_content01b {
	line-height: 160%;
}

#pd_header0 {
		/*display: none;*/
		margin-bottom: 10px;
		
		
}

#pd_header0 h1 {
	font-size: 90%;
	font-weight: 500;
	color:#59baa7;
	margin-bottom: 2px;

}
#pd_header0 h2 {
	font-size: 130%;
	font-weight: 500;
	color:#fff;
	margin-bottom: 2px;

}
#pd_header0 h3 {
	font-size: 90%;
	font-weight: 500;
	color:#fff;


}







@media screen and (max-width: 500px) {
	#pd_button0 {
	top:70px;
	left:0px;
	position: fixed;
	z-index: 101;
	width: 100%;
		
}
	#pd_header0 {
	color:#fff;
	display: block;
	padding-left: 20px;
		height: 45px;
}
#pd_button00 {
	padding-left: 20px;
	font-size: 20px;
	padding-top:15px;
	
	
    
     
}
	#pd_button00a {
	padding-left: 20px;
	font-size: 20px;
	padding-top:15px;
		
    
     
}
#pd_button00a {
	font-size: 20px;
	
}
/*	#pd_content01a {display: none;}*/
	
	
	
#pd_content00 {
	top:0px;
	margin-top:175px;
	
	left:0px;
	position: fixed;
	z-index: 100;
	
	width: auto;
	padding-top: 0px;
	display: none;
	overflow: scroll;
	max-height: 70%;
	background-color:rgba(0, 0, 0, .80);
}
	
	#pd_header0 h2 {
	font-size: 120%;


}
	
	#pd_content01c {
		display: block;
	}
	
	

}


/*pd_3block
//////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
*/
#pd_3block_00a {
	width: 100%;
	
	
}


.imgt {
	
	font-size: 80%;
	line-height: 140%;
	color: #ccc;
}







@media screen and (max-width: 500px) {
	#pd_3block_00a {
	display: none;
	
	
}
	
	
	#pd_3block_00b {
		width: 100%;
		
	
	}
	.pd_3block_01col_content {
		padding-left:0px;
		padding-right: 0px;

		width: 100%;
		margin: 0px;
	}
	
	.pd_3block_01col_contentm {
		padding-left:0px;
		padding-right: 0px;

		width: 100%;
		margin: 0px;
	}

	.pd_3block_01col:nth-child(1) {  width: 100%;  height: auto; padding:0;margin: 0 0 40px 0;}
	.pd_3block_01col:nth-child(2) { display: none;}
	.pd_3block_01col:nth-child(3) {  width: 100%;   padding:0;margin:0 0 40px 0;}
	.pd_3block_01col:nth-child(4) {  display: none;}
	.pd_3block_01col:nth-child(5) {  width: 100%;   padding: 0;margin: 0 0 40px 0;}
	#pd_3block00 {
		
		margin-bottom:0px;

	}
	.pd_3block_01col {
		
	
   }
	.pd_3block_01col_content {
	
	padding-left:0px;
	padding-right: 0px;
		pointer-events: none;

}
	.pd_3block_01col_contentm {
	
	padding-left:0px;
	padding-right: 0px;
		pointer-events: none;

}
	.pd_3blockimg {margin-top: 40px;}
	
	
	.imgt {
	
	padding-left:20px;
	padding-right:20px;	
}
}

@media screen and (min-width: 501px) {
.pd_3block_01 {
      display: table;
      border-spacing: 0px;
   }
.pd_3block_01col {
        display: table-cell;
        box-sizing: border-box; 
        cell-spacing: 0px;
   }
	
	
	
	
.pd_3block_01col_contentm {
	
	display: none;

}	
	
.pd_3block_01col {
        padding: 0px;
        vertical-align: top;
		position: relative;
		
		
   }

.pd_3block_01col:nth-child(1) {   width: 30%;}
.pd_3block_01col:nth-child(2) {   width: 5%;}
.pd_3block_01col:nth-child(3) {  width: 30%;}
.pd_3block_01col:nth-child(4) {   width: 5%;}
.pd_3block_01col:nth-child(5) {  width: 30%;}
	
	.pd_3blockimg {margin-top: 15%;}
	
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#top00 {
	padding-left:0px;
	
	
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	
}




#content00 {
	padding-left:0px;
	position: absolute;
	background-color: #3d3d3b;
	
	top: 100%;
	width: 100%;
	
}
#content00pj {
	padding-left:0px;
	position: absolute;
	background-color: #3d3d3b;
	
	top: 100%;
	width: 100%;
	
}
@media (max-width: 500px) {
	#content00pj {
	
	top: 0px;
	width: 100%;
		
	
}
}



#content01 {
	margin:40px;
	margin-top: 120px;	
	
	
}

@media (max-width: 500px) {
	#content01 {
	margin:0px;
	margin-top: 200px;	
	
	
}
	
}


#content01s {
	margin:40px;
	margin-top: 120px;	
	
	
}
@media (max-width: 1024px) {
	#content01s {
	margin:20px;
	margin-top: 100px;	
	
	
}
}
@media (max-width: 500px) {
	#content01s {
	margin:0px;
	margin-top: 100px;	
	
	
}
	
}




#content00top {
	position: absolute;
	background-color: #3d3d3b;
	width: 100%;
	min-height: 100%;
	
}

#content01top {
	margin-left:40px;
	padding-top: 100px;
	margin-top: 120px;
	width: 50%;
	padding-bottom: 50px;
}

p {
	line-height: 160%;
}



#content01top p {
	margin-left:80px;
	padding-bottom: 20px;
}

#content01toptext {
	margin-left:80px;
	padding-bottom: 20px;
}

#content01toptext  {
	margin-left:80px;
	padding-bottom: 20px;
	line-height: 160%;
}




 #content01top h1 {
	padding-bottom: 50px;
}


@media (max-width: 1024px) {
	
	#content01top {
		margin-left:30px;
		padding-top: 50px;
		margin-top: 120px;
		width: 80%;
		padding-bottom: 50px;
	}
	
	#content01top h1 {
		font-size: 27px;
	}
	#content01top p {
		margin-left:0px;
		padding-bottom: 20px;
	}
	
}


@media (max-width: 500px) {
	
	#content01top {
		margin-left:20px;
		padding-top: 30px;
		margin-top: 120px;
		width: 80%;
		padding-bottom: 50px;
	}
	
	#content01top h1 {
		font-size: 20px;
	}
	#content01top p {
		margin-left:0px;
		padding-bottom: 20px;
	}
	#content01toptext  {
		margin-left:0px;
		padding-bottom: 20px;
	}
	
}








div[class^="loading"] {
	position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
	/*visibility: hidden;*/
	background-image: url(images/infinity2.gif);
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	pointer-events: none;
	z-index: 100;
	background-color: #111;
	
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.preview00header {
	margin-top: 120px;
	font-size: 180%;
	margin-left: 40px;
	
	
}
.preview00headers {
	margin-top: 120px;
	font-size: 180%;
	margin-left: 0px;
	
	
}



.preview00headerarrow {
	font-size: 80%;
	
}

.addlayer {
	
	padding-left:0px;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
	display: block;
	
}





.preview00 {
	
	padding-left:0px;
	background-color: #3d3d3b;
	width: 100%;
	height: 100vh;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
	display: block;
	
}
#preview00ch {
	position:absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: 10;
	display: block;
		
	}
.preview00header01 {
		  width: 100%;
		  position: absolute;
		  text-align: center;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		  font-size: 60px;
		  font-weight: 500;
		  color: #fff;
		  text-transform: uppercase;
			line-height: 120%;
	text-shadow: 0px 0px 4px #333;
		}


#previewimg {
	display: none;
}

@media (max-width: 500px) {
	.preview00 {
	
	margin-left:0px;
	margin-right:0px;
	background-color: #3d3d3b;
	width: auto;
	height: 100vh;
	-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
	display: block;
	
}
	
	.preview00header01 {
		 
		  font-size: 20px;
		  font-weight: 500;
		
		}
	
	.preview00header {
	margin-top: 120px;
	font-size: 140%;
	margin-left: 20px;	
	}
	.preview00headers {
	margin-top: 120px;
	font-size: 140%;
	margin-left: 20px;	
	}
	
}

/*SCROLLBUTTON
//////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////
*/
.scrollto a {
    
    /*border-radius: 50%;*/
    
   
    margin: auto;
    text-align: center;
	color:#fff;
}
.scrollto a:hover {
    
	text-decoration: none;
	color:#fff;
	/*box-shadow: 0 0 10px #c0c0c0;*/
}
.scrollto a:focus{
	border:0px solid #000000;
	color:#fff;
}

@media (max-width: 500px) {
	.scrollto  {
    display: none;
	}
}

.scrollto2 a {
    
    /*border-radius: 50%;*/
    
   
    margin: auto;
    text-align: center;
	color:#fff;
}
.scrollto2 a:hover {
    
	text-decoration: none;
	color:#fff;
	/*box-shadow: 0 0 10px #c0c0c0;*/
}
.scrollto2 a:focus{
	border:0px solid #000000;
	color:#fff;
}




/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#gtsimg0 {
	display:none;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#footer01 {
	
	
	position: fixed;
	z-index: 100;
	bottom:0px;
	padding-bottom: 10px;
	padding-left: 40px;
	left:0px;
	font-size: 80%;
	text-shadow: 0px 0px 5px #888;
	line-height: 100%;

}
#footer02 {
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
	z-index: 99;
	background-image: linear-gradient(to bottom, rgba(17,17,17,0), rgba(17,17,17,0.6));
	height: 20px;
	/*background-color: aqua;*/
	

}
@media (max-width: 1024px) {
	#footer01 {
		display: none;
	}
	#footer02 {
		display: none;
	}
}




.fixedPosition
 {
 	position: absolute;
	 width: 100%;
	 background-color: aqua;
	
	 
 }















/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*SWIPER*/





  .swiper-container {
      width: 100%;
      height: 100%;
	  position: absolute;
	  z-index: 90;
    }
	  
	  
	  
	  
	  

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
		color:red;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	  
	  
#bgr_aboutus {
	
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
	 position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 10;
	display: block;
		

}
#containheader {
		 position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 10;
	display: block;
		
	}
	  
	  
	  

	
		.header01 {
		  width: 90%;
		  position: absolute;
		  text-align: center;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		  font-size: 60px;
		  font-weight: 500;
		  color: #fff;
		  text-transform: uppercase;
			line-height: 120%;
			text-shadow: 0px 0px 4px #333;
		}




		.header01 a:link {
			color:#fff;
			text-decoration: none;
			-webkit-tap-highlight-color: transparent;
			-webkit-animation: fadeinout 1s linear forwards;
			animation: fadeinout 1s linear forwards;
			opacity: 0;
		}
	  
	  
	  
	  	/*ONLY REASON FOR ANIMATION: NOT TO SHOW ON RELOAD*/
		@-webkit-keyframes fadeinout {
			10% { opacity: 0; }
			30% { opacity: 1; }
			80% { opacity: 1; }
			100% { opacity: 1; }
		}

		@keyframes fadeinout {
			10% { opacity: 0; }
			30% { opacity: 1; }
			80% { opacity: 1; }
			100% { opacity: 1; }
		}	
	  




			@media (max-width: 1024px) {
			.header01 a:link {	

				color:#fff;

			}
			.header01 {
				font-size: 45px;
				color:#fff;
				width: 80%;
			}
		}
		@media (max-width: 500px) {
			.header01 {
				font-size: 20px;
				width: 70%;
			}

			}
	

	
	
.header01 a:visited {
	text-decoration: none;
	color:#fff;
}
.header01 a:hover {
	text-decoration: none;
	color:#fff;
	
	/*
	transition: 1s;
	opacity: 1;
	font-size: 100%;
	*/

}
.header01 a:active {
	text-decoration: none;
	color:#fff;
}
	
	
a.sliding-link {
		color:#fff;
		font-size: 22px;
	}
a.sliding-link:hover {
		color:#fff;
		/*text-shadow: 0px 0px 2px #333;*/
		/*transform: scale(1.2);*/
	}	

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.submitbutton {
	width: 100px;
	height: 30px;
	background-color: #000;
	color:#ff0000;
	border:0px;
	padding: 0px;
	margin: 0px;
	
	
}
