
@import url(//fonts.googleapis.com/earlyaccess/nats.css);
html{
	scroll-behavior: smooth;
}

.body{
	background:#e6e1ec;
}

.hero{
    margin-top:5%;
   
}
.section{
    margin-top:28%;
   
}
 


.header{
	border-bottom: 6px solid #767676cb;
	font-family: 'NATS', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12vw;
	text-align:center;
	letter-spacing: 0.2em;
	
	color: #222222;

}
.tagline{
    font-family: 'NATS', sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size: 1.5vw;
    text-align:left;
    letter-spacing: 0.15em;
    
    color: #363636;
}
.head{
	border-bottom: 6px solid #767676cb;
	font-family: 'NATS', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 3.6vw;
	text-align:center;
	letter-spacing: 0.3em;
	
	color: #222222;

}
.list{
    font-family: 'NATS', sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.5vw;
    
}
    

.category{
	font-family:'NATS', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 2.4vw;
	text-align:left;
	letter-spacing: 0.3em;
	color: #767676cb;

}
.tagleft{
    font-family: 'NATS', sans-serif;
    font-style: normal;
    font-weight:bold;
    font-size: 4vw;
    text-align:left;
    letter-spacing: 0.1em;
    
    color: #ffffff;
}
.tagright{
    font-family: 'NATS', sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size: 2vw;
    text-align:right;
    letter-spacing: 0.1em;
    
    color: #ffffff;
}
.tag{
    font-family: 'roboto';
    font-style: normal;
    font-weight:lighter;
    font-size: 1.2vw;
    text-align:right;
    letter-spacing: 0.2em;
    align-items: center;
    color: #222222;
}

.contact-left{
     background-image: url(../images/LoginBg.jpg);
}

.contact-right{
  background-color: #008DF9;
}

.style_content{
  font-family: 'NATS', sans-serif;
    font-style: normal;
    font-weight:normal;
  letter-spacing:3px;
}

.panel{
  -webkit-border-radius: 26px;
border-radius: 26px;
background: #ffffff;
-webkit-box-shadow: 5px 5px 13px #18182a, -5px -5px 13px #3c3c6a;
box-shadow: 5px 5px 13px #18182a, -2px -2px 9px #3c3c6a;
}


@media only screen and (max-width: 620px) {
    
.contact-left{
     background: none;
}
	.hero{
		margin-top:30%;
	   
	}
	.section{
		margin-top:75%;
	   
	}
	.tagline{
		
		font-size: 7.5vw;
		text-align:center;
		letter-spacing: 0.2em;
		color: #222222;
		padding-left:4px;
		padding-right:4px;
		
		
	}
	.tagleft{
		
		font-size:5vw;
		text-align:center;
		letter-spacing: 0.0em;
		
	}
	.tagright{
		
		font-size: 5vw;
		text-align:center;
		letter-spacing: 0.0em;
		
	}
	.tag{
		
		font-size: 5vw;
		text-align:center;
		letter-spacing: 0.05em;
		
	}
	.header{
		border-bottom: 0px solid #767676cb;
		
	
	}
	.head{
		font-size: 9vw;
	}
	
	.category{
		font-size: 8vw;
	}
	.list{
		font-size: 3vw;
		letter-spacing: 0em;
	}

}




@keyframes fadeIn {
	to{
		opacity: 1;
	}
}

.fade-In{
  font-family: 'NATS', sans-serif;
  font-style: normal;
  font-weight:normal;
font-size:4vw;
font-weight: 500;
letter-spacing: 3px;
 opacity: 0;
 animation: fadeIn 1.5s ease-in forwards;
 
}
@media only screen and (max-width: 620px) {
	/* For mobile phones: */
	.fade-In {
		font-size:12vw;
		animation: fadeIn 3s ease-in forwards;
	}
  }
  @keyframes intr1 {
	to{
		padding-left:10%;
	}
}


.scroll{
	left: 50%;
	transform: translateY(0%) rotate(45deg);
	
				  opacity: 0;
  }
  @keyframes scrolldown {
			  0%{
				  transform: translateY(20%) rotate(45deg);
				  opacity: 0.9;
			  }
			  50%{
				  transform: translateY(0%) rotate(45deg);
				  opacity: 0.5;
			  }
			  100%{
				  transform: translateY(20%) rotate(45deg);
				  opacity: 0.9;
			  }
		  }


  .menu_btn{
	border: 0px;
	
  }
  .menu_btn:hover{
	border: 0px 0px 3px 0px #222222; 
	letter-spacing:4px;
	color:#222222;
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
  }



@keyframes SlideIn {
	to{
		width: 75%;
	}
}



.logo{
	float:left;
	text-align: left;
	font-family:  Roboto;
	letter-spacing: 2px;
	color: #853c01;
	padding:8px;
	margin-left:4px;
    font-size:1.2vw;
	font-weight: 300;
}
.menu{
	float:right;
	text-align: right;
	font-family:  Roboto;
	letter-spacing: 2px;
	color:#853c01;
	padding:8px;
	margin-left:4px;
    font-size:1.2vw;
	font-weight: 300;
}


  .sidebar {
	margin: 0;
	padding: 0;
	
	width: 180px;
	background-color: #8750b0;
	position: fixed;
	height: 100%;
	overflow: auto;
	
	border-radius: 0px 0px 0px 0px;
	
  }
  .sidebar h3{
	
	 display: block;
	 padding:2px 16px;
	 color: white;
   font-family: 'NATS', sans-serif;
   font-style: bold;
   font-weight:bold;
	 letter-spacing:6px;
   
	 text-decoration: none;
   }

   .sidebar  .dropdown-btn {
	padding: 8px 60.2px 8px 16px;
   }
	.sidebar a , .dropdown-btn {
	 margin-top:4px;
	 margin-left:8px;
	  display: block;
	  padding: 8px 16px;
	  color: white;
	  background-color: #8750b0;
	  border:none;
    font-family: 'NATS', sans-serif;
    font-style: normal;
    font-weight:normal;
	  letter-spacing:1px;
    font-size:large;
	  text-decoration: none;
	}
	 
	.sidebar a.active {
	  background-color: #F0F0F0;
	  color: #8750b0;
	  font-weight:600;
	  letter-spacing:3px;
	  border-radius:15px 0px 0px 15px;
	}

	.sidebar .dropdown-btn.active {
		background-color: #F0F0F0;
		color: #8750b0;
		font-weight:600;
		letter-spacing:3px;
		border-radius:15px 0px 0px 15px;
	  }
	
	.sidebar a:hover:not(.active) {
	  background-color: #b39dc6;
	  color: white;
	  border-radius:15px 0px 0px 15px;
	}

	.sidebar .dropdown-btn.active {
		background-color: #F0F0F0;
		color: #8750b0;
		padding: 8px 40.3px 8px 16px;
		font-weight:600;
		letter-spacing:3px;
		border-radius:15px 0px 0px 15px;
	  }

	  .sidebar .dropdown-btn.open {
		background-color: #F0F0F0;
		color: #b39dc6;
		padding: 8px 40.3px 8px 16px;
		font-weight:600;
		letter-spacing:3px;
		border-radius:15px 0px 0px 15px;
	  }
	  
	  .sidebar .dropdown-btn:hover:not(.active) {
		background-color: #b39dc6;
		color: white;
		border-radius:15px 0px 0px 15px;
	  }
	  .dropdown-container {
		display: none;
		background-color: #b39dc6;
		padding-left: 8px 16px;
		margin-left:8px;
		border-radius:15px 0px 0px 15px;

	  }

	  .dropdown-container a{
		border-radius:15px 0px 0px 15px;
		background-color: #b39dc6;
		
	  }

	.modules{
		margin: 10px;
		padding: 0;
		border-radius:10px;
		font-family: 'NATS', sans-serif;
		font-style: normal;
		font-weight:normal;
	letter-spacing: 4px;
	background: #ffffff;
    
	  }

	  .fields{
		margin: 0;
		padding: 1px;
		color: #3a3a3a;
    	font-family: 'roboto';
		letter-spacing: 2px;
		display: inline-block;
  		border: 1px solid #ccc;
  		border-radius: 4px;
		font-style: normal;
		font-weight:lighter;
		font-size: small;
  		box-sizing: border-box;
    
	  }

	.modules h1{
		font-style: normal;
        font-weight:bolder;
		font-size: 1.6vw;
		letter-spacing: 4px;
		color:#8750b0;
		text-transform: uppercase;
	}  
	.modules h2{
		font-style: normal;
        font-weight:bold;
		font-size: 1.5vw;
		letter-spacing: 3px;
		text-transform: uppercase;

	} 
	.modules h4{
		font-style: normal;
        font-weight:600;
		font-size:1.3vw;
		letter-spacing: 1px;
		color:#3a3a3a;
		text-transform: uppercase;
	} 

	.modules a{
		font-style: normal;
        font-weight:normal;
		
		text-decoration: none;
		color: white;
	}  

	.hide {
		display: none;
	  }
	  .map-container {
		text-align: left;
		font-family: 'NATS', sans-serif;
		font-style: normal;
        font-weight:normal;
		font-size:small;
		letter-spacing: 3px;
		
		
	  }

	  .map-point-sm{
		font-family: 'NATS', sans-serif;
		font-style: normal;
        font-weight:normal;
		font-size:x-large;
		letter-spacing: 3px;
		
	  }
	  .select-box {
		position: relative;
		display: flex;
		width: 400px;
		flex-direction: column;
	  }
	  
	  .select-box .options-container {
		background: #8F6FA9;
		color: #f5f6fa;
		max-height: 0;
		width: 100%;
		opacity: 0;
		transition: all 0.4s;
		border-radius: 8px;
		overflow: hidden;
		order: 1;
	  }
	  
	  .selected {
		background: #8F6FA9;
		border-radius: 8px;
		margin-bottom: 8px;
		color: #f5f6fa;
		position: relative;
	    height: 32px;
		order: 0;
	  }
	  
	  
	  .select-box .options-container.active {
		max-height: 240px;
		opacity: 1;
		overflow-y: scroll;
		margin-top: 54px;
	  }
	  
	  .select-box .options-container.active + .selected::after {
		transform: rotateX(180deg);
		top: -6px;
	  }
	  
	  .select-box .options-container::-webkit-scrollbar {
		width: 8px;
		background: #bf8ae7;
		border-radius: 0 8px 8px 0;
	  }
	  
	  .select-box .options-container::-webkit-scrollbar-thumb {
		background: #8F6FA9;
		border-radius: 0 8px 8px 0;
	  }
	  
	  .select-box .option,
	  .selected {
		padding: 6px 4px  ;
		cursor: pointer;
		font-family: "Roboto";
		letter-spacing:1px;
	  }
	  
	  
	  .select-box .option:hover {
		background: #6b527f;
	  }
	  
	  .select-box label {
		cursor: pointer;
	  }
	  
	  .select-box .option .radio {
		display: none;
	  }
	  
	  /* Searchbox */
	  
	  .search-box input {
		width: 100%;
		padding: 10px 8px;
		font-family: "Roboto";
		font-size: 16px;
		position: absolute;
		border-radius: 8px 8px 0 0;
		z-index: 100;
		border: 8px solid #6b527f;
		opacity: 0;
		pointer-events: none;
		transition: all 0.4s;
	  }
	  
	  .search-box input:focus {
		outline: none;
	  }
	  
	  .select-box .options-container.active ~ .search-box input {
		opacity: 1;
		pointer-events: auto;
	  }
	
	  
	  
	
	  

	