body{
	font-family:"Sora", sans-serif;
	font-size: 16px;
	line-height:26px;
	color:#333;
}


a{
	color:#ff3131;
}

.text-left{
	text-align:left;
}	

.text-right{
	text-align:right;
}

.top-section{
	padding:10px 0px;
	background-color:#0e133e;
	color:#d3d3d3;
	border-bottom:2px solid #4e2741;
}

.middle-section{
	background-image:url('../img/bg-sw-2.jpg');
	background-position:center;
	background-size:cover;
	padding-top:80px;
	padding-bottom:80px;
}

.container-text{
	
	background: #ffffff; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	margin-bottom: 30px; 
	border: none; -webkit-box-shadow: 0px 0px 12px 0px rgba(120, 146, 141, 0.06); 
	box-shadow: 0px 0px 12px 0px rgba(120, 146, 141, 0.06); 

	padding:20px;
	
}

.container-text a{
	color:#ff3131;
	text-decoration:underline;
}

.linksSection{
	padding-top:20px;
	padding-bottom:20px;
	background-color:#001a71;
}

.linksSection .fa-circle{
	color:#ff3131;
}

.footerSection{
	background-color:#ff3131;
}

.eventNow{
	background-color:#ff3131;
}

.divGroupBt input, .divGroupBt a{
	width:200px;
}

.divGroupDesc{
	width:185px;
}

.divGroupValue{
	width:280px;
}

.submitBt{
	color:#ff3131;
}

@media (max-width: 900px) {

.top-section .text-left{
	text-align:center;
}

.top-section .text-right{
	text-align:center;
}

.top-section a{
	float:none !important;
}


}