@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Exo+2&family=Roboto:wght@500&display=swap');
/* CSS Document */
body{font-family: 'Exo 2', sans-serif;}
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
	box-sizing:border-box;
}

/*scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #afafaf; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff5e15 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*scrollbar*/
/* HTML5 display-role reset for older browsers */
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
object, embed {
	max-width: 100%;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
body {
  background-image: url("../images/building-architecture-1.jpg");
  background-color: #cccccc;
  background-size:cover;
}
.center {
  margin: 10% auto;
  width: 90%;
  border: 3px solid #005da4;
  border-radius: 10px;
  padding: 10px 15px 50px;
  box-shadow: 2px 2px 7px 3px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 2px 2px 7px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  background: linear-gradient(150deg, #e4fffe 8%, #ffffff 66%, #e4fffe 97%);
}
.center .mainheading{ margin-bottom:40px; font-size:38px; font-weight:600; color: #005da4; position:relative;}
.center .mainheading span{color: #d10044;}
.center .mainheading:before {
    content: '';
    width: 200px;
    height: 3px;
    position: absolute;
    background-color: #006591;
    left: 0px;
    bottom: -10px;
}
.form-group span{font-weight:700;}


