@charset "utf-8";
/* CSS Document */

*{
	padding: 0rem;
	margin: 0rem;
	box-sizing: border-box;
	font-family: Roboto, Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}


.hero{
	width: 100%;
	height: 100vh;
	background: #1C3244;
}


#bg-img{
	background-image: url("images/bck.jpg");
	background-size: contain;
	object-fit: cover;
	background-repeat: no-repeat;
}
	

.nav{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	position: fixed;
	top: 0rem;
	left: 0rem;
	right: 0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 10rem;	
}

.nav-links ul{
	display: flex;
	list-style: none;
	
}

.nav-links ul li{
	padding: 0rem 1.5rem;
}

.nav-links ul li a{
	text-decoration: none;
	color: #1C3244;
	font-size: 1.2rem;
	transition: .5s;
}

.nav-links ul li a:hover{
	color: #1FC101;
	text-decoration: underline;
}


.logo a{
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 600;
	color: #1C3244;
}

 #logo{
	background-color: #1FC101;
	color: #FFFFFF;
	padding: .2rem;
	border-radius: 5px;
	margin: 0 1rem;
}

.select{
	color: #1FC101;
	transition: .4s;
}

.select:hover{
	color: #1C3244;
}

#hm-hero-txt{
	padding-top: 20rem;
	
}

.hero-text{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #FFFFFF;
	align-items: center;
	padding-top: 10rem;
	padding-left: 0rem;
	
}

.hero-text h1{
	font-size: 5rem;
	font-weight: 300;
}
.para {
	margin-top: 2rem;
}

#hm-hero-emphasis{
	font-size: 6rem;
	font-weight: 500;
	
	
}
.hero-text img{

	border-radius: 1rem;
	border: .5rem solid #44535F;
	margin-left: 3rem;

}


.hero-text h4{
	margin-top: 11rem;
	margin-left: 5rem;
}

.hero-text h4 a{
	text-decoration: none;
	color: #FFFFFF;
	transition: .6s;
	
}

.hero-text h4 a:hover{
	color: #1FC101;
	cursor: pointer;
	font-size: 1.5rem;
}

#abt-text{
	text-align: left;
	line-height: 1.5rem;
	margin-left: 50px;
}

#abt-text h3{
	font-size: 2rem;
	color: #1FC101;
	margin-bottom: 1rem;

}

#port-txt{
	
	font-size: 4rem;
	text-align: center;
	padding-top: 20rem;
	color: #FFFFFF;
	
}

.content{
	justify-content: center;
	align-items: center;
	display:flex;
	flex-wrap: wrap;
	margin-top: 3rem;
    padding: 0rem 4rem;
	
	
}

.content img{
	display: inline-block;
	height: 100%;
	width: 23rem;
	flex: 1;
	padding: 1.5rem;
	transition: .5s;
}

.content img:hover{
	background: #50A82B;
	transition: .5s;
	cursor: pointer;
	
}

.sub-heads{
	background: #50A82B;
	text-align: center;
	margin-top: 1rem;
	padding: 2rem;
	font-size: 3rem;
	color: #FFFFFF;
}


.hero-contact{
	padding-top: 20rem;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.1rem;
	font-family: Roboto;
}

.hero-contact2{
	color: #FFFFFF;
	text-align: center;
	margin-top: 1rem;
	
	
}


.container{
	
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 3rem;
	
}

.container iFrame{
	margin: 1.4rem;
}




#container
	{display: flex;
	justify-content: center;
		
	}


.Contact-sec{
	background: #1C3244;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5% 30%;
	padding-top: 13%;

}

.Contact-sec h1{
	color: #1FC101;
	font-size: 2rem;
	font-weight: 500;
	
}

.Contact-sec p{
	color: #FFFFFF;
	letter-spacing: 2px;
	margin-bottom: 1rem;
	
}

.Contact-form form{
	position: relative;
}

.Contact-form form input,form textarea{
	width: 100%;
	padding: 1rem;
	margin: 7px;
	border: none;
	outline: none;
	background: #FFFFFF;
	border-radius: 10px;
	color: #1C3244;

}

.Contact-form .btn{
	background: #1FC101;
	color: #000000;
	width: 8rem;
	cursor: pointer;
	transition: .2s;
}

.Contact-form .btn:hover{
	
	border-radius: 20px;
	color: white;

	
}

#footer{
	width: 100%;
	height: 3rem;
	background-color: #44535F;
	color: #FFFFFF;
	text-align: center;
	padding-top: 1rem;
}















