@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;
	
}

.bg_heder{
	color: #fff;
    background-image: url("../img/heder-bg.png");
    background-repeat: no-repeat;
    min-height: 443px; 
border-radius: 30px 30px 0px 0px;
	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: none;
  padding: 10px 20px 10px 20px;
  border: solid #fff 1px;
  text-decoration: none;
  
  width:150px;
}

.btn:hover {

  text-decoration: none;
  background-color: #fff;
  border: solid #fff 1px;
  color: #000;
}

.btn2 {	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 18px;
  background: none;
  padding: 10px 20px 10px 20px;
  border: solid #000 1px;
  text-decoration: none;
  
  width:150px;
}

.btn2:hover {

  text-decoration: none;
  background-color: #000;
  border: solid #000 1px;
  color: #fff;
}

.btn3 {	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 18px;
  background: none;
  padding: 10px 20px 10px 20px;
  border: solid #000 1px;
  text-decoration: none;
    width:350px;
}

.btn3:hover {

  text-decoration: none;
  background-color: #000;
  border: solid #000 1px;
  color: #fff;
}

.bg-p1{
	color: #fff;
    background-image: url("../img/bg-p1.png");
    background-repeat: no-repeat;
    min-height: 401px; 
	font-family: 'Nunito', sans-serif;
	background-color: #436db5;
}

flex{
	display:flex
}

.bg-p2{
	color: #000;
    background-image: url("../img/bg-p2.png");
    background-repeat: no-repeat;
    min-height: 401px; 
	font-family: 'Nunito', sans-serif;
	background-color: #ffe799;
}

.bg-p3{
	color: #000;
    background-image: url("../img/bg-p3.png");
    background-repeat: no-repeat;
    min-height: 401px; 
	font-family: 'Nunito', sans-serif;
	background-color: #b4e7a8;
}

.bg-p4{
	color: #fff;
    background-image: url("../img/bg-p4.png");
    background-repeat: no-repeat;
    min-height: 401px; 
	font-family: 'Nunito', sans-serif;
	background-color: #7f62ae;
}

.bg-p5{
	color: #000;
    background-image: url("../img/bg-p5.png");
    background-repeat: no-repeat;
    min-height: 401px; 
	font-family: 'Nunito', sans-serif;
	background-color: #7f62ae;
}


@media (max-width: 991.98px) {
  .bg-p4 {
    background-image: url("../img/bg-p44.png");
    background-repeat: no-repeat;
    min-height: 401px; 
  }
   .bg-p2 {
    background-image: url("../img/bg-p22.png");
    background-repeat: no-repeat;
    min-height: 401px; 
  }
}
 



