@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;
}

.header{
	color: #fff;
	    border-radius: 30px 30px 0px 0px;
    background-image: url("../img/bg-heder.png");
    background-repeat: no-repeat;
    min-height: 470px; 
	font-family: 'Nunito', sans-serif;	
}

.btn {	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 18px;
  background-color: #fff;
  
  padding: 10px 20px 10px 20px;
  border: solid #fff 1px;
  text-decoration: none;
  
  width:150px;
}

.btn:hover {

  text-decoration: none;
  background: none;
  border: solid #fff 1px;
  color: #fff;
}

.bg-p1{
	color: #fff;
    background-image: url("../img/bg-p1.png");
    background-repeat: no-repeat;
    min-height: 492px; 
	font-family: 'Nunito', sans-serif;	
}

.bg-p2{
	color: #fff;
    background-image: url("../img/bg-p2.png");
    background-repeat: no-repeat;
    min-height: 469px; 
	font-family: 'Nunito', sans-serif;	
}

.bg-p3{
	color: #fff;
    background-image: url("../img/bg-p3.png");
    background-repeat: no-repeat;
    min-height: 469px; 
	font-family: 'Nunito', sans-serif;	
}

.bg-p4{
	color: #fff;
    background-image: url("../img/bg-p4.png");
    background-repeat: no-repeat;
    min-height: 439px; 
	font-family: 'Nunito', sans-serif;	
}

@media (max-width: 991.98px) {
	 .bg-p1 {
    background-image: url("../img/bg-p11.png");
    background-repeat: no-repeat;
    min-height: 492px;
	background-color: #0ec741;
  }
   .bg-p2 {
    background-image: url("../img/bg-p22.png");
    background-repeat: no-repeat;
    min-height: 469px;
	background-color: #00c9e3;	
  }
  
   .bg-p3 {
    background-image: url("../img/bg-p33.png");
    background-repeat: no-repeat;
    min-height: 469px;
	background-color: #ff6a00;
  }	
	
  .bg-p4 {
    background-image: url("../img/bg-p44.png");
    background-repeat: no-repeat;
    min-height: 439px;
	background-color: #293d47;	
  }
  
  .header{
	
	    border-radius: 30px 30px 0px 0px;
background-color: #e2b824;
}

}