body {
	font-family: 'Hind Madurai', sans-serif;
	padding-top: 9rem;
	overflow-y: scroll;
	font-size: 18px;
	/* box-shadow: 0 2px 24px 0 rgba(0,0,0,.2); */
}

@media only screen and (min-width : 1300px) {
    .container { max-width: 1300px; }
}

.navbar {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 20px;
}

.navbar-collapse {
	margin-top: 16px;
}

.nav-item {
	margin-left: 15px;
	position: relative;
}

.nav-link {
	color: #444;
	font-weight: 700;
	padding-bottom: 0px;
	white-space: nowrap;
	border-bottom: 8px solid #fff;
}

.nav-link:hover {
	border-bottom: 8px solid #481781;
}

.nav-link-trial:hover {
	border-bottom: 8px solid #fff;
	background: #481781;
	color: #fff;
	text-decoration: none;
	-webkit-transition: background-color 250ms linear;
	-ms-transition: background-color 250ms linear;
	transition: background-color 250ms linear;
}

.navbar-brand {
	float: left;
}

.header-caption {
	color: #481781;
	display: block;
	white-space: nowrap;
}
.header-caption:hover {
	text-decoration: none;
}

.bg1 {
	width: 100%;
	border-radius: 50%;
}

.bg2 {
	width: 85%;
}

a {
	color: #481781;
	font-weight: bold;
}

a:hover {
	color: #481781;
}

h1, h2, h3 {
	font-family: 'Acme', sans-serif;
	margin-bottom: 20px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 26px;
}

.row {
	padding-bottom: 40px;
}

.small-heading {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
}

.normal-text {
	color: #333;
	line-height: 1.75;
}


.col-sm-4 {
	padding-top: 40px;
	text-align: center;
}

.outclick, .inclick {
	padding: 10px 20px 10px 20px;
	background: #000;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}

.inclick {
	padding: 20px 50px 20px 50px;
	font-size: 18px;
}
.outclick:hover, .inclick:hover {
	background: #481781;
	color: #fff;
	text-decoration: none;
	-webkit-transition: background-color 250ms linear;
	-ms-transition: background-color 250ms linear;
	transition: background-color 250ms linear;
}

.navbar-right a {
	color: #fff !important;
	background: #000;
	padding: 20px !important;
	max-width: 250px;
	text-align: center;
}
