*,body,html{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}


.pace-running .entire-content
{
	opacity: 0;
}

.pace-done .entire-content
{
	opacity: 1;
	transition:all 2s ease-in;
}

h1
{
	font-size: 26px;
	color: #000;
	font-weight: bold;
}

h2
{
	font-size: 30px;
	color: #555;
	font-weight: bold;
}

h3
{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.primary{
	color: #bf2f37;
}

.primary-bg{
	background-color: #bf2f37;
}

.secondary-dark-blue
{
	color: #34495e;
}

.secondary-dark-blue-bg
{
	background-color: #fff;
}

.secondary-sky-blue
{
	color: #3e8ecc;
}

.secondary-sky-blue-bg
{
	background-color: #3e8ecc;
}

a:focus
{
	outline: 0;
}

a:hover
{
	text-decoration: none;
}

ol,ul
{
	margin-bottom: 0px;
}

ul{
	list-style: none;
}

ul li
{
	display: inline-block;
}

.section-padding
{
	padding: 56px 0;
}

.white{
	color: #fff;
}

.black{
	color: #000;
}

.bold
{
	font-weight: bold;
}

.center
{
	text-align: center;
}

.animation
{
	opacity: 0;
}

.success
{
	color: green;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.successcontact
{
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.error
{
	color: #bf2f37;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

