* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }
  
  /* nav1 */
  .nav1 {
    background: black;
    font-size: 16px;
    text-align: center;
    color: white;
    text-decoration: none;
    height: 28px;
    padding-top: 8px;
  }
  
  
  
  
  
  
  
  
  /* navigation2 */
  #nav2 {
    margin-top: 20px;
    width: 100%;
    height: 10vh;
    background-color: rgb(239, 227, 203);
    margin-top: -0.10%;
  }
  
   .navrap2 {
    width: 80%;
    margin: auto;
  }
  
  .logo {
    position: absolute;
    margin-left: 32%;
  }
  
  .logo img {
    margin-top: 8%;
  } 
  
   .menu1 {
    float: right;
  }
  
  .menu1 ul {
    margin-top: 15px;
  }
  
  .menu1 ul li {
    display: inline;
    margin: auto;
  }
  
  .menu1 ul li a i {
    color: black;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    padding-right: 18px;
    margin-top: 5%;
  }
  
  .menu2 {
    float: left;
    margin-top: 10px;
  
  }
  
  .menu2 ul {
    margin-top: 5px;
  } 
  
  
  .menu3 li a:hover {
    color: rgb(88, 82, 82);
    text-decoration: underline;
   }
   
  
  
  .menu2 ul li {
    display: inline;
  }
  
  .menu2 ul li a i {
    color: black;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    padding-left: 18px;
    margin-top: 5%;
  }
  
  
  
  /* navigation3 */
   #nav3 { 
    margin-top: 20px;
    width: 100%;
    height: 8vh;
    background-color: rgb(239, 227, 203);
    margin-top: -0.10%;
  }
  
  .navrap3 {
    width: 80%;
    margin: auto;
  }
  
  
  .menu3 {
    float: left;
    margin-top: 10px;
    margin-left: 20%;
  }
  
  .menu3 ul {
    margin-top: 5px;
  } 
  
   .menu3 ul li {
    display: inline;
  }
  
  .menu3 ul li a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 40px;
    margin-top: 5%;
  } 
  




/* banner */
.ban {
  width: 100%;
  background-image: url(contact.webp);
  height: 70vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

















 
/* 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: black;
}

.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 black;
}

button {
	border-radius: 20px;
	border: 1px solid black;
	background-color: black;
	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;
}


.left-inner-container h2{
  margin-top: -20%;
}











.aboutpic{
  padding-left: 300px;
  margin-top: 5%;
}


.abouttext{
  width: 70%;
  text-align: center;
  margin-left: 15%;
  margin-top: -6%;
  height: 20vh;
}


.abouttext h1 {
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  font-size: 20px;
  text-decoration: underline;
}


.abouttext h1 :hover {
  color: white;
 }


.abouttext h1 a{
  /* text-decoration: 2px solid white underline; */
  color: white;
}







/* footer */
.footer {
  width: 100%;
  height: 10vh;
  margin-top: 1%;
  border-top: 1px solid gray;
}

.footrap {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto auto ;
  grid-column-gap: 20px;
  padding-top: 10px;
}

.boxx {
  padding: 10px;
}

.boxx1 h1 {
  text-align: center;
  font-size: 18px;
}



.boxx2 {
  padding: 10px;
}

.boxx2 h1 {
  text-align: center;
  font-size: 18px;

}


.boxx3 {
  padding: 10px;
}

.boxx3 h1 {
  text-align: center;
  font-size: 18px;
}



.boxx4 {
  padding: 10px;
}

.boxx4 h1 {
  text-align: center;
    font-size: 18px;
}

.jjv{
  text-align: center;
  height: 12vh;
}


.jjv h1{
  font-size: 20px;
  margin-top: 3%;
}


.jjv1{
  padding-left: 40px;
}

.jjv1 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv1 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 10vh;
}


.jjv2{
  padding-left: 40px;
}

.jjv2 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv2 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 10vh;
}





.jjv3{
  padding-left: 40px;
}

.jjv3 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv3 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 18vh;
}




.jjv4{
  padding-left: 40px;
}

.jjv4 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv4 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 15vh;
}





.jjv5{
  padding-left: 40px;
}

.jjv5 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv5 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 20vh;
}






.jjv6{
  padding-left: 40px;
}

.jjv6 h2{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 19px;
}


.jjv6 p{
  /* border: 2px solid black; */
  width: 95%;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 20vh;
}









