
/* Footer*/

footer {
	
}

footer p {
	color: #2410A8;
	line-height: 22px;	
}

footer h2, h3 {
	color: #fff;
}

footer h2 {
	font-size: 16px;
}

.footer-top {
	background: #F8FAFD;
	padding: 80px 0;
}

.segment-one h3 {
	color: #081EA0;
	letter-spacing: 2px;
	margin: 20px 0;	
	text-align: left;
}

.segment-one a:hover {
	color: #D82124;
}

.segment-one a {
	color: #086213;
}

.segment-two h2 {
	color: #2015AA;
	text-transform: uppercase;
}


.segment-two h2:before {
	content: 'I';
	color: #DC1317;
	padding-right: 10px;
}

.segment-two ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.segment-two ul li {
	border-bottom: 1px solid #E96668;
	line-height: 40px;
}

.segment-two ul li a {
	color: #0D7E28;
	text-decoration: none;
}

.segment-three h2 {
	color: #0D2B9B;
	text-transform: uppercase;
}

.segment-three h2:before {
	content: 'I';
	color: #DC1317;
	padding-right: 10px;
}

.segment-three a {
	background: #B94C1E;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 15px 0 0 5px;
}

.segment-three a i {
	font-size: 20px;
	color: #fff;
	padding: 10px 12px;
}

.segment-four h2 {
	color: #0A0D8F;
	text-transform: uppercase;
	margin: 0 0 10 0;
}

.segment-four h2:before {
	content: 'I';
	color: #DC1317;
	padding-right: 10px;
}

.segment-four a {
	font-size: 11pt;
	color: #097808;
	margin: 0;
}

.segment-four a:hover {
	color: #D01114;
}

.footer-bottom-text {
	text-align: center;
	background: #FFFFFF; 
	color:#103998;
	line-height: 75px;
}

/*Responsve CSS*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.md-mb-30 {
		margin-bottom: 30px;
	}
}

@media oonly screen and (max-width:767px) {
	.sm-mb-30 {
		margin-bottom: 30px;
	}
	.footer-top {
		padding: 50px 0;
	}
}