*{margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif;}
a{text-decoration: none;}

a:hover{text-decoration: none;}

li{list-style: none;}
p{
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 400;
  color: black;
}
.inner{
	width: 70%;
	height: 80%;
	background-color: white;
    border-radius:10px;

}
.contactid{
	text-align: center;
}
.form_ce{
	border-radius: 100px;
}

.header{
	width:100%;
	height: 100vh;
	/* background-image: linear-gradient(rgba(0,168,255,0.3),rgba(0,168,255,0.3)),url('../images/slider2.jpg'); */
  background: linear-gradient(90deg, #132247 0%, #b8b2b2 100%);
	background-repeat: no-repeat;
	background-size: 100% 100%;

	position: relative;
}

.header:before{
		content: "";
		position: absolute;
		top: 0%;
		bottom: : 0%
		left: 0%;
		right: 0%;
		opacity: 0.3;
		z-index: -1;
		background: linear-gradient(to right,#1e5799 0%, #3ccdbb 0%, #16c9f6 100%);
}
.contactus{
	width: 100%
	height:inherit;
	text-align: center;
}

@media(min-width: 600px){
	font{
		font-size: 1.25rem;
	}

}
@media(min-width: 800px){
	font{
		font-size: 1.5rem;
		line-height: 1.5;
	}
}
::placeholder{
		font=size: 0.85;
	}

.input-group-text{
		color: #fff;
		background: #5bc0de;
		border-radius: 0 100px 100px 0!important;
		min-height: 2px;
		min-width: 50px;
	}
	.news-letter{
		border-radius: 100px 0px 0px 100px!important;
		min-width: 70px;
		min-height:50px;
	}
