* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}


/* nav1 */
.nav1 {
	background: purple;
	font-size: 22px;
	text-align: center;
	height: 50px;
	color: white;
	text-decoration: underline;
	padding-top: 15px;
}

.nav1 ul a{
	color: white;
}

/* nav2 */
#nav2 {
	width: 100%;
	height: 15vh;
	background: white;
	top: 0px;
	/* position: sticky; */

}

.navrap2 {
	width: 80%;
	margin: auto;
	/* height: 90vh; */
}

.logo img {
	margin-left: -5%;
}


.menu {
	text-align: center;
}

.menu ul {
	margin-top: -60px;
}

.menu ul li {
	display: inline;
}

.menu ul li a {
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	padding: 22px;
}


.menu ul li a i {
	font-size: 25px;
	color: purple;
}

.menu ul li a:hover {
	background-color: rgba(0, 0, 0, 0.2);
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-radius: 20px;
}










































/* teal: #00b4cf; */
/* white: #ffffff; */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

* {
	box-sizing: border-box;
	margin: 0;
}

 /* .body {  */
	/* background: linear-gradient(90deg, #BE8CEF 0%, rgba(61, 46, 232, 0.83) 100%); */
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	/* flex-direction: column; */
	/* font-family: 'Montserrat', sans-serif; */
	/* font-size: 10px; */
	/* height: 100vh; */
	/* margin: -20px 0 50px; */
/* }  */

.container {
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
		0 10px 10px rgba(0, 0, 0, 0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 480px;
	min-width: 370px;
	/* float: right; */
	margin-left: 25%;
	margin-top: 4%;
	height: 75vh;
	
}

h2 {
	font-size: 2rem;
	margin-bottom: 1rem;

}

.form-container {
	display: flex;
	/* height: 60vh; */
}

.left-container {
	flex: 1;
	height: 480px;
	background-color: purple;
}

.right-container {
	display: flex;
	flex: 1;
	height: 460px;
	background-color: white;
	justify-content: center;
	align-items: center;
}

.left-container {
	display: flex;
	flex: 1;
	height: 480px;
	justify-content: center;
	align-items: center;
	color: white;
}

.left-container p {
	font-size: 0.9rem;
}

.right-inner-container {
	width: 70%;
	height: 80%;
	text-align: center;
}

.left-inner-container {
	height: 50%;
	width: 80%;
	text-align: center;
	line-height: 22px;
}

input,
textarea {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
	font-size: 0.8rem;
}

input:focus,
textarea:focus {
	outline: 1px solid purple;
}

button {
	border-radius: 20px;
	border: 1px solid purple;
	background-color: purple;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
	cursor: pointer;
}

button:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 600px) {
	.left-container {
		display: none;
	}

	.lg-view {
		display: none;
	}
}

@media only screen and (min-width: 600px) {
	.sm-view {
		display: none;
	}
}

form p {
	text-align: left;
}











/* footer */
.footer {
	width: 100%;
	height: 50vh;
	background: black;
	/* border-bottom: 1px solid white; */
	margin-top: 8%;
  }
  
  .footrap {
	width: 80%;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto auto ;
	grid-column-gap: 20px;
	padding-top: 10px;
  }
  
  .boxx {
	/* background-color: rgba(0, 0, 0, 0.2); */
	padding: 10px;
  }
  
  .boxx h1 {
	text-align: center;
	color: white;
	font-size: 30px;
  }
  
  
  
  .boxx ul li{
	list-style: none;
	color: white;
	padding-left: 25%;
	font-size: 20px;
  }
  
  
  .boxx2 {
	/* background-color: rgba(0, 0, 0, 0.2); */
	padding: 10px;
  }
  .boxx2 h1 {
	text-align: center;
	color: white;
	font-size: 30px;
  
  }
  
  
  .boxx2 ul li{
	list-style: none;
	color: white;
	padding-left: 30%;
	font-size: 20px;
  }
  
  
  .boxx3 {
	/* background-color: rgba(0, 0, 0, 0.2); */
	padding: 10px;
  }
  
  .boxx3 h1 {
	text-align: center;
	color: white;
	font-size: 30px;
  }
  
  .boxx3 ul li{
	list-style: none;
	color: white;
	padding-left: 25%;
	font-size: 20px;
	
  }
  
  
  
  .boxx4 {
	/* background-color: rgba(0, 0, 0, 0.2); */
	padding: 10px;
  }
  
  .boxx4 h1 {
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 30px;
  }
  
  
  .boxx4 ul li{
	list-style: none;
	color: white;
  font-size: 20px;
  padding-left: 30%;
  }
  .boxx4 ul li a{
	font-size: 40px;
	border: 2px solid white;
  } 

  .boxx5 img{
	margin-top: 8%;

  }











