
@import "contactform.css";
@import "privacypolicy.css";
@import "thankyoupage.css";
@import "errormsg.css";

*{
	padding: 0;
	margin: 0;
	box-sizing: 0;
	overflow-x: hidden;
}

body{
	background-color:  #006699;
}

.main-section{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
}

.nav{
	background-color:  #006699;
	border-bottom: 4px solid #7ac143;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 1.5rem;
}

.nav1{
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav1 > img{
	width: 100px;
}

.footer{
	background-color: #006699;
	color: white;
	text-align: center;
	width: 100vw;
	padding: 1rem;
	margin-top: 2rem;
}

a, a:visited, a:link , a:active{
	color: #006699;
}

.linkquote, .linkquote:visited, .linkquote:link , .linkquote:active{
	color: #006699;
	font-weight: 800;
}

.footer-link, .footer-link:visited, .footer-link:link , .footer-link:active{
	color: white;
	font-weight: 800;
}

.title{
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	padding-top: 1rem;
	width: 70%;
}

.title2{
	font-size: 45px;
	font-weight: 800;
	text-align: center;
	padding: 1.5rem;
}

.title3{
	font-size: 30px;
	font-weight: 800;
	text-align: center;
}

.p-minititle{
	padding-top: 1rem;
margin:0;
font-size: 16px;
color: grey;
}

.minititle{
font-weight: 800;
color: #006699;
}

.subtitle{
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}

.subtitle2{
	font-size: 19px;
	font-weight: 600;
	text-align: left;
	color: rgb(150, 0, 0);
}

a, .a-link, .a-link:hover, .a-link:active, .a-link:visited{
	font-weight: 800;
	color:#1553a6;
	text-decoration: none;
}

.parag{
	font-size: 18px;
	text-align: justify;
	width: 60%;
	margin: 1rem;
}

.btn2{
	background-color: #7ac143;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	padding: 1rem 2rem;
	margin: 1rem;
	text-transform: uppercase;
}

.btn1{
	background-color: #7ac143;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	padding: 0.5rem 2rem;
}

.img{
	max-width: 800px;
	width: 100%;
	object-fit: contain;
	padding: 1.5rem 0rem;
}

.img2{
	max-width: 500px;
	width: 100%;
	object-fit: contain;
	padding: 1.5rem 0rem;
}

.blockquote{
	background-color: rgb(229, 229, 229);
	border-left: 4px solid #006699;
margin: 2% 20%;
padding: 1rem;
font-size: 17px;
text-align: justify;
}

@media screen and (max-width: 1100px){
.parag{
	width: 80%;
}
}

@media screen and (max-width: 768px){
.nav{
	padding: 0rem;
}
.nav>button{
	font-size: 10px;
}

.parag{
	width: auto;
}

.title{
	width: auto;
	padding: 1rem;
	font-size: 30px;
	margin-bottom: 0;
}

.subtitle2{
	padding: 1rem;
}

.blockquote{
	margin: 5% 5%;
}
.btn1{
	padding: 0.5rem 1rem;
}

}