.color-fff
{
	color: #ffffff;
}
.color-red
{
	color:darkblue;
}
.bottom-border
{
	border-bottom: solid 1px #000000;
}
/*------------------Font Color End --------------- */
.min-height-300
{
	min-height:300px !important;
}
.min-height-500
{
	min-height:500px;
}
.bg-fff
{
	background:#ffffff;
}
.bg-000
{
	background:#000000;
}
.bg-ccc
{
	background: #cccccc;
}
.bg-gray
{
	background:#f76c6c;
}
.bg-24305e
{
	background: #24305e;
}
.bg-orange
{
	background:orange;
}
.bg-f53240
{
	background: #f8e9a1;
}
.bg-a8d0e6
{
	background: #a8d0e6;
}
.border-right-dotted
{
	border-right:dotted 1px #000;
}
.border-top
{
	border-top:solid 3px #000000;
}
hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
.font-alegreya
{
	font-family: 'Alegreya Sans', sans-serif;
}
.font-rambla
{
	font-family: 'Rambla', sans-serif;
}
p
{
	font-size: 15px;
}