html {
	scroll-behavior: smooth;
}
*{
	margin: 0px;
	padding: 0px;
}
.navbar-brand{
	display: none;
}
@media (max-width: 480px) {
	.navbar-brand{
		display: block;
	}
}
.nav-link{
	color: white;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 17px;
	float: left;
	margin-top: 50px;	
}
.nav-link:hover{
	color: #ffcd00;
	border-bottom: 2px solid #00F69B;
	padding-bottom: 10px;
}
@media (max-width: 480px) {
	.nav-link{
		margin-top: 0px; 
		float: right;
	}
}
.nav-img{
	height: 150px;
	width: 150px;
	display: block;
}
@media (max-width: 480px) {
	.nav-img{
		display: none;
	}
}
.carousel1{
	background-color: black;
	padding-top: 200px;
}
.carousel1 img{
	width: 100%;
	height: 450px;
	margin-top: 0px;
}
.carousel1 h6,h2,p,{
	color: white;
}
.carousel1 h6{
	margin-left: 50px;
	margin-top: 50px;
}
.carousel1 h2{
	color: #ffcd00;
	margin-left: 50px;
	font-size: 45px;
	font-weight: bold;
	
}
@media (max-width: 480px) {
	.carousel1 h2{
		margin-left: 0px;
	}
}
.carousel1 p{
	color: white;
	margin-left: 50px;
	margin-top: 30px;
	line-height: 1.7;
}
@media (max-width: 480px) {
	.carousel1 p{
		margin-left: 0px;
	}
}
.carousel1 button{
	color:  black;
	background-color:#00F69B;
	padding: 15px 25px;
	border-radius: 50px;
	border: 1px solid #00F69B;
	font-size: 15px;
	font-weight: bold;
	margin-right: 20px;
}
.carousel1 button:hover{
	color: #00F69B;
	background-color: black;
	border: 1px solid #00F69B;
	transition: 1s;
}
@media (max-width: 480px) {
	.carousel1 img{
		width: 100%;
		text-align: center;   
	}
}
@media (max-width: 480px) {
	.carousel1 button{
		text-align: center;   
	}
}
@media (max-width: 480px) {
	.carousel1{
		height: 885px;
		width: 100%;
		text-align: center;   
	}
}
.about-us{
	padding: 50px 0px;
}
.about-us h2{
	color: #00F69B;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 45px;	
	text-align: center;
}
.about-us hr{
	background-color: #ffcd00;
	height: 2px;
	margin-left: 480px;
	margin-right: 480px;
}
.about-us img{
	width: 100%;
}
.about-us h3{
	color: #00F69B;
}
.about-us p{
	color: white;
	line-height: 1.8;
}
.about-us button{
	color:  black;
	background-color:#00F69B;
	padding: 15px 30px;
	border-radius: 50px;
	border: 1px solid #00F69B;
	font-size: 15px;
	font-weight: bold;
	margin-right: 20px;
}
.about-us button:hover{
	color: #00F69B;
	background-color: black;
	border: 1px solid #00F69B;
	transition: 1s;
}
@media (max-width: 480px) {
	.about-us hr{
		margin-left: 90px;
		margin-right: 90px;
		margin-bottom: 30px;
	}
}
@media (max-width: 480px) {
	.about-us{
		padding-top: 200px;
	}
}
.services{
	padding: 50px 0px;
	text-align: center;
}
.services img{
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
}
.services hr{
	background-color: #ffcd00;
	height: 2px;
	margin-left: 480px;
	margin-right: 480px;
}
@media (max-width: 480px) {
	.services hr{
		margin-left: 90px;
		margin-right: 90px;
	}
}
.services h2{
	color: #00F69B;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 45px;
}
.services p{
	color: white;
	margin-bottom: 30px;
}
.box{
	padding: 30px;
	background-color: white;
	margin-bottom: 20px;
	height: 340px;
}
.box p{
	color: grey;
}
@media (max-width: 480px) {
	.box{
		margin-left: 40px;
		margin-right: 40px;
	}
}
.opportunities{
	padding: 50px 0px;
	text-align: center;
}
.opportunities img{
	margin-bottom: 30px;
}
.opportunities h2{
	color: #00F69B;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	font-size: 45px;
}
.opportunities hr{
	background-color: #ffcd00;
	height: 2px;
	margin-left: 480px;
	margin-right: 480px;
}
@media (max-width: 480px) {
	.opportunities hr{
		margin-left: 80px;
		margin-right: 80px;
	}
}
.opportunities p{
	color: white;
}
@media (max-width: 480px) {
	.opportunities p{
		margin-left: 40px;
		margin-right: 40px;
	}
}
.details{
	padding: 50px 0px;
	color: white;
}
.details h2{
	color: #00F69B;
}
.details h3{
	color: #00F69B;
	font-weight: bold;
	font-size: 45px;
	text-align: center;
}
.details hr{
	background-color: #ffcd00;
	height: 2px;
	margin-left: 480px;
	margin-right: 480px;
	margin-bottom: 40px;
}
@media (max-width: 480px) {
	.details hr{
		margin-left: 80px;
		margin-right: 80px;
	}
}
@media (max-width: 480px) {
	.details iframe{
		width: 100%;
	}
}
.touch{
	padding: 50px 0px;
}
.touch h2{
	text-align: center;
	color: #00F69B;
	font-weight: bold;
	font-size: 45px;
}
.touch hr{
	background-color: #ffcd00;
	height: 2px;
	margin-left: 480px;
	margin-right: 480px;
}
@media (max-width: 480px) {
	.touch hr{
		margin-left: 90px;
		margin-right: 90px;
	}
}
.touch p{
	color: white;
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}
.touch input{
	margin-bottom: 20px;
	color: grey;
	background-color: white;
	padding: 25px;
	border-radius: 10px;
	border: none;
}
.touch button{
	color:  black;
	background-color:#00F69B;
	padding: 15px;
	border-radius: 50px;
	border: 1px solid #00F69B;
	font-size: 15px;
	font-weight: bold;
}
@media (max-width: 480px) {
	.touch button{
		margin-top: 20px;
	}
}
.touch button:hover{
	color: #00F69B;
	background-color: black;
	border: 1px solid #00F69B;
	transition: 1s;
}
.Query{
	text-align: center;
}
.Query h2{
	color: #00F69B;
}
.Query i{
	color: white;
	font-size: 20px;

}
.Query img{
	width: 150px;
	height: 150px;
	margin-top: 30px;
}
.footer{
	background-image: url(../images/footer.jpg);
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (max-width: 480px) {
	.footer{
		padding-left: 30px;
		padding-right: 30px;
	}
}
.footer h5{
	color: #00F69B;
	margin-top: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
.footer p{
	color: white;
	line-height: 2;
}
.footer li{
	color: white;
	line-height: 2;
}
.log-in form{
	background: rgba(3,3,4,0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 400px;
	height: 500px;
	border-radius: 20px;
	border: 2px solid #ffcd00;
}
.log-in form h1{
	margin-top: 40px;
	text-align: center;
	color: #ffcd00;
	font-weight: bold;
	font-size: 45px;
}
.log-in p{
	color: white;
	text-align: center;
}
.log-in label{
	color: white;
	margin-left: 50px;
}
.log-in form input[type=text],.log-in form input[type=password],.log-in form select{
	margin-left: 50px;
	width: 300px;
}
.log-in button{
	color: white;
	background-color: #00F69B;
	padding: 10px 130px;
	margin-top: 20px;
	border: 2px solid white;
	border-radius: 10px;
	font-weight: bold;
	font-size: 15px;
	margin-left: 35px;
}
.log-in button:hover{
	color: #00F69B;
	background-color: white;
	border: 2px solid #00F69B;
	transition: 1s;
}
.log-in .log-button{
	color: #ffcd00;
	background-color: white;
	padding: 10px 115px;
	margin-top: 20px;
	border: 2px solid #ffcd00;
	border-radius: 10px;
	font-weight: bold;
	font-size: 15px;
}
.log-in .log-button:hover{
	color: white;
	background-color: #ffcd00;
	border: 2px solid white;
	transition: 1s;
}
.log-in span{
	color: white;
}
@media (max-width: 480px) {
	.log-in form h1{
		margin-top: 80px;
	}
}
.register form{
	background: rgba(3,3,4,0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 600px;
	height: 780px;
	padding: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 20px;
	border: 2px solid #ffcd00;
}
.register form h1{
	text-align: center;
	color: #ffcd00;
	font-weight: bold;
	font-size: 45px;
}
.register p{
	color: white;
	text-align: center;
}	
.register label{
	color: white;
}
.register input{
	margin-bottom: 20px;
	box-shadow: 2px 2px 5px;
}
.register button{
	color: white;
	background-color: #00F69B;
	padding: 10px 130px;
	margin-top: 20px;
	border: 2px solid white;
	border-radius: 10px;
	font-weight: bold;
	font-size: 15px;
	margin-left: 80px;
}
.register button:hover{
	color: #00F69B;
	background-color: white;
	border: 2px solid #00F69B;
	transition: 1s;
}
.register .log-button1{
	color: #ffcd00;
	background-color: white;
	padding: 10px 115px;
	margin-top: 20px;
	border: 2px solid #ffcd00;
	border-radius: 10px;
	font-weight: bold;
	font-size: 15px;
	margin-left: 90px;
}
.register .log-button1:hover{
	color: white;
	background-color: #ffcd00;
	border: 2px solid white;
	transition: 1s;
}
.register span{
	color: white;
}
.success form{
	background: rgba(3,3,4,0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 400px;
	height: 470px;
	border-radius: 20px;
	border: 2px solid #ffcd00;
	padding: 0 30px;
}
.success form h3{
	margin-top: 40px;
	text-align: center;
	color: #ffcd00;
	font-weight: bold;
	font-size: 35px;
}
.success p{
	color: white;
	text-align: center;
}
.success button{
	color: white;
	background-color: #00F69B;
	margin-top: 20px;
	border: 2px solid white;
	border-radius: 10px;
	font-weight: bold;
	font-size: 15px;
	margin-left: 0px;
}
.success button:hover{
	color: #00F69B;
	background-color: white;
	border: 2px solid #00F69B;
	transition: 1s;
}
.success table tr td {
	color: #ffffff;
	padding: 5px 0;
}
@media (max-width: 480px) {
	#register form{
		height: 1100px;
		width: 400px;
	}
}
@media (max-width: 480px) {
	#register{
		height: 1200px;
		width: 100%;
		background-color: black;
	}
}
@media (max-width: 480px) {
	#register button{
		margin-left: 10px;
	}
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}