/*@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: #1553a6;
}

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

.nav{
	background-color: #1553a6;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 1.5rem;
	border-bottom: 3px solid rgb(255, 68, 96);
}

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

.nav1 > img{
	width: 150px;
}

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

a, a:visited, a:link , a:active{
	color: white
}

.title{
	font-size: 45px;
	font-weight: 800;
	text-align: center;
	padding-top: 1rem;
}

.title2{
	font-size: 35px;
	font-weight: 800;
	text-align: left;
	padding-top: 1rem;
}

.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: rgb(255, 68, 96);
}

.subtitle{
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
}

.subtitle2{
	color: rgb(152, 13, 13);
	text-align: center;
	font-size: 18px;
	width: 65%;
	font-weight: 600;
}

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

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

.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;
}

.btn{
	background-color: #7ac143;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
}

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

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

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

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

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

/* Contact Form */


.contactform {
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 20px 40px;
  color: #999;
  position: fixed;
  top: 10%;
  margin-left: 35%;
  margin-right: 35%;
  margin-top: 0px;
  padding: 10px;
  z-index: 10;
  height: auto;
  transform: scale(0, 0);
  transition: all 0.5s ease;
}

.contactform > .form-group {
	margin-bottom: 20px !important;
}

.form-control{
	margin-bottom: 0.6rem;
  }

@media screen and (max-width: 1400px){

  .contactform {
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 20px 40px;
    color: #999;
    position: fixed;
    top: 10%;
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 0px;
    padding: 10px;
    z-index: 10;
    height: auto;
    
    transform: scale(0, 0);
    transition: all 0.5s ease;
  }

} 

@media screen and (max-width: 1024px){

  .contactform {
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 20px 40px;
    color: #999;
    position: fixed;
    top: 10%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 0px;
    padding: 10px;
    z-index: 10;
    height: auto;
    
    transform: scale(0, 0);
    transition: all 0.5s ease;
  }

} 

@media screen and (max-width: 768px){

  .contactform {
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 20px 40px;
    color: #999;
    position: fixed;
    top: 10%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 0px;
    padding: 10px;
    z-index: 10;
    height: auto;
    
    transform: scale(0, 0);
    transition: all 0.5s ease;
  }

} 


@media screen and (max-width: 425px){

  .contactform {
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 20px 40px;
    color: #999;
    position: fixed;
    top: 10%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 10px;
    z-index: 10;
    height: auto;
    
    transform: scale(0, 0);
    transition: all 0.5s ease;
  }

.btn{
	padding: 0.1rem 0.3rem;
}

.parag2{
	width: 100%;
	padding: 1rem;
}

.title2{
	padding: 0 1rem;
}

.subtitle2{
	padding: 0.5rem;
	width: auto;
	text-align: justify;
	font-size: 13px;
}
} 

.contactactive{
  transform: scale(1, 1);
  position: fixed;
}


#xclose {
  /*position: fixed;*/
  padding: 5px;
  margin: 0 5px 10px 0;
  background-color: #ececec;
  border: 1px solid #c5c5c5;
  width: 26px;
}

#contacterr {
  margin-top: 10px;
  margin-bottom: 10px;
  color: red;
}

#bclose {
	line-height: 1em;
	border-radius: 0;
	padding: 4px 0;
	font-size: 18pt;
	background-color: transparent;
	color: black;
}