@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Fontdiner+Swanky&display=swap');

body {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}

.title3 {
	color: #1f3b7a;
	font-style: italic;
	margin-bottom: 1.5em
}

.title3:before {
	height: 4px;
	width: 5%;
	content: '';
	position: absolute;
	background-color: #b9b9b9;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto
}

.title3 span {
	color: #34af6a
}

.logo-section {
	padding: 5px 0;
}

.logo {
	display: flex;
	align-items: center
}

.logo img {
	height: 70px;
}

.logotxt {
	padding-left: 15px
}

.in-banner {
	position: relative;
	z-index: 0;
	/*! min-height: 300px; */
	background-image: url(../images/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	/*! padding-top: 200px; */
	padding: 50px 0;
}

.in-banner:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.52);
	right: 0;
	top: 0;
	left: 0px;
	margin: 0px auto;
}

.in-banner img {
	max-width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.inheading {
	position: relative;
	right: 0;
	left: 0;
	margin: 0px auto;
	z-index: 100;
	/*! padding: 0px; */
	/*! top: 105px; */
	text-align: center;
}

.in-banner li.item {
	margin: 0px;
	list-style: none
}

.inheading h2 {
	color: #fff;
	font-size: 2em;
	/* display: inline-block; */
	padding: 3px 25px;
	margin-bottom: 5px;
}

.inheading h1 {
	color: #fff;
	font-size: 2.8em;
}

.breed-crum-div-wrap {
	margin-bottom: 0;
	border-radius: 0;
	background-color: #fff;
	padding: 12px 63px;
	background-image: url(../images/background-body.png);
	border-bottom: 2px solid #eee
}

.breadcrumb {
	font-size: 1em;
	margin-bottom: 0;
	background-color: transparent;
	padding-left: 0;
	font-size: 13px;
	margin-bottom: 0px;
	background-color: transparent;
	text-align: center;
	padding: 0px;
}

.breed-crum-div {
	margin-bottom: 0px;
	position: absolute;
	z-index: 999;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 100%;
}

.breadcrumb li a {
	color: #fff;
}

.breadcrumb li a:hover {
	color: #333;
}

.breadcrumb li {
	margin: 0 5px;
	color: #fff;
	font-weight: 500;
	padding: 0px;
	font-size: 1.05em;
	display: inline-block;
}

.breadcrumb>li+li::before {
	content: close-quote
}

.contentarea h3 {
	position: relative;
	color: #20315f;
	margin-bottom: 20px
}

.contentarea h3:before {
	content: "";
	width: 150px;
	height: 2px;
	background: #2ea35e;
	position: absolute;
	left: 0;
	bottom: -9px
}

.contentarea {

background-color: #eaeff5;

background-image: url(../images/bg_blue_lines.png);

padding: 30px;
}

.contentarea .sub-contentarea {
	background-color: #fff;
	padding: 25px;
	min-height: 300px;
	border-radius: 25px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.investor-form h4,
.investor-form h3 {
	text-align: left;
	display: block;
	padding-bottom: 10px;
	color: #1b2833;
	position: relative;
	margin-bottom: 15px;
	margin-top: 0;
	font-size: 16px;
}

.investor-form h4:before,
.investor-form h3:before {
	height: 4px;
	width: 10%;
	content: '';
	position: absolute;
	background-color: #20315f;
	bottom: -2px;
}

.investor-form label {
	color: #000;
}

.unselectable {
	display: block;
	padding: 1px 10px;
	text-align: center;
	border: 1px solid #ced4da;
	letter-spacing: 10px;
	font-family: 'Fontdiner Swanky', cursive;
	background-image: url(../images/Captcha.png);
	background-position: center;
	color: #0000005e;
	line-height: 35px;
}
footer {
	padding: 30px 0 10px 0;
	color: #eae8e8;
	font-weight: 400;
	font-size: .9em;
	position: relative;
	background: right top no-repeat #20315f;
	text-align: center;
}

#musicinfo {
    display: none;
    margin-top: 2em;
}
table thead th {
	background: #20315f;
	color: #fff;
	font-weight: 700;
}