.title-white{
	color: white;
}
.title-blue{
	color: #003271;
}
.right-img-padding {
    float: right;
    padding: 2%;
}
.text-justify{
	text-align:justify;
}
.li-pad-10{
	font-size:13px;
	padding-bottom:10px;
}
.news-side{
	margin-top: 50px;
    margin-bottom: 85px;
    margin-left: 75px;
	height:530px;
}
.bgblue-new {
   background: #003271;
    color: #fff;
    padding-left: 2%;
}
.bgblue-new .btn {
    color: #fc9717;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
.news-events-div
{
	height:430px;
	background:#223584;
	padding: 9%;
	margin-top: 10%;		margin-bottom:40px;
}
.news-events-header
{
	color: #fff;
    font-size: 20px;
    font-weight: 550;
    font-family: 'open sans', arial, sans-serif;
	margin: 0px;
}
.hr-news
{
	width:100%;
	background:white;
}
.news-events-one-div {
    padding: 2% 0% 2% 0%;
}
.title-white
{
	color: white;
}
a:hover{
	color: chocolate;
}
.contact-input > div > input, .contact-input > div > select, .contact-input > div > textarea
{
	width: 100%;
	height: 40px;
	border: 1px solid;
	border-radius: 15px;
	margin-top: 8%;
	padding: 2%;
	color:darkblue;
	
}
.contact-input > div > select  option, .contact-input > div > select option:first-child
{ 
	color: darkblue;
}
.contact-input > div > input::placeholder, .contact-input > div > textarea::placeholder
{
	color:darkblue;
}
contact-input > div > input::placeholder, .contact-input > div > select::placeholder
{
	color:darkblue;
}
.contact-input > div > input::-webkit-input-placeholder, .contact-input > div > textarea::-webkit-textarea-placeholder
{
	color:darkblue;
}
.contact-input > div > input::-moz-placeholder, .contact-input > div > textarea::-moz-placeholder
{
	color:darkblue;
}
.contact-input > div > input::-moz-placeholder, .contact-input > div > textarea::-moz-placeholder
{
	color:darkblue;
}
.contact-input > div > input::-ms-input-placeholder, .contact-input > div > textarea::-ms-textarea-placeholder
{
	color:darkblue;
}
.contact-input > div > button[type=submit]
{
	width: 100%;
	height: 35px;
	background: #003271;
	border: none;
	color:#fff;
	border-radius: 20px;
	margin-top: 10%;
	text-transform:uppercase;
	box-shadow: 1px 7px 19px rgba(145, 145, 145, 0.64);
}
.contact-input > div > button[type=reset]
{
	width: 100%;
	height: 35px;
	background: #5d9d09;
	border: none;
	color:#fff;
	border-radius: 5px;
	margin-top: 10%;
	border:1px solid #fff;
	text-transform:uppercase;
}
@media (max-width: 767px){
.fc-header-title h2 {
    font-size: 14px;
}
}