@charset "utf-8";

.heading{
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	color: #3b1254;
	-webkit-margin-after: 0.25em;
	animation-name: fadeinleft;
	animation-duration: 1s;
}
.heading2{
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	color: #3b1254;
	-webkit-margin-after: 0.67em;
	animation-name: fadeinleft;
	animation-duration: 1s;
}
.text{
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	text-align: justify;
	animation-name: fadeinright;
	animation-duration: 1s;
}
.text_span{
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	color: #3b1254;
	font-weight: bold;
	animation-name: fadeinright;
	animation-duration: 1s;
}
.subfooter_text{
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	float: right;
	color: #3b1254;
	font-size: 13px;
	padding: 5px 5px 0px 0px;
}
.home_text{
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	text-align: justify;
	animation-name: fadeinright;
	animation-duration: 1s;
}
.home_text a{
	color: #3b1254;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
.footer_heading{
	color: white;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	text-align: center;
	-webkit-margin-before: 0.15em;
    -webkit-margin-after: 0.25em;
}

.footer_text{
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	color: white;
	font-size: 15px;
	text-align: justify;
	-webkit-margin-after: 0em;
}
.footer_text a{
	color: #9575a9;
	font-weight: bold;
	text-decoration: none;
}
.list{
	-webkit-padding-start: 0px;
	animation-name: fadeinright;
	animation-duration: 1s;
}
.list li{
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	list-style-type: none;
	margin-bottom: 10px;
}
.calltoactionlist{
	margin: 0 !important;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
	float: right;
	padding-right: 5px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
}
.calltoactionlist li{
	display: inline-block;
	text-decoration: none;
	color: #3b1254;
	padding-left: 50px;
	padding-top: 13px;
	font-size: 13px;
}
.calltoactionlist li a{
	color: #3b1254;
	text-decoration: none;
}
.fa-check-circle{
	color: #9575a9;
}