.bg1{
	background-image: url('../images/bg/bg1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.bg2{
	background-image: url('../images/bg/bg2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;	
	background-position: center;
}
.text-primary{
	color: #2D4E81;
}
.btn.btn-primary{
	background-color: #2D4E81;
}
.btn.btn-primary:hover{
	animation: btnHover 0.2s;
}
.bg-primary{
	background-color: #2D4E81!important;
}
.badge.badge-primary{
	background-color: #2D4E81;
	color: white;
}
.form-group{
	margin-bottom: 20px!important;
}

.blog-content ul{
	
}

.header-top-bar {
    background-color: azure!important;
}

