@charset "utf-8";
/* CSS Document for MCA Layout */


p {
	margin: 0 0 1em 0;
	padding: 0px !important;
	text-align: justify;
	letter-spacing: normal;
}

.bottom-gardient h4 {
	color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin: 0px;
    padding: 0 0 5px;
	text-transform: uppercase;
}

/*bottom banner*/
.bottom-gardient {
    background-color: #2f96e9;
    background-repeat: repeat-y;
    background: -webkit-gradient(linear, left top, right top, from(#30cfc3), to(#2f96e9));
    background: -webkit-linear-gradient(left, #2f96e9, #30cfc3);
    background: -moz-linear-gradient(left, #2f96e9, #30cfc3);
    background: -ms-linear-gradient(left, #2f96e9, #30cfc3);
    background: -o-linear-gradient(left, #2f96e9, #30cfc3);
}
.bottom-gardient p {
	color: #fff;
}
.bottom-gardient .cta-1,
.bottom-gardient .cta-3 {
    border: 2px solid #fff;
    display: inline-block;
    font-size: 14px;
    float: none;
    text-transform: uppercase;
    padding: 15px;
    margin: 0 4px;
}
.bottom-gardient .cta-1 {
	background-color: #fff;
    color: #117ecb;
}
.bottom-gardient .cta-1:hover {
	background-color: #704FE6;
	border: 2px solid #704FE6;
	color: #fff;
}
.bottom-gardient .cta-3 {
    color: #fff;
}
.bottom-gardient .cta-3:hover {
	border: 2px solid #704FE6;
}
