@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');

body {
	font-family: 'Nunito', sans-serif;
}
.wrapper{
font-family: 'Nunito', sans-serif;
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.png");
    background-repeat: no-repeat;
    min-height: 794px; 
background-position: 50% 0;
	font-family: 'Nunito', sans-serif;
}

.btn {
	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background: #000;
  padding: 10px 20px 10px 20px;
  border: solid #000 1px;
  text-decoration: none;
  
  width:150px;
}

.btn:hover {
border: solid #000 1px;
  text-decoration: none;
  background: none;
  color: #000;
}

.bg-black{
	background-color: #f2f2f2;

	
}

.padding1{
	padding-top: 150px;
	
}

.padding2{
	padding-top: 130px;
	
}


@media (max-width: 991.98px) {
  .center {
    text-align: center;
  }

}