@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');

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;
}

.bg-heder{
	color: #fff;
    background-image: url("../img/heder-bg.png");
    background-repeat: no-repeat;
    min-height: 551px; 
padding-left: 15px;
	font-family: 'Nunito', sans-serif;
	border-radius: 30px 30px 30px 30px;
}

.btn {
	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  
  padding: 10px 20px 10px 20px;
  
  text-decoration: none;
  background-color: #9405d6;
  
  width:150px;
}

.btn:hover {
  background: none;
  text-decoration: none;
  
  color: #9405d6;
  border: solid #9405d6 1px;
}

.divbtn{
	margin-top: 20px;
	 background-color: #9405d6;
	 color: #fff;
	 padding-top:20px;
	 padding-bottom: 10px;
	 text-decoration: none;
}

a{
	text-decoration: none;
	color: #fff;
}

a:hover{
	text-decoration: none;
	color: #fff;
}

.footer{
	
}

.footer a{
	text-decoration: none;
	color: #000;
}

.footer a:hover{
	text-decoration: none;
	color: #9405d6;
}