@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;
}

.heder-bg{
	
    background-image: url("../img/heder.png");
    background-repeat: no-repeat;
    height: 541px; 
	border-radius: 30px 30px 0px 0px;
	font-family: 'Nunito', sans-serif;

}

.btn {
	margin-top:10px;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background: #0082fa;
  padding: 10px 20px 10px 20px;
  border: solid #0082fa 1px;
  text-decoration: none;
  
  width:150px;
}

.btn:hover {
  text-decoration: none;
  background: none;
  color: #0082fa;
}

.black{
	background-color: #000;
	
}

.bg1{
	background-image: url("../img/bg1.png");
    background-repeat: no-repeat;
    min-height: 446px; 
	color: #fff;
	font-family: 'Nunito', sans-serif;
}

.bg3{
	background-image: url("../img/bg3.png");
    background-repeat: no-repeat;
    min-height: 446px; 
	color: #fff;
	font-family: 'Nunito', sans-serif;
}

.bg2{
	background-image: url("../img/bg2.png");
    background-repeat: no-repeat;
    min-height: 446px; 
	color: #000;
	font-family: 'Nunito', sans-serif;
}

.btn2 {
	margin-top:10px;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background: #0082fa;
  padding: 10px 20px 10px 20px;
  border: solid #0082fa 1px;
  text-decoration: none;
  

}

.btn2:hover {
  text-decoration: none;
  background: none;
  color: #0082fa;
}