@font-face
{
	font-family: "LeagueSpartan";
	src: url(LeagueSpartan-Bold.otf) ;
}

@font-face
{
	font-family: "Josefin";
	src: url(JosefinSans-VariableFont_wght.ttf) ;
}

/*=========================================================================================*/

/*ScrollBar Start*/

/* width */
::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

/* Track */
::-webkit-scrollbar-track { 
  background: transparent;
  border-radius: 0;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.3);
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.5); 
}

/*ScrollBar End*/

/*=========================================================================================*/

*
{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

.topbar
{
	width: 100%;
	height: 20px;
	background-color: #74C9F1;
}

.topbar marquee p
{
	margin: 2px 0px;
	color: #130f40;
	font-family: Josefin;  
}

.header
{
	position: sticky;
	top: 0px;
	width: 100%;
	height: 100px;
	background-color: #fff;
	box-shadow: 0px 5px 3px rgba(0,0,0,0.5);
	z-index: 1000;
}

.logo img
{
	float: left;
	width: 200px;
	height: auto;
	margin-top: 15px;
	margin-left: 10px;
	
}

.nav
{
	float: right;
}

.nav ul
{
	list-style-type: none;
	line-height: 100px;
}

.nav ul li
{
	display: inline-block;
	margin-top: 0px;
	margin-right: 30px;
}

.nav ul li a
{
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-family: Raleway;
	font-size: 18px;
	letter-spacing: 2px;
	border: none;
	padding: 10px 15px;
	color: black;
	border-radius: 3px;
	font-weight: bold;
	transition: 0.3s;
}

.nav ul li a:hover,
.nav ul li a.active
{
	background-color: black;
	color: white;
}

.leftcol
{
	padding: 0;
	position: relative;
	width: 100%;
	height: 82vh;
	background-color: #74C9F1;
}

.leftcol .container{
	position: absolute;
	left: 50%;
	transform: translate(-50%,15px);
	background-color: #f5f6fa;
	width: 99%;
	height: 79vh;
	border-radius: 15px;
	box-shadow: 0px 5px 3px rgba(0,0,0,0.5);
}

.leftcol .container h1{
	position: relative;
	text-align: center;
	margin-top: 30px;
    font-family: Josefin;
	font-size: 50px;
	font-variant: small-caps;
}

.leftcol .container h1 span{
	color: #74C9F1;
	font-weight: normal;
}

.leftcol .container h1::after{
	content: '';
	width: 150px;
	display: block;
	height: 4px;
	background-color: #74C9F1;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 5px;
}

.container .box{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 40px;
	width: 90%;
	height: 380px;
	background-color: none;
	/*border: 1px solid #DCDDE1;*/
	border-radius: 10px;
	padding: 0px 20px;
	justify-content: space-around;
	/*box-shadow: 3px 3px 20px 1px #3d3d3d, -3px -3px 20px 1px #3d3d3d;*/
}

.container .box label{
	position: absolute;
	font-family: Trebuchet MS;
	font-size: 20px;
	margin: 10px 20px;
	display: inline-block;
}

.container .box .r1{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	outline: none;
	border: none;
	background-color: transparent;
	width: 100%;
	height: 40px;
	margin: 25px 0px;
}

.box select[id='Profession']{
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 5px;
	border: 1px solid #DCDDE1;
	padding: 8px 8px;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 18px;
	font-family: Josefin;
	height: auto;
	width: 268px;
	transition: 0.25s;
}
.box .r1 input{
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 5px;
	border: 1px solid #DCDDE1;
	padding: 8px 8px;
	margin: 0px 15px;
	font-size: 18px;
	font-family: Josefin;
	height: auto;
	transition: 0.25s;
	width: 250px;
}

.box select[id='gender']{
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 5px;
	border: 1px solid #DCDDE1;
	padding: 8px 8px;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 18px;
	font-family: Josefin;
	height: auto;
	width: 268px;
	transition: 0.25s;
	cursor: pointer;
}

.container .box .r2{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	outline: none;
	border: none;
	background-color: transparent;
	width: 100%;
	height: 40px;
	margin: 25px 0px;
}

.box .r2 input[id='email']{
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 5px;
	border: 1px solid #DCDDE1;
	padding: 8px 8px;
	margin: 0px 15px;
	font-size: 18px;
	font-family: Josefin;
	height: auto;
	transition: 0.25s;
	width: 350px;
}

.box .r2 input[id='no']{
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 5px;
	border: 1px solid #DCDDE1;
	padding: 8px 8px;
	margin: 0px 15px;
	font-size: 18px;
	font-family: Josefin;
	height: auto;
	transition: 0.25s;
	width: 300px;
}

.box .r2 input[id='DOB']{
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 5px;
	border: 1px solid #DCDDE1;
	padding: 8px 8px;
	margin: 0px 15px;
	font-size: 18px;
	font-family: Josefin;
	height: auto;
	width: 399px;
	transition: 0.25s;
}
.box textarea[id='add']{
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 5px;
	border: 1px solid #DCDDE1;
	padding: 8px 8px;
	margin: 0px 15px;
	font-size: 18px;
	font-family: Josefin;
	height: 100px;
	width: 350px;
	transition: 0.25s;
	resize: none;
}

.container .box .r3{
	display: inline-block;
	position: relative;
	top: -55px;
	outline: none;
	border: none;
	background-color: transparent;
	width: 320px;
	height: 100px;
	margin: 0px 15px;
}

.box select[id='state']{
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 5px;
	border: 1px solid #DCDDE1;
	padding: 8px 8px;
	font-size: 18px;
	font-family: Josefin;
	height: auto;
	width: 317px;
	transition: 0.25s;
	cursor: pointer;
}
.box .r3 input{
	position: relative;
	display: inline-block;
	outline: none;
	border-radius: 5px;
	border: 1px solid #DCDDE1;
	padding: 8px 8px;
	top: 40px;
	font-size: 18px;
	font-family: Josefin;
	height: auto;
	transition: 0.25s;
	width: 300px;
}

.box input[id='file']{
	position: relative;
	top: -20px;
	display: inline-block;
	outline: none;
	border-radius: 5px;
	border: 1px solid #DCDDE1;
	padding: 8px 8px;
	margin: 0px 15px;
	font-size: 18px;
	font-family: Josefin;
	height: auto;
	width: 395px;
	cursor: pointer;
	background-color: #fff;
}

.box input[type='submit']{
	outline: none;
	position: absolute;
	top: 310px;
	right: 40px;
	border: none;
	background-color: #74C9F1;
	width: 400px;
	height: 35px;
	padding: 8px 10px;
	border-radius: 5px;
	font-family: Josefin;
	font-size: 20px;
	text-align: center;
	color: #3d3d3d;
	cursor: pointer;
	transition: 0.25s;
}
.box input[type="submit"]:hover
{
	background-color: #0a86a6;
	color: white;
}

.box .r1 input:focus,
.box .r1 select:focus,
.box .r2 input:focus,
.box textarea:focus,
.box .r3 input:focus,
.box .r3 select:focus
{
	border: 1px solid #74C9F1;
	box-shadow: 5px 5px 10px rgba(116,201,241,0.24), -5px -5px 10px rgba(116,201,241,0.24) 
}

