#main {
	font-size: 18px;
}
#footer {
	width: 100%;
	height: 200px;
	background-color: #583be1;
	color: white;
}

.margin-top {
	margin-top: 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin-right {
	margin-right: 20px;
}
.margin-left {
	margin-left: 20px;
}
.img-fullwidth{
	display: block;
	width: 100%;
}
.hamb {
	display: none;	
}
#nav-mobile{
	background-color: grey;
	width: 100%;
	height: 50vh;
}
#nav-mobile ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction:column;
	list-style-type: none;
	height: 100%;
	padding: 0px;
}
#nav-mobile li a {
	text-decoration: none;
	font-size:32px;
}
#nav-mobile li a :hover,#nav-mobile li a :active{
	color: #fff;
}
@media (min-width: 992px){
	.img-fullwidth{
	display: block;
	width: 100%;
	height: auto;
	}
}
@media (max-width: 992px){
	.extra-padding-md{padding-top: 40px;}
}
@media (max-width: 576px){
	#nav {display: none;}
	.hamb {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 2;
	}
}
.title {
	color: #003333;
	text-align: center;
}
.hr1 {
	display: block;
	width: 15vh;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: #583be1;
}
.text-just {
	 text-align:justify;
	 text-justify: inter-word;
}
.fixed-header{
	position:fixed;
	padding:0px !important;	
}
#nav {
	overflow: hidden;
    background-color: gray;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: 2;
}


li > a, li > a:hover{
	color: #583be1;
}
.nav-pills>li>a.active, .nav-pills>li>a.active:focus, .nav-pills>li>a.active:hover{
	color: #fff !important;
    background-color:#583be1 !important;
}

.heart {
	position: relative;
	text-align: center;
	top: 40%;
	font-size: 150px;
	color: #003333;
	animation: beat .25s infinite alternate;
	transform-origin: center;
}

/* Heart beat animation */
@keyframes beat{
	to { transform: scale(1.4); }
}

/*** 

====================================================================
	Fact Counter Section
====================================================================

***/

.fact-counter{
	position:relative;
	padding:60px 0px 10px;
	color:#ffffff;
	background-color:#583be1;
}

.fact-counter .auto-container{
	position:relative;
	z-index:1;
}

.fact-counter .column{
	position:relative;
	margin-bottom:50px;
	text-align:center;	
}

.fact-counter .count-outer{
	position:relative;
	font-size:42px;
	font-weight:700;
}

.fact-counter .column .line{
	position:relative;
	width:50px;
	height:2px;
	background:#cccccc;
	margin:30px auto;	
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
}
.auto-container{
	position:relative;
	z-index:2;	
}
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

/*** 

====================================================================
	Fact Counter Section END
====================================================================

***/
.centered{
	text-align: center;

}
p>a:link ,p >a:visited,p> a:hover ,p> a:active{
	text-align: center;
	text-decoration: none;
	color: #003333;
}
.text-green {
	text-decoration: none !important;
	color: #583be1;
}
.red {
	color:#003333;
}

#nav-2 ul{
	text-decoration: none;
	list-style-type: none;
	display: flex;

}
#nav-2 li {
	width: 150px;
	height: 60px;
	border-style: solid;
	border-radius:15px 15px 15px 15px;
	border-color: #583be1;
	border-width: 2px;
	background-color: #583be1;
	display: flex;
	align-items:center;
	justify-content:center;
	margin-left: 15px;
	margin-right: 15px;
}
#nav-2 span{
	color: #fff;
	font-size: 20px;
}
#nav-2 li:hover, #nav-2 li:hover>span, #nav-2 li.active, #nav-2 li.active>span {
	color: #583be1;
	cursor: pointer;
	background-color: #fff;
}
.hidden{
	display: none;
}
.visable {
	display: block !important;
}
.bg-div{
	width:100%;
	background-color: rgba(240,240,240,0.8);
	height: auto;
}

.div-inner{
	margin: 12px 12px 12px 12px;
}
