@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');
body {
	font-family: 'Nunito', sans-serif;
}
.wrapper {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 30px;
	max-width: 1140px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	overflow: hidden;
}
.bg {
	color: #000;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	min-height: 454px;
	background-position: 0 50%;
}
.btn {
	-webkit-border-radius: 30;
	-moz-border-radius: 30;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	background: #0082fa;
	padding: 7px 25px 7px 25px;
	border: solid #0082fa 1px;
	text-decoration: none;
	
}
.btn:hover {
	border: solid #0082fa 1px;
	text-decoration: none;
	background: none;
	color: #000;
}

.bg-2{
	background-color: #d4d5d9;
}

.bg-3 {
	color: #000;
	background-image: url("../img/bg-1.jpg");
	background-repeat: no-repeat;
	min-height: 574px;
	background-position: 50% 0;
}